summaryrefslogtreecommitdiff
path: root/indra/newview/installers
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-09-13 16:22:38 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-09-13 16:22:38 -0400
commit83b40329fd822277ff5b47e6f36a7897c85e6260 (patch)
treed546cbde0f1999b7a68da90f875484a3b8075262 /indra/newview/installers
parent08fefb454bfbf98e90e95af329b21d7e6e146330 (diff)
DRTVWR-474: Make NSIS installer invoke updater precheck subcommand.
Diffstat (limited to 'indra/newview/installers')
-rw-r--r--indra/newview/installers/windows/installer_template.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi
index 3117cf6b85..76187b49a5 100644
--- a/indra/newview/installers/windows/installer_template.nsi
+++ b/indra/newview/installers/windows/installer_template.nsi
@@ -708,7 +708,7 @@ Function .onInstSuccess
# Quote the updater executable and the viewer executable because each
# must be a distinct command-line token, but DO NOT quote the language
# string because it must decompose into separate command-line tokens.
- Exec '"$INSTDIR\$INSTEXE" "$INSTDIR\$VIEWER_EXE" $SHORTCUT_LANG_PARAM'
+ Exec '"$INSTDIR\$INSTEXE" precheck "$INSTDIR\$VIEWER_EXE" $SHORTCUT_LANG_PARAM'
Pop $R0
#
FunctionEnd