Author: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19855
dcc99617-32d9-48b4-a31d-
7c20da2025e4
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'
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"