PDA

View Full Version : Uninstall section : How to delete the file in INSTDIR


JCD29
8th February 2006, 18:26
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

Afrow UK
8th February 2006, 19:12
Just use RMDir /r

-Stu

onad
9th February 2006, 10:38
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