How can I add a ‘restart’ checkbox after instalation completes in my InstallShield project?
How can I add a ‘restart’ checkbox after instalation completes in my InstallShield project?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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