Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a .NET equivalent of Java Web Start?

Is there a .NET equivalent of Java Web Start?

I want a one-click, from the web, lightweight install for a group of .NET assemblies and resources. Hopefully, the link would continue to keep the user updated with the latest version, similar to what Java Web Start does.

The application is written in F#, for what it's worth.

like image 715
Jen S. Avatar asked Oct 29 '08 23:10

Jen S.


People also ask

What is the replacement for Java Web Start?

Rocket Open Web Launch (OWL)

Is Java Web Start still used?

Oracle has announced that Java Applet and WebStart functionality, including the Applet API, The Java plug-in, the Java Applet Viewer, JNLP and Java Web Start (containing the javaws tool) are all deprecated in JDK 9 and will be removed in a future release.

Is Java Web Start part of JRE?

Java Web Start is included in the Java Runtime Environment (JRE) since release of Java 5.0. This means that when you install Java, you get Java Web Start installed automatically.

Is Java Web Start included in JDK?

Java Web Start is included in the Java Platform, Standard Edition development kit (JDK) and Java Runtime Environment (JRE), and includes the security features of the Java platform.


2 Answers

I think you're talking about ClickOnce Deployment

http://msdn.microsoft.com/en-us/library/t71a733d(VS.80).aspx

like image 198
jumpinjackie Avatar answered Sep 21 '22 20:09

jumpinjackie


Microsoft's ClickOnce

like image 31
Kevin Avatar answered Sep 19 '22 20:09

Kevin