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
How about creating a custom ClickOnce installer? http://msdn.microsoft.com/en-us/library/dd997001.aspx
Updated link (06 Oct 2016)
Walkthrough: Creating a Custom Installer for a ClickOnce Application