Hi,
I have installer.nsi File where i call multiple .bat scripts.
So i have requirement like after installing some drivers i need to restart the system and after restart i need to continue from the step where it is stopped, i don't want to stop from beginning.
Is there any way i can do it from Nsi scripts? I have to continue from the scripts where it stopped not from the beginning of NSI script.
I have installer.nsi File where i call multiple .bat scripts.
So i have requirement like after installing some drivers i need to restart the system and after restart i need to continue from the step where it is stopped, i don't want to stop from beginning.
Is there any way i can do it from Nsi scripts? I have to continue from the scripts where it stopped not from the beginning of NSI script.
Comment