burth-online.de

be part of it!

  • Schrift vergrößern
  • Standard-Schriftgröße
  • Schriftgröße verkleinern
Windows

Flash Player Updates unterdrücken

Drucken PDF

Dieser Artikel wird noch weiterentwickelt

 

Downloaded 10 from Archives: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266

Batch File:

echo Install Flash 10.12.36
IF EXIST "C:\WINDOWS\System32\Macromed\Flash\Flash10a.ocx" goto :FLASHINSTALLED
echo Old Flash uninstalled. Installing Flash 10....
\\server\installs\adobe\flash\flashplayer10r12_36_winax.exe /s
IF EXIST "C:\WINDOWS\System32\Macromed\Flash\mms.cfg" goto :UPDATE_DISABLED
copy "\\server\installs\adobe\flash\mms.cfg" "C:\WINDOWS\System32\Macromed\Flash\mms.cfg"
echo Flash 10 Installed
:UPDATE_DISABLED
:FLASHINSTALLED

First, we create mms.cfg, with the following contents:
AutoUpdateDisable=1

Quelle: http://www.appdeploy.com/packages/detail.asp?id=1382

Zuletzt aktualisiert am Sonntag, den 16. Oktober 2011 um 15:21 Uhr