diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2017-06-28 14:51:44 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2017-06-28 14:51:44 -0700 |
commit | 8736605b656488eb18e354651ab9122f4b3f3afd (patch) | |
tree | 40a7e4ae6826d705672dd49e1ed1f941f2855104 /indra | |
parent | 240239142b3a4ffbbf86f253db6462c4dc4ce8be (diff) | |
parent | deaca2715581ceda3d505bdcd9261e145be5e599 (diff) |
merge
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 1020702945..aeb92eb15b 100644 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -277,6 +277,7 @@ SetShellVarContext all # Install for all users (if you change this, change it # Start with some default values.
StrCpy $INSTPROG "${INSTNAME}"
StrCpy $INSTEXE "${INSTEXE}"
+StrCpy $VIEWER_EXE "${VIEWER_EXE}"
StrCpy $INSTSHORTCUT "${SHORTCUT}"
Call CheckIfAdministrator # Make sure the user can install/uninstall
|