Installing the Flash plugin in your home folder on OS X (without admin rights)
- Ensure your Flash Player for Mac installation is secure and up to date. Simply select 'Allow Adobe to install updates' during the installation process or choose this option anytime in the Flash Player control panel. Gaming Take your gaming to the next level with Flash Player's incredible Stage 3D graphics.
- All variants of all installers to all systems avaiable in the adobe's website in 2020-12-31. It contains linux, macOSX (10.10-10.15), windows xp/7/8/10, npapi, pappi and activex installers, both in 32 and 64 bit, for firefox, opera, explorer, and chromium based browsers.
- Delete installation file. To finish off the complete removal of Adobe Flash Player from your computer, head over to Finder. In the Search field, enter “installflashplayer”. Right-click on the installflashplayerosx.dmg file and select Move to Trash. App Cleaner and Uninstaller. One of my favorite applications for my Mac.
flash_plugin_without_admin_rights.sh
FLASH_URL='http://fpdownload.macromedia.com/get/flashplayer/current/licensing/mac/install_flash_player_12_osx.dmg' |
FLASH_DMG=$(mktemp -d -t flash_dmg)/flash.dmg |
FLASH_MOUNTPOINT=$(mktemp -d -t flash_mountpoint) |
FLASH_PKG='$FLASH_MOUNTPOINT/Install Adobe Flash Player.app/Contents/Resources/Adobe Flash Player.pkg' |
curl -o $FLASH_DMG$FLASH_URL |
hdiutil attach -mountpoint $FLASH_MOUNTPOINT -nobrowse $FLASH_DMG |
FLASH_PKG_ARCHIVE='$FLASH_MOUNTPOINT/Install Adobe Flash Player.app/Contents/Resources/Adobe Flash Player.pkg' |
FLASH_PKG_EXTRACT_DIR=$(mktemp -d -t flash_pkg_extract_dir) |
FLASH_INSTALL_SRC='$FLASH_PKG_EXTRACT_DIR/AdobeFlashPlayerComponent.pkg' |
cd'$FLASH_PKG_EXTRACT_DIR' |
xar -xf '$FLASH_PKG_ARCHIVE' |
cd'$FLASH_INSTALL_SRC' |
cat Payload | gunzip -dc | cpio -i |
cat Scripts | gunzip -dc | cpio -i |
mkdir -p '$HOME/Library/Internet Plug-Ins' |
mkdir -p '$HOME/Library/PreferencePanes' |
cp -f '$FLASH_INSTALL_SRC/Library/Internet Plug-Ins/Flash Player.plugin.lzma''$HOME/Library/Internet Plug-Ins' |
cp -f '$FLASH_INSTALL_SRC/Library/Internet Plug-Ins/flashplayer.xpt''$HOME/Library/Internet Plug-Ins' |
cp -fr '$FLASH_INSTALL_SRC/Library/PreferencePanes/Flash Player.prefPane''$HOME/Library/PreferencePanes' |
# extracts the lzma archive in ~/Library/Internet Plug-Ins |
'$FLASH_INSTALL_SRC/finalize''$HOME' |
hdiutil detach $FLASH_MOUNTPOINT -force |
commented Jul 14, 2015
Install Flash Player Chrome
Flash Player.dmg Automatic Download Software; Download adobe flash player.dmg for free. Internet & Network downloads - Adobe Flash Player by Adobe Systems Inc. And many more programs are available for instant and free download. Adobe Flash Player for Mac lets you access Flash content in Web sites when using browsers like OS X's Safari.
Install Flash Player Mac
Thank you for the cool script. |
commented May 20, 2016
Install Flash Player 12 Osx.dmg Online
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment