
9,910,008
Downloads
20,785
Downloads of v 20.0.0.228
12/8/2015
Last update
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 20.0.0.228
To upgrade Flash Player ActiveX, run the following command from the command line or from PowerShell:
C:\> choco upgrade flashplayeractivex
--version 20.0.0.228
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'flashplayeractivex' $version = '20.0.0.228' $installArgs = '/quiet /norestart REMOVE_PREVIOUS=YES' $url = 'http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_20_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.20.0.0.228.nupkg (b566eda22f2d) - ## / 57 - 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 32.0.0.142 | 167180 | Tuesday, February 12, 2019 | approved |
Flash Player ActiveX 32.0.0.114 | 754911 | Tuesday, January 8, 2019 | approved |
Flash Player ActiveX 32.0.0.101 | 513259 | Wednesday, December 5, 2018 | approved |
Flash Player ActiveX 31.0.0.153 | 226538 | Tuesday, November 20, 2018 | approved |
Flash Player ActiveX 31.0.0.148 | 149825 | Tuesday, November 13, 2018 | approved |
Flash Player ActiveX 31.0.0.122 | 500033 | Tuesday, October 9, 2018 | approved |
Flash Player ActiveX 31.0.0.108 | 433840 | Tuesday, September 11, 2018 | approved |
Flash Player ActiveX 30.0.0.154 | 421666 | Tuesday, August 14, 2018 | approved |
Flash Player ActiveX 30.0.0.134 | 479822 | Tuesday, July 10, 2018 | approved |
Flash Player ActiveX 30.0.0.113 | 670370 | Thursday, June 7, 2018 | 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.