Adobe Flash Player Packaging Guide

Adobe Flash Player 

Guide works with current version 18.0.0.194.


There are two versions of Adobe Flash Player

  1.   Flash Player Plugin this is for Chrome and Firefox
  2.   Flash player ActiveX this is for IE
Select the version you would like to download

In this case I am downloading the MSI for IE, save it a folder:-

Next you will need to create a mmc.cfg file to disable autoupdates for Adobe Flash 16.0 this will need to be placed in %WINDIR%\System32\Macromed\Flash or %WINDIR%\SysWow64\Macromed\Flash

The MMC.CFG should contain the following:-

More information on this can be found in the Admin Guide - http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html

Once we have all this information we can create a MST:-

And Add the mmc.cfg file to the package (AdminStudio):-
Should now have the following files:-
View folders path to mms.cfg

Now all that is left to do is further edit the MST as you see fit:-
Property Table
Update the following

LaunchCondition Table
Remove the following

Now you are ready to deploy with the following command:-

Msiexec /i “install_flash_player_16_active_x.msi” TRANSFORMS=”install_flash_player_16_active_x.mst” /qn

Once Adobe has been installed then navigate to http://www.adobe.com/software/flash/about/ to confirm correct version has installed as below:-
If you get the correct version then everything has went to plan.

Note
Adobe Flash Plugin (for Chrome/Firefox) install is exactly the same except you will have to download the Adobe Flash Plugin MSI.

 

Commandline for Version 18.0.0.194

Plugin

msiexec.exe /q ALLUSERS=2 /m MSIBPEQY /i "install_flash_player_18_plugin.msi" TRANSFORMS="install_flash_player_18_plugin.msi" /qn

Active X

msiexec.exe /q ALLUSERS=2 /m MSIXQUON /i "install_flash_player_18_active_x.msi" TRANSFORMS="install_flash_player_18_active_x.mst" /qn

If the command is used without ALLUSERS=2 then the package deployment will hang for no reason. Alternatively this could be added to the Property table (Untested).

Link on ALLUSERS property:-


 

SCCM Collection Query for Deployment

select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_INSTALLED_SOFTWARE on SMS_G_System_INSTALLED_SOFTWARE.ResourceId = SMS_R_System.ResourceId where SMS_R_System.OperatingSystemNameandVersion like "%Workstation 6.1%" and SMS_G_System_INSTALLED_SOFTWARE.ProductName like "%Adobe Flash Player%"

Comments

Post a Comment

Popular posts from this blog

Sccm Deploying Problem Driver

Dell Latitude 7040 - Enable PXE Boot

DWG Trueview 2012