Skip to content
⌘ NSIS Forum Archive

How to remove directory for sure ?

4 posts

bdfy#

How to remove directory for sure ?

I tried
RMDir /r "$INSTDIR\LIBMOD\Addons\GENB_HS_core\*.*"
At the end of my install - directory gets empty, but still exists ( though I'm sure it's not used ) 🙁
What alternatives can I try ?
goldy1064#
Try using /REBOOTOK and that will guarantee it's removed upon reboot if it can't remove it during uninstall.