Multi restart
Hello,
I need to restart my computer several times during my installation.
How to save context to avoid clicking on language, welcome, licence pages ?
Someone has some ideas ?
thanks
Freg
Archive: Multi restart
Multi restart
Hello,
I need to restart my computer several times during my installation.
How to save context to avoid clicking on language, welcome, licence pages ?
Someone has some ideas ?
thanks
Freg
registry
registryMore specifically...
System::Call 'kernel32::GetModuleFileNameA(i 0, t .R0, i 1024) i r1'
;$R0 will contain the installer filename
WriteRegStr HKLM Software\Microsoft\Windows\CurrentVersion\Run "SetupContinue" '"$R0" /STAGE2'
Thank you for your help.