here's my latest code for the software removal...any ommissions or additions or ideas to tune this up will be appreciated........

Break Off
$programpath="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Pivotal\Relation\DeIsL1.isu"

If Exist($programpath) = 0

Shell '%systemroot%\system32\uninst.exe -y -f"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Pivotal\Relation\DeIsL1.isu"
" /passive'
Sleep 6

$rc = Shutdown("", "System is being rebooted to enable new settings.", 30, 0, 1)

Else
? $programpath + "Does not Exist"
EndIf