Compile Write Error
Hello,
If anyone can help, I would appreciate it. I recently compiled an installer successfully using NSIS. It is a setup file that installs alot of data. The setup file came out to be around 980MB and when uncompressed, it requires about 11.5 GB of space.
I went back and added just a few more files to the folders that I am compressing in the install, and now when it gets to the end when compiling, I am getting this error:
Error: can't write 62968023 bytes to output
Error - aborting creation process
here also is what else is printed right before it fails:
Processed 1 file, 1 command line command, writing output:
Adding plug-ins initializing function... Done!
warning: Uninstall section found but WriteUninstaller never used - no uninstaller will be created.
Processing pages... Done!
Removing unused resources... Done!
Generating language tables... Done!
Output: "C:\Program Files\NSIS\setup_UsefulFX.exe"
Install: 6 pages (384 bytes), 19 sections (1 required) (19912 bytes), 5224 instructions (146272 bytes), 1540 strings (44032 bytes), 1 language table (346 bytes).
Uninstall: 4 pages (256 bytes),
0 sections (0 bytes), 150 instructions (4200 bytes), 102 strings (1568 bytes), 1 language table (278 bytes).
Datablock optimizer saved 21234951 bytes (~2.1%).
Using bzip2 compression.
EXE header size: 49152 / 34304 bytes
Install code: 54789 / 211370 bytes
Install data: 1002492119 / 1276080775 bytes
Error: can't write 62968023 bytes to output
Error - aborting creation process
Can anyone tell me why adding just a few more files that are most likely under 2MB worth of data would now cause this problem? or is it unrelated?
it sounds like a memory or HD space issue, but I think I have enough space... maybe not enough memory? it worked before..... arg.
thanks for any help,
-CGTV