Archive: NSIS Installer for big files (more 4 GB and zip)


NSIS Installer for big files (more 4 GB and zip)
Hello,

I want to make a installer with one big file. The size of data more then 4GB. But NSIS can do file only <2GB now.

I try installer based on zip file. But its size more 4GB. When I try open file .zip I get "Error openning zip file". What kind error - I don't know.

Can I create one file installer with size more then 4GB? How do this?

Thanks!


No you can't.

Stu


I looked at this a few months back. Basically there is no good solution currently for installing large files. I ended up distributing a small installer together with a set of .tbz2 files and using the 'untgz' plugin to decompress the files: the 'untgz' plugin was the only one that I found that could handle files that were larger than 4GB.

If your individual files are smaller than 2GB then you can compress them into individual zip files (so long as no zip file holds more than 2GB of data you're OK). Then there are various unzip plugins which will work. However, there's no solution that will let you distribute a single >4GB installer.