mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-124487: Updated installer messages and internal docs regarding minimum Windows version (GH-124822)
This commit is contained in:
parent
67e01a430f
commit
da1e5526ae
3 changed files with 5 additions and 12 deletions
|
@ -3100,7 +3100,7 @@ private:
|
|||
} else {
|
||||
BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "Detected Windows Server 2003 or earlier");
|
||||
}
|
||||
BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "Windows Server 2012 or later is required to continue installation");
|
||||
BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "Windows Server 2016 or later is required to continue installation");
|
||||
} else {
|
||||
if (IsWindows10OrGreater()) {
|
||||
BalLog(BOOTSTRAPPER_LOG_LEVEL_STANDARD, "Target OS is Windows 10 or later");
|
||||
|
@ -3116,7 +3116,7 @@ private:
|
|||
} else {
|
||||
BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "Detected Windows XP or earlier");
|
||||
}
|
||||
BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "Windows 8.1 or later is required to continue installation");
|
||||
BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "Windows 10 or later is required to continue installation");
|
||||
}
|
||||
|
||||
LocGetString(_wixLoc, L"#(loc.FailureOldOS)", &pLocString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue