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: Install won't resume after reboot required by .Net 4
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
‎Sep 16, 2010
04:52 AM
Install won't resume after reboot required by .Net 4
Hello guys, our installer includes .Net 4 prerequisite, after installing .Net 4, it prompts users to reboot machine, but the installer won't resume after the reboot, we have to launch the installer again to continue install. The OS is Windows XP, and I have configured "/q /norestart" and "Reboot the machine and resume on reboot" in the prerequisite editor. Have you met this issue before?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 01, 2010
08:26 AM
My install includes .NET 4 as a prerequisite but it doesn't ask for a reboot. I'm running it under Win7. Are you sure that .NET 4 needs a reboot?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 20, 2010
04:18 AM
.Net 4 reboot can be suppressed. "/q:a /c:"install /q /norestart" /norestart" this command can be passed to the .Net executable... be careful abt the quotes...