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

André Hentschel nerv at dawncrow.de
Mon Dec 6 13:49:43 CST 2010


Am 06.12.2010 20:44, schrieb Hans Leidekker:
> On Mon, 2010-12-06 at 20:21 +0100, Jacek Caban wrote:
> 
>>> What improvements are needed for 7zip? It seems to work fine here, I can
>>> use both the Windows and the Linux version to create self-extracting
>>> archives for Windows.
>>
>> That's exactly the problem of creating Windows self-extracting archives 
>> on Linux. How do you do that?
> 
> $ rm -f wine_gecko-1.1.0.7z
> $ 7z a wine_gecko-1.1.0.7z wine_gecko-1.1.0.msi gecko/
> $ cat 7zS.sfx wine_gecko-1.1.0.cfg wine_gecko-1.1.0.7z > 
>   wine_gecko-1.1.0.exe
> 
> 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@!
> 
> 
> 
> 

So the only problem is to have the Windows sfx file in your Linux environment?

-- 

Best Regards, André Hentschel



More information about the wine-devel mailing list