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
- :
- Re: Silent installation with redistributables that trigger a reboot ? (2 questions)
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
Jan 30, 2017
03:54 PM
Silent installation with redistributables that trigger a reboot ? (2 questions)
I have an installer with some redistributables that trigger reboot (visual studio redistributables).
When I run the installer with the GUI, the installer starts, install redistributables and reboot and after the reboot, will resume the installation.
When I run the intaller silently (with the flags /s /v/qn ); there is a reboot, but the installer does not seem to restart the installer after the reboot.
In the "Installshield Prerequisite editor"
Question 1 : in the "specify the command line for the application when the setup is run in silent mode"
Is the /q /norestart valid to prevent the prerequisite to reboot after it is installed ?
Question 2: Should the silent installer resume after a reboot ?
Thanks.
When I run the installer with the GUI, the installer starts, install redistributables and reboot and after the reboot, will resume the installation.
When I run the intaller silently (with the flags /s /v/qn ); there is a reboot, but the installer does not seem to restart the installer after the reboot.
In the "Installshield Prerequisite editor"
Question 1 : in the "specify the command line for the application when the setup is run in silent mode"
Is the /q /norestart valid to prevent the prerequisite to reboot after it is installed ?
Question 2: Should the silent installer resume after a reboot ?
Thanks.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 20, 2018
07:57 AM
Try to add quotes, like this: /s /v/"qn "