Archive: Temportary Files problem.


Temportary Files problem.
hello
i have a problem during compilating the nsi script. script is writed good without errors. during compilation an error apears:

"...
File: "gman_sheet.vtf" 699256 bytes
File: "gmanhirez_normal.vtf"
Internal compiler error #12345: error mmapping file (2123620721, 16777407) is out of range.

Note: you may have one or two (large) stale temporary file(s)
left in your temporary directory (Generally this only happens on Windows 9x)."


i think this happend because of my huge instalation size (44610 files, 767 dirs). im surprised because my computer is pretty strong (4gb ram, 2.4pentium quadro, gforce 8800 gt sli, 500gb hdd) so it should handle that. can anyone solve this problem.
peace


That also happens when you go over the 2GB size limit.

Stu


that's right
is there any solution for that because size of all my files is almost 3,6gb? can i pass the file size limit somehow?
big thx for help
peace


One solution would be to create a
multi-volume distribution. Much like the CABSetup, you could include a Zip or 7-Zip file with all your data in it and use the 7za.exe command line executable to extract from it at run time.

Stu


true, this is a solution but i want to create one *.exe file installer.
is it posible to create installer file which have more then 2gb file size ??