Jump to content

Silent Install of Adobe Flash


Newtoscripts

Recommended Posts

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.

Link to comment
Share on other sites


  • 1 year later...
  • 2 weeks later...

using wget to download file install exe

@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.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_11_active_x.exe

wget http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_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

Link to comment
Share on other sites

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.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

Link to comment
Share on other sites

  • 3 weeks later...

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.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.

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...