Skip to main content
Participating Frequently
July 1, 2015
Question

updating flash player internet explorer has stopped working

  • July 1, 2015
  • 2 replies
  • 1588 views

I have been updating flash player for years--successfully.  In the last few weeks, I successfully updated one computer, but the other always  gives an error  message,when I click on RUN or RUN AND SAVE:  "Internet Explorer Has Stopped Working".

I did reset Internet Explorer (11) at the suggestion from someone at Adobe.

Both computers have identical versions of Windows 7 and Internet Explorer 11.

Any suggestions?

CASE NUMBER:  0215904593

This topic has been closed for replies.

2 replies

Carm01
Legend
July 2, 2015

Well,

Try this 

Grab the Uninstaller here:

http://download.macromedia.com/get/flashplayer/current/support/uninstall_flash_player.exe

run it; it will uninstall ALL flash player versions

Next let make sure you have the correct processes closed.

Open a CMD prompt Run a Command as Administrator from the Windows 7 / Vista Run box

copy/paste the following one by one or make a bat file to do it all in one step How to Write a Batch File (with Examples) - wikiHow

taskkill.exe /im plugin-container.exe /f

taskkill.exe /im firefox.exe /f

taskkill.exe /im iexplore.exe /f

taskkill.exe /im flash* /f

taskkill.exe /im battle* /f

That should close any flash dependent programs ( that I know of )

next in the cmd window do the following:

ATTRIB -H -S -R C:\Windows\System32\Macromed\Flash /s /d

ATTRIB -H -S -R C:\Windows\SysWOW64\Macromed\Flash /s /d

rmdir "C:\Windows\System32\Macromed\Flash" /s /q

rmdir "C:\Users\%username%\AppData\Roaming\Adobe\Flash Player" /s /q

rmdir "C:\Users\%username%\AppData\Roaming\Macromedia\Flash Player" /s /q

IF exist C:\Windows\SysWOW64 rmdir "C:\Windows\SysWOW64\Macromed\Flash" /s /q

( note IF you are on 32 bit you can eliminate anything with sysWOW64 )

Next try installing the files at the bottom of this page one by one.

Installation problems | Flash Player | Windows

Hopefully that will get you up and running. ( why Adobe does not provide a bat file like i have and automate it is beyond me to simplify it for end users)

Good luck

1ag2Author
Participating Frequently
July 4, 2015

Thanks for your note--one more time. And for sending the success story for the person you helped with the same situation as mine.

My reticence isn't due to anyone else's lack of skill, just my own. Right now, even the very clear instructions you gave go beyond my understanding in several ways. Here's the answer you sent after the success story was reported:

No problem! I got this fully scripted but Adobe does not want to use b/c they want you to pull your hair out lolz.

If anyone wants it, they and send me a message and I will provide it, All you need is the uninstaller, and all flash version listed in their pages, place it in the same folder as my script and run, its literally that simple

Kind Regards

The solution you sent, the one that proved successful is unclear to meboth terms and actionsand that lack of clarity on my part has always served me well over the years, keeping me out of the deeper waters in cyberspace: if it's not too much, could you spell out the steps I need to take in more detail--just to increase the odds...

Thanks,

Alan

Carm01
Legend
July 5, 2015

Alan,

I think you might want to watch my video I created about a scripted clean install process.

Those lines of code are taken from it, and I tried my best in layman's terms to describe what is going on. That is were some of those commands come from, and I had to do a couple of retakes but got it to where it is good enough: https://youtu.be/zVbVDCWAWpo

You can run each of those commands one by one through the command prompt ( Run a Command as Administrator from the Windows 7 / Vista Run box ) as well, and the run the installers.

I think part of where your problem lies is that Internet Explorer and flash might still be running regardless of being closed; yes that can happen, thus not causing Flash to Update. A perfect example is when I was writing this script, I didn't realize that BattleNet.exe uses the NPAPI flash player to run, so when I ran my script I got flash uninstalled, and ALL but NPAPI flash got re-installed, It took me a minute, but quickly figured out what was using flash and that was the culprit, so re-writing my script i included a kill for that very popular game browser, and flash for NPAPI installed just fine.

Hopefully that video can explain some things for you

Best regards

piyush2508
Adobe Employee
Adobe Employee
July 2, 2015

Hi 1ag2‌,

Can you Please provide more information about your Operating System and Version.

Thanks

Piyush

1ag2Author
Participating Frequently
July 2, 2015

Piyush,

Thanks for your reply.

Windows 7 – Home Premium – Service Pack 1

Internet Explorer 11

Current Adobe Flash Player – 17.0.0.169

As I said, the current version of Flash Player 18 updated perfectly on my desktop computer. The problem is only on the laptop. They have the identical versions of Windows and Internet Explorer...

Thank again,

Alan

piyush2508
Adobe Employee
Adobe Employee
July 3, 2015

Hi 1ag2‌,

Yes, ADM which is the new installer strategy introduced and is quite young and is being used to download an install Flash Player. we are improving upon the quality of the experience and have had a couple of issues these days so might show some inconsistency.

To use Flash Player on your laptop too kindly install using the offline installer which you download and install from the Installation problems | Flash Player | Window‌ Page.

Thanks

Piyush