<?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>WindowsWiki &#187; msp</title>
	<atom:link href="http://www.windowswiki.info/tag/msp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.windowswiki.info</link>
	<description>Nobody will ever need more than 640 kB RAM.</description>
	<lastBuildDate>Mon, 19 Sep 2011 08:39:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
		<item>
		<title>How to extract msu/msp/msi/exe files on the command line</title>
		<link>http://www.windowswiki.info/2009/02/19/how-to-extract-msumspmsiexe-files-on-the-command-line/</link>
		<comments>http://www.windowswiki.info/2009/02/19/how-to-extract-msumspmsiexe-files-on-the-command-line/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 14:13:44 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Windows-related]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[msp]]></category>
		<category><![CDATA[msu]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/new/?p=66</guid>
		<description><![CDATA[I find these commands quite helpful &#8212; maybe you know them already &#8212; if not, here you go: Microsoft Hotfix Installer (.exe) setup.exe /t:C:\extracted_files\ /c Microsoft Update Standalone Package (.msu) expand -F:* update.msu C:\extracted_files cd extracted_files expand -F:* update.cab C:\extracted_files Microsoft Patch File (.msp) msix patch.msp /out C:\extracted_files msix.zip Windows Installer Package (.msi) msiexec /a setup.msi /qb TARGETDIR=C:\extracted_files]]></description>
			<content:encoded><![CDATA[<p>I find these commands quite helpful &#8212; maybe you know them already &#8212; if not, here you go:</p>
<h2>Microsoft Hotfix Installer (.exe)</h2>
<p><code>setup.exe /t:C:\extracted_files\ /c</code></p>
<h2>Microsoft Update Standalone Package (.msu)</h2>
<p><code>expand -F:* update.msu C:\extracted_files<br />
cd extracted_files<br />
expand -F:* update.cab C:\extracted_files</code></p>
<h2>Microsoft Patch File (.msp)</h2>
<p><code>msix patch.msp /out C:\extracted_files</code><br />
<a href='http://www.windowswiki.info/wp-content/uploads/2009/07/msix.zip'>msix.zip</a></p>
<h2>Windows Installer Package (.msi)</h2>
<p><code>msiexec /a setup.msi /qb TARGETDIR=C:\extracted_files</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/2009/02/19/how-to-extract-msumspmsiexe-files-on-the-command-line/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

