Pushing this through SCCM 2007
for the Uninstall: getting this error message through SCCM 2007 - A failure exit code of 1 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 1 is considered a failure.
Solution: For more information on the exit code, refer to the documentation for the program you are distributing.
I believe that the command line is correct unins000.exe /verysilent /norestart /suppressmsgboxes
Does anyone have any suggestions on a exit MIF file
Thanks!
Answers (3)
Embed the uninstall in a script that catches this exit code and returns 0 instead of 1.
If the exit code 1 is normal for this uninstall when it finishes successfully, you might have to embed the uninstall in a script that catches this exit code and returns the expected 0 instead..
Comments:
-
I believe you can customise the exit codes in SCUP, never tried it in Config Manager though :0) - Rashmika 12 years ago