Archive: file size limit


file size limit
hello,

I was trying to repack one of my games that requires a ton of updates so that I would not need to go through all that crud again. I installed that game, updated it and now would like to repack that game into a setup.exe, put it on a disk and use it like an install disk. it seems to work fine till it game across a rather large file (3.5 gigs) and then stopped with an error :
File: failed creating mmap

I think it may be that the file is to big. what is the file size limit for nsis?

Thanks,


NSIS installers cannot exceed 2GB total - so a bit less than 2GB for any files to be included.

If you need a bigger container - have a look at the CABSetup plugin or one of the many archive handlers (plugins / command line utilities such as 7zip). This does mean you will have at least 2 files (an installer executable and a data file) or more.