Silent Install of Adobe Flash
#1
Posted 23 November 2011 - 09:27 AM
Thanks.
#4
Posted 23 November 2011 - 11:50 AM
Choose the 32 bit to suit your needs:
http://www.adobe.com...tribution3.html
Works fine for me, like this:
FlashPlayer32bit.exe -install
I hope that can help you.
#5
Posted 23 November 2011 - 12:05 PM
This post has been edited by Newtoscripts: 23 November 2011 - 12:06 PM
#7
Posted 26 February 2013 - 01:20 PM
@echo off
taskkill /IM firefox.exe /F > NUL
taskkill /IM chrome.exe /F > NUL
taskkill /IM iexplore.exe /F >NUL
taskkill /IM opera.exe /F >NUL
echo doenload Adobe, dont close this windows
wget http://download.macr...11_active_x.exe
wget http://download.macr...r_11_plugin.exe
echo;
echo install odobe flash player.....
echo start install software Download ...
echo;
echo Install Flash Player ActiveX for Internet Explorer ...
start "Install Flash Player ActiveX" /wait install_flash_player_11_active_x.exe -install
echo Install Flash Player Plugin for other browser
start "Install Flash Player Plugin" /wait install_flash_player_11_plugin.exe -install
echo;
echo finish install
del /S /Q install_flash_player_11_active_x.exe
del /S /Q install_flash_player_11_plugin.exe
#8
Posted 27 February 2013 - 02:38 AM
http://www.adobe.com...tribution3.html
I really despise web installers that are forced on you without the option to download full package. I suggest the msi version and just going msiexec /quiet /i install_flash_player_11_active_x.msi
#9
Posted 27 February 2013 - 03:47 AM
Download link given post #4
This post has been edited by myselfidem: 27 February 2013 - 03:49 AM
#11
Posted 27 February 2013 - 05:36 AM
#12
Posted 14 March 2013 - 10:32 AM
http://forums.adobe....admin_guide.pdf
Search for "Adobe Flash Extract" to learn how to pull out the MSI packages, etc. from their Administrator's download. Sign up and they'll usually give you a site license to use it in about 5 minutes.
#14
Posted 26 May 2013 - 12:03 AM
Adobe Flash Player
There you will find the .msi format also .exe
Try AFP.msi /qn /norestart
Good Luck.
This post has been edited by wanako1: 26 May 2013 - 12:05 AM
#15
Posted 01 June 2013 - 04:17 AM



Help
Back to top










