Searched refs:bdist_msi (Results 1 – 10 of 10) sorted by relevance
16 from distutils.command.bdist_msi import bdist_msi19 cmd = bdist_msi(dist)
32 import distutils.command.bdist_msi
141 | :command:`bdist_msi` | msi |145 bdist_msi is deprecated since Python 3.9.
1855 :mod:`distutils.command.bdist_msi` --- Build a Microsoft Installer binary package1858 .. module:: distutils.command.bdist_msi1861 .. class:: bdist_msi
24 package are the :mod:`distutils` command ``bdist_msi``, and the creation of443 :mod:`~distutils.command.bdist_msi` to create MSI files with a user-interface
83 class bdist_msi(Command): class
382 The distutils ``bdist_msi`` command is deprecated in Python 3.9, use
3723 already used by :mod:`distutils`' ``bdist_msi`` command.
843 * The distutils ``bdist_msi`` command is now deprecated, use
9218 - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi9880 - Issue #7639: Fix short file name generation in bdist_msi14633 - Issue #6258: Support AMD64 in bdist_msi.14960 - Issue #5311: bdist_msi can now build packages that do not depend on a15512 - Issue #5095: Added bdist_msi to the list of bdist supported formats.17817 - Bug #1515998: Properly generate logical ids for files in bdist_msi.19009 command bdist_msi have been added.