msilib
msilib — Read and write Microsoft Installer files
Source code: Lib/msilib/__init__.py
The msilib
supports the creation of Microsoft Installer (.msi
) files. Because these files often contain an embedded “cabinet” file (.cab
), it also exposes an API to create CAB files. Support for reading .cab
files is currently not implemented; read support for the .msi
database is possible.
This package aims to provide complete access to all tables in an .msi
file, therefore, it is a fairly low-level API. Two primary applications of th