To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45919





------- Additional comments from [EMAIL PROTECTED] Thu Mar 24 07:21:06 -0800 
2005 -------
I checked in the documentation and downloaded Cabinet Software Development Kit
from:
http://www.microsoft.com/workshop/prog/cab

I think we may add /d CompressionType=LZX option to makecab.exe comman line.

>From doc:

MAKECAB.EXE
MAKECAB.EXE is designed to produce the final distribution files and cabinets for
an entire product in a single run. The most common way to use MAKECAB.EXE is to
supply a directives file that controls how files are compressed and stored into
one or more cabinets.  
        MAKECAB.EXE Syntax
There two primary forms of MAKECAB.EXE usage.  The first is used for compressing
a single file, while the second is used for compressing multiple files.

MAKECAB [/Vn] [/D variable=value ...] [/L directory] source [destination]
MAKECAB [/Vn] [/D variable=value ] /F directives_file [...]


---

CompressionType=MSZIP 
Select compression engine.
Default:        .Set CompressionType=MSZIP      ; Default is MSZIP compressor

MSZIP is the default compression type supported by Microsoft.  This version of
MakeCAB.EXE also supports the LZX compression method, which can achieve higher
compressions ratios.

Using MSZIP compression and FolderSizeThreshold=1 will generate a cabinet file
approximately the same size as a PKZIP-compatible compression engine.  LZX
compression requires more time, but LZX decompression is typically faster.

Examples:
.Set CompressionType=LZX ; LZX compressor

I really don't know it is the sollution. But you (or) may test...

Related files:

\src\solenv\bin\modules\installer\windows\msiglobal.pm
\src\solenv\bin\modules\installer\control.pm

Regards,
KAMI


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to