Skip to content
⌘ NSIS Forum Archive

Can installer continue AFTER a reboot of system

3 posts

congahonga#

Can installer continue AFTER a reboot of system

Hi there,

due to some complicatition (see my other post) I want to do a system reboot and continue installation after the reboot.

Is there a possiblity to reboot the system from installer and then continuing the installation process ?

Perhaps with "tricky" Windows API commands ?

I would be very glad for an solution.
sgiusto#
I think you can split your installer in 2 smaller installers.
The second installer is extracted from the first an put in a temp dir.
then you put in HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce the path to your second installer and use the Reboot command.
congahonga#
But...

What is with logging on with user and password ?

Do I need a second reboot in the second installer-file ?