November 23, 201114 yr 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.
November 23, 201114 yr 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.
November 23, 201114 yr Author 5eraph I just tried your suggestion again. I placed the "-install" in separate quotes. Worked like a charm. Edited November 23, 201114 yr by Newtoscripts
February 26, 201313 yr 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
February 27, 201313 yr 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
February 27, 201313 yr Msiexec (command-line options)Download link given post #4 Edited February 27, 201313 yr by myselfidem
March 14, 201313 yr 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.
May 26, 201313 yr 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, 201313 yr by wanako1
June 1, 201313 yr /install is right switch to install flash silently. Use it with install_flash_player_ax.exe or/and install_flash_player.exe
Create an account or sign in to comment