|
|
@ -69,11 +69,17 @@ Section "un.$(remove_firewall)" ; |
|
|
|
SectionEnd |
|
|
|
SectionEnd |
|
|
|
|
|
|
|
|
|
|
|
Section /o "un.$(remove_conf)" ;"un.Remove configuration files" |
|
|
|
Section /o "un.$(remove_conf)" ;"un.Remove configuration files" |
|
|
|
|
|
|
|
|
|
|
|
System::Call 'shell32::SHGetSpecialFolderPath(i $HWNDPARENT, t .r1, i ${CSIDL_APPDATA}, i0)i.r0' |
|
|
|
System::Call 'shell32::SHGetSpecialFolderPath(i $HWNDPARENT, t .r1, i ${CSIDL_APPDATA}, i0)i.r0' |
|
|
|
RMDir /r "$1\qBittorrent" |
|
|
|
RMDir /r "$1\qBittorrent" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SectionEnd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Section /o "un.$(remove_cache)" |
|
|
|
|
|
|
|
|
|
|
|
System::Call 'shell32::SHGetSpecialFolderPath(i $HWNDPARENT, t .r1, i ${CSIDL_LOCALAPPDATA}, i0)i.r0' |
|
|
|
System::Call 'shell32::SHGetSpecialFolderPath(i $HWNDPARENT, t .r1, i ${CSIDL_LOCALAPPDATA}, i0)i.r0' |
|
|
|
RMDir /r "$1\qBittorrent\" |
|
|
|
RMDir /r "$1\qBittorrent\" |
|
|
|
|
|
|
|
|
|
|
|
SectionEnd |
|
|
|
SectionEnd |
|
|
|
|
|
|
|
|
|
|
|
;-------------------------------- |
|
|
|
;-------------------------------- |
|
|
|