Hello,
What should I do if I want to have my application started automatically after the setup program is complete.Also How do I make my applications RESTART windows.I know how to make them SHUT DOWN Windows
Thanks
Printable View
Hello,
What should I do if I want to have my application started automatically after the setup program is complete.Also How do I make my applications RESTART windows.I know how to make them SHUT DOWN Windows
Thanks
you can modify the sourcecode of setup1.exe. It comes with VB.
You can customize it so that your app is started after a successful setup (I wouldn't do it, because setup may have to reboot).
You can restart windows by calling ExitWindowsEx API.