MSFN Forum: Silent Install of Adobe Flash - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Silent Install of Adobe Flash Rate Topic: -----

#1 User is offline   Newtoscripts 

  • Group: Members
  • Posts: 3
  • Joined: 23-November 11
  • OS:XP Pro x86
  • Country: Country Flag

Posted 23 November 2011 - 09:27 AM

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.


#2 User is offline   5eraph 

  • Update Packrat
  • Group: Supreme Sponsor
  • Posts: 958
  • Joined: 04-July 05
  • OS:XP Pro x64
  • Country: Country Flag

Posted 23 November 2011 - 09:31 AM

Try "-install -force". ;)

#3 User is offline   Newtoscripts 

  • Group: Members
  • Posts: 3
  • Joined: 23-November 11
  • OS:XP Pro x86
  • Country: Country Flag

Posted 23 November 2011 - 11:43 AM

Thanks for the suggestion but it did not work. :no:

#4 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 23 November 2011 - 11:50 AM

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

Works fine for me, like this:

FlashPlayer32bit.exe -install

I hope that can help you.

#5 User is offline   Newtoscripts 

  • Group: Members
  • Posts: 3
  • Joined: 23-November 11
  • OS:XP Pro x86
  • Country: Country Flag

Posted 23 November 2011 - 12:05 PM

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

This post has been edited by Newtoscripts: 23 November 2011 - 12:06 PM


#6 User is offline   genius 

  • Group: Members
  • Posts: 7
  • Joined: 21-October 12
  • OS:XP Home
  • Country: Country Flag

Posted 18 February 2013 - 11:59 AM

try"PROG.exe /install"

#7 User is offline   odar 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 02-April 12
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 26 February 2013 - 01:20 PM

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.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 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 February 2013 - 02:38 AM

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...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 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 27 February 2013 - 03:47 AM

Msiexec (command-line options)

Download link given post #4

This post has been edited by myselfidem: 27 February 2013 - 03:49 AM


#10 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 February 2013 - 05:11 AM

Huh, I somehow missed it. /facepalm

#11 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 27 February 2013 - 05:36 AM

Using exe files with -install switches works always fine for me!

#12 User is offline   Phoenix-IT 

  • Group: Members
  • Posts: 9
  • Joined: 21-August 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 March 2013 - 10:32 AM

Every option you could want is covered in their Administration Guide:

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.

#13 User is offline   ionut_y 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 25-June 08

Posted 15 March 2013 - 07:15 AM

A great maker for silent istall,see there My link

#14 User is offline   wanako1 

  • Group: Members
  • Posts: 2
  • Joined: 22-January 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 May 2013 - 12:03 AM

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

This post has been edited by wanako1: 26 May 2013 - 12:05 AM


#15 User is offline   hj_fr 

  • Member
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 09-August 04

Posted 01 June 2013 - 04:17 AM

/install is right switch to install flash silently. Use it with install_flash_player_ax.exe or/and install_flash_player.exe

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy