问题
I have a setup project in c#. i want that setup run 2 exe file from the installed files after installation. How can i set which file to be run after installation.
Any suggestion would be highly appriciated
回答1:
Add a custom action as below...
After the install complete, it should run the application automatically.
Launching Your Application After Install using Visual Studio
来源:https://stackoverflow.com/questions/7460628/how-to-run-an-installed-file-after-installation