diff options
author | Zackery Spytz <zspytz@gmail.com> | 2022-05-17 22:24:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 22:24:17 (GMT) |
commit | 6b932cb13376b026d316d4f94679e66974d837d8 (patch) | |
tree | 7a3aabadb6cb22dd315e7ffe0c9ff496eb1b6cfd /Tools/msi/bundle | |
parent | 970efae274538f9910e8f9b31bc890f1b7666b0f (diff) | |
download | cpython-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.wxl | 1 |
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 <a href="mailto:python-list@python.org">python-list@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> |