]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
authorbneuburg <bastian.neuburger@gmail.com>
Tue, 18 Jan 2022 00:18:44 +0000 (01:18 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 00:18:44 +0000 (00:18 +0000)
commitc47c9e6589eb7a272cfe4d352eb87389eb20ec2f
tree715cba1337e28d4d2d78a123e4590963422b700b
parent9e20ec4d437993715a8d1317a9b80043e6c07fe1
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)

The option must be enabled from the command line
Doc/using/windows.rst
Doc/whatsnew/3.11.rst
Misc/NEWS.d/next/Windows/2021-09-01-10-48-11.bpo-44934.W1xPATH.rst [new file with mode: 0644]
Tools/msi/appendpath/appendpath.wixproj [new file with mode: 0644]
Tools/msi/appendpath/appendpath.wxs [new file with mode: 0644]
Tools/msi/appendpath/appendpath_en-US.wxl [new file with mode: 0644]
Tools/msi/bundle/Default.wxl
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
Tools/msi/bundle/bundle.targets
Tools/msi/bundle/bundle.wxs
Tools/msi/bundle/packagegroups/postinstall.wxs