All,
I am using a VBS script to uninstall a product. Everything is silent but a Windows error message appears after the uninstall. I want to surpress any errors that come up. The error message is expected but I dont want the users to see any errors. Here is the VBS script that I am running
on error resume next
Set WshShell = CreateObject("WScript.Shel
l")
WshShell.Run "msiexec /x {2277F6C6-260E-40C6-805B-0
314FBF27E3
B} /q",1,true
Start Free Trial