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: Prerequisites and InstallScript
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 27, 2010
11:30 AM
Prerequisites and InstallScript
When using prerequisites with InstallScript, is there any way to determine when a reboot is thrown by a prerequisite?
Any assistance will be greatly appreciated!!
Any assistance will be greatly appreciated!!
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 28, 2010
11:58 AM
Are you trying to configure a prerequisite to handle reboots correctly, or are you trying to find out in your main script (such as in OnFirstUIBefore) whether a reboot is pending or has already occurred?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 28, 2010
01:18 PM
Yes, I'm trying to determine whether or not a reboot is pending.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 29, 2010
10:32 AM
Unfortunately I don't know of a way to do this in InstallScript setups. In MSI setups, the launcher will set an MSI property, but that doesn't help here. I'll ask around, and add a note to IOA-000030189 to make sure we consider adding this.