Archive: Force reboot


Force reboot
How does one make the MUI_FINISH page insist that the user reboots their machine before the program can be used?

I have installed some libraries and they need to be replaced on reboot.

Currently I use:
SetRebootFlag true

But that allows the user to reboot later.

Thanks


You can call Reboot yourself. But I don't recommend it. Installers that force a reboot are very annoying. When I see one, I usually just kill it when it says it's going to reboot and doesn't give me an option.