Searched refs:bdist_msi (Results 1 – 8 of 8) sorted by relevance
15 from distutils.command.bdist_msi import bdist_msi17 cmd = bdist_msi(dist)
30 import distutils.command.bdist_msi
22 package are the :mod:`distutils` command ``bdist_msi``, and the creation of436 :mod:`~distutils.command.bdist_msi` to create MSI files with a user-interface
84 class bdist_msi (Command): class
135 | :command:`bdist_msi` | msi |
1809 :mod:`distutils.command.bdist_msi` --- Build a Microsoft Installer binary package1812 .. module:: distutils.command.bdist_msi1815 .. class:: bdist_msi1821 In most cases, the ``bdist_msi`` installer is a better choice than the
4506 - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi5062 - Issue #7639: Fix short file name generation in bdist_msi.8060 - Issue #6258: Support AMD64 in bdist_msi.8087 - Issue #5311: bdist_msi can now build packages that do not depend on a specific8232 - Issue #5095: Added bdist_msi to the list of bdist supported formats. Initial
433 - Bug #1515998: Properly generate logical ids for files in bdist_msi.1625 command bdist_msi have been added.