Hallo world,
the manual says that "RmDir" cannot be used with wildcards. So how can I make NSIS delete all folders that follow a given wildcard pattern (such as "MyFolder*")?
Jens
Delete folders with wildcards
4 posts
4 posts
RmDir /r "$INSTDIR/MyFolder"