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 Knowledge Base
- :
- 1334 Runtime Error - Incorrect Build When Custom Compression Used For Features
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
1334 Runtime Error - Incorrect Build When Custom Compression Used For Features
1334 Runtime Error - Incorrect Build When Custom Compression Used For Features
Summary
Runtime Error 1334 Due To CABs (Cabinet Files) Not Created Or Wrong Files Are Placed In CABSymptoms
A runtime error with the following information occurs:?Error 1334. The file 'xxx' cannot be installed because the file cannot be found in cabinet file 'yyy'.
Cause
At build there is an unexpected resequence of files which causes a runtime error. This issue may be occurring at build because of how a feature to associate a CAB file with is determined. Using previous package syncing applies a change to file sequences and changes how a feature in the build has a sequence number associated with it. In some cases the build picks the wrong feature to add CABs or files into it. Runtime problem/invalid CAB problem may occur when the previous package and "one cab per feature" are specified in the release.Steps To Reproduce
These are steps to illustrate unexpected behavior in a minimal scenario:- Create a new Basic MSI.2
- Add two features (F1, F2).
- Add one component to each feature, with one key file each (A.txt, B.txt respectively).
- Create a release "Base" using One Cab Per Feature, no setup.exe.
- Build (Should result in .msi and two .cab files, F1.cab containing A.txt and F2.cab containing B.txt).
- Verify that the built Media table contains F1 before F2, and that the file sequences of A and B are 1 and 2 respectively.
- Increment the ProductVersion for a minor upgrade.
- Add a second component to F1, with a key file (C.txt).
- Clone "Base" release into "Update" and point Previous Release to the base .msi file.
- Build Update.
Actual Results: Update's F1.cab contains A.txt and B.txt; F2.cab contains C.txt. As you may experience B.txt moved cabs, and B.txt was added to the wrong one.
Resolution
The expected behavior occurs when file sequence syncing is not used.- Adding DoNotSyncSequenceNumbers with value 1 to the InstallShield table causes expected results.
- Another way to disable file syncing is not use the fully qualified path to Previous Package for creating patch packages.
Additional Information
This issue is being tracked internally as Master Issue Number: IOJ-1598309 | ISDEV-7393Related KB Articles
Windows Installer Error 1334
No ratings