[Mono-list] Something like Java Web Start

Jonathan Pryor jonpryor at vt.edu
Tue Mar 14 16:52:06 EST 2006


On Tue, 2006-03-14 at 13:12 -0800, trncyng wrote:
> Hello I am new to Mono. I'd like to know if there is
> something like Java Web Start in Mono whereby I can
> deploy apps through the web but these apps aren't
> themselves web applications--that is they are desktop
> type apps but delivered through a web page so one
> always get the latest version. Or is there something
> better one can use in Mono?

What you want is ClickOnce deployment, new to .NET 2.0.

Alas, Mono doesn't currently support this, due in part to the lack of
complete a Code Access Security implementation and an audit of the class
libraries.

 - Jon




More information about the Mono-list mailing list