
4,951,676
Downloads
14,840
Downloads of v 16.0.0.235
12/9/2014
Last update
Flash Player ActiveX
16.0.0.235
The Adobe Flash Player is freeware software for viewing multimedia, executing Rich Internet Applications, and streaming video and audio, content created on the Adobe Flash platform.
Note
This package is only for Windows XP to Windows 7, because Windows ≥ 8 already contains an integrated Flash Player for Internet Explorer.
Warning
The installation of Flash Player ActiveX fails with a 1603 error when Internet Explorer is open.
To install Flash Player ActiveX, run the following command from the command line or from PowerShell:
C:\> choco install flashplayeractivex
--version 16.0.0.235
To upgrade Flash Player ActiveX, run the following command from the command line or from PowerShell:
C:\> choco upgrade flashplayeractivex
--version 16.0.0.235
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'flashplayeractivex' $version = '16.0.0.235' $installArgs = '/quiet /norestart REMOVE_PREVIOUS=YES' $url = 'http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_16_active_x.msi' $majorVersion = ([version] $version).Major $alreadyInstalled = Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -eq "Adobe Flash Player $majorVersion ActiveX" -and $_.Version -eq $version } try { $allRight = $true if ([System.Environment]::OSVersion.Version -ge '6.2') { $allRight = $false Write-ChocolateyFailure $packageName $('Your Windows version is not ' + 'suitable for this package. This package is only for Windows XP to Windows 7') } if (Get-Process iexplore -ErrorAction SilentlyContinue) { $allRight = $false Write-ChocolateyFailure $packageName 'Internet Explorer is running. ' + 'The installation will fail an 1603 error. ' + 'Close Internet Explorer and reinstall this package.' } if ($alreadyInstalled) { $allRight = $false Write-Output "Adobe Flash Player ActiveX for IE $version is already installed." } if ($allRight) { Install-ChocolateyPackage $packageName 'msi' $installArgs $url } } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
Virus Scan Results
- flashplayeractivex.16.0.0.235.nupkg (00345daf6d21) - ## / 55 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Flash Player ActiveX 29.0.0.140 | 159632 | Tuesday, April 10, 2018 | approved |
Flash Player ActiveX 29.0.0.113 | 343366 | Tuesday, March 13, 2018 | approved |
Flash Player ActiveX 28.0.0.161 | 524727 | Tuesday, February 6, 2018 | approved |
Flash Player ActiveX 28.0.0.137 | 354124 | Tuesday, January 9, 2018 | approved |
Flash Player ActiveX 28.0.0.126 | 245532 | Tuesday, December 12, 2017 | approved |
Flash Player ActiveX 27.0.0.187 | 243988 | Tuesday, November 14, 2017 | approved |
Flash Player ActiveX 27.0.0.183 | 165878 | Wednesday, October 25, 2017 | approved |
Flash Player ActiveX 27.0.0.170 | 72424 | Monday, October 16, 2017 | approved |
Flash Player ActiveX 27.0.0.159 | 52901 | Tuesday, October 10, 2017 | approved |
Flash Player ActiveX 27.0.0.130 | 146442 | Tuesday, September 12, 2017 | approved |
Discussion for the Flash Player ActiveX Package
Ground rules:
- This discussion is only about Flash Player ActiveX and the Flash Player ActiveX package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Flash Player ActiveX, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.