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
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.