Added some logging for a few actions.

This commit is contained in:
sledgehammer999
2013-01-28 01:20:39 +02:00
parent 5b66b7a24f
commit cfa1e8441b
3 changed files with 10 additions and 1 deletions

View File

@@ -6,7 +6,8 @@ Section "-hidden"
StrCmp $1 "" done
uninst:
;Run the uninstaller of the previous install.
;Run the uninstaller of the previous install.
DetailPrint $(inst_unist)
ExecWait '"$INSTDIR\uninst.exe" /S _?=$INSTDIR'
Delete "$INSTDIR\uninst.exe"
@@ -119,6 +120,7 @@ SectionEnd
Section $(inst_firewall)
DetailPrint $(inst_firewallinfo)
nsisFirewall::AddAuthorizedApplication "$INSTDIR\qbittorrent.exe" "qBittorrent"
SectionEnd