summaryrefslogtreecommitdiffstats
path: root/desktop/win32/source/setup/setup_main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/win32/source/setup/setup_main.cxx')
-rw-r--r--desktop/win32/source/setup/setup_main.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/win32/source/setup/setup_main.cxx b/desktop/win32/source/setup/setup_main.cxx
index 515363749c55..6c96bde46b12 100644
--- a/desktop/win32/source/setup/setup_main.cxx
+++ b/desktop/win32/source/setup/setup_main.cxx
@@ -124,6 +124,9 @@ extern "C" int __stdcall WinMain( HINSTANCE hInst, HINSTANCE, LPSTR, int )
if ( ! pSetup->ChooseLanguage( nLanguage ) )
throw pSetup->GetError();
+ if ( ! pSetup->InstallRuntimes() )
+ throw pSetup->GetError();
+
if ( ! pSetup->Install( nLanguage ) )
throw pSetup->GetError();
}