@@ -3013,8 +3013,8 @@ class PythonBootstrapperApplication : public CBalBaseBootstrapperApplication {
30133013 } else if (IsWindowsVersionOrGreater (6 , 1 , 1 )) {
30143014 HMODULE hKernel32 = GetModuleHandleW (L" kernel32" );
30153015 if (hKernel32 && !GetProcAddress (hKernel32, " AddDllDirectory" )) {
3016- BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Detected Windows Server 2008 R2 without KB2533625 " );
3017- BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " KB2533625 update is required to continue." );
3016+ BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Detected Windows Server 2008 R2 without KB2533623 " );
3017+ BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " KB2533623 update is required to continue." );
30183018 /* The "MissingSP1" error also specifies updates are required */
30193019 LocGetString (_wixLoc, L" #(loc.FailureWS2K8R2MissingSP1)" , &pLocString);
30203020 } else {
@@ -3044,8 +3044,8 @@ class PythonBootstrapperApplication : public CBalBaseBootstrapperApplication {
30443044 } else if (IsWindows7SP1OrGreater ()) {
30453045 HMODULE hKernel32 = GetModuleHandleW (L" kernel32" );
30463046 if (hKernel32 && !GetProcAddress (hKernel32, " AddDllDirectory" )) {
3047- BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Detected Windows 7 SP1 without KB2533625 " );
3048- BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " KB2533625 update is required to continue." );
3047+ BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Detected Windows 7 SP1 without KB2533623 " );
3048+ BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " KB2533623 update is required to continue." );
30493049 /* The "MissingSP1" error also specifies updates are required */
30503050 LocGetString (_wixLoc, L" #(loc.FailureWin7MissingSP1)" , &pLocString);
30513051 } else {
0 commit comments