Brent Lamborn
Brent Lamborn

Reputation: 1390

Prevent application execution during ClickOnce install

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

Answers (1)

Brent Lamborn
Brent Lamborn

Reputation: 1390

The answer is in the MSDN article How to: Disable URL Activation of ClickOnce Applications by Using the Designer.

Upvotes: 2

Related Questions