cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ChrisA
Level 3

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
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

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