diff options
author | coyot@coyot-sager-PC <coyot@coyot-sager-PC> | 2017-04-28 20:04:32 +0100 |
---|---|---|
committer | coyot@coyot-sager-PC <coyot@coyot-sager-PC> | 2017-04-28 20:04:32 +0100 |
commit | a67d449813a9b6c6198ed15ad15d30535344051e (patch) | |
tree | 3a61877747c9e7c5c94a56d2705a1c9fa5f9b950 /indra/newview/installers | |
parent | b6e1419007e0bc768302d594649a262952e5fce6 (diff) |
SL-617: pass final_exe from viewer manifest to NSIS as VIEWER_EXE
Diffstat (limited to 'indra/newview/installers')
-rw-r--r-- | indra/newview/installers/windows/installer_template.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi index 4396a576cc..682c37971c 100644 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -102,6 +102,7 @@ Page instfiles ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Var INSTPROG
Var INSTEXE
+Var VIEWER_EXE
Var INSTSHORTCUT
Var COMMANDLINE # Command line passed to this installer, set in .onInit
Var SHORTCUT_LANG_PARAM # "--set InstallLanguage de", Passes language to viewer
|