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?