[Mono-list] (no subject)

Robert Jordan robertj at gmx.net
Thu Aug 31 07:57:05 EDT 2006


Alexander.Nolting at Bertelsmann.de wrote:
> Hello to the list,
> 
> i'm new here and my question my be sounding a little bit stupid: Is
> it possible (at the actual development status of the mono framework)
> to go and install an msi package with a .net application in it. My

I'm not sure if I understand you correctly.

You can deploy a .NET app with MSI, but this requires either Mono
or MS.NET on the target machine.

Since Mono doesn't provide a MSI installer for its runtime,
you either have to repackage the runtime or provide a MSI
custom action that installs the official installer.

> question points also in direction windows registry and a workaround
> if this feature is not supported. I'll miss also a search function to
> do my my own investigations on the different lists.

The registry classes are supported in Windows and Unix.

You can search the lists with Google by limiting the domain
to lists.ximian.com.

Just type

	somekeywords site:lists.ximian.com

in Google's input line.

Robert



More information about the Mono-list mailing list