I have a problem compiling a script.
When I've started the process it compresses the files but after 3 hours the following error appears:

Perhaps somebody knows a solution.
Phiffi
25 posts

I'm using version 2.19 of NSIS.Internal compiler error #12345: error mmapping file (1967843348, 33554432) 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).

The [-options] part is the command line options you need. (If you are having problems with this, you should consult your 7-zip help manual or try browsing the 7-zip SourceForge Project Site) Just don't forget to include any paths in quotes (as shown above and for any folder paths you might need to include as parameters.)
nsExec::ExecToLog /OEM '"$PLUGINSDIR\7za.exe" [-options]'
-StunsExec::ExecToLog /OEM '"$PLUGINSDIR\7za.exe" x "$EXEDIR\Half-Life2.7z" -o"$INSTDIR"'
Remember, this code is executed at run time when the user runs the installer, not when you compile the installer.Means this line "nsExec::ExecToLog..." mustn't stand in the script?