Skip to main content
Inspiring
March 29, 2019
Answered

Adobe Flash ActiveX 31.0.0.153 Refuses to uninstall

  • March 29, 2019
  • 2 replies
  • 12611 views

I've been working on this for a while now, I push out Adobe Flash ActiveX 31.0.0.153 for updates for our district computers, all are Windows 7 and about 1200 devices. Now that there are updates to Flash I would like to push those out as well. We use SCCM to do our application updates and servicing. Sadly ActiveX 31.0.0.153 ActiveX refuses to budge. About 450 machines still have this outdated version at this time and I would like to get the remedied.

  • Manually Uninstalling the application will work but I would prefer not doing that to 450 different computers.
  • I have tried manually installing the newest MSI gives me the response of "you must have administative priviledges to install Flash Player 32. Please log on with administrative privileges and try again." when I am the admin. I can freely install/uninstall other applications on the pc including the Npapi and Ppapi Flash Players.
  • Sccm Just says Error Code 0x643(1603), which just says a fatal error during installation.
  • I have tried using the uninstaller with no luck. I push out the command line: "uninstaller_flash_player.exe -uninstall activex" (not in quotes) and it will uninstall all other versions including the Npapi and PPapi but not the 31.0.0.153 version.
  • MsiExec.exe /X{B369CF1E-FB91-4A99-B8B3-D7F44F19C01B} does not work
This topic has been closed for replies.
Correct answer zschwarttzy

Thank you for providing the verbose MSI log file.

The image.png screenshot you attempted to add is a link to gmail, instead of the error.

After reviewing the verbose MSI log file with the installer engineer, we'd like some more information:

  • Is your Admin account a Domain Administrator account?
  • Run gpresult /r on your system and one of the impacted client systems, outputting the results in either text file or HTML file (see gpresult | Microsoft Docs and/or https://activedirectorypro.com/gpresult-tool/ )
    • Upload the files to Document Cloud.
    • If you prefer, you can private message me the link to the uploaded files. To send a private message, click on my username link and then on the Message button link.  For reference, include a link to this discussion topic in your private message.

I'm tired of telling you more information on this issue. I have had to tell you the same information numerous times. This was absolutely ridiculous trying to work with you. I understand that you can't see my exact environment and you need to ask questions to understand where my issue is but asking the same question numerous times gets both of us no where.

Luckily I was able to solve my own issue. The issue was there was registry keys that refused to be deleted off the machine because their path lead back to the server instead of the local application itself. (I'm not sure why this issue arose in the first place but  after deleting the afflicted reg keys fixed my issue immediately.)

For any admins out there that also run into this issue, my steps were:

1: Run the newest uninstaller, either the version specific or all.

2: In regedit go to "HKLM:\SOFTWARE\Classes\Installer\Products\", search for adobe flash (or if you know the version and number you are having your conflicts with, search those. You can find them running the msi from and admin command line.) Example: "HKLM:\SOFTWARE\Classes\Installer\Products\C62923CFA020053449949D35B0D26C12" came up for me because it was one of the Active X versions that I knew was an issue which was version 31.0.0.122.

3: Delete the whole folder/file from the registry.

4: Repeat 2 and 3 until the install will go through properly with out issue.

After finding which specific files needed to be removed I created my own Powershell script that handles everything for me.

2 replies

Legend
April 1, 2019

Did you check my suggestion? There's no point putting energy into the impossible.

Inspiring
April 1, 2019

This doesn't look to be a bundle or a patch, this was directly downloaded from Adobe's distribution website. It is the ActiveX so it is the version for IE but if there are newer versions it should be able to be replaced.

_maria_
Community Manager
Community Manager
April 1, 2019

Hi zschwarttzy

Please provide the following files for the same installation attempt from an impacted system:

  • 32-bit OS: FlashInstall32.log file saved at C:\Windows\System32\Macromed\Flash
  • 64-bit OS: FlashInstall32.log saved at C:\Window\SysWOW64\Macromed\Flash AND FlashInstall64.log saved at C:\Windows\System32\Macromed\Flash
  • Verbose MSI installation log file with options v+x enabled

Upload the files to Document Cloud (see How to share a file using Adobe Document Cloud ) or a file sharing service of your choice that doesn't require an account to access.

I have tried manually installing the newest MSI gives me the response of "you must have administative priviledges to install Flash Player 32. Please log on with administrative privileges and try again." when I am the admin. I can freely install/uninstall other applications on the pc including the Npapi and Ppapi Flash Players.

This sounds like there are permission issues in the file system, preventing the installation.  What happens when you right-click on the file and select 'Run as Administrator'?

Sccm Just says Error Code 0x643(1603), which just says a fatal error during installation.

https://support.microsoft.com/en-us/help/834484/you-receive-an-error-1603-a-fatal-error-occurred-during-installation provides information, including troubleshooting steps.

Please provide information on how you are distributing Flash Player via SCCM.  For example, do you deploy just Flash Player by itself?  Do you deploy a custom mms.cfg file along with the Flash Player deployment?  Do you run the uninstaller prior deploying Flash Player?  Knowing your deployment process will assist in troubleshooting the issue.

Also, Windows 7 won't be the bundled Flash Player with IE/Edge - that's only on Windows 8 and above.


Thank you.

--

Maria

Legend
March 30, 2019

If this is the version Microsoft bundle for use with Edge and IE, or Microsoft included in a patch, you will have to leave it there, it's a protected system component.

Kajal_Singh
Adobe Employee
Adobe Employee
April 1, 2019

Hi,

You can uninstall Adobe Flash Player for ActiveX Control from Control Panel.
1. Go to Control Panel->All Control Panel Items->Programs and Features.

2. Right Click on Adobe Flash Player 31 ActiveX and select Uninstall.

Please share your Installation Log using link, Where do I find the Flash Player installation log on Windows? and upload the files to cloud.acrobat.com How to share a file using Adobe Document Cloud and post the link to the uploaded files in your reply.

Thanks!

Inspiring
April 1, 2019

Here's the thing, I would really prefer not going around to about 450 different computers at 6 different locations just to login and uninstall one single application.