I did some digging and found out, that max. size of NSIS installer is about 2GB.Internal compiler error #12345
Well, ok, it makes sense for some veeery old OS's, but now-a-days it's a big problem. Why?
First - it's very convenient for the end-user to use a single file instead of keeping lots of smaller ones
Second - it's much easier to distribute on the web
So my question is - when will that limitation be taken off?
Additionaly I'd like to ask if there is any way to hack those limits somehow. Different compression maybe? Or different compiler? Anything?
(Multiple-files-installer is not an option!)