I've got a nice little vbs script that we're going to run. Worked like a charm.
Option explicit
Dim oShell
set oShell= Wscript.CreateObject("WScript.Shell")
oShell.Run "RunAs /noprofile /user

OMAIN\ADMINUSER ""c:\Program Files\ClamWin\unins000.exe /SILENT"""
WScript.Sleep 100
oShell.Sendkeys "PASSWORD~"
Wscript.Quit