Opened 11 years ago

Closed 9 years ago

#2325 closed bug (Fixed)

[win32] Unistalling will delete everything under install directory

Reported by: Cas 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 Changed 10 years ago by Cas

  • Milestone changed from 1.3.7 to 1.4.0

comment:2 Changed 10 years ago by Cas

  • Milestone changed from 1.4.0 to 1.3.x

comment:3 Changed 9 years ago by Cas

  • Milestone changed from 1.3.x to 1.3.12
  • Resolution set to Fixed
  • Status changed from new to closed

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.