I set the Variable $path (with /GLOBAL) in Section "Install". Can I use it in Section "Uninstall" with.
It didn't work, so I tried to read it again from an .ini file in the "Uninstall" Section before deleting all the directories, but that didn't work either.RMDir /r "$path"
Are any instructions not allowed in "Uninstall" Section?ReadINIStr $path $INSTDIR\Setup.ini SOME PATH