Hi,
The problem is caused by the limitations of the CAB file format:
* No file in a CAB archive can exceed 2GB
* Maximum size of all files in one folder (compressed) 2GB
* Maximum size of a CAB file (compressed) 2GB
* Maximum number of files in a single CAB 64K
These limits have been documented on the
Windows Installer Team Blog.
You can avoid these limits by splitting your setup into multiple CABs (only in AdvInst Professional or Java) or by placing your application files on the distribution disk uncompressed.
Regards,
Denis