If you are really trying to uninstall an application that was using using an MSI installer you’d want to use something like this, but replacing the MSI’s GUID in the example with this specific products GUID. The double } at the end of the GUID is to escape the } since otherwise action script would think it’s the closing }.
A rather universal way to identify how to uninstall an application is the look in the UninstallString string key of the products, so in this case it would be HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MEMBER’S CHOICE AutoCare\UninstallString. It’s the command Add/Remove programs would call to uninstall the application. While it most likely isn’t the silence execution, it’s a good starting point.
Thanks for the reply. I could not find a specific GUID for this application. The only thing that came up in a registry search was the uninstall string that was mentioned in my previous post. I will try your suggestions and see if that works. Is there an automated way to use the .msi file (aside from GPO) to accomplish this?