cannot delete folders with dot in name
I have this code
...Both folders with child folders are not removed after uninstallation
InstallDir "$PROGRAMFILES\SimplyScreensavers.com\Halloween Scenic Reflections"
...
Section Uninstall
...
SetShellVarContext all
RMDir /r "$SMPROGRAMS\SimplyScreensavers.com"
RMDir /r "$INSTDIR"
...
SectionEnd