Archive: Uninstall section : How to delete the file in INSTDIR


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


Just use RMDir /r

-Stu


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