[PATCH 1/4] wineaddon.cpl: Added initial Wine Add-ons Manager stub.

Hans Leidekker hans at codeweavers.com
Tue Dec 7 02:08:56 CST 2010


On Mon, 2010-12-06 at 23:14 +0100, Alexandre Julliard wrote:

> > where 7zS.sfx is the self-extractor and wine_gecko-1.1.0.cfg looks
> > like this:
> >
> > ;!@Install@!UTF-8!
> > Title="Wine Gecko 1.1.0"
> > BeginPrompt="Do you want to install Wine Gecko 1.1.0?"
> > ExecuteFile="wine_gecko-1.1.0.msi"
> > ;!@InstallEnd@!
> 
> Of course it would be even nicer to pack everything inside the msi
> file, then we wouldn't need a self-extractor at all...

Yes, we considered that. It means we need to be able to create a
cabinet file, which needs to be done with open source tools if we want
distributions to include the packages. Wine itself seems to be about
the only option there, but we don't support compression.





More information about the wine-devel mailing list