How to install ClickOnce app without prompting the user?

后端 未结 4 971
-上瘾入骨i
-上瘾入骨i 2020-12-10 17:25

Is there a way to install a ClickOnce application without prompting the user at all? I\'m talking about the \"Run/Don\'t Run\" that a user gets the first time he/she runs th

4条回答
  •  无人及你
    2020-12-10 18:05

    There is no way to install a ClickOnce application without prompting the user. if you want the user to be able to double-click on it, and it just installs without verifying with the user, don't use ClickOnce. Frankly, in my experience, only malware and packages pushed with SMS in an enterprise environment install without any prompting to the user.

提交回复
热议问题