Hello Seth,

thank you for the files. We’ll review it, but I think I already see what the problem is.

It’s caused by #3 from my previous answer:

http://www.lindersoft.com/forums/sho...ssion-Error-99

3. The file is > 2GB.

The .EXE file size limit in Windows is 2GB !!! Your installer is 2.4GB.

“The executable "image" (the code/data as loaded in memory) of a Win64 file is limited in size to 2GB. This is because the AMD64/EM64T processors use relative addressing for most instructions, and the relative address is kept in a dword. A dword is only capable of holding a relative value of ±2GB.”

In the upcoming SetupBuilder 11 our goal is to support installations larger than 2GB with multiple-volumes. But one .EXE >2GB is impossible from the Windows technical site-of-view.

Friedrich