%comspec% is the environment variable pointing to the command interpreter
/c is a switch indicating the command interpreter has to quit after running the command
You need it to make the redirect work (> NUL 2>NUL)
I think if you want a silent uninstall, maybe you will have to look for a switch for uninst.exe