Opened 11 years ago

Closed 9 years ago

#2325 closed bug (Fixed)

[win32] Unistalling will delete everything under install directory

Reported by: Calum Owned by:
Priority: minor Milestone: 1.3.12
Component: Packaging Version: 1.3.6
Keywords: Cc:

Description

If not using usual C:\Program Files\Deluge e.g. D: without a Deluge subdirectory the uninstaller will delete everything under D:

http://git.deluge-torrent.org/deluge/tree/win32/deluge-win32-installer.nsi?h=1.3-stable#n216

Section Uninstall
  RmDir /r "$INSTDIR"

Possible solution: http://nsis.sourceforge.net/Uninstall_only_installed_files

Change History (3)

comment:1 by Calum, 10 years ago

Milestone: 1.3.71.4.0

comment:2 by Calum, 10 years ago

Milestone: 1.4.01.3.x

comment:3 by Calum, 9 years ago

Milestone: 1.3.x1.3.12
Resolution: Fixed
Status: newclosed

Using the custom NSIS scripts was not really an option but the simpler approach of generating an install and uninstall list of files in bbfreeze script works fine: [65ebcf5384c8b0]

Note: See TracTickets for help on using tickets.