From 9204f238c4cc572149d31ec12862e417f7666623 Mon Sep 17 00:00:00 2001 From: Tank_Master Date: Mon, 16 Feb 2015 19:43:22 -0800 Subject: Launch SL as a user from the UAC elevated installer. Fixes BUG-8358 and others. --- indra/newview/installers/windows/installer_template.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/installers/windows/installer_template.nsi') 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 -- cgit v1.2.3