Prevent application execution during ClickOnce install

只谈情不闲聊 提交于 2019-12-24 12:08:07

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!