问题
I have a WPF app that gets installed via an MSI, generated from a "setup project" in visual studio 2010. I was wondering how I tell the setup project to start the WPF app (primary output) after the installer is complete.
回答1:
Found the answer here, using a custom action:
http://www.codeproject.com/KB/install/Installation.aspx
来源:https://stackoverflow.com/questions/4905085/start-wpf-app-after-msi-installation-complete