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
Answers (2)
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