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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
