What switches to use with .exe files in silent mode?
I'm using SCCM 2007 to install .exe files
Answers (8)
I just posted a series of articles on "InstallShield for Administrators" on my blog. It talks about the different variants of InstallShield-based executable installers, which command lines work in which situations, how to figure out which situation you're likely to be looking at, etc. If the installer you're looking at is an InstallShield-based executable, this may help.
The first post is here:
http://wdasite.com/2012/12/installshield-for-adminstratorspart-1/
Comments:
-
link domain non longer going. - Matthewc 5 years ago
Quite often an exe uses /silent, /s, /q, or /quiet to do a silent install, but it may need a response file recorded first. Do a /?, which will usually give you an idea of what options there are. also check documentation, as that will many times give you an idea of how to do a managed install. You may need to experiment.
Keep in mind that some exe files are just a wrapper for an MSI. Done properly, you can extract the msi and run that.