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

Max file size

We are getting the following error during the build:

ISDEV : fatal error -5023: Error building table File

It seems that the problem is a file size. One of the source files is bigger than 2 GB. Is there a way to overcome this limitation?
Labels (1)
0 Kudos
(3) Replies
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

If you are building a compressed type release (network, CD-ROM, DVD, etc.), this limitation for MSI projects is the result of the CAB compressed file format used by Windows Installer. CAB files do not support any single file greater than 2GB, and the combination of files in a CAB cannot exceed 2GB. More information is available in the following post:
What are the upper limits of the CAB file format? - http://blogs.msdn.com/b/windows_installer_team/archive/2005/09/18/461810.aspx

The feature(s)/component(s) that contain files that exceed this size would need to be built uncompressed (using the custom compression options in the Release Wizard).

Note that for a compressed network release (building a single MSI file), the MSI file itself cannot exceed 2GB. This is a limitation of the structured storage/compound document format MSI files are based on. The only way to work around this limitation is to build a CD-ROM or DVD style release, or a network image with custom compression options.

Note that if an InstallScript project is used, the CAB format used by InstallScript will allow for file sizes larger than 2GB.

0 Kudos
karunakant
Level 2

Do we still have this issue. Because we are not able to build our .ism. We are getting same error. Can you please help us with option we can use.
0 Kudos
JustinJack
Level 3

joshstechnij wrote:
If you are building a compressed type release (network, CD-ROM, DVD, etc.), this limitation for MSI projects is the result of the CAB compressed file format used by Windows Installer. CAB files do not support any single file greater than 2GB, and the combination of files in a CAB cannot exceed 2GB. More information is available in the following post:
What are the upper limits of the CAB file format? - http://blogs.msdn.com/b/windows_installer_team/archive/2005/09/18/461810.aspx

The feature(s)/component(s) that contain files that exceed this size would need to be built uncompressed (using the custom compression options in the Release Wizard).

Note that for a compressed network release (building a single MSI file), the MSI file itself cannot exceed 2GB. This is a limitation of the structured storaget hunter manga MSI files are based on. The only way to work around this limitation is to build a CD-ROM or DVD style release, or a network image with custom compression options.

Note that if an InstallScript project is used, the CAB format used by InstallScript will allow for file sizes larger than 2GB.


I found that but with some errors. Maximum errors are found in that. Please fix this.
0 Kudos