summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTank_Master <tank.master@phoenixviewer.com>2015-02-16 19:43:22 -0800
committerTank_Master <tank.master@phoenixviewer.com>2015-02-16 19:43:22 -0800
commit9204f238c4cc572149d31ec12862e417f7666623 (patch)
tree0c482aff6e88643e9c8b1c9f4f914f6b13e5965a
parenta413e3adb39723e07bb85d526940b6857c1bca8c (diff)
Launch SL as a user from the UAC elevated installer. Fixes BUG-8358 and others.
-rwxr-xr-xindra/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 9a69c97065..db613a658a 100755
--- a/indra/newview/installers/windows/installer_template.nsi
+++ b/indra/newview/installers/windows/installer_template.nsi
@@ -681,7 +681,7 @@ label_ask_launch:
label_launch:
# Assumes SetOutPath $INSTDIR
- Exec '"$INSTDIR\$INSTEXE" $SHORTCUT_LANG_PARAM'
+ Exec '"$WINDIR\explorer.exe" "$INSTDIR\$INSTEXE"'
label_no_launch:
Pop $R0