Ticket #1450 (closed Patch)

Opened 5 years ago

Last modified 5 years ago

Decrease the size of instaler

Reported by: idcarlos Owned by:
Priority: normal Component: Other
Keywords: Cc: idcarlos, codesquid
Operating system type: Operating system version:

Description

You can decrease the size of your setup file if you add
this line at the top of your NSIS script

SetCompressor lzma

If you like I can get involved in the development of minor
tweaks of your installer, send me a mail.

Change History

Changed 5 years ago by codesquid

lzma is slow. Also lzma usually compresses everything at a
whole and not each file individually. So to decompress,
temporary files have to be created.

I'll try to see which impact the lzma headers have if not
using solid compression.

Note: See TracTickets for help on using tickets.