Skip to content
⌘ NSIS Forum Archive

Uninstall section : How to delete the file in INSTDIR

3 posts

JCD29#

Uninstall section : How to delete the file in INSTDIR

dear all
i don't manage to delete the in a subfolder of ${INSTDIR}

why ?

section uninstall
Delete ${INSTDIR}\SubFolder\*.*
RMDIR ${INSTDIR}\SubFolder\

but the subfolder leaves....

I do'nt understand
onad#
if you by chance use NSIS 2.07 this can be due to a bug in this version. Advise upgrade to v2.14 and retest