cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Arshbeer_Singh
Level 5

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
Labels (1)
0 Kudos
(1) Reply
DLee65
Level 13

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.
0 Kudos