Adobe Flash Player
I wanted a script to uninstall any older versions of Adobe Flasplayer and install version 10.2.159.1 of Adobe Flashplayer. The solution that worked for me is to make a VB-script that was fired… Read More
For Flash Player 10 ActiveX 10.1.102.64 I used the following... Run Parameters: /i Full Command Line: msiexec /i install_flash_player_10_active_x.msi /quiet Read More
If IE or Mozilla are using Flash ActiveX or Plugin version the installation fails. Use the following script snippet to terminate all open programs that use either of the versions. --- rem Just … Read More
Trying to distribute flashplayer10_2_p2_32bit_activex...exe with '-install' switch installs the program, but doesn't mark the distribution as installed and so tries again at next inventory, whi… Read More
install_flash_player.exe /install Read More
For version 10.1.82.76, you have to create a transform to change the following under the property table. ISCHECKFORPRODUCTUPDATES = 0 (was 1) AgreeToLicense = No (was Yes) Without changing th… Read More
Downgrading versions give you an error message: "The version of Adobe Flash Player ActiveX that you are trying to install is not the most current version". See: http://kb2.adobe.com/cps/402/k… Read More
Beginning with 10.1.x you can no longer use /s to silently install Flash Player. Use -install instead: ActiveX: install_flash_player_ax.exe -install Plugin: install_flash_player.exe -install Read More
Adobe seems to have change the Options switches for its latest version 10.1.53.64 Silent install is nolonger install_flash_player_10_active_x.exe /Silent Now its install_flash_player_10_a… Read More
The silent install option in flash 10.1 have been changed from /s to -install install_flash_player_ax.exe -install Install_flash_player.exe -install Read More
ForF lash Player 10 ActiveX 10.0.45.2 I used the following... Run Parameters: /i Full Command Line: msiexec /I install_flash_player_10_active_x.msi /qn- Reboot=ReallySuppress Read More
Apr 2010 - SILENT uninstall Flash Player 10 ActiveX: First, downloaded uninstaller from http://kb2.adobe.com/cps/141/tn_14157.html Then, launch with silent switch: uninstall_flash_player.exe… Read More
For Flash Player 10 ActiveX 10.0.32.18 I used the following... Run Parameters: /silent /i Full Command Line: install_flash_player_10_active_x.exe /silent Read More
Flash Player 10.1 p3 (Beta 3) 64-bit Silent install flashplayer10_1_p3_activex_022310.exe -install Installs to C:\Windows\SysWOW64\Macromed\Flash Where and uninstaller program is also insta… Read More
Copying the mms.cfg file on a Win7/64-bit system to disable the auto update. Follow the prodecure in the first and second posts above, but the MMS.CFG file path on Win7/64bit OS is different: … Read More
For version 10.0.42.34: - Internet Explorer: > install_flash_player_ax.exe /S - Other browsers (such as Firefox, Opera...) > install_flash_player.exe /S Both packages uninstall previous vers… Read More
We have a mixed environment where some of our XP machines are native installs while others are upgrades from w2k. This means our system directory can be either c:\windows or c:\winnt Instead … Read More