Does anyone have an Opera ProductCode/Uninstall String list for uninstalling versions older than 11.0?
I'm trying to silently uninstall Opera off of many system in a domain network of over 1000 systems. There are varying versions of Opera installed throughout the systems, that have it installed. Uninstalling version 11 isn't a problem, just that surveymonkey.com popup survey, preventing a completey silent uninstall. Older versions, however, were msi based and I can't find a list of ProductCode/GUIDs to all versions of 10 and 9.
Does anybody have a list or can you point me in the right direction?
Thanks in advance
Answers (2)
$app = Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -match "Opera" } $app.Uninstall()
Comments:
-
Sorry about the new answer. I can't format text as code on comment. - dugullett 12 years ago
I don't have a single machine with Opera, but maybe something like this will help?
http://www.itninja.com/blog/view/how-to-uninstall-program-by-name-only