<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Outer Monologue &#187; Deployment</title>
	<atom:link href="http://www.tomwaller.co.uk/blog/category/deployment-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomwaller.co.uk/blog</link>
	<description>The outer monologue of supergeek and gadget freak, Tom Waller.</description>
	<lastBuildDate>Fri, 27 Jan 2012 12:10:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enterprise Deployment of Adobe Reader 9.4.0 with SCCM.</title>
		<link>http://www.tomwaller.co.uk/blog/enterprise-deployment-of-adobe-reader-9-4-0-with-sccm/</link>
		<comments>http://www.tomwaller.co.uk/blog/enterprise-deployment-of-adobe-reader-9-4-0-with-sccm/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 09:08:27 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[grouppolicy]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=115</guid>
		<description><![CDATA[Now that we have a major new version of Adobe Reader in the form of 9.4.0, it's time to get busy and deploy the new software to your enterprise. This article is a refresher on how best to deploy the software to your enterprise in the most effective manner.]]></description>
			<content:encoded><![CDATA[<p>Now that we have a major new version of Adobe Reader in the form of 9.4.0, it&#8217;s time to get busy and deploy the new software to your enterprise. This article is a refresher on how best to deploy the software to your enterprise in the most effective manner.</p>
<p><span id="more-115"></span>Things you&#8217;ll need:</p>
<ul>
<li> <a title="Adobe Reader download page" href="http://www.adobe.com/products/reader/rdr_distribution1.html" target="_blank">The Adobe Reader 9.4.0 distributable package.</a></li>
<li>Some disk space.</li>
<li><a title="Adobe Customisation Wizard" href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=3993">The Adobe Reader Customisation Wizard 9.</a></li>
<li>SCCM environment. (Although you can use this method for Group Policy Software Installation too).</li>
</ul>
<p>Go ahead and grab your Adobe Reader 9.4.0 installation <strong>EXE</strong>. The first thing we&#8217;ll need to do with this is extract the <strong>MSI </strong>installation from within it. This is a pretty straight forward task that can be achieved with the following command:</p>
<pre class="brush: plain; title: ; notranslate">&lt;path to&gt;\AdbeRdr940_en_US.exe -nos_o&quot;Reader940&quot; -nos_ne</pre>
<p>The <strong>-nos_o</strong> switch is the folder name to extract the files to. This will form your AIP (Administration Installation Point) and is what we will customise using the Adobe Customisation Wizard. The <strong>Adobe Reader 9.4.0 &#8211; Setup</strong> screen will extract the MSI into your specified folder (as shown below). The screen will disappear once extraction is complete.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000002.jpg"><img class="aligncenter size-medium wp-image-118" title="Adobe Reader Extraction" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000002-300x229.jpg" alt="Extracting the Adobe Reader installation" width="300" height="229" /></a></p>
<p>Once extracted, you will have your new AIP. It should look similar to my one below.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000003.jpg"><img class="aligncenter size-medium wp-image-120" title="Adobe Reader 9.4.0 Administrative Installation Point" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000003-300x226.jpg" alt="Adobe Reader 9.4.0 Administrative Installation Point" width="300" height="226" /></a></p>
<p>Now it&#8217;s time to customise your AIP. This is done using the <strong>Adobe Custmoisation Wizard</strong>. Install the application from the link provided above and you&#8217;ll find a new icon in <strong>Start &gt; All Programs</strong>. Run it and select <strong>File &gt; Open Package</strong>. Browse to the AIP you just created and select <strong>AcroRead.msi</strong>. You&#8217;ll then be presented with various categories down the left and options on the right. This is where the magic happens.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000005.jpg"><img class="aligncenter size-medium wp-image-122" title="Adobe Customisation Wizard" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000005-300x233.jpg" alt="Open your AIP in the Adobe Customisation Wizard" width="300" height="233" /></a><br />
At this point you can go through the categories on the left and customise at your leisure. To get you started, here are a few common items you may wish to customise.</p>
<ul>
<li>Run Installation: Silently</li>
<li>Suppress Reboot</li>
<li> Suppress display of End User License Agreement (EULA)</li>
<li>Hide Document Message bar</li>
<li>Disable all updates</li>
<li>Disable Help &gt; Digital Editions</li>
<li>Disable Product Improvement Program</li>
<li>Disable all Acrobat.Com access, including initiation and participation</li>
</ul>
<p>Once you have finished your customisations, select <strong>Transform &gt; Generate Transform</strong>.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000006.jpg"><img class="aligncenter size-medium wp-image-123" title="Adobe Customisation Wizard" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000006-300x262.jpg" alt="Generate transform" width="300" height="262" /></a></p>
<p>Save your transform to the AIP. You can now close the Adobe Customisation Wizard. Be sure to click <strong>No</strong> when prompted to save the package. We don&#8217;t want anything written to the original MSI. That completely goes against the idea of transform files.</p>
<p>Congratulations, you now have a customised Adobe Reader 9.4.0 installation which is ready for deployment.</p>
<p>Depending on your chosen deployment method, you can now create your SCCM package or Group Policy object using the files within your AIP. If you are using GPO deployment, you can use the <strong>AcroRead.msi</strong> file. Be sure to add the transform file in the <strong>Modifications </strong>tab so that the <strong>MSI </strong>file takes in your customisations.</p>
<p>If like me you have the benefit of SCCM in your environment, you&#8217;ll want to configure your package with a Program command line such as this:</p>
<pre class="brush: plain; title: ; notranslate">msiexec.exe /i &quot;AcroRead.msi&quot; TRANSFORMS=&quot;&lt;path to transform&gt;&quot; RebootYesNo=&quot;No&quot; Reboot=&quot;ReallySuppress&quot; /qb</pre>
<p>One thing to remember, with 9.4.0 being a major release, the installation will remove previous versions of Reader by default, so you don&#8217;t have to worry about running my removal script as <a title="Adobe Reader Enterprise Deployment" href="http://www.tomwaller.co.uk/blog/?p=45" target="_self">previously blogged</a>. Bonus. You&#8217;re now ready to deploy. Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/enterprise-deployment-of-adobe-reader-9-4-0-with-sccm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe Reader Deployment and Web Browser Integration Error.</title>
		<link>http://www.tomwaller.co.uk/blog/adobe-reader-deployment-and-web-browser-integration-error/</link>
		<comments>http://www.tomwaller.co.uk/blog/adobe-reader-deployment-and-web-browser-integration-error/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 09:24:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=108</guid>
		<description><![CDATA[Now that Adobe have released version 9.4.0 of their popular (and flawed) PDF viewer, it had become time for me to package the software for enterprise deployment. I stumbled across an issue with the Adobe Customisation Tool and web browser integration. It seems there is a bug when creating a transform when setting the Allow [...]]]></description>
			<content:encoded><![CDATA[<p>Now that Adobe have released version 9.4.0 of their popular (and flawed) PDF viewer, it had become time for me to package the software for enterprise deployment. I stumbled across an issue with the Adobe Customisation Tool and web browser integration.</p>
<p>It seems there is a bug when creating a transform when setting the Allow PDF files to open in Browser option. If you set this option to enabled, once the software is deployed and you try to open a PDF within a web browser window, the following error is displayed:</p>
<pre class="brush: plain; title: ; notranslate">The Adobe Acrobat/Reader that is running can not be used to view PDF files in a web browser. Adobe Acrobat/Reader version 8 or 9 is required.&quot;</pre>
<p>I&#8217;m still unsure as to the exact cause of this issue, but trawling the web seems to indicate that this is indeed a result of a bug within the Customisation Tool. My workaround was to set the option to Disable and regenerate the transform. This allows you to open a PDF from a web browser but forces the PDF to open within an Adobe Reader window, as opposed to inline within your web browser.</p>
<p>Thanks Adobe.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/adobe-reader-deployment-and-web-browser-integration-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Deployment Services Error Code 0xE0000102.</title>
		<link>http://www.tomwaller.co.uk/blog/windows-deployment-services-error-code-0xe0000102/</link>
		<comments>http://www.tomwaller.co.uk/blog/windows-deployment-services-error-code-0xe0000102/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 14:05:23 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=90</guid>
		<description><![CDATA[Whilst recently configuring Windows Deployment Services on a Windows Server 2003 R2 Enterprise SP2 system, I noticed the error code 0xE0000102 appear while running through the server configuration. The configuration bombs out and you are left with an unconfigured WDS server. I think I have this one nailed. It seems that if your system had [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst recently configuring Windows Deployment Services on a Windows Server 2003 R2 Enterprise SP2 system, I noticed the error code <strong>0xE0000102</strong> appear while running through the server configuration. The configuration bombs out and you are left with an unconfigured WDS server.</p>
<p>I think I have this one nailed. It seems that if your system had Windows Server 2003 Service Pack 2 installed before you joined a domain, you will hit this error.</p>
<p>I noticed this in my lab environment, where I commonly build a virtual server template with 2003 R2 SP2. All new servers are cloned from there. Once the clone is created, I join them to a domain if required, so SP2 exists prior to domain joining.</p>
<p><strong>The answer</strong>? Remove SP2, reboot, reinstall.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/windows-deployment-services-error-code-0xe0000102/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blocking Adobe Flash Player Automatic Updates With Group Policy.</title>
		<link>http://www.tomwaller.co.uk/blog/blocking-adobe-flash-player-automatic-updates-with-group-policy/</link>
		<comments>http://www.tomwaller.co.uk/blog/blocking-adobe-flash-player-automatic-updates-with-group-policy/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 14:11:54 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=72</guid>
		<description><![CDATA[In a previous post, I discussed deploying Adobe Flash Player in an enterprise environment. I also mentioned that in order to disable the automatic update feature of Flash, you should create an MST transform file to install a custom mms.cfg. This is all well and good, unless you are intending on installing the EXE version [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous post, I discussed deploying Adobe Flash Player in an enterprise environment. I also mentioned that in order to disable the automatic update feature of Flash, you should create an MST transform file to install a custom mms.cfg.</p>
<p>This is all well and good, unless you are intending on installing the EXE version of Flash, and not the MSI.</p>
<p>Usually, I&#8217;d go MSI over EXE any day of the week, but Flash Player is a fickle b*tch of an install. For some reason, I was seeing plenty of MSI installations fail while using SCCM 2007. Most of the failures related to certain files not being marked for installation. The following event log entry could be observed on the machines.</p>
<blockquote><p>Product: Adobe Flash Player 10 ActiveX &#8212; Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\DOCUME~1\&lt;username&gt;\LOCALS~1\Temp\InstallAX.exe, command: -install activex -msi</p></blockquote>
<p>For this reason, I bailed out and went with the EXE installation, which so far, when used with the new silent install switch (-install) works flawlessly.</p>
<p>Now, obviously we can&#8217;t transform an EXE, so I&#8217;ve had to come up with the following CMD script which can be applied to computer startup through the use of a Group Policy Object.</p>
<pre class="brush: vb; title: ; notranslate">ECHO AutoUpdateDisable=1 &gt; %WinDir%\System32\Macromed\Flash\mms.cfg
ECHO DisableProductDownload=1 &gt;&gt; %WinDir%\System32\Macromed\Flash\mms.cfg</pre>
<p>The nice thing about this script is that it will only run if the <strong>Macromed</strong> folder exists.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/blocking-adobe-flash-player-automatic-updates-with-group-policy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Deploying Adobe Reader Updates in Enterprise Environments.</title>
		<link>http://www.tomwaller.co.uk/blog/deploying-adobe-reader-updates-in-enterprise-environments/</link>
		<comments>http://www.tomwaller.co.uk/blog/deploying-adobe-reader-updates-in-enterprise-environments/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 13:03:13 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[grouppolicy]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=45</guid>
		<description><![CDATA[Anyone who works with software deployments will know where I&#8217;m coming from on this. Adobe Reader has to be the single most time consuming piece of software when it comes to software packaging and distribution. With such a large user base and ever increasing targeted threats, it&#8217;s no wonder we find ourselves with critical updates [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who works with software deployments will know where I&#8217;m coming from on this. Adobe Reader has to be the single most time consuming piece of software when it comes to software packaging and distribution. With such a large user base and ever increasing targeted threats, it&#8217;s no wonder we find ourselves with critical updates to deploy. Often more than one a month.</p>
<p>The trouble with Adobe Reader updates is that they aren&#8217;t particularly easy to distribute. Sure, you can download the MSI installer from Adobe&#8217;s website and use the Adobe Customisation Wizard to create a neat little MST file to transform the install with all your company&#8217;s standard settings, but have you ever tried installing the new MSI over a previous version? Not so easy now huh.</p>
<p>For some unknown reason, Adobe engineer their Reader installations in such a way that simply deploying the new MSI isn&#8217;t enough. For instance, you can&#8217;t simply push out Adobe Reader 9.3.3 and hope that it updates all the previous 9.3.2 installations. You first have to uninstall all previous versions.</p>
<p>Adobe updates usually come in the form of MSP files. These files are designed to patch your existing installation points. It&#8217;s important to note that this is only the case for quarterly updates. Security updates cannot be used to patch your administrative installation point.</p>
<p>For this example, I&#8217;m going to patch my Adobe Reader 9.3.0 administrative installation point with the MSP for 9.3.3.</p>
<p>Oh but wait, another fly in the ointment. You can&#8217;t patch a 9.0 administrative point with 9.3.3 directly. You must follow this order of patching:</p>
<p>9.3.0 &gt; 9.3.2 &gt; 9.3.3</p>
<p>Start by downloading all of your files. You&#8217;ll need:</p>
<ul>
<li>Your 9.3.0 administrative point</li>
<li> AdbeRdrUpd932_all_incr.msp</li>
<li> AdbeRdrUpd933_all_incr.msp</li>
</ul>
<h3>Slipstreaming Updates into the Administrative Installation Point.</h3>
<p>Fire up a command line window, and run the following. This command will integrate your MSP with your installation point.</p>
<pre class="brush: plain; title: ; notranslate">msiexec.exe /a &quot;path to acroread.msi in admin point&quot; /p &quot;path to AdbeRdrUpd932_all_incr.msp&quot; /qb</pre>
<p>You&#8217;ll notice the installer wizard configuring your computer. Note that this is actually configuring your installation point, not your computer.</p>
<p>Repeat the above with the <strong>AdbeRdrUpd933_all_incr.msp</strong> file. You will now have an installation point with Adobe Reader 9.3.3 ready to roll.</p>
<h3>Deploying the Updated Version.</h3>
<p>If like me you have Microsoft System Center Configuration 2007 at your disposal, you can make use of my batch file script that I have created to remove all previous versions of Adobe Reader prior to installing the new 9.3.3 version. Simply set the script to run before the installation for Adobe Reader 9.3.3 and you should find the install takes place with no errors.</p>
<p>For the script to work fully, you&#8217;ll need to add the MSIZap executable into the same folder as the script. This can be downloaded for free as part of the Windows Installer Cleanup Utility <a title="Windows Installer Cleanup Utility" href="http://www.softpedia.com/get/Security/Secure-cleaning/Windows-Installer-CleanUp-Utility.shtml" target="_blank">(found here&#8230;)</a>. You only need msizap.exe for the script to work, forget about the other files. MsiZap is a very useful tool. Check out the command line syntax I use and experiment to your hearts content.</p>
<p>If you only have Group Policy at your disposal, I&#8217;m sure it wouldn&#8217;t be too hard to modify the script to call the install after the uninstalls have taken place. Hope this helps!</p>
<pre class="brush: vb; title: ; notranslate">REM *** MSI Uninstall Adobe Reader 6
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A00000000001} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 7
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A70900000002} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 8.0
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A80000000002} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 8.1
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A81000000002} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 8.1.4
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A81300000003} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 9.0
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A90000000001} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 9.1
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A91000000001} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 9.2
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A92000000001} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 9.3
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A93000000001} REBOOT=Supress /qn
REM *** Zap Uninstall Adobe Reader 6
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A00000000001}
REM *** Zap Uninstall Adobe Reader 7
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A70900000002}
REM *** Zap Uninstall Adobe Reader 8.0
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A80000000002}
REM *** Zap Uninstall Adobe Reader 8.1
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A81000000002}
REM *** Zap Uninstall Adobe Reader 8.1.4
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A81300000003}
REM *** Zap Uninstall Adobe Reader 9.0
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A90000000001}
REM *** Zap Uninstall Adobe Reader 9.1
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A91000000001}
REM *** Zap Uninstall Adobe Reader 9.2
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A92000000001}
REM *** Zap Uninstall Adobe Reader 9.3
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A93000000001}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/deploying-adobe-reader-updates-in-enterprise-environments/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Adobe Flash Player ActiveX Enterprise Deployment.</title>
		<link>http://www.tomwaller.co.uk/blog/adobe-flash-player-activex-enterprise-deployment/</link>
		<comments>http://www.tomwaller.co.uk/blog/adobe-flash-player-activex-enterprise-deployment/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 09:47:10 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=8</guid>
		<description><![CDATA[Update: You might want to check out this more recent article which discusses a more reliable method of installation for SCCM users, along with blocking auto updates with scripting and Group Policy, if transforms aren&#8217;t your bag. Another day, another Adobe related software update. Today I recieved a security bulletin notifying me of a critical [...]]]></description>
			<content:encoded><![CDATA[<p>Update: <a href="http://www.tomwaller.co.uk/blog/blocking-adobe-flash-player-automatic-updates-with-group-policy/">You might want to check out this more recent article which discusses a more reliable method of installation for SCCM users, along with blocking auto updates with scripting and Group Policy, if transforms aren&#8217;t your bag.</a></p>
<p>Another day, another Adobe related software update. Today I recieved a security bulletin notifying me of a critical update to the Adobe Flash player software. When this happens, I usually have a handful of days to prepare the update for mass deployment through ConfigMgr. The new version (10.1.53.64) is available through the Adobe website, and if you have applied for a distribution license, you can grab the MSI right now!</p>
<p>Unfortunately, Adobe still have not taken the time to create a reliable MSI installer, so we are still left with having to workaround the little annoyances. The main issue I face is getting Adobe Flash Player to disable its automatic update feature, since we do not want our clients going out to the big bad interwebs and pulling down all sorts of untested updates.</p>
<p>To remedy this, I create a text file named <strong>mms.cfg</strong>, which needs to be placed into <strong>%windir%\System32\Macromed\Flash</strong>.  The cfg file only needs to contain one line, shown below.</p>
<pre class="brush: plain; title: ; notranslate">AutoUpdateDisable=1</pre>
<p>Now we have the config file created, all that&#8217;s left is to create a transform file (MST) based on the downloaded MSI, which drops the config file into the location above during install. For those of you who aren&#8217;t familiar with transforming a MSI file, you can execute the following command to do so.</p>
<pre class="brush: plain; title: ; notranslate">msiexec.exe /i &quot;install.msi&quot; TRANSFORMS=&quot;transform.mst&quot; /qb RebootYesNo=&quot;No&quot; Reboot=&quot;ReallySuppress&quot;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/adobe-flash-player-activex-enterprise-deployment/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 8/16 queries in 0.265 seconds using disk: basic

Served from: www.tomwaller.co.uk @ 2012-02-06 16:27:01 -->
