Lines Matching refs:CAB
6 :synopsis: Creation of Microsoft Installer files, and CAB files.
17 exposes an API to create CAB files. Support for reading ``.cab`` files is
26 The package contents can be roughly split into four parts: low-level CAB
33 Create a new CAB file named *cabname*. *files* must be a list of tuples, each
34 containing the name of the file on disk, and the name of the file inside the CAB
37 The files are added to the CAB file in the order they appear in the list. All
38 files are added into a single CAB file, using the MSZIP compression algorithm.
320 CAB Objects
324 .. class:: CAB(name)
326 The class :class:`CAB` represents a CAB file. During MSI construction, files
327 will be added simultaneously to the ``Files`` table, and to a CAB file. Then,
328 when all files have been added, the CAB file can be written, then added to the
331 *name* is the name of the CAB file in the MSI file.
336 Add the file with the pathname *full* to the CAB file, under the name
340 Return the index of the file in the CAB file, and the new name of the file
341 inside the CAB file.
346 Generate a CAB file, add it as a stream to the MSI file, put it into the