This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- File size limit
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 03, 2023
01:53 AM
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 04, 2023
03:29 AM
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.