[Mono-list] ClickOnce?

Kornél Pál kornelpal at hotmail.com
Wed Jun 8 04:26:50 EDT 2005


> From: Martin Hinks
> Is "Click Once" not just an IDE feature for NTD as opposed to
> something that Mono itself can implement?

I searched "Click Once" and "No Touch" on msdn.microsoft.com and I think "No
Touch" deployment only means that an application is executed form an URL,
the runtime dowloads all its referenced assemblies and executed in a low
privileged environment.

"Click Once" however seems to be an istallation mechanism built into .NET
Framework that can request full trust and will leave the installed
application on the client computer but can be installed on a per user basis
and no administrative privileges are required.

Visual Studio .NET has a deployment wizard that helps deployment using these
technologies but they have XML based configuration files and deployment
packages can be copied to web servers without any wizard.

Kornél



More information about the Mono-list mailing list