How can I add a 'restart' checkbox after instalation completes in my InstallShield project?
Asked
Active
Viewed 8,185 times
1 Answers
2
Check if this previous SO answer does the trick: How to force restart after uninstall for a Basic MSI Project in InstallShield 2009 Premier
Note that i haven't flagged this as a duplicate because there are different flavors of InstallShield and you haven't said which you are using.
Edit: the InstallShield doco also suggests using the SdFinishReboot dialog which is instantiated via script. Here are a couple of links: SdFinishReboot, SdFinishReboot sample
-
The link is great and I'm also interested in the official info from the InstallShield help file. Thanks. – Cornel Jan 12 '11 at 08:43