diff options
author | Tank_Master <tank.master@phoenixviewer.com> | 2015-02-16 19:43:22 -0800 |
---|---|---|
committer | Tank_Master <tank.master@phoenixviewer.com> | 2015-02-16 19:43:22 -0800 |
commit | 9204f238c4cc572149d31ec12862e417f7666623 (patch) | |
tree | 0c482aff6e88643e9c8b1c9f4f914f6b13e5965a | |
parent | a413e3adb39723e07bb85d526940b6857c1bca8c (diff) |
Launch SL as a user from the UAC elevated installer. Fixes BUG-8358 and others.
-rwxr-xr-x | indra/newview/installers/windows/installer_template.nsi | 2 |
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
|