/build/static/layout/Breadcrumb_cap_w.png

How do you silently install Cabinet NG Version 8.5 from the command line?

 I'm using SCCM 2007 and my package is called "Safedeployment.msi." I've tried "safedeployment.msi /quiet" which doesn't seem to work. I'm getting an error code that says... 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 1603 is considered a failure. Solution: For more information on the exit code, refer to the documentation for the program you are distributing.  Thanks


0 Comments   [ + ] Show comments

Answers (2)

Posted by: rschauer 10 years ago
Senior White Belt
0

We deploy with this command line:

msiexec /qn /i "SafeDeployment.msi" TRANSFORMS="PROD.mst"


The key items in the transform that will prevent installation success are below. We also delete some shortcuts and set the default server IP but that isn't necessary to install.

Property/Value

ALLUSERS/1

CNGPRINTERINSTALL/0

Posted by: jagadeish 10 years ago
Red Belt
0

Did you create verbose log for the msi installation and tried to figure out the cause?

 
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