Archive: Can installer continue AFTER a reboot of system


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.


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.


But...
What is with logging on with user and password ?

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