Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

When you install the most current Extended Support Release (ESR) - Flash Player 13.0.0.292 I get the message that this is not the latest version and can not continue the installation. What is wrong?

Guest
Jun 15, 2015 Jun 15, 2015

When you run the file install_flash_player_13_active_x.exe I get on many computers, the German (translated with Google Translate) error message:

"Error during installation: You try to install a version of Adobe Flash Player that is not the latest version. Visit to get the latest and most secure version of the Player Download Center. "

Why these "wrong" error message on many computers? Why does the installation on other computers without any Problems?

in German:

Beim Installieren der aktuellsten Extended Support Release (ESR) - Flash Player 13.0.0.292 erhalte ich die Meldung, dies sei nicht die aktuellste Version und kann die Installation nicht fortsetzen. Was ist falsch?

Beim Ausführen der Datei  install_flash_player_13_active_x.exe erhalte ich auf vielen Computern die deutsche (übersetzt mit Google Translate) Fehlermeldung:

„Fehler bei der Installation: Sie versuchen, eine Version von Adobe Flash Player zu installieren, die nicht die aktuellste Version ist. Besuchen Sie das Player Download Center, um die neueste und sicherste Version zu erhalten.“

Warum erhalte ich diese „falsche“ Fehlermeldung auf vielen Computer? Und warum funktioniert die Installation auf anderen Computern ohne Probleme?

20150615-142120.jpg

20150615-144502.jpg

Message was edited by: Testilie Bzam

626
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Jun 15, 2015 Jun 15, 2015

Hi bzam,


You'll need to run the uninstaller (Uninstall Flash Player | Windows) first and then the ESR build will install.

--

Maria

Translate
Adobe Employee ,
Jun 15, 2015 Jun 15, 2015

Hi bzam,


You'll need to run the uninstaller (Uninstall Flash Player | Windows) first and then the ESR build will install.

--

Maria

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 16, 2015 Jun 16, 2015
LATEST

Halllo Maria,

thank you for pointing out the procedure (https://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html) for deletion. Your tip has helped me a lot.

For an unattended (silent) Installation (ESR-Update) I use from now on the following procedure:

@echo off
REM https://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
SET ACTIVEXEXE=install_flash_player_13_active_x.exe
SET PLUGINEXE=install_flash_player_13_plugin.exe
X:\uninstall_flash_player.exe -uninstall
if exist %windir%\system32\Macromed\Flash rmdir /S /Q %windir%\system32\Macromed\Flash
if exist %windir%\sysWOW64\Macromed\Flash rmdir /S /Q %windir%\sysWOW64\Macromed\Flash
rmdir /S /Q "%appdata%\Adobe\Flash Player"
rmdir /S /Q "%appdata%\Macromedia\Flash Player\macromedia.com"
rmdir /S /Q "%appdata%\Macromedia\Flash Player"
X:\%ACTIVEXEXE% -install
X:\%PLUGINEXE% -install
if exist %windir%\system32\Macromed\Flash copy X:\mms.cfg %windir%\system32\Macromed\Flash\mms.cfg
if exist %windir%\sysWOW64\Macromed\Flash copy X:\\mms.cfg %windir%\sysWOW64\Macromed\Flash\mms.cfg

REM mms.cfg:
REM AutoUpdateDisable=1
REM SilentAutoUpdateEnable=0

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines