congahonga
7th April 2009 09:00 UTC
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
7th April 2009 10:17 UTC
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
7th April 2009 11:10 UTC
But...
What is with logging on with user and password ?
Do I need a second reboot in the second installer-file ?