you can't uninstall defender in vista, you just have to disable it.
Click on the start button, and in the run box type cmd and hit enter..
then in the command prompt that comes up type the following two lines (press enter after each one)
sc config WinDefend start= "disabled"
sc stop WinDefend
That should stop defender and stop it from trying to run at startup.