<?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</title>
	<atom:link href="http://www.tomwaller.co.uk/blog/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>Thu, 29 Jul 2010 14:05:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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;">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>1</slash:comments>
		</item>
		<item>
		<title>Playing MKV Videos on Your XBOX360.</title>
		<link>http://www.tomwaller.co.uk/blog/playing-mkv-videos-on-your-xbox360/</link>
		<comments>http://www.tomwaller.co.uk/blog/playing-mkv-videos-on-your-xbox360/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 08:46:36 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[XBOX360]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mkv]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[xbox360]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=70</guid>
		<description><![CDATA[Once upon a time, before my wicked bad home cinema setup, I struggled long and hard to find a solution to play MKV video files on my television. Aside from the TV, the only bit of kit I had hanging off it was my beloved XBOX360. After much research, I found out that I didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Once upon a time, before my wicked bad home cinema setup, I struggled long and hard to find a solution to play MKV video files on my television. Aside from the TV, the only bit of kit I had hanging off it was my beloved XBOX360.</p>
<p>After much research, I found out that I didn&#8217;t actually need anything else at all! With the help of <a title="XenonMKV" href="http://xenonmkv.ev98.net/" target="_blank">this nifty bit of software</a>, you can &#8216;remux&#8217; a MKV video into something the XBOX360 will decode straight out of the box, the trusty MP4 video format.</p>
<p>The software is called <a title="XenonMKV" href="http://xenonmkv.ev98.net/" target="_blank">XenonMKV</a>. Readers of my blog will probably know I&#8217;ve written about this software before. I have much love for it. It&#8217;s simple to use, pretty quick, and gets the job done. Seeing as all the software is doing is stripping the video and audio out of it&#8217;s MKV container, it&#8217;s far, far quicker than conversion.</p>
<p>Sadly, there is a downside, although strictly the fault of Microsoft, not <a title="XenonMKV" href="http://xenonmkv.ev98.net/" target="_blank">XenonMKV</a>. All video files (besides WMV) are restricted to a 4gb maximum file size. Though <a title="XenonMKV" href="http://xenonmkv.ev98.net/" target="_blank">XenonMKV </a>caters for this by offering the option to break movies down into 4gb bite site nuggets, it&#8217;s still a royal PITA. The other downside is that audio is reverted to 2.1 stereo. Bye bye DTS track. The optimist inside of me wonders if Microsoft will ever unblock these features. The realist inside guesses probably not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/playing-mkv-videos-on-your-xbox360/feed/</wfw:commentRss>
		<slash:comments>0</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;">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;">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>6</slash:comments>
		</item>
		<item>
		<title>SCCM Custom Report: List Workstations That Haven&#8217;t Rebooted in X Days.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-custom-report-list-workstations-that-havent-rebooted-in-x-days/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-custom-report-list-workstations-that-havent-rebooted-in-x-days/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 14:41:00 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[sccm]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=38</guid>
		<description><![CDATA[This custom report can be useful for identifying workstations that have not rebooted recently. I use this report to identify users that may not have received the latest Group Policy settings or other items that require a reboot to be enforced. As well a report query, you must also add a prompt (no code necessary) [...]]]></description>
			<content:encoded><![CDATA[<p>This custom report can be useful for identifying workstations that have not rebooted recently. I use this report to identify users that may not have received the latest Group Policy settings or other items that require a reboot to be enforced. As well a report query, you must also add a prompt (no code necessary) named &#8216;<strong>Days</strong>&#8216;. This is the variable that will store the amount of days you wish to search back. Set the default to <strong>7</strong> and <strong>do not allow nulls</strong>.</p>
<pre class="brush: sql;">SELECT
CS.Name0 AS [Hostname],
CS.UserName0 AS [Last User],
DateDiff(Day, OS.LastBootUpTime0, GetDate()) AS [Uptime (in Days)],
OS.LastBootUpTime0 AS [Last Reboot Date],
WS.LastHWScan AS [Last Hardware Inventory]
FROM
DBO.v_GS_WORKSTATION_STATUS WS LEFT OUTER JOIN DBO.v_GS_Operating_System OS ON WS.ResourceID = OS.ResourceID
LEFT OUTER JOIN DBO.v_GS_COMPUTER_SYSTEM CS ON CS.ResourceID = OS.ResourceID
LEFT OUTER JOIN DBO.v_GS_SYSTEM SYS ON SYS.ResourceID = OS.ResourceID
LEFT OUTER JOIN DBO.v_R_SYSTEM RSYS ON RSYS.ResourceID = CS.ResourceID
WHERE
SYS.SystemRole0 = 'Workstation' AND DateDiff(Day, OS.LastBootUpTime0, GetDate()) &amp;gt; @Days
ORDER BY
CS.Name0</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-custom-report-list-workstations-that-havent-rebooted-in-x-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM Custom Report: All Servers Rebooted in the Last 7 Days.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-custom-report-all-servers-rebooted-in-the-last-7-days/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-custom-report-all-servers-rebooted-in-the-last-7-days/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 12:23:45 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[sccm]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=26</guid>
		<description><![CDATA[This custom report for SCCM 2007 allows an administrator to determine which servers have been rebooted in the last 7 days. If you wish to change the 7 day interval, all you need to do is change the number 168 to the number of days, specified in hours. SELECT CS.Name0 AS [Hostname], RSYS.Description0 AS [Directory [...]]]></description>
			<content:encoded><![CDATA[<p>This custom report for SCCM 2007 allows an administrator to determine which servers have been rebooted in the last 7 days. If you wish to change the 7 day interval, all you need to do is change the number 168 to the number of days, specified in hours.</p>
<pre class="brush: sql;">SELECT
CS.Name0 AS [Hostname],
RSYS.Description0 AS [Directory Description],
DateDiff(Hour, OS.LastBootUpTime0, WS.LastHWScan) AS [Uptime (in Hours)],
OS.LastBootUpTime0 AS [Last Reboot Date],
WS.LastHWScan AS [Last Hardware Inventory]
FROM
DBO.v_GS_WORKSTATION_STATUS WS LEFT OUTER JOIN DBO.v_GS_Operating_System OS ON WS.ResourceID = OS.ResourceID
LEFT OUTER JOIN DBO.v_GS_COMPUTER_SYSTEM CS ON CS.ResourceID = OS.ResourceID
LEFT OUTER JOIN DBO.v_GS_SYSTEM SYS ON SYS.ResourceID = OS.ResourceID
LEFT OUTER JOIN DBO.v_R_SYSTEM RSYS ON RSYS.ResourceID = CS.ResourceID
WHERE
SYS.SystemRole0 = 'Server' AND DateDiff(Hour, OS.LastBootUpTime0, GetDate()) &amp;lt; 168
ORDER BY
CS.Name0</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-custom-report-all-servers-rebooted-in-the-last-7-days/feed/</wfw:commentRss>
		<slash:comments>0</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>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>msiexec.exe /i "install.msi" TRANSFORMS="transform.mst" /qb RebootYesNo="No" Reboot="ReallySuppress"</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/adobe-flash-player-activex-enterprise-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new blog design to get me going.</title>
		<link>http://www.tomwaller.co.uk/blog/a-new-blog-design-to-get-me-going/</link>
		<comments>http://www.tomwaller.co.uk/blog/a-new-blog-design-to-get-me-going/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 14:48:43 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=4</guid>
		<description><![CDATA[I never thought I&#8217;d actually settle on a design that I didn&#8217;t get bored with immediatly after uploading it. I&#8217;ve been trying to get away from the dirty grunge look I had going with my previous theme New Black, and this couldn&#8217;t be more different. I&#8217;ve decided to go for clean and crisp in the [...]]]></description>
			<content:encoded><![CDATA[<p>I never thought I&#8217;d actually settle on a design that I didn&#8217;t get bored with immediatly after uploading it. I&#8217;ve been trying to get away from the dirty grunge look I had going with my previous theme New Black, and this couldn&#8217;t be more different.</p>
<p>I&#8217;ve decided to go for clean and crisp in the hope that I will now concentrate more on the content than the design. Although saying that, there will be some nice little tweaks coming up in the near future. For a starters, I haven&#8217;t got any photos here. That will change once I&#8217;ve found a suitable place to host them. Also, you may have noticed that my old blog entries have vanished! Unfortunatly, I&#8217;m waiting for my host to permit me to upload more than 2mb files. Once that&#8217;s done, I can upload my exported posts and we can be back on track.</p>
<p>Anyway, that&#8217;s enough for now. More general musings to follow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/a-new-blog-design-to-get-me-going/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
