Kaydet (Commit) 46cf22cd authored tarafından Kalman Szalai - KAMI's avatar Kalman Szalai - KAMI

Refine compression of Windows installer

I increased the efficiency of LZM compression of makecab. I found that we can use .Set CompressionMemory=21 setting. This setting produces 83,91% of original installer size and if we combine it with a simple zip compression the download size can reduce to 83,54%.

Reference:
http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg07068.html
üst a64e5e3c
......@@ -3,8 +3,9 @@
!define PRODUCT_PUBLISHER "PUBLISHERPLACEHOLDER"
!define PRODUCT_WEB_SITE "WEBSITEPLACEHOLDER"
SetCompressor lzma
; SetCompressor zlib
SetCompressor zlib
SetDatablockOptimize On
; Helpful for debugging, disable for products
; RequestExecutionLevel user
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment