Fixed writing uninstaller

This commit is contained in:
John Garland 2009-02-23 05:50:56 +00:00
parent 7ddfd544a7
commit 2a6072b87f

View file

@ -142,6 +142,8 @@ SubSection /e "Core" core
${install_MSI} DELUGE_INSTALLER "$INSTDIR\Deluge"
SetOutPath "$INSTDIR\Deluge"
WriteUninstaller "$INSTDIR\Deluge\uninstall.exe"
SectionEnd
@ -227,6 +229,7 @@ SubSectionEnd
Section "Uninstall"
Delete "$INSTDIR\Deluge\uninstall.exe"
RMDir "$INSTDIR\Deluge"
RMDir "$INSTDIR"
SectionEnd