-
Deployment [resolved]
I have created a windows application that I want to launch during the execution of a Setup Package I created using visual studio.net. The win app basically takes some Configuration input parameters and writes them to the registry. Any one know how to launch the exe I created during the installation?
Thanks
-
Never mind. I was adding my exe as a custom action and everything and was frustrated cause it didn't work. I forgot to set the "Installer Class" Property of my config exe to false:rolleyes: :D