I think we need to get that out of your System before MySQL will work. K, go to the MYSQLXY properties and find the path it says its on.... put the patth in the code where i wrote 'PUT HERE'. Leave the '--remove' where it is, do not REMOVE it! Open Notepad & Paste:
@echo off
echo Removing MySQL
net stop MySQLXY
PUT HERE --remove
pause
Save it anywhere on your system and run. If that does not work, try this code:
@echo off
echo Removing MySQL
net stop MySQLXY
usr\local\mysql\bin\mysqld-opt.exe --remove
pause
This one has to be saved in the Uniform Server directory, where Server_Start.bat is. Try and tell me what happens.