Skip to content
⌘ NSIS Forum Archive

Feature suggestion: Way to remove registry keys only if there are no values set

3 posts

JamesB7#

Feature suggestion: Way to remove registry keys only if there are no values set

Right now the removal of registry keys checks if there are any child keys.
It would be nice if there were a switch to only remove if there are no child keys *and* no values set. This would mirror the behavior people expect from directories.

Have a good day

James
Anders#
Feature requests have to be posted on the SF tracker.

You can implement this yourself with the *Enum* functions...