3 questions: LZMA nonsolid, 2GBlimit and SMP support
There are 3 questions that are bugging me :)
First, I really appreciate LZMA support. It's just great compression, which make NSIS installer even smaller than they were. But I would like to create non-solid LZMA archives. I've read on this forum that that can be done by changing something in config.h and recompile it, but I don't have a compiler. So is there anyone who can do it and place the result somewhere online?
Second, I've also heard about an 2GB limit, but I'm not sure on what this limit applies. Is it the total of uncompressed files that can be compressed or is it the final exe size? I have a group of files of about 2,25GB which I would want to compress with LZMA (7-zip compresses it down to 550MB).
Last, I'm running an dual processor system (2 Athlon XP 2400+) and I've noticed that during compression NSIS uses only 50% of available processing power. I there any planned support for this (or have I overlooked a switch)?
Many thanks in advance and happy scripting and programming to y'all!