Cant install Adobe Flash Player silent install
#1
Posted 27 March 2010 - 05:33 AM
the new flash player is .. flashplayer10_1_p2_activex_121709 ... the version before this is so normal and it installed silently , but this version i culdn`t find the correct swiches...
/Silent, /s ... it doesn`t work
thanx 4 help
#3
Posted 27 March 2010 - 03:28 PM
#4
Posted 29 March 2010 - 02:42 PM
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.6.0
Author: myName
Adobe Flash Player Plug-in ActiveX 10.0.45.2
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
#include <Misc.au3>
If _Singleton("Adobe Flash Player Plug-in ActiveX 10.0.45.2",1) = 0 Then
Exit
EndIf
Opt("TrayIconDebug", 1)
; Installer file name
$Installer = "FlashPlayerUpdate.exe"
If @OSArch = "X86" Then
$PreviousInstallation = RegRead("HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX", "UninstallString")
If FileExists($PreviousInstallation) Then
MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Adobe Flash Player Plug-in ActiveX before using this script", 4)
Exit
EndIf
EndIf
If @OSArch = "X64" Then
$PreviousInstallation = RegRead("HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX", "UninstallString")
If FileExists($PreviousInstallation) Then
MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Adobe Flash Player Plug-in ActiveX before using this script", 4)
Exit
EndIf
EndIf
; Run the installer
Run($Installer)
; Close FlashUtil10e.exe process
ProcessWait("FlashUtil10e.exe")
Sleep(1000)
RunWait(@COMSPEC & " /c taskkill /f /im FlashUtil10e.exe", "", @SW_HIDE)
This post has been edited by radix: 29 March 2010 - 02:45 PM
#6
Posted 30 March 2010 - 07:07 PM
#7
Posted 31 March 2010 - 06:26 AM
Quote
Adobe Flash Player Plug-in ActiveX: http://fpdownload.ma...10_active_x.msi
Adobe Shockwave Player: http://fpdownload.ma...l_installer.msi
This post has been edited by radix: 31 March 2010 - 06:26 AM
#8
Posted 06 April 2010 - 04:20 AM
#9
Posted 06 April 2010 - 07:40 AM
#11
Posted 13 April 2010 - 05:13 AM
#12
Posted 13 April 2010 - 06:06 AM
Just interested, do these .msi installers include that crappy "optional" security scan software?
#13
Posted 13 April 2010 - 11:23 AM
Firefox Plugin
Internet Explorer ActiveX
Install with /S switch. It's really simple, and the above installers don't have that "Ask Toolbar" or other spyware riddled crap.
#14
Posted 13 April 2010 - 11:51 AM
#15
Posted 27 April 2010 - 05:22 PM
Quote
the new flash player is .. flashplayer10_1_p2_activex_121709 ... the version before this is so normal and it installed silently , but this version i culdn`t find the correct swiches...
/Silent, /s ... it doesn`t work
thanx 4 help
I have just downloaded flashplayer10_1_rc2_activex_041910.exe from filehippo.com, which is the latest as of today 28th april 2010
Install silently with
flashplayer10_1_rc2_activex_041910.exe -install
Uninstall silently with
flashplayer10_1_rc2_activex_041910.exe -uninstall -force
I found this from App Deploy
This will work under windows 7
#16
Posted 29 January 2011 - 03:55 AM
NDog37, on 27 April 2010 - 05:22 PM, said:
Install silently with
flashplayer10_1_rc2_activex_041910.exe -install
Uninstall silently with
flashplayer10_1_rc2_activex_041910.exe -uninstall -force
I found this from App Deploy
This will work under windows 7
I downloaded the last version from Adobe and this switch works great with it
http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p2_32bit_activex_011011.exe
http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p2_32bit_plugin_011011.exe
This post has been edited by mzar720: 29 January 2011 - 03:59 AM
- ← need help to learn about 7 zip (install)
- Application Installs
- AutoIT Microsoft security essentials silent install →



Help
Back to top










