aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/installers/windows
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:50 -0500
committerJacek Antonelli2008-08-15 23:45:50 -0500
commit2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch)
tree95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/installers/windows
parentSecond Life viewer sources 1.20.6 (diff)
downloadmeta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/newview/installers/windows')
-rw-r--r--linden/indra/newview/installers/windows/installer_template.nsi21
1 files changed, 0 insertions, 21 deletions
diff --git a/linden/indra/newview/installers/windows/installer_template.nsi b/linden/indra/newview/installers/windows/installer_template.nsi
index 8db336f..836780d 100644
--- a/linden/indra/newview/installers/windows/installer_template.nsi
+++ b/linden/indra/newview/installers/windows/installer_template.nsi
@@ -87,7 +87,6 @@ SetShellVarContext all ; install for all users (if you change this, change it
87 87
88; Start with some default values. 88; Start with some default values.
89StrCpy $INSTFLAGS "${INSTFLAGS}" 89StrCpy $INSTFLAGS "${INSTFLAGS}"
90StrCpy $INSTFLAGS "$INSTFLAGS $LANGFLAGS"
91StrCpy $INSTPROG "${INSTNAME}" 90StrCpy $INSTPROG "${INSTNAME}"
92StrCpy $INSTEXE "${INSTEXE}" 91StrCpy $INSTEXE "${INSTEXE}"
93StrCpy $INSTSHORTCUT "${SHORTCUT}" 92StrCpy $INSTSHORTCUT "${SHORTCUT}"
@@ -933,26 +932,6 @@ Function .onInit
933 932
934 ; save language in registry 933 ; save language in registry
935 WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Linden Research, Inc.\${INSTNAME}" "InstallerLanguage" $LANGUAGE 934 WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Linden Research, Inc.\${INSTNAME}" "InstallerLanguage" $LANGUAGE
936
937 ; generate language ID that will be used as a command line arg
938 StrCmp $LANGUAGE "1042" 0 +3
939 StrCpy $LANGFLAGS " --set SystemLanguage ko"
940 Goto EndOfFunc
941
942 StrCmp $LANGUAGE "1041" 0 +3
943 StrCpy $LANGFLAGS " --set SystemLanguage ja"
944 Goto EndOfFunc
945
946 StrCmp $LANGUAGE "1031" 0 +3
947 StrCpy $LANGFLAGS " --set SystemLanguage de"
948 Goto EndOfFunc
949
950 StrCmp $LANGUAGE "1033" 0 +3
951 StrCpy $LANGFLAGS " --set SystemLanguage en-us"
952 Goto EndOfFunc
953
954 EndOfFunc:
955
956FunctionEnd 935FunctionEnd
957 936
958;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 937;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;