Posts

Showing posts from May, 2011

Using SCCM 2007 to deploy Adobe Flash Updates

Using SCCM 2007 to deploy Adobe Flash Updates Posted: 4th April 2011 by Seth in SCCM   Here’s some instructions for updating staff computers to the latest version of Adobe Flash Player using Microsoft System Center Configuration Manager 2007. These steps will allow you to silently deploy Flash and then I’ll cover how to disable automatic updates so users aren’t prompted when a new version is available. 1) Go to http://www.adobe.com/products/players/fpsh_distribution1.html and apply to distribute Flash Player 2) Once approved, follow the link to download the appropriate .msi file 3) On your SCCM server setup your software distribution package according to your environment.  As far as program parameters, make sure you specify the /qn switch for a quiet unattended installation 4) To disable future updates, navigate to %SYSTEMROOT%\System32\Macromed\Flash and create a file called mms.cfg.  Inside this text file including the following line: AutoUpdateDisable=1 Going forward you

Set folder permission using icacls

icacls <foldername> /grant <username>:F /c /q /T