Hi all,
I need the installer to resume the installation process after a system reboot. Is it possible to acheive using NSIS?
Help appreciated! Thanks!
Resume installation after reboot
4 posts
Write a string to the registry under
HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce
(give it the command line that you want to run after the reboot... use command line parameters if you want to use the same installer and skip the first few pages or something)
HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce
(give it the command line that you want to run after the reboot... use command line parameters if you want to use the same installer and skip the first few pages or something)
Cool! Thanks a lot!
@KrYpT
Hi,
i'm not so experienced with NSIS and would like to know, if you could it explain more detailed, please.
Thanks
Hi,
i'm not so experienced with NSIS and would like to know, if you could it explain more detailed, please.
Thanks