
1,911,230
Downloads
19,185
Downloads of v 25.0.0.171
5/9/2017
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.
To install Flash Player PPAPI, run the following command from the command line or from PowerShell:
C:\> choco install flashplayerppapi
--version 25.0.0.171
To upgrade Flash Player PPAPI, run the following command from the command line or from PowerShell:
C:\> choco upgrade flashplayerppapi
--version 25.0.0.171
Files
Hide- tools\ChocolateyInstall.ps1
Show
$packageName = 'flashplayerppapi' $packageArgs = @{ packageName = $packageName fileType = 'msi' url = 'https://download.macromedia.com/pub/flashplayer/pdc/25.0.0.171/install_flash_player_25_ppapi.msi' silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES' softwareName = 'Flash Player PPAPI' checksum = '48c4793c877506d94c4c27521a25dbc12a96743e73cb145175bfea44b87174f1' checksumType = 'sha256' } #installer automatically overrides existing PPAPI installation Install-ChocolateyPackage @packageArgs
- tools\ChocolateyUninstall.ps1
Show
$packageName = 'flashplayerppapi' $programName = 'Adobe Flash Player PPAPI' $fileType = 'EXE' $silentArgs = '-uninstall pepperplugin' $key32 = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\' $key64 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\' $key = @{64=$key64;32=$key32}[(Get-ProcessorBits)] $uninstaller = Get-ChildItem $key | %{ Get-ItemProperty $_.PSPath } | ?{ $_.PSChildName -match $programName } $uninstallString = $uninstaller.uninstallString -replace " -maintain pepperplugin","" if ($uninstallString) { Uninstall-ChocolateyPackage $packageName $fileType $silentArgs $uninstallString }
Virus Scan Results
- flashplayerppapi.25.0.0.171.nupkg (41c13fc48734) - ## / 59 - Log in or click on link to see number of positives
- install_flash_player_25_ppapi.msi (48c4793c8775) - ## / 56 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
https://helpx.adobe.com/flash-player/flash-player-releasenotes.html
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Flash Player PPAPI 32.0.0.142 | 52319 | Tuesday, February 12, 2019 | approved |
Flash Player PPAPI 32.0.0.114 | 96956 | Tuesday, January 8, 2019 | approved |
Flash Player PPAPI 32.0.0.101 | 81388 | Wednesday, December 5, 2018 | approved |
Flash Player PPAPI 31.0.0.153 | 55930 | Tuesday, November 20, 2018 | approved |
Flash Player PPAPI 31.0.0.148 | 35135 | Tuesday, November 13, 2018 | approved |
Flash Player PPAPI 31.0.0.122 | 127693 | Tuesday, October 9, 2018 | approved |
Flash Player PPAPI 31.0.0.108 | 118655 | Tuesday, September 11, 2018 | approved |
Flash Player PPAPI 30.0.0.154 | 105997 | Tuesday, August 14, 2018 | approved |
Flash Player PPAPI 30.0.0.134 | 77994 | Tuesday, July 10, 2018 | approved |
Flash Player PPAPI 30.0.0.113 | 71846 | Thursday, June 7, 2018 | approved |
Discussion for the Flash Player PPAPI Package
Ground rules:
- This discussion is only about Flash Player PPAPI and the Flash Player PPAPI 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 PPAPI, 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.