[open-ils-commits] r19856 - branches/rel_2_1/Open-ILS/xul/staff_client (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Mar 24 14:38:46 EDT 2011
Author: phasefx
Date: 2011-03-24 14:38:41 -0400 (Thu, 24 Mar 2011)
New Revision: 19856
Modified:
branches/rel_2_1/Open-ILS/xul/staff_client/windowssetup.nsi
Log:
Shortcuts for all users, not just current user.
Author: Thomas Berezansky <tsbere at mvlc.org>
Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
Signed-off-by: Jason Etheridge <jason at esilibrary.com>
Modified: branches/rel_2_1/Open-ILS/xul/staff_client/windowssetup.nsi
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/windowssetup.nsi 2011-03-24 18:38:14 UTC (rev 19855)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/windowssetup.nsi 2011-03-24 18:38:41 UTC (rev 19856)
@@ -76,6 +76,7 @@
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 @@
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"
More information about the open-ils-commits
mailing list