<?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; Software</title>
	<atom:link href="http://www.tomwaller.co.uk/blog/category/software-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>Simple, Automated Folder Backup and Syncronisation with Microsoft SyncToy 2.1.</title>
		<link>http://www.tomwaller.co.uk/blog/simple-automated-folder-backup-and-syncronisation-with-microsoft-synctoy-2-1/</link>
		<comments>http://www.tomwaller.co.uk/blog/simple-automated-folder-backup-and-syncronisation-with-microsoft-synctoy-2-1/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 10:13:08 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=137</guid>
		<description><![CDATA[When working in environments where you have multiple storage locations for your files, there are often times where you wish there were a way to centralise your data so it is always readily available. In my case, I work from a laptop computer with secondary disk with all my essential data. I also have a [...]]]></description>
			<content:encoded><![CDATA[<p>When working in environments where you have multiple storage locations for your files, there are often times where you wish there were a way to centralise your data so it is always readily available. In my case, I work from a laptop computer with secondary disk with all my essential data. I also have a network attached storage (NAS) device which hosts a copy of my data. Out of the box, Microsoft Windows doesn&#8217;t offer any synchronisation tools. Enter SyncToy.</p>
<p><span id="more-137"></span>What you&#8217;ll need:</p>
<ul>
<li><a title="Download Microsoft SyncToy 2.1" href="http://www.microsoft.com/downloads/en/details.aspx?familyid=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&amp;displaylang=en" target="_blank">Microsoft SyncToy 2.1</a></li>
<li>A Windows XP or higher computer</li>
</ul>
<p>Grab yourself a copy of <strong>SyncToy </strong>and get it installed. Once you&#8217;ve installed, you can launch the application from your <strong>All Programs</strong> menu. Upon first use, you&#8217;ll be asked to create your first folder pair. Before you do, there are a couple of options to consider.</p>
<p>Synchronisation can be performed in a number of ways, each with different effects. Below is a description for each method.</p>
<h3>Syncronize</h3>
<p>Files in the left and right folders are mirrored. This ensures files remain syncronised even if you edit the file on your remote storate. Deletions will also be mirrored.</p>
<h3>Echo</h3>
<p>Files in the left folder will update to the right only. Assuming you set your right folder to the remote storage, changes in the remote storage will not be copeid to your left folder. Deletions on the left will delete to the right.</p>
<h3>Contribute</h3>
<p>Files created and modified on the left will copy to the right. Deletions will not effect the right folder.</p>
<p>Once you&#8217;ve picked your chosen sync method, go ahead and specify your left and right folders. In my case, I set the left folder as my local data storage, and the right folder as my remote storage. Click <strong>Next </strong>and you&#8217;ll be asked for your sync method. Select your chosen method and click <strong>Finish</strong>. Your folder pair is now created.</p>
<p>There are a few other options to consider, such as file exclusions, but I&#8217;ll leave that to your discretion.</p>
<p>Now the good part. It&#8217;s all very well having folder pairs, but as it stands, we can only sync manually by clicking the Run button. With a little bit of scripting and Group Policy modification, we can set SyncToy to sync all folder pairs on log off. Very handy.</p>
<p>Open your <strong>local Group Policy Editor</strong> (<strong>Start</strong> &gt; <strong>Run </strong>&gt; <strong>gpedit.msc</strong>) and browse the tree to <strong>User Configuration</strong> &gt; <strong>Windows Settings</strong> &gt; <strong>Scripts</strong>.</p>
<p style="text-align: center;"><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000001.jpg"><img class="size-medium wp-image-142 aligncenter" title="gpedit.msc" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000001-300x214.jpg" alt="gpedit.msc" width="300" height="214" /></a></p>
<p>Double click on <strong>Logoff </strong>and you will be presented with the <strong>Logoff Properties</strong> window. Create the following script somewhere on your local machine.</p>
<pre class="brush: plain; title: ; notranslate">CD &quot;%ProgramFiles%\SyncToy 2.1\&quot;
SyncToyCmd.exe -R</pre>
<p>Now in the <strong>Logoff Properties</strong>, add the script you just created by clicking the <strong>Add </strong>button and browsing to the file. The script should now appear in the <strong>Logoff Properties</strong> window. Click <strong>OK </strong>to accept this and close the Group Policy Editor.</p>
<p style="text-align: center;"><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000008.jpg"><img class="size-medium wp-image-143 aligncenter" title="Logoff Properties" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000008-266x300.jpg" alt="Logoff Properties" width="266" height="300" /></a></p>
<p>The script should now execute on logoff. Test it out by creating some local files and logging off. Windows should say Running Logoff Scripts for a little longer that usual. This is a good indication that it is running. Log back on a voilà. Your files should magically have copied up to your remote storage.</p>
<p>Not the most elegant of solutions, but it works, and its free. No complaints from me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/simple-automated-folder-backup-and-syncronisation-with-microsoft-synctoy-2-1/feed/</wfw:commentRss>
		<slash:comments>0</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; 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/16 queries in 0.026 seconds using disk: basic

Served from: www.tomwaller.co.uk @ 2012-02-06 16:25:57 -->
