Opened 17 years ago

Last modified 9 years ago

#3 assigned defect

Uninstaller doesn't delete /artwork/mods/CortUI directory

Reported by: Henrik Heimbuerger Owned by: Henrik Heimbuerger
Priority: trivial Milestone:
Component: Installer Version: 1.75
Keywords: uninstaller, empty directory Cc:

Description (last modified by Henrik Heimbuerger)

Reproduction steps:

  1. Regular installation of CortUI
  2. Regular uninstallation of CortUI, selecting all three options (Uninstall CortUI, Remove backups, Remove uninstaller)

Expected result:
The artwork/mods/ directory should stay, but artwork/mods/CortUI/ should be removed.

Actual result:
artwork/mods/CortUI/ is empty but is not removed.

The uninstaller log doesn't show an attempt of removing that directory.

Change History (3)

comment:1 Changed 17 years ago by Henrik Heimbuerger

Status: newassigned

I consider this an NSIS bug until I hear otherwise, because RMDir is called on the directory and should succeed when it's empty.

Needs to be confirmed whether this still happens with the latest version of NSIS.

It is kinda weird that the removal doesn't appear in the log however. It should be checked whether the command is really invoked.

comment:2 Changed 17 years ago by Henrik Heimbuerger

Milestone: 1.762.0

Still there in NSIS 2.44. Maybe I *do* actually use it wrong. Needs some more investigation. However, I don't see it as important enough to hold back the release, so postponing to 2.0.

comment:3 Changed 9 years ago by Henrik Heimbuerger

Description: modified (diff)
Milestone: 2.0
Note: See TracTickets for help on using tickets.