From 064818b6d2397a712ee0ce9cc7a3cfb1f78a4fe5 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 25 Mar 2017 00:38:30 +0100 Subject: [PATCH] Allow to directly set a language when installing a language pack Based on TortoiseSVN rev. 27757 and 27758. Signed-off-by: Sven Strickroth --- Languages/LanguagePack.wxs | 10 +++++++- src/TortoiseGit.sln | 28 ++++++++++++++++++++++ .../CustomActions/CustomActions.cpp | 15 ++++++++++-- .../CustomActions/CustomActions.def | 1 + .../CustomActions/CustomActions.vcxproj | 1 + src/TortoiseProc/FirstStartWizardLanguage.cpp | 6 ++--- 6 files changed, 55 insertions(+), 6 deletions(-) diff --git a/Languages/LanguagePack.wxs b/Languages/LanguagePack.wxs index 258551983..45ffdfa6a 100644 --- a/Languages/LanguagePack.wxs +++ b/Languages/LanguagePack.wxs @@ -28,6 +28,8 @@ 1 + + NOT Msix64 @@ -37,6 +39,9 @@ INSTALLDIR + + + @@ -81,7 +86,10 @@ - + + + WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed +