Newtoscripts Posted November 23, 2011 Posted November 23, 2011 I am trying to do a silent install of Adobe Flash. I have created a simple batch file to go to a particular server and share to runn the install for example "\\servername\flash\install_flash_player_11_active_x_32bit.exe" I cannot get it to run silently I have tried the /s switch, -install Any ideas would help. The batch files does run pauses at the license agreement.Thanks.
Newtoscripts Posted November 23, 2011 Author Posted November 23, 2011 Thanks for the suggestion but it did not work.
myselfidem Posted November 23, 2011 Posted November 23, 2011 Maybe you can try to use the exe file and rename with "short name": Choose the 32 bit to suit your needs:http://www.adobe.com/special/products/flashplayer/fp_distribution3.htmlWorks fine for me, like this:FlashPlayer32bit.exe -installI hope that can help you.
Newtoscripts Posted November 23, 2011 Author Posted November 23, 2011 (edited) 5eraph I just tried your suggestion again. I placed the "-install" in separate quotes. Worked like a charm. Edited November 23, 2011 by Newtoscripts
odar Posted February 26, 2013 Posted February 26, 2013 using wget to download file install exe@echo offtaskkill /IM firefox.exe /F > NULtaskkill /IM chrome.exe /F > NULtaskkill /IM iexplore.exe /F >NULtaskkill /IM opera.exe /F >NULecho doenload Adobe, dont close this windowswget http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_11_active_x.exewget http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_11_plugin.exeecho;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 -installecho Install Flash Player Plugin for other browserstart "Install Flash Player Plugin" /wait install_flash_player_11_plugin.exe -installecho;echo finish installdel /S /Q install_flash_player_11_active_x.exedel /S /Q install_flash_player_11_plugin.exe
Octopuss Posted February 27, 2013 Posted February 27, 2013 I have a link saved for quite some time. I believe it's almost impossible to click through to that page normally.http://www.adobe.com/products/flashplayer/distribution3.htmlI 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
myselfidem Posted February 27, 2013 Posted February 27, 2013 (edited) Msiexec (command-line options)Download link given post #4 Edited February 27, 2013 by myselfidem
myselfidem Posted February 27, 2013 Posted February 27, 2013 Using exe files with -install switches works always fine for me!
Phoenix-IT Posted March 14, 2013 Posted March 14, 2013 Every option you could want is covered in their Administration Guide:http://forums.adobe.com/servlet/JiveServlet/downloadBody/3063-102-1-3598/flash_player_11_6_admin_guide.pdfSearch 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.
ionut_y Posted March 15, 2013 Posted March 15, 2013 A great maker for silent istall,see there My link
wanako1 Posted May 26, 2013 Posted May 26, 2013 (edited) Well....I give you a different and easy option :Adobe Flash PlayerThere you will find the .msi format also .exeTry AFP.msi /qn /norestartGood Luck. Edited May 26, 2013 by wanako1
hj_fr Posted June 1, 2013 Posted June 1, 2013 /install is right switch to install flash silently. Use it with install_flash_player_ax.exe or/and install_flash_player.exe
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now