I have googled and googled and have tried a bunch of different ways to get rid of Silverlight from my mac in order to reinstall an older version in order for Netflix to work again.
I had updated Silverlight to version 5 not knowing that NEtflix would end up throwing a N8109 error. Netflix FixIt recommended uninstalling and reinstalling Silverlight.
Here is what I have tried:
Closed all browsers and dragged silverlight to bin from /library/internet-plugins
Also cleaned out silverlight files from /Library/Receipts and /Library/Application Support
Tried using AppCleaner to find and delete silverlight - Just ended up not being able to find it in any of the categories
Restarted my computer a bunch of times after every uninstall strategy - only in vain
Tried using spotlight and finder to find any traces of silverlight, again to no avail.
Now everytime I try to install the silverlight.pkg (downloaded using the link Netflix provides while trying to play any video) the wizard detects a newer version of Silverlight already present on my HardDisk-Mac HD.
The one thing I consistently noticed was that no matter what approach I took, I always found Silverlight app on my Launchpad which again I couldn't delete straight out.
Anybody been able to break through this wall?
Silverlight.pluginandWPFe.pluginfrom/Library/Internet Plug-Ins/as explained here: microsoft.com/getsilverlight/get-started/install/… ? – jaume Jan 23 at 10:54/Library/Internet Plug-Ins/Silverlight.plugin,/Library/Receipts/Silverlight.pkg,/Library/Receipts/Silverlight_W2_MIX.pkg,/Library/Internet Plug-Ins/WPFe.pluginand/Library/Receipts/WPFe.pkgIf that's the case, can you openTerminal(Applications>Utilities>Terminal), runsudo installer -dumplog -verbose -pkg /Volumes/Silverlight/Silverlight.pkg -target /and post the output (change the path to your Silverlight.pkg accordingly)? – jaume Jan 23 at 15:45sudo pkgutil -repair Silverlight. Then uninstall it by following the official Microsoft documentation: microsoft.com/getsilverlight/Get-Started/Install/Default.aspx or, failing that, usingAppCleaner. Then install the version provided by Netflix. – jaume Jan 26 at 13:16