/build/static/layout/Breadcrumb_cap_w.png

Install Shield Switches

I'm at a client automating the install of many older apps, most of which are InstallShield EXE setups.
For some reason /r /s /f1... do nothing but initiate the attended install process.
Can anyone let me know why or how the switches are not working?

0 Comments   [ + ] Show comments

Answers (2)

Posted by: spartacus 17 years ago
Black Belt
0
Some supplied executable setup files serve merely as a "wrapper" to unpack an inner set of files to a temporary folder. One (or more) of these unpacked files which may be the "actual" installation executable which is run by the wrapper.

It is this latter executable that will probably be able to deal with the qualifiers you wish to use, so you will need to isolate it from the wrapper.

Try running the original executable (without qualifiers) then stop at the first dialog box. Inspect the %TEMP% folder to see whether there has been any files/folders unpacked there. If there are, make a copy of them and then inspect looking for another excecutable (e.g. setup.exe) amongst them with which you can now try out your qualifiers.


Regards,

Spartacus
Posted by: turbokitty 17 years ago
6th Degree Black Belt
0
If there's an MSI inside, you can use:

setup.exe /s /v"qn"

the /v switch passes the arguements within the quotes to the MSI inside the setup.

http://helpnet.installshield.com/robo/projects/HelpLibDevStudio9/IHelpSetup_EXECmdLine.htm
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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