Home
last modified time | relevance | path

Searched refs:bdist_msi (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_bdist_msi.py15 from distutils.command.bdist_msi import bdist_msi
17 cmd = bdist_msi(dist)
/external/python/cpython2/Lib/test/
Dtest_sundry.py30 import distutils.command.bdist_msi
/external/python/cpython2/Doc/library/
Dmsilib.rst22 package are the :mod:`distutils` command ``bdist_msi``, and the creation of
436 :mod:`~distutils.command.bdist_msi` to create MSI files with a user-interface
/external/python/cpython2/Lib/distutils/command/
Dbdist_msi.py84 class bdist_msi (Command): class
/external/python/cpython2/Doc/distutils/
Dbuiltdist.rst135 | :command:`bdist_msi` | msi |
Dapiref.rst1809 :mod:`distutils.command.bdist_msi` --- Build a Microsoft Installer binary package
1812 .. module:: distutils.command.bdist_msi
1815 .. class:: bdist_msi
1821 In most cases, the ``bdist_msi`` installer is a better choice than the
/external/python/cpython2/Misc/
DNEWS4506 - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi
5062 - 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 specific
8232 - Issue #5095: Added bdist_msi to the list of bdist supported formats. Initial
DHISTORY433 - Bug #1515998: Properly generate logical ids for files in bdist_msi.
1625 command bdist_msi have been added.