From: Thomas Berezansky Date: Thu, 24 Mar 2011 18:09:34 +0000 (-0400) Subject: Shortcuts for all users, not just current user. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=09499ed9f018acc3a290c7f861870c26c5fddbfc;p=working%2FEvergreen.git Shortcuts for all users, not just current user. Signed-off-by: Thomas Berezansky --- diff --git a/Open-ILS/xul/staff_client/windowssetup.nsi b/Open-ILS/xul/staff_client/windowssetup.nsi index d5077fb888..a613dbf8ff 100644 --- a/Open-ILS/xul/staff_client/windowssetup.nsi +++ b/Open-ILS/xul/staff_client/windowssetup.nsi @@ -76,6 +76,7 @@ ShowUnInstDetails show RequestExecutionLevel admin Section "Staff Client" SECMAIN + SetShellVarContext All ; All Users (for shortcuts) ; Uninstall old (inno) variant? IfFileExists "$INSTDIR/unin000.exe" 0 +3 ExecWait '"$INSTDIR/unins000.exe" /VERYSILENT' @@ -234,6 +235,7 @@ Function "un.RemoveFileCheck" FunctionEnd Section Uninstall + SetShellVarContext All ; All Users (for shortcuts) !insertmacro MUI_STARTMENU_GETFOLDER "Application" $ICONS_GROUP Delete "$INSTDIR\${PRODUCT_NAME}.url" Delete "$INSTDIR\uninst.exe"