Build / Extract CAB from Media Table
This feature lets you create or extract cabinet (.cab) files from the Media table in an MSI. Use it when you need to inspect, update, or rebuild packaged file content.
Available actions
- Build CAB ? Generate a new cabinet file from the files defined in the
MSI. - Extract CAB ? Unpack a cabinet file referenced in the
Mediatable.
Common use cases
- Add new files to the package.
- Replace existing files.
- Update file versions.
- Inspect or recover files for troubleshooting or reuse.
How to extract a CAB
- Open your
MSIorMSTfile in Master Packager. - Go to the
Mediatable. - Locate the
CABentry. - Right-click the entry and select Extract CAB.

tip
After changing file contents in your MSI, rebuild the CAB and update the Media table so installation behavior stays correct.