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
- :
- installing IIS requires restart?
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
Jun 22, 2015
09:53 AM
installing IIS requires restart?
Hey all, I recently ran into this problem. When I am installing IIS by enabling it from roles and features no restart is required but when i am installing it using installshield Advanced UI project it requires a restart to enable the roles and features. I dont want to restart my system. Is there a way to achieve this? Please help
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 22, 2015
01:24 PM
Change the properties for the event so that it delays any reboot until the end of the install.
In the InstallShield UI for your project find the package that controls installing IIS.
Look at the Install properties.
Under Reboot Request, select Delay the prompt, then exit or reboot the machine, select the option to ignore the reboot request.
Exit behavior is for when the installer returns an error code, so I would not mess with this unless installing IIS is not critical for your primary installer.
In the InstallShield UI for your project find the package that controls installing IIS.
Look at the Install properties.
Under Reboot Request, select Delay the prompt, then exit or reboot the machine, select the option to ignore the reboot request.
Exit behavior is for when the installer returns an error code, so I would not mess with this unless installing IIS is not critical for your primary installer.