Hi,
Is it possible to use IUpdate interface DownloadContents property in
VBScript?
In my case I like to use local cab file like this:
http://msdn.microsoft.com/library/en...es_offline.asp
Set UpdateService = UpdateServiceManager.AddScanPackageService("Offlin e
Sync Service", "c:\wsusscan.cab")
This works fine. But then I like also use the local files with fixes.
So I do not want that files are downloaded through the Internet like
here:
http://msdn.microsoft.com/library/de...ng_updates.asp
I didn't find any example where are used local cab and centralized
place to fixes...
In other words, is it possible to change DownloadUrl Property of
IUpdateDownloadContent
http://msdn.microsoft.com/library/en...ownloadurl.asp
so I can create own collection ("Microsoft.Update.UpdateColl") where
download url's are fixed to point to one server in my internal
network...
If this is not possible can someone help even echo this downloadurl
property? DownloadContents is a pointer so I do not know how to echo
that... E.g title can be just echo:
....
WScript.Echo I + 1 & "> adding: " & update.Title
updatesToInstall.Add(update)
....
Br,
Miika