diff options
author | callum@lindenlab.com <callum@lindenlab.com> | 2017-03-11 16:15:37 -0800 |
---|---|---|
committer | callum@lindenlab.com <callum@lindenlab.com> | 2017-03-11 16:15:37 -0800 |
commit | 1053c5ca407917c3bc842cbcb80786d43206c5b3 (patch) | |
tree | 4cf7fa727201104ca9fc38e0ef280f314acb94d7 /indra/newview/installers/windows | |
parent | 10bcd510b59fe73bf9e948de3dce9cea6d7d8b93 (diff) |
Update: (thanks Drake) MAINT-6998 [Project Alex Ivy] 64bit viewer installs to Program Files (x86) by default. Added option to engage 32 or 64 bit registry
Diffstat (limited to 'indra/newview/installers/windows')
-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 42f8e0ce1f..7a135fa53c 100644 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -91,6 +91,7 @@ SetOverwrite on # Overwrite files by default AutoCloseWindow true # After all files install, close window
InstallDir "%%$PROGRAMFILES%%\${INSTNAME}"
+%%REGISTRY%%
InstallDirRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Linden Research, Inc.\${INSTNAME}" ""
UninstallText $(UninstallTextMsg)
DirText $(DirectoryChooseTitle) $(DirectoryChooseSetup)
|