/build/static/layout/Breadcrumb_cap_w.png

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!

 

 


0 Comments   [ + ] Show comments

Answers (3)

Answer Summary:
Embed the uninstall in a script that catches this exit code and returns 0 instead of 1.
Posted by: adilrathore 11 years ago
4th Degree Black Belt
1

Are you able to un-install the application if you run this command manually?

Posted by: pjgeutjens 11 years ago
Red Belt
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 11 years ago
Posted by: LordCruz 11 years ago
White Belt
0

turn on extended MSI logging, even for the uninstall.  if the code returns 1 as success, SCCM will still see as error.  Rewrap your uninstall inside a VB script and force the exit code to be 0 if it really does return 1.  (reprogram your exit code for success).

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ