Hi there,
i am currently using wsus offline to download all patches from our local wsus server, and provide them seperately via OPSI (software delivery).
i have option wsus_only set in ini file.
i have 2 questions:
a) the downloading script echo's the official microsoft download url for every update, but when i check the log file, it shows our wsus url. is this intended? which one is correct now? very irritating at least.
b) the updates i receive from our wsus server also include those updates we exclude from distribution over actual wsus, is there a way to prevent this?
for installation, i don't use the scripts provided with wsusoffline, and would like to avoid changing this, if possible.
so i have one more question:
c) how do you handle update dependencies, like update x requires update y to be already installed? is there a distinct exitcode i can check on, if an update is missing dependency updates?
by looking through your scripts, it seems you just rush through all updates and install them at once, skipping reboot.
i found out that exitcode 14005 appears to predicate this case, but it's only for one specific update, as from what i found on the internet.
thanks in advance.