Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/SW.c')
-rw-r--r--src/Cedar/SW.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Cedar/SW.c b/src/Cedar/SW.c
index f022dd90..e1f7ef62 100644
--- a/src/Cedar/SW.c
+++ b/src/Cedar/SW.c
@@ -5732,6 +5732,15 @@ UINT SwWelcomeDlg(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, WIZARD *wiz
break;
}
+ if (MsIsKB3033929RequiredAndMissing())
+ {
+ // KB3033929 is missing
+ if (MsgBoxEx(hWnd, MB_ICONINFORMATION | MB_OKCANCEL, _UU("SW_KB3033929_REQUIRED")) == IDCANCEL)
+ {
+ break;
+ }
+ }
+
if (sw->DoubleClickBlocker)
{
break;