/build/static/layout/Breadcrumb_cap_w.png

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


0 Comments   [ + ] Show comments

Answers (2)

Answer Summary:
Posted by: dugullett 11 years ago
Red Belt
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 11 years ago
Posted by: dugullett 11 years ago
Red Belt
0

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

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ