I am stuck on this one. After an exe component which requires reboot is executed, the dotnetinstaller script forces a reboot. However after reboot it starts right from beginning not after the step which required rebooting.
These are the details: DotNetInstaller Version: 2.13 Properties:
Auto_Continue_on_reboot = true
must_reboot_required = false
must_reboot = true
returnCodes_reboot = 3010
Registry Values:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run:
Name: Default Value: (Value Not Set)
Name: dotNetInstaller.exe Value: "C:\Installer\dotNetInstaller.exe" /Reboot
Thanks for any assistance.
Your question was answered by Daniel Doubrovkine in the dotnetinstaller Google Group here.