Silent install adobe flash player exe file Download exe file. To perform silent installation you need to download offline installer. I have found two way to download offline installer for adobe flash player.
Sudo installer -verboseR -dumplog -pkg 'Install Adobe Flash Player.pkg' -target /. Much faster and more reliable than the GUI. Much faster and more reliable than the GUI. Share improve this answer.
• Go to page • Navigate to Still having problems? • Download flash player from 3 links, Internet Explorer, Mozilla and Chrome The second way: IE activeX – Firefox NPAPI – Chrom PPAPI – Save three installer on folder called whatever you want. Command line: Copy the command below on text file and save it to the folder created previously called “Install.cmd”: @echo off cls echo. ================================================================== echo Silent Install Adobe Flash Player =================================================================== start 'Silent Install Flash Player NPAPI' /wait install_flash_player.exe -install echo next start 'Silent Install Flash Player ActiveX' /wait install_flash_player_ax.exe -install echo next start 'Silent Install Flash Player PPAPI' /wait install_flash_player_ppapi.exe -install Run the cmd file As Administrator and Adobe Flash Player will be installed silently. The Script uninstall previous version of Flash Player if is installed.