Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Silent Install of Adobe Flash

Featured Replies

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.

Try "-install -force". ;)

  • Author

5eraph I just tried your suggestion again. I placed the "-install" in separate quotes. Worked like a charm. :thumbup

Edited by Newtoscripts

  • 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

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

Huh, I somehow missed it. /facepalm

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

  • 2 months later...

Well....I give you a different and easy option :

Adobe Flash Player

There you will find the .msi format also .exe

Try AFP.msi /qn /norestart

Good Luck.

:thumbup

Edited by wanako1

/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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.