Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Restart/Reboot the computer


2 replies to this topic

SujitUk

SujitUk
  • Members
  • 9 posts

Posted 01 July 2003 - 08:16

Hi All,
Is there a variable in InstallShield Developer 7.04 that can assist me to show the Restart the computer dialog box at the end of installation.
I wan't to rebott the computer conditionally.
So If you know any variable whose value when set would display the restart dialog box.
Thanks in advance

Sujit

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 01 July 2003 - 09:57

You can add the ScheduleReboot action into your InstallExecute sequence.

Kiril

Kiril
  • Members
  • 39 posts

Posted 01 July 2003 - 10:05

There are many various ways to show the Restart the computer dialog box at the end of installation.
1) Insert Standard Action “ScheduleReboot” into one of your sequences. You with ease can operate conditions
2) Call to MsiDoAction(hMsi,”ScheduleReboot”) from your Custom Action
3) Set property REBOOT = force.

Choose the most convenient for you from these options.

Kiril