summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2022-05-17 22:24:17 (GMT)
committerGitHub <noreply@github.com>2022-05-17 22:24:17 (GMT)
commit6b932cb13376b026d316d4f94679e66974d837d8 (patch)
tree7a3aabadb6cb22dd315e7ffe0c9ff496eb1b6cfd /Tools/msi/bundle
parent970efae274538f9910e8f9b31bc890f1b7666b0f (diff)
downloadcpython-6b932cb13376b026d316d4f94679e66974d837d8.zip
cpython-6b932cb13376b026d316d4f94679e66974d837d8.tar.gz
cpython-6b932cb13376b026d316d4f94679e66974d837d8.tar.bz2
bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)
Diffstat (limited to 'Tools/msi/bundle')
-rw-r--r--Tools/msi/bundle/Default.wxl1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl
index 2eddd1f..8b2633f 100644
--- a/Tools/msi/bundle/Default.wxl
+++ b/Tools/msi/bundle/Default.wxl
@@ -121,7 +121,6 @@ Feel free to email &lt;a href="mailto:python-list@python.org"&gt;python-list@pyt
<String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
<String Id="FailureRestartButton">&amp;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 &lt;a href="https://www.python.org/"&gt;python.org&lt;/a&gt; to download an earlier version of Python.</String>