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


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


Feature requests have to be posted on the SF tracker.

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


Try Google first: http://nsis.sourceforge.net/How_to_d..._has_no_values

Stu