cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
perton
Level 2

File size limit

Currently, I have InstallShield 2015.

I notice the total size of the msi/exe being built exceeds 2GB, which causes an ISDEV fatal error of 0

Does anyone know if a newer version of InstallShield allows more than 2GB?

Thanks

flexera
Labels (1)
0 Kudos
(1) Reply
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

The 2GB limit is not a limitation of Installshield, but rather a limitation from the Windows Operating System which does not support CAB files larger than 2GB - therefore no compressed MSI file can be larger than 2GB.

The solution here is to build an uncompressed release as the cab files are no longer in the MSI file and therefore this limitation no longer applies.

It would be possible to create a compressed setup.exe, however there is also a Windows limitation of 4GB on a portable executable file.

0 Kudos