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.