[Python-checkins] bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)

zooba webhook-mailer at python.org
Tue May 17 18:24:22 EDT 2022


https://github.com/python/cpython/commit/6b932cb13376b026d316d4f94679e66974d837d8
commit: 6b932cb13376b026d316d4f94679e66974d837d8
branch: main
author: Zackery Spytz <zspytz at gmail.com>
committer: zooba <steve.dower at microsoft.com>
date: 2022-05-17T23:24:17+01:00
summary:

bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)

files:
A Misc/NEWS.d/next/Windows/2020-01-10-23-33-03.bpo-38704.2Idtdn.rst
M Tools/msi/bundle/Default.wxl

diff --git a/Misc/NEWS.d/next/Windows/2020-01-10-23-33-03.bpo-38704.2Idtdn.rst b/Misc/NEWS.d/next/Windows/2020-01-10-23-33-03.bpo-38704.2Idtdn.rst
new file mode 100644
index 0000000000000..519338f27a47a
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2020-01-10-23-33-03.bpo-38704.2Idtdn.rst
@@ -0,0 +1 @@
+Prevent installation on unsupported Windows versions.
diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl
index 2eddd1f749ec5..8b2633fe89f72 100644
--- a/Tools/msi/bundle/Default.wxl
+++ b/Tools/msi/bundle/Default.wxl
@@ -121,7 +121,6 @@ Feel free to email <a href="mailto:python-list at python.org">python-list at pyt
   <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
   <String Id="FailureRestartButton">&Restart</String>
   <String Id="FailureExistingInstall">Unable to install [WixBundleName] due to an existing install. Use Programs and Features to modify, repair or remove [WixBundleName].</String>
-  
   <String Id="FailureOldOS">At least Windows 8.1 or Windows Server 2012 are required to install [WixBundleName]
 
 Visit <a href="https://www.python.org/">python.org</a> to download an earlier version of Python.</String>



More information about the Python-checkins mailing list