I am writing an installer for a c# application using visual studio 2008.There i have created a setup project and created the .msi file also.it is working properly.Now I need to run my application at the end of the installation.Is there any way to override the installer class to do that?
need a help
thanks
Download Orca from microsoft which lets you read and edit msi files. That helped me puzzle out a different problem with installs.
And check this out Run exe after msi installation?