问题
I have an application that I need to deploy via ClickOnce on a web page, but I need it to only install the application and not execute it automatically after the install is complete. The user should have to manually start the application from the start menu - even after the initial install.
How do I accomplish this?
回答1:
The answer is in the MSDN article How to: Disable URL Activation of ClickOnce Applications by Using the Designer.
来源:https://stackoverflow.com/questions/3348159/prevent-application-execution-during-clickonce-install