]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#5563: more documentation for bdist_msi.
authorGeorg Brandl <georg@python.org>
Tue, 31 Mar 2009 22:03:40 +0000 (22:03 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 31 Mar 2009 22:03:40 +0000 (22:03 +0000)
Doc/distutils/apiref.rst

index b53c94a5d717f1f541d1c8eae34dd09ec9edd270..e3608fbb6dbfd107c736329e441dbc63df03e0ef 100644 (file)
@@ -1758,8 +1758,16 @@ This module supplies the abstract base class :class:`Command`.
 .. module:: distutils.command.bdist_msi
    :synopsis: Build a binary distribution as a Windows MSI file
 
+.. class:: bdist_msi(Command)
 
-.. % todo
+   Builds a `Windows Installer`_ (.msi) binary package.
+
+   .. _Windows Installer: http://msdn.microsoft.com/en-us/library/cc185688(VS.85).aspx
+
+   In most cases, the ``bdist_msi`` installer is a better choice than the
+   ``bdist_wininst`` installer, because it provides better support for
+   Win64 platforms, allows administrators to perform non-interactive
+   installations, and allows installation through group policies.
 
 
 :mod:`distutils.command.bdist_rpm` --- Build a binary distribution as a Redhat RPM and SRPM