Hi guys! help please..how can Ii make my application(windows) start after the installation is done? Thanks in advance!
Printable View
Hi guys! help please..how can Ii make my application(windows) start after the installation is done? Thanks in advance!
Depends on the packager app you are using the create the installer. Some have it as an option you check during packaging etc.
I use the Setup Wizard from Visual Studio installed templates in Setup and Deployment...
.NET 2005?
Yap...
k, but I dont have allot of experience with .net installs yet but there is a CustomAction property in the Setup project where you can specify the other exe to run.
Thanks for that..but how will i set the condition property to tell that it should be executed right after the installation? Thanks again.
CustomActions are executed after the install.
Thanks but it wont work....
Did you try it like this?
http://www.15seconds.com/issue/040325.htm