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
- :
- Re: Error Code 0?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 10, 2010
09:45 PM
Error Code 0?
I got error code 0 when building a single msi file.
My msi file always only reach 2,097,088kb, then I got that error. I have no error when building smaller installation.
My msi file always only reach 2,097,088kb, then I got that error. I have no error when building smaller installation.
(3) Replies
‎Aug 11, 2010
11:32 AM
The storage format for .msi files doesn't support more than 2GB, so you cannot exceed something approximately this size. Unfortunately the Windows Installer APIs do not return usable error information for this case, so while we can guess about the error, it's not trivial for InstallShield to confirm this is the reason.
‎Aug 11, 2010
09:16 PM
Is there any other ways to to handle 2gb and more?
‎Aug 17, 2010
01:06 PM
You can either build fully uncompressed, or with, say, a custom layout with something like a cab file per feature (assuming not all your files are in the same feature). Neither of these options will give you a single MSI file that provides everything; they will both result in additional external files.