zackbuffo
23rd September 2011, 10:17
Hi,
I set the Variable $path (with /GLOBAL) in Section "Install". Can I use it in Section "Uninstall" with.
RMDir /r "$path"
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.
ReadINIStr $path $INSTDIR\Setup.ini SOME PATH
Are any instructions not allowed in "Uninstall" Section?
I set the Variable $path (with /GLOBAL) in Section "Install". Can I use it in Section "Uninstall" with.
RMDir /r "$path"
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.
ReadINIStr $path $INSTDIR\Setup.ini SOME PATH
Are any instructions not allowed in "Uninstall" Section?