how to resume installation after restarting pc in c# in Setup and Deployment project?
+1
A:
- Create a registry entry indicating where your installer left off.
- Make an entry in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce with your installer name and location.
- Your installer will be run after the PC reboots.
- Read the registry entry and continue your installation.
Gabriel McAdams
2009-12-30 03:50:57
Please remember to accept this answer if you found it helpful.
Gabriel McAdams
2009-12-30 16:24:19