Announcement

Collapse
No announcement yet.

force reboot post installaton

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • force reboot post installaton

    I want to force restart my installer post successful install. by having reboot in onInstSuccess , i can reboot . But it options (snapshot attached) as Reboot now or later. Even when i click on later, it reboots. I dont want any options. it should always force reboot post-install without giving any options like reboot later or reboot now.
    any help is much appreciated.
    Attached Files

  • #2
    i have set SetRebootFlag false in .onInstSuccess and flipflopped true/false with no positive results

    Comment


    • #3
      Do you still want to show the finish page?
      IntOp $PostCount $PostCount + 1

      Comment


      • #4
        i resolved it by using !define MUI_FINISHPAGE_NOREBOOTSUPPORT and SetRebootFlag false on init

        Comment

        Working...
        X