Msi And Cab References - activescott/lessmsi GitHub Wiki

Reference information on the MSI & CAB file formats.

References on MSI & CAB File Format

MSI Files/Databases

Tables

MSI files are essentially a relational database. So the Tables are the key to MSI databases. The key reference page from Microsoft that documents what all the tables are is at http://msdn.microsoft.com/en-us/library/aa368259(v=vs.85).aspx

Important Tables

Notes on _Streams and _Storages Tables

...and how they related to embedded OLE Streams:

CAB File Format Notes

Just in case I ever stop procrastinating about implementing a CAB reader that is not dependent upon the Windows API below are some references that I have compiled on the CAB file format - Been there done that: https://github.com/activescott/libmspack4n