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

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup/GatherFilesAndCreateSetup.cmd')
-rw-r--r--setup/GatherFilesAndCreateSetup.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup/GatherFilesAndCreateSetup.cmd b/setup/GatherFilesAndCreateSetup.cmd
index 2e8d8a6..2a43ba9 100644
--- a/setup/GatherFilesAndCreateSetup.cmd
+++ b/setup/GatherFilesAndCreateSetup.cmd
@@ -232,6 +232,9 @@ if EXIST "%install%\wdsr%langno%.dll" (
echo SectionIn 1 2 >> %langfile%
rem echo SetOutPath ^$INSTDIR >> %langfile%
echo File %install%\wdsr%langno%.dll >> %langfile%
+ echo ${SectionFlagIsSet} ${%lang%} ${SF_BOLD} 0 SkipRegSet%langno% >> %langfile%
+ echo WriteRegDWORD HKCU "${APPKEY}\options" "language" "0x%langno%" >> %langfile%
+ echo SkipRegSet%langno%: >> %langfile%
if EXIST "%install%\wdsh%langno%.chm" (
echo File %install%\wdsh%langno%.chm >> %langfile%
echo CreateShortCut "$SMPROGRAMS\WinDirStat\Help (${LangEngName%langno%} - ${LangNatName%langno%}).lnk" "$INSTDIR\wdsh%langno%.chm" >> %langfile%