ClickOnce
Sign in to savethumb|387px|Installation of a ClickOnce application ClickOnce is a component of Microsoft .NET Framework 2.0 and later, and supports deploying applications made with Windows Forms or Windows Presentation Foundation. It is similar to Java Web Start for the Java Platform or Zero Install for Linux.
Wikidata facts
Show 1 more fact
- Stack Exchange tag
- stackoverflow.com/tags/clickonce
Sources (1)
via Wikidata · CC0
~5 min read
Article
8 sectionsContents
- Description
- Applications
- Manifests
- Updates
- Browser support
- See also
- References
- External links
thumb|387px|Installation of a ClickOnce application ClickOnce is a component of Microsoft .NET Framework 2.0 and later, and supports deploying applications made with Windows Forms or Windows Presentation Foundation. It is similar to Java Web Start for the Java Platform or Zero Install for Linux.
==Description== The core principle of ClickOnce is to ease the deployment of Windows applications. In addition, ClickOnce aims to solve three other problems with conventional deployment models: the difficulty in updating a deployed application, the impact of an application on the user's computer, and the need for administrator permissions to install applications.