Using InstallShield 2014 I want to deploy the .Net Framework 4.8 with my application. For doing that I am using the following prq file: http://saturn.installshield.com/is/prerequisites/Microsoft%20.NET%20Framework%204.8%20Full.prq
I only want to change this prq to force the restart after the main application has finished installing. For that, I used the "Note it, fail to resume if the machine is rebooted, and reboot after the installation" option in the behavior tab.
However, the installer prompts the reboot after the prerequisite is finished. Do you know how I can delay the reboot until the installer has completely finished?