tags:

views:

25

answers:

1

I have an application that I need to deploy via ClickOnce on a web page, but I need it to only install the app and not execute it automatically after the install is complete. The user should have to manually start the app from the start menu - even after the initial install.

Does anyone know how to accomplish this?

+1  A: 

Found my answer:

http://msdn.microsoft.com/en-us/library/ms404230.aspx

Brent