diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-10-30 10:36:28 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-10-30 10:36:28 -0400 |
commit | e2ca890898ecb79ff314b1f748bb6a3a9dbf602b (patch) | |
tree | abfa7bc1b242a9f6a34c73ab832aeddcbe20d8ff /indra | |
parent | a5f492acf19664593b040a8cdff1e5e251f65dba (diff) |
DRTVWR-447: Copy VIEWER_EXE to local variable (thanks Ansariel)
Diffstat (limited to 'indra')
-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 adcf8fd0e4..f8e9bc4781 100644 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -382,6 +382,7 @@ Section Uninstall # Start with some default values.
StrCpy $INSTPROG "${INSTNAME}"
StrCpy $INSTEXE "${INSTEXE}"
+StrCpy $VIEWER_EXE "${VIEWER_EXE}"
StrCpy $INSTSHORTCUT "${SHORTCUT}"
# Make sure the user can install/uninstall
|