Setup Project

  • Thread starter Thread starter DMan
  • Start date Start date
D

DMan

I am working on creating a VS.NET setup project.

Anyone know where to look to find out how to reboot the computer and then
have the setup program start up again to continue after reboot? Links,
personal knowledge?

Thanks
 
I know you can use WMI to reboot the computer as long as the account running
the code has rights. Then all you would have to do is place your program in
the RunOnce reg key.
 
Back
Top