Start WPF app after MSI installation complete

落花浮王杯 提交于 2020-01-15 11:38:47

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!