<?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>Personal website of Dave Hope &#187; Software Deployment</title>
	<atom:link href="http://davehope.co.uk/Blog/tag/software-deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://davehope.co.uk</link>
	<description>Open source projects, sysadmin stuff and general geekage</description>
	<lastBuildDate>Tue, 18 May 2010 11:46:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Deploy Visual Basic Express 2008</title>
		<link>http://davehope.co.uk/Blog/deploy-visual-basic-express-2008/</link>
		<comments>http://davehope.co.uk/Blog/deploy-visual-basic-express-2008/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 11:28:33 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Software Deployment]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://davehope.co.uk/?p=127</guid>
		<description><![CDATA[A UK college recently e-mailed me asking for help deploying Visual Basic Express 2008.  Here are the basic steps to extracting an MSI from the 2008 Express ISO. Download the Visual Studio 2008 Express ISO to your local system and mount it using something like MagicDisk. Locate the &#8220;VBExpress&#8221; directory and copy it somewhere locally. [...]]]></description>
			<content:encoded><![CDATA[<p>A UK college recently e-mailed me asking for help deploying Visual Basic Express 2008.  Here are the basic steps to extracting an MSI from the 2008 Express ISO.</p>
<ol>
<li><a href="http://www.microsoft.com/express/download/">Download the Visual Studio 2008 Express ISO</a> to your local system and mount it using something like <a href="http://www.magiciso.com/tutorials/miso-magicdisc-overview.htm">MagicDisk</a>.</li>
<li>Locate the &#8220;VBExpress&#8221; directory and copy it somewhere locally.</li>
<li>Run ixpvb.exe, this will extract the setup files to your local drive. Mine got extracted to:<br />
<code>C:\057f3ad5975a04eeddb339635a50</code></p>
<p>Copy the files to somewhere, and then discard the notification that you must run setup.exe to install the software. The temporary directory will be automatically removed when you dismiss the dialog.</p>
<p>At this point, it&#8217;s now safe to remove the &#8220;VBExpress&#8221; directory you copied earlier.</li>
<li>Make sure the dependencies are installed. These are: Windows Installer 3.1, .Net Framework 1.1 + SP1,	.Net Framework 2.0 + SP1, .Net Framework 3.0. Reboot after they&#8217;ve been installed.</li>
<li>Then run the command that makes it all happen.
<p><code>msiexec /i vs_setup.msi VSEXTUI=1 ADDLOCAL=ALL REBOOT=ReallySuppress /qn</code></p>
<p>Assuming that works, you know you&#8217;re good to go.</p>
<p>You should be able to then create a simple transform to set the VSEXTUI, ADDLOCAL and REBOOT properties and then deploy via Group Policy Software Installation. Be sure to make sure all your target systems have the dependencies installed.</li>
</ol>
<p>If anyone runs into a problem leave a comment and I&#8217;ll see if we can work out where things are going wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://davehope.co.uk/Blog/deploy-visual-basic-express-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Izarc MSI and Transform</title>
		<link>http://davehope.co.uk/Blog/izarc-msi/</link>
		<comments>http://davehope.co.uk/Blog/izarc-msi/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 12:02:22 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IZarc]]></category>
		<category><![CDATA[Software Deployment]]></category>

		<guid isPermaLink="false">http://davehope.co.uk/?p=73</guid>
		<description><![CDATA[At work I try to use as many free software alternatives as possible, after a bit of hunting I came across an MSI that someone has built for IZArc. The only problem the MSI above is that it&#8217;s in French. Here&#8217;s a transform (mst) to change the language to English and remove the &#8220;What&#8217;s new&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>At work I try to use as many free software alternatives as possible, after a bit of hunting I came across an <a href="http://www.projetposeidon.ch/logiciels/free/IZArc/">MSI that someone has built for IZArc</a>.</p>
<p>The only problem the MSI above is that it&#8217;s in French. <a href="http://davehope.co.uk/wp-content/uploads/2008/07/izarc381englishlanguageandfewershortcuts.mst">Here&#8217;s a transform</a> (mst) to change the language to English and remove the &#8220;What&#8217;s new&#8221; and &#8220;Help&#8221; shortcuts.</p>
<p>IZArc is the ultimate freeware archive utility with a modern easy-to-use interface. IZArc provides support for most compressed and encoded files, as well as access to many powerful features and tools</p>
]]></content:encoded>
			<wfw:commentRss>http://davehope.co.uk/Blog/izarc-msi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype Transform / Deploying Skype</title>
		<link>http://davehope.co.uk/Blog/skype-transform-deploying-skype/</link>
		<comments>http://davehope.co.uk/Blog/skype-transform-deploying-skype/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 12:28:18 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft Deployment]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Software Deployment]]></category>

		<guid isPermaLink="false">http://davehope.co.uk/Blog/skype-transform-deploying-skype/</guid>
		<description><![CDATA[First things first, grab the Skype business version from the Skype business site. This has no adverts and is an MSI file for simple deployment. You&#8217;ll probably want my Skype Transform which will remove the desktop shortcut and prevent Skype from auto starting with windows. You can now deploy Skype in your prefered way (Group [...]]]></description>
			<content:encoded><![CDATA[<p>First things first, grab the Skype business version from the <a href="http://www.skype.com/intl/en/download/skype/windows/business/">Skype business site</a>. This has no adverts and is an MSI file for simple deployment.</p>
<p>You&#8217;ll probably want my <a href="http://davehope.co.uk/wp-content/uploads/2008/02/nodesktopshortcutnoautorun.mst" title="Skype Transform">Skype Transform</a> which will remove the desktop shortcut and prevent Skype from auto starting with windows.</p>
<p>You can now deploy Skype in your prefered way (Group Policy, SMS, Microsoft Deployment etc). If you&#8217;re using Microsoft Deployment, you can use the following command:</p>
<p><code>msiexec /i SkypeSetup.msi /quiet TRANSFORMS="NoDesktopShortcutNoAutorun.mst"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://davehope.co.uk/Blog/skype-transform-deploying-skype/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deploying the Java runtime environment (J2RE)</title>
		<link>http://davehope.co.uk/Blog/deploying-the-java-runtime-environment-j2re/</link>
		<comments>http://davehope.co.uk/Blog/deploying-the-java-runtime-environment-j2re/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 11:29:32 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Software Deployment]]></category>

		<guid isPermaLink="false">http://davehope.co.uk/Blog/deploying-the-java-runtime-environment-j2re/</guid>
		<description><![CDATA[This post will try and walk you through deploying J2RE using Group Policy Software Deployment.Firstly, download &#8220;Java Runtime Environment (JRE) 6&#8243; from here, you&#8217;ll need the offline installer for this. Once downloaded, run it and an MSI will be extracted to your AppData folder, you can find it here: %HOMEPATH%\Local Settings\Application Data\{3248F0A6-6813-11D6-A77B-00B0D0150060} You then need [...]]]></description>
			<content:encoded><![CDATA[<p>This post will try and walk you through deploying J2RE using Group Policy Software Deployment.Firstly, download &#8220;Java Runtime Environment (JRE) 6&#8243; from <a href="http://java.sun.com/javase/downloads/?intcmp=1281">here</a>, you&#8217;ll need the offline installer for this. Once downloaded, run it and an MSI will be extracted to your AppData folder, you can find it here:</p>
<blockquote><p>%HOMEPATH%\Local Settings\Application Data\{3248F0A6-6813-11D6-A77B-00B0D0150060}</p></blockquote>
<p>You then need to create an MST using Orcas and MsiTran or <a title="J2RE Update 6 MST" href="http://davehope.co.uk/wp-content/uploads/2007/10/j2se-runtime-environment-50.mst">download mine</a>. All you need to change if you create your own transform is change the IEXPLORER Property from 0 to 1.</p>
<p>Then put the MSI and MST in your distribution share and simply assign the MSI and apply the transform as you would normally and you&#8217;re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://davehope.co.uk/Blog/deploying-the-java-runtime-environment-j2re/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deploying Office 2007 File Format Converters</title>
		<link>http://davehope.co.uk/Blog/deploying-office-2007-file-format-converters/</link>
		<comments>http://davehope.co.uk/Blog/deploying-office-2007-file-format-converters/#comments</comments>
		<pubDate>Thu, 31 May 2007 08:49:36 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Software Deployment]]></category>

		<guid isPermaLink="false">http://davehope.co.uk/Beta/wordpress/Blog/deploying-office-2007-file-format-converters/</guid>
		<description><![CDATA[Since moving our network over to Office 2007 is a lot of work, and requires a fair ammount of user retraining I decided it best to just deploy the File Format Converters Microsoft realeased so that users with Office 2003 can open 2007 format documents. For reasoning unknown to me, Microsoft released them as an [...]]]></description>
			<content:encoded><![CDATA[<p>Since moving our network over to Office 2007 is a lot of work, and requires a fair ammount of user retraining I decided it best to just deploy the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-c6bb74cd1466&amp;displaylang=en">File Format Converters</a> Microsoft realeased so that users with Office 2003 can open 2007 format documents.</p>
<p>For reasoning unknown to me, Microsoft released them as an exe as opposed to an MSI so it&#8217;s a little work to get them to deploy via group policy (and ZAP is evil).</p>
<p>Extract FileFormatConerters.exe to somewhere useful like so:</p>
<p><samp>FileFormatConverters.exe /extract:\\nwtraders.msft\SoftwareDeployment\FileFormatConverters</samp></p>
<p>Once that&#8217;s done setup the software installation as per usual and then use the following WMI filter to restrict the install to systems with Office 2003 (since we don&#8217;t want to install it if they have office 2007)</p>
<p><samp>SELECT * FROM Win32_Product WHERE (Caption LIKE .Microsoft Office%2003%.)</samp></p>
]]></content:encoded>
			<wfw:commentRss>http://davehope.co.uk/Blog/deploying-office-2007-file-format-converters/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
