I'm in the process of testing deployment of Windows 7 SP1 (x86) and (x64) via a software distribution package. Most machines do not get prompted to reboot, but when they do manually restart the service pack configures and it gets installed. The logs say it failed and asset intelligence claims that service pack 1 is not installed even though it is. Details below:
Configuration Manager 2007 SP2
Ive tried command line: windows6.1-KB976932-x86.exe /quiet /warnrestart:1800
and windows6.1-KB976932-x86.exe /quiet /promptrestart
Error in log (always this error):
The program for advertisement "NB120115" failed ("NB1000A3" - "Silent Install x64"). A failure exit code of 985603 was returned.
User context: NT AUTHORITY\SYSTEM
Possible cause: Systems Management Server (SMS) determines status for each program it executes. If SMS cannot find or correlate any installation status Management Information Format (MIF) files for the program, it uses the program's exit code to determine
status. An exit code of 985603 is considered a failure.
Solution: For more information on the exit code, refer to the documentation for the program you are distributing.
The advertisement is download, run locally and set to run as soon as possible. The allowed run time is set to 180 minutes for x86 and 240 for x64. The program can run whether a user is logged in or not.
Any idea why this is happening or ways to improve this?
Thank you.