577
edits
Changes
tidied up disable auto update section; removed security reasons for upgrading to 9 as now out-of-date
== Disable Automatic Update dialog in Adobe Flash Player ==
* create a file named "mms.cfg" (if you don't already have it for other flash settings)
* add an entry in this file: AutoUpdateDisable=1
* copy this file now has to %WINDIR%\system32\Macromed\Flash\ which can be added to the FlashPlayer installation directory during the install of the package. You can do this performed by copying WPKG using the file into that directory. Add the next lines to your Flash packagefollowing:Right after the installation:
<source lang="xml">
<install cmd='%COMSPEC% /c copy /y /v "%SOFTWARE%\FlashPlayer\mms.cfg" %WINDIR%\system32\Macromed\Flash\' />
<upgrade cmd='%COMSPEC% /c copy /y /v "%SOFTWARE%\FlashPlayer\mms.cfg" %WINDIR%\system32\Macromed\Flash\' />
<remove cmd='%COMSPEC% /c del /s /q "%WINDIR%\system32\Macromed\Flash\mms.cfg"' >
<exit code="0" />
</source>
This file will prevent current and older versions of Flash from auto-updating.
=== Adobe Flash Player 9.0.246.0 for Firefox ===
Installer packaged as an executable, installs as a plugin. Sometimes it is upgraded only on the second run of wpkgWPKG, it must be a timing issue between installing over previous version and checking conditions.
<source lang="xml">
=== Adobe Flash Player 9.0.246.0 for Internet Explorer ===
<source lang="xml">