Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
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"