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 , 10 years ago
Milestone: | 1.3.7 → 1.4.0 |
---|
comment:2 by , 10 years ago
Milestone: | 1.4.0 → 1.3.x |
---|
comment:3 by , 9 years ago
Milestone: | 1.3.x → 1.3.12 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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]