Fixed writing uninstaller
This commit is contained in:
parent
7ddfd544a7
commit
2a6072b87f
@ -142,6 +142,8 @@ SubSection /e "Core" core
|
|||||||
|
|
||||||
${install_MSI} DELUGE_INSTALLER "$INSTDIR\Deluge"
|
${install_MSI} DELUGE_INSTALLER "$INSTDIR\Deluge"
|
||||||
|
|
||||||
|
SetOutPath "$INSTDIR\Deluge"
|
||||||
|
|
||||||
WriteUninstaller "$INSTDIR\Deluge\uninstall.exe"
|
WriteUninstaller "$INSTDIR\Deluge\uninstall.exe"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
@ -227,6 +229,7 @@ SubSectionEnd
|
|||||||
Section "Uninstall"
|
Section "Uninstall"
|
||||||
|
|
||||||
Delete "$INSTDIR\Deluge\uninstall.exe"
|
Delete "$INSTDIR\Deluge\uninstall.exe"
|
||||||
|
RMDir "$INSTDIR\Deluge"
|
||||||
RMDir "$INSTDIR"
|
RMDir "$INSTDIR"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user