I'm trying to push an application through SCCM. It downloads files to a Cache folder and runs a vbscript that performs the install and deletes some shortcuts.
However, we updated one program and we keep getting an error that the requested software cannot be located. This happens after we update the dictribution points and wait 15 minutes. I check C:\Windows\System32\CCM\Cache and a new folder is made containing the install. If I run the script manually, it installs successfully.
Yes. Everything is downloaded the Cache folder in CCM. If I run the script manually through elevated command prompt, it installs without any issues.
Joseph Daly
By any chance have you tried creating a new program from scratch with these install and VBS file in it to rule out issues with the one you modified?
How about deleting the already downloaded files from the cache and then re-running the advert. Youll probably need to do the re-run a few times to have it pick up as the first time it will give you an error/failure.
I would suggest creating the new package first.
starcontroller
ASKER
Yes, I have tried deleting the folders from cache. It does download again after a while and the when I let it run automatically, nothing is done and no events are logged into the event viewer.