Click to See Complete Forum and Search --> : SETUP PROGRAM


chem1
August 3rd, 1999, 04:23 AM
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

Lothar Haensler
August 3rd, 1999, 04:51 AM
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.