when the uninstaller completes, it pops up the OK button and i press ENTER before it continues.....someone had suggested AutoIt but that didn't come out too smooth either. How would i use brute force to remove the folder for the program folder cause what i scripted didn't do the trick..which is...

IF EXIST('C:\program files\pivotal')
RD 'C:\program files\pivotal'
EndIF