cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mohit_raghav
Level 4

installer does not restart

Installer does not automajically restart after the computer restarts during the installation. In my case computer asks for restart after it installs .net 1.1 and after i restart the PC, the installer does not start again. can someone please tell what to do so that after restart my installer starts automatically.

please help
Labels (1)
0 Kudos
(2) Replies
nikhilgupta
Level 5

I assume its an basic msi project. it wont restart automatically.
I will recommend supress the reboot of .net 1.1 by passing REBOOT=R property and finally rebbot the machine after your setup is finished by calling ForceReboot custom action.
0 Kudos
mohit_raghav
Level 4

nikhilgupta wrote:
I assume its an basic msi project. it wont restart automatically.
I will recommend supress the reboot of .net 1.1 by passing REBOOT=R property and finally rebbot the machine after your setup is finished by calling ForceReboot custom action.


it used to automatically start earlier but i made few changes to the design and it stopped working 😞
i am not sure how to accomlish it 😞
0 Kudos