This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- setup.exe - prerequisites running silent
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 06, 2015
07:29 AM
setup.exe - prerequisites running silent
Hello,
I'm creating a setup which uses setup.exe.
My Problem:
How do I have to start that setup.exe, that in his prerequisites the applications are running with the command line "when the setup is running in silent mode"?
Regards and thanks in advance!
Johannes
I'm creating a setup which uses setup.exe.
My Problem:
How do I have to start that setup.exe, that in his prerequisites the applications are running with the command line "when the setup is running in silent mode"?
Regards and thanks in advance!
Johannes
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 06, 2015
01:22 PM
Johannes,
This will depend on your prerequisites. Also, I am not certain what type of setup you are using . If you are using a basic MSI, then the prerequisite editor should provide a UI for specifying the silent conditions for a prerequisite. In the Redistributable view, right click on the prerequisite you need to specify a silent condition. Select 'Edit Prerequisite'.
Click the tab 'Application to Run'.
The second edit field will allow you to edit the command line for silent install for your prerequisite.
Now, what that command line string should look like depends on the vendor who packaged the software. For instance Microsoft Visual C++ 2005 SP1 Runtime Redistributable has the command line '/q:a /c:"msiexec /i vcredist.msi /qn"'
If this does not address what you want just reply with some further details so the community can better help out.
Hopefully this gets you on the right track. Good luck.
This will depend on your prerequisites. Also, I am not certain what type of setup you are using . If you are using a basic MSI, then the prerequisite editor should provide a UI for specifying the silent conditions for a prerequisite. In the Redistributable view, right click on the prerequisite you need to specify a silent condition. Select 'Edit Prerequisite'.
Click the tab 'Application to Run'.
The second edit field will allow you to edit the command line for silent install for your prerequisite.
Now, what that command line string should look like depends on the vendor who packaged the software. For instance Microsoft Visual C++ 2005 SP1 Runtime Redistributable has the command line '/q:a /c:"msiexec /i vcredist.msi /qn"'
If this does not address what you want just reply with some further details so the community can better help out.
Hopefully this gets you on the right track. Good luck.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 09, 2015
02:14 AM
Thank you Dan,
but how start the IS-Setup.exe, which calls the prereques, that the apps are started with the "silent" command line?
Regards
Johannes
but how start the IS-Setup.exe, which calls the prereques, that the apps are started with the "silent" command line?
Regards
Johannes
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 10, 2015
07:44 AM
I was very fixated on "/q".
It is "/s", which can be found in "Specifying Command-Line Parameters for an InstallShield Prerequisite".
It is "/s", which can be found in "Specifying Command-Line Parameters for an InstallShield Prerequisite".