Reputation: 1390
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?
Upvotes: 1
Views: 252
Reputation: 1390
The answer is in the MSDN article How to: Disable URL Activation of ClickOnce Applications by Using the Designer.
Upvotes: 2