Changes

Jump to: navigation, search

Flash Player

81 bytes added, 12:49, 30 June 2010
Tidyup and other edits
To use these installers on your network, you will need to [http://www.adobe.com/products/players/fpsh_distribution1.html get a licence] but this is a simple free process.
== Adobe Flash Player 10.1 == === WPKG installer for Internet Explorer with Win64bit check (Final Release) ===
Download installer file [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe here].
[http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe Download Uninstall Flash Player]
</source>
== Adobe Flash Player 10.1 = WPKG installer for Firefox/Opera with Win64bit check (Final Release)===
Download installer file [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe here].
 
Note that where '/S' was used for silent installation with previous versions, '/install' is required with version 10.1.
<source lang="xml">
<package
id="flashplayer_mozilla"
name="Adobe Flash Player 10 .1 for Mozilla/Opera"
revision="1015364"
reboot="false"
</source>
 == Disable Automatic Update dialog in Adobe Flash Player == Flash Player automatically checks with adobe.com to see if an updated version is available and if there is it presents a dialog prompting the user to upgrade. To disable this update check and prompting you can do the following: * if it doesn't already exist, create a directory %WINDIR%\system32\Macromed\Flash\* if it doesn't already exist, create a file there called "mms.cfg" (this file can also be used to deploy other settings)* add an entry in this file: AutoUpdateDisable=1 This configuration can be performed by WPKG using the following: <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" /> <exit code="1" /> <!-- if file does not exist --></remove></source> Either you can deploy this using WPKG as part of the Flash Player installer, or create a separate package for this setting which would allow you to deploy updates to this file separately to the Flash Player itself. This file will prevent current and older versions of Flash from auto-updating. == Older Versions == === Adobe Flash Player 10 for Internet Explorer with Win64bit check (Current Release)===
Download installer file [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe here].
</source>
=== Adobe Flash Player 10 for Firefox/Opera with Win64bit check (Current Release)===
Download installer file [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe here].
</package>
</source>
 
== Disable Automatic Update dialog in Adobe Flash Player ==
 
Flash Player automatically checks with adobe.com to see if an updated version is available and if there is it presents a dialog prompting the user to upgrade. To disable this update check and prompting you can do the following:
 
* if it doesn't already exist, create a directory %WINDIR%\system32\Macromed\Flash\
* if it doesn't already exist, create a file there called "mms.cfg" (this file can also be used to deploy other settings)
* add an entry in this file: AutoUpdateDisable=1
 
This configuration can be performed by WPKG using the following:
 
<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" />
<exit code="1" /> <!-- if file does not exist -->
</remove>
</source>
 
Either you can deploy this using WPKG as part of the Flash Player installer, or create a separate package for this setting which would allow you to deploy updates to this file separately to the Flash Player itself.
 
This file will prevent current and older versions of Flash from auto-updating.
 
== Older versions ==
=== Adobe Flash Player 9.0.246.0 for Firefox ===
 
Note: this version is out-of-date.
Installer packaged as an executable, installs as a plugin. Sometimes it is upgraded only on the second run of WPKG, it must be a timing issue between installing over previous version and checking conditions.
</source>
ItIf you use WPKG whilst logged in then it's good to kill the Firefox application process before installingFlash Player, since the installer won't work with the browser running. To do this add this to the WPKG code:
<source lang="xml">
<install cmd="taskkill /F /IM Firefox.exe">
=== Adobe Flash Player 9.0.246.0 for Internet Explorer ===
 
Note: this version is out-of-date.
Presumably the Internet Explorer version has the same installation/removal/upgrade syntax as the plugin version above, but the following code has not been tested.
577
edits

Navigation menu