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
- :
- running init pgm?
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
Apr 03, 2008
11:52 AM
running init pgm?
I have an InstallScript project; the Setup needs to reboot after the install and THEN I need to run a final initialization.
Can anyone suggest a way to set up a pgm to run once after a re-boot?
And, what it the right way to force InstallShield to do a reboot??
Thanks
Can anyone suggest a way to set up a pgm to run once after a re-boot?
And, what it the right way to force InstallShield to do a reboot??
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 07, 2008
06:30 PM
You might look into the BATCH_INSTALL variable and the OnRebooted event handler; there's also a RunOnce registry key that might be of use, but perhaps try the built-in options first.