2

How can I add a 'restart' checkbox after instalation completes in my InstallShield project?

slugster
  • 49,403
  • 14
  • 95
  • 145
Cornel
  • 4,652
  • 15
  • 48
  • 57

1 Answers1

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

Community
  • 1
  • 1
slugster
  • 49,403
  • 14
  • 95
  • 145
  • 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