<?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/tag/deployment/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>Integrate Trace Log Viewer into Your ConfigMgr Boot Images for Better Debugging.</title>
		<link>http://www.tomwaller.co.uk/blog/integrate-trace-log-viewer-into-your-configmgr-boot-images-for-better-debugging/</link>
		<comments>http://www.tomwaller.co.uk/blog/integrate-trace-log-viewer-into-your-configmgr-boot-images-for-better-debugging/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 12:10:05 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[mdt]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[osd]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=172</guid>
		<description><![CDATA[When you&#8217;ve done as much ConfigMgr 2007 Operating System Deployment as I have (and even if you haven&#8217;t!) it becomes rapidly obvious that things don&#8217;t always go to plan on the first go. Generally, when creating new OSD Task Sequences, I&#8217;m plagued by one or two minor errors that need a little investigation. Thankfully (or [...]]]></description>
			<content:encoded><![CDATA[<p>When you&#8217;ve done as much ConfigMgr 2007 Operating System Deployment as I have (and even if you haven&#8217;t!) it becomes rapidly obvious that things don&#8217;t always go to plan on the first go. Generally, when creating new OSD Task Sequences, I&#8217;m plagued by one or two minor errors that need a little investigation.</p>
<p>Thankfully (or not, depending on how you like looking at log files) ConfigMgr 2007 logs <strong>everything</strong>. Unfortunately, when in WinPE mode for OSD, reading those log files can be a real pain in the behind. Trace32 (and the relatively recent Trace64 for our 64 bit counterparts) were never included in WinPE boot media, which is a tad odd considering the requirement for it.</p>
<p>Fear not, as it is totally possible to integrate Trace into your own boot image. I tend to do this whenever I&#8217;m working on a customer OSD engagement as it makes my life, and more importantly, the customers life much easier. No more trawling through Notepad .log files people &#8211; upgrade your boot images now!<span id="more-172"></span></p>
<p>The first thing you should do is ensure you have MDT 2010 Update 1 integrated into your ConfigMgr environment. <a title="Integrating MDT 2010 Update 1 with ConfigMgr 2007." href="http://www.tomwaller.co.uk/blog/integrating-mdt-2010-update-1-with-configmgr-2007/" target="_blank">Follow this guide if you haven&#8217;t already done this.</a> It&#8217;s painless procedure and only adds enhancements to the platform which you choose to include if you wish.</p>
<p>Before you start, I&#8217;ll be explaining below how to create a new enhanced boot image for both x86 and x64 platforms. I choose to do this as opposed to integrate Trace into the standard boot images just in case something goes wrong &#8211; I would hate to interfere with a boot image that was currently being used to deploy an OS. This method allows you to test the new image and swap out the old one as and when you need to.</p>
<p>First off, grab the <a title="Trace Tools" href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Trace.zip">Trace32 and Trace64 applications from here</a>.</p>
<p>Next up, you need to stage them on a network share, which is the area we will specify when compiling a new boot image. It&#8217;s a good idea to place them into a <strong>.\Windows\System32</strong> folder, as this is where we want the apps to end up on the boot image so we can execute them from the command line just by typing the name (without the path).</p>
<p>In my example, I have created the following folders and placed the Trace apps into the relevant architecture folder. Notice I&#8217;ve also renamed each app to just Trace, so that I do not need to remember whether to run Trace32 or Trace64 depending on what boot image I&#8217;ve booted into. Of course, this is just personal preference, but it&#8217;s two less characters to type.</p>
<ul>
<li>\\server\OSD\Boot\BootImageCustomisations\Files\x86\Windows\System32\Trace.exe (Renamed from Trace32.exe)</li>
<li>\\server\OSD\Boot\BootImageCustomisations\Files\x64\Windows\System32\Trace.exe (Renamed from Trace64.exe)</li>
</ul>
<p>Now we have our content staged, lets go ahead and create two new boot images; one x86 and one x64. Expand <strong>Operating System Deployment</strong> in the ConfigMgr Console and right click<strong> Boot Images</strong>. Click <strong>Create Boot Image Using Microsoft Deployment</strong>.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-004.png"><img class="aligncenter size-thumbnail wp-image-197" title="ConfigMgr Enhanced Boot Image - Console" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-004-400x212.png" alt="ConfigMgr Enhanced Boot Image - Console" width="400" height="212" /></a></p>
<p>On the Package Source screen, enter the UNC path to the folder in which you want to create the boot image. This is only really a staging area, as clients will grab the source from the Distribution Point when running a deployment. As you can see, I created a source folder for x86 and x64 respectively. Click Next.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-005.png"><img class="aligncenter size-thumbnail wp-image-198" title="ConfigMgr Enhanced Boot Image - Package Source" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-005-400x328.png" alt="ConfigMgr Enhanced Boot Image - Package Source" width="400" height="328" /></a></p>
<p>You can fill in General Settings as you please, though it pays to add a little detail. Click Next.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-007.png"><img class="aligncenter size-thumbnail wp-image-200" title="ConfigMgr Enhanced Boot Image - General Settings" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-007-400x328.png" alt="ConfigMgr Enhanced Boot Image - General Settings" width="400" height="328" /></a></p>
<p>On the Image Settings screen, select your acrhitecture. I&#8217;m generating a new image for both x86 and x64, but right now, this example is building a x64 boot image. In the Extra Directory to add text box, enter the UNC path to the root of the folder we created earlier containing the Windows folder. Click Next.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-008.png"><img class="aligncenter size-thumbnail wp-image-201" title="ConfigMgr Enhanced Boot Image - Image Options" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-008-400x328.png" alt="ConfigMgr Enhanced Boot Image - Image Options" width="400" height="328" /></a></p>
<p>On the Summary screen, verify all your settings are as you wish and click Next. The wizard will now generate a new boot image using the settings you defined.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-009.png"><img class="aligncenter size-thumbnail wp-image-202" title="ConfigMgr Enhanced Boot Image - Summary" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-009-400x328.png" alt="ConfigMgr Enhanced Boot Image - Summary" width="400" height="328" /></a></p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-010.png"><img class="aligncenter size-thumbnail wp-image-203" title="ConfigMgr Enhanced Boot Image - Generating" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-010-400x328.png" alt="ConfigMgr Enhanced Boot Image - Generating" width="400" height="328" /></a></p>
<p>If all goes to plan, you should end up with a successful confirmation screen. Click Finish. Your boot image is now created.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-006.png"><img class="aligncenter size-thumbnail wp-image-199" title="ConfigMgr Enhanced Boot Image - Confirmation" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-006-400x328.png" alt="ConfigMgr Enhanced Boot Image - Confirmation" width="400" height="328" /></a></p>
<p>Remember, before you add it to a Task Sequence to boot from, ensure you add it to relevant Distribution Points and enable F8 command prompt support, just like you would any other boot image.</p>
<p>Lather, rinse, repeat for x86, and you have yourselves an enhanced boot image with a proper log viewer for all your ConfigMgr debugging needs! Go ahead, boot your Task Sequence, run up your command prompt and type trace. Magic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/integrate-trace-log-viewer-into-your-configmgr-boot-images-for-better-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Package Status Stuck on &#8220;Install Retrying&#8221; While Trying to Distribute an SCCM Software Package to a Distribution Point.</title>
		<link>http://www.tomwaller.co.uk/blog/package-status-stuck-on-install-retrying-while-trying-to-distribute-an-sccm-software-package-to-a-distribution-point/</link>
		<comments>http://www.tomwaller.co.uk/blog/package-status-stuck-on-install-retrying-while-trying-to-distribute-an-sccm-software-package-to-a-distribution-point/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 13:46:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=168</guid>
		<description><![CDATA[I recently spotted this issue while trying to install a software package to a Distribution Point. Other packages seemed to be installing without a problem. The package in question was the Microsoft Deployment Toolkit package, which I was intending to use with Operating System Deployment. Delving into the distmgr.log file didn&#8217;t shed too much light [...]]]></description>
			<content:encoded><![CDATA[<p>I recently spotted this issue while trying to install a software package to a Distribution Point. Other packages seemed to be installing without a problem. The package in question was the Microsoft Deployment Toolkit package, which I was intending to use with Operating System Deployment.</p>
<p>Delving into the distmgr.log file didn&#8217;t shed too much light on the issue, but there was an interesting error code in there which you should look out for.</p>
<pre class="brush: plain; title: ; notranslate">Win32 Error = 5</pre>
<p>After a little poking around in some event logs on the Distribution Point server (running Win2008 R2 SP1) I noticed the McAfee Antivirus Engine reporting some strange errors. Funnily enough, it was blocking access to one of the files included in the package, Autorun.INF.</p>
<p>Once I disabled the AV protection and removed and re-added the package to the DP, it installed as expected.</p>
<p>This issue had me running in circles for an hour or two. Initially, I had thought it must be WebDAV extension filtering blocking access to the .VBS files within the package, but after tweaking the settings, I ended up looking elsewhere. That is when I spotted the AV event log errors!</p>
<p>Lesson learned: Always disable AV on a DP. Alternatively, try and exclude the DP folder from protection if AV is a must have.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/package-status-stuck-on-install-retrying-while-trying-to-distribute-an-sccm-software-package-to-a-distribution-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM and Certain Windows Software Updates Fail to Install.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-and-certain-windows-software-updates-fail-to-install/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-and-certain-windows-software-updates-fail-to-install/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 13:54:00 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[kb976569]]></category>
		<category><![CDATA[kb979909]]></category>
		<category><![CDATA[softwareupdates]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[windowsupdates]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=154</guid>
		<description><![CDATA[Over the last couple of weeks, I have pushed out numerous Windows Updates to bring a collection of computers into compliance. One thing I&#8217;ve noticed on a good percentage of machines (15% ish) is that a couple of updates in particular fail to install. This has been puzzling me for some time, and during my [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last couple of weeks, I have pushed out numerous Windows Updates to bring a collection of computers into compliance. One thing I&#8217;ve noticed on a good percentage of machines (15% ish) is that a couple of updates in particular fail to install.</p>
<p style="text-align: center;"><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/FailedUpdates01.jpg"><img class="size-medium wp-image-156  aligncenter" title="ConfigMgr Failed Updates" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/FailedUpdates01-300x206.jpg" alt="ConfigMgr Failed Updates" width="300" height="206" /></a></p>
<p>This has been puzzling me for some time, and during my research, I noticed that despite the ConfigMgr Software Update app indicating these updates are required, they are actually already installed on the machines.</p>
<p>The software updates causing this headache are:</p>
<ul>
<li>Microsoft .NET Framework 2.0 Service Pack 2 Update for Windows Server 2003 and Windows XP x86 (KB976569)</li>
<li>Microsoft .NET Framework 3.5 SP1 and .NET Framework 2.0 SP2 Security Update for Windows 2000, Windows Server 2003 and Windows XP x86 (KB979909)</li>
</ul>
<p>It seems that despite actually being already installed, Windows Update still tries to install the update, thus causing a failure as shown in the screenshot above. It&#8217;s also worth noting that other updates I approved after these two, successully install, so this isn&#8217;t an issue with the Windows Update agent. The SCCM log files also indicated that the updates install without error.</p>
<p>After much head scratching, I found I could resolve this issue by doing the following.</p>
<ol>
<li>Bring up a command prompt and run the following to stop the Windows Update agent.
<pre class="brush: plain; title: ; notranslate">NET STOP wuauserv</pre>
</li>
<li>Delete the following folder, including its contents.
<pre class="brush: plain; title: ; notranslate">C:\Windows\SoftwareDistribution</pre>
</li>
<li>Reboot the computer.</li>
</ol>
<p>Now the next time the Windows Update agent runs, it will see that the updates are already installed and present you with the status of &#8216;Installed&#8217; instead of failed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-and-certain-windows-software-updates-fail-to-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM OSD Custom Task Sequence: Rename the Local Administrator Account.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-osd-custom-task-sequence-rename-the-local-administrator-account/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-osd-custom-task-sequence-rename-the-local-administrator-account/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 13:04:33 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[osd]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=149</guid>
		<description><![CDATA[In some environments there is a requirement to ensure the local administrator account is renamed to something other than the default &#8216;Administrator&#8217;. The prime reason for this is security. It makes a hackers life just a touch easier if he knows the default administrators username. For this reason, it&#8217;s common practice to rename it to [...]]]></description>
			<content:encoded><![CDATA[<p>In some environments there is a requirement to ensure the local administrator account is renamed to something other than the default &#8216;Administrator&#8217;. The prime reason for this is security. It makes a hackers life just a touch easier if he knows the default administrators username. For this reason, it&#8217;s common practice to rename it to something else.</p>
<p>There are two ways to achieve this in a Windows environment. Firstly, you can configure a Group Policy to do just that. Secondly, you can rename the account as part of your Operating System Deployment. The latter is what I&#8217;m interested in.</p>
<p>You can achieve this by adding a new step into your OSD Task Sequence. I place this at the very end of my Task Sequence to ensure it gets applied after any administrator related tasks. The computer is then set to reboot afterewards to ensure it is applied successfully.</p>
<p>Add a <strong>Run Command Line</strong> step into your Task Sequence and add the following code to the <strong>Command Line</strong> text box.</p>
<pre class="brush: plain; title: ; notranslate">wmic UserAccount where Name=&quot;Administrator&quot; call Rename Name=&quot;NewName&quot;</pre>
<p>Change &#8220;<strong>NewName</strong>&#8221; to whatever you want the administrator account to be renamed to and save the Task Sequence. Your local administrator account will now be renamed accordingly as part of your Operating System Deployment. I haven&#8217;t tried myself, but I&#8217;d imagine you could run this step as part of your build and capture Task Sequence. In theory, this should eliminate the need to add the step to each of your OSD Task Sequences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-osd-custom-task-sequence-rename-the-local-administrator-account/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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>SCCM 2007 R2 OSD Unable to Reimage a System via PXE Boot With Unknown Computer Support Enabled.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-2007-r2-osd-unable-to-reimage-a-system-via-pxe-boot-with-unknown-computer-support-enabled/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-2007-r2-osd-unable-to-reimage-a-system-via-pxe-boot-with-unknown-computer-support-enabled/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 11:49:17 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[osd]]></category>
		<category><![CDATA[sccm]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=102</guid>
		<description><![CDATA[I&#8217;ve been implementing Operating System Deployment with System Center Configuration Manager 2007 R2 SP2 over the last couple of weeks, with the intention of PXE booting Unknown Clients into the Task Sequence Wizard. After running a few successful deployments, I started to notice PXE boots were failing. The PXE server seemed to be ignoring client [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been implementing Operating System Deployment with System Center Configuration Manager 2007 R2 SP2 over the last couple of weeks, with the intention of PXE booting Unknown Clients into the Task Sequence Wizard.</p>
<p>After running a few successful deployments, I started to notice PXE boots were failing. The PXE server seemed to be ignoring client boot requests as if they were &#8216;Known&#8217; to SCCM. This was the case even after deleting the resource from the SCCM database. This behaviour was validated by looking into the <strong>SMSPXE.LOG</strong> file on the PXE server. I noticed the following lines were present.</p>
<pre class="brush: plain; title: ; notranslate">No Boot Action for Device (17898) found
ProcessDatabaseReply: No Advertisement found in Db for device</pre>
<p>I began to investigate the PXE server configuration and noticed that after deleting the resource from the SCCM database and restarting the Windows Deployment Services service, the computer was correctly identified by PXE boot as an Unknown Computer and successfully booted into the Task Sequencer.</p>
<p>It seems to be the PXE server cache is causing the resource ID to remain in memory so it is no longer discovered as an Unknown Computer. Luckily, I discoverd a fix that seems to work for me. The PXE server cache timeout is determined by the following registry key. In my case, it was set to 0, which I assume is infinite. I ammeded this value to 300 (decimal) and restarted the Windows Deployment Services service on the PXE server and all seems to work as expected. I can image a bare metal computer, delete it from the SCCM database and after approximately two minutes, I can PXE boot it as an Unknown Computer again to reimage it.</p>
<pre class="brush: plain; title: ; notranslate">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\PXE\CacheExpire</pre>
<p>Be warned though, I believe this is set for a reason. I&#8217;d imagine that if you are using a mandatory advertisement to the Unknown Computers collection, the machine will re-PXE boot each time the OS deployment tries to reboot as part of the OSD Task Sequence. Though this hasn&#8217;t been tested and isn&#8217;t a problem for me as I am using optional advertisements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-2007-r2-osd-unable-to-reimage-a-system-via-pxe-boot-with-unknown-computer-support-enabled/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SCCM SP2 Update Hanging on &#8216;Initialize Configuration Manager site&#8217;.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-sp2-update-hanging-on-initialize-configuration-manager-site/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-sp2-update-hanging-on-initialize-configuration-manager-site/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 13:35:31 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=92</guid>
		<description><![CDATA[During an SP2 upgrade of a System Center Configuration Manager 2007 R2, I noticed that the installation was taking a lot longer than I thought it should. The installation screen was still active (the progress bar was scrolling along as normal) but the task had not moved on from Initialize Configuration Manager site in some [...]]]></description>
			<content:encoded><![CDATA[<p>During an SP2 upgrade of a System Center Configuration Manager 2007 R2, I noticed that the installation was taking a lot longer than I thought it should. The installation screen was still active (the progress bar was scrolling along as normal) but the task had not moved on from <strong>Initialize Configuration Manager site</strong> in some time. Over two hours in fact.</p>
<p>Reviewing the <strong>C:\ConfigMgrSetup.log</strong> file revealed that the install had indeed stalled and the last couple of entries in my logfile looked like this.</p>
<pre class="brush: plain; title: ; notranslate">08-04-2010 12:55:21 Enabling monitoring for inbox def Status Manager.
08-04-2010 12:55:21 Enabling monitoring for inbox def Scheduler (LAN Outbox).
08-04-2010 12:55:21 Enabling monitoring for inbox def Scheduler (Requests).
08-04-2010 12:55:21 Enabling monitoring for inbox def Data Loader.
08-04-2010 12:55:21 Enabling monitoring for inbox def Software Inventory Processor (Site).
08-04-2010 12:55:21 Enabling monitoring for inbox def Despooler.
08-04-2010 12:55:21 Enabling monitoring for inbox def Replication Manager (Incoming).
08-04-2010 12:55:21 Enabling monitoring for inbox def Discovery Data Manager.
08-04-2010 12:55:21: Status Modules\Status Modules
08-04-2010 12:55:21: Components Status Module: SMS Server\Components
08-04-2010 12:55:21: Components Status Module: SMS Client\Components
08-04-2010 12:55:21: Components Status Module: SMS Provider\Components</pre>
<p>After some research, I discovered that the reason this was occurring was I had a huge collection of <strong>.CCR</strong> files within the <strong>ccr.box</strong> folder on my site server. When I say huge collection, I mean over a million files. After deleting them all, which took around 30 minutes, the installation jumped right to the next stage.</p>
<p>It&#8217;s worth noting, the <strong>.CCR</strong> files were actually in a sub-folder of <strong>ccr.box</strong>, so I&#8217;m assuming that SCCM SP2 update searches for all <strong>.CCR</strong> files in the complete <strong>ccr.box</strong> folder hierarchy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-sp2-update-hanging-on-initialize-configuration-manager-site/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</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 6/15 queries in 0.027 seconds using disk: basic

Served from: www.tomwaller.co.uk @ 2012-02-06 16:14:07 -->
