We're trying to add a custom install action to completely remove the Application directory as a final uninstall step. On these forums I ran into this advice:
Working Dir=SystemFolder
Full Path=cmd.exe /Q /C "rd /S /Q "[APPDIR]""
It's just a dos command which should theoretically remove the ...