I’ve read a couple posts about pre-caching and do not completely understand it.
I did the pre-cache wizard for this Fixlet (Windows 7 Service Pack 1). If I understand it correctly, this should store this patch on my relay server. Is this correct?
How can I ensure that I am storing patches on my relay server and that are clients are downloading from there instead of doing the download function in the action script.
continue if {(size of it = 563934504 AND sha1 of it = “c3516bc5c9e69fee6d9ac4f981f5b95977a8a2fa”) of file “windows6.1-KB976932-X86.exe” of folder “__Download”}
The “download” command in actionscript will tell the agent to download from the relay (which will cache the file). So the download command does NOT make the agent download from the Internet.