<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Howto Extract all Files from Microsoft Installer Files (msi) rather than to Install the Package</title>
	<atom:link href="http://sysblogd.wordpress.com/2008/05/10/howto-extract-all-files-from-microsoft-installer-files-msi-rather-than-to-install-the-package/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysblogd.wordpress.com/2008/05/10/howto-extract-all-files-from-microsoft-installer-files-msi-rather-than-to-install-the-package/</link>
	<description>syslogd goes web 2.0</description>
	<lastBuildDate>Sun, 27 Dec 2009 12:55:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sysblog</title>
		<link>http://sysblogd.wordpress.com/2008/05/10/howto-extract-all-files-from-microsoft-installer-files-msi-rather-than-to-install-the-package/comment-page-1/#comment-12826</link>
		<dc:creator>sysblog</dc:creator>
		<pubDate>Thu, 17 Dec 2009 14:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=162#comment-12826</guid>
		<description>From what i can gather it seams msiexe cannot extract selected files only. You may get more/better info e.g. at &lt;a href=&quot;http://technet.microsoft.com/en-us/library/cc759262(WS.10).aspx&quot; rel=&quot;nofollow&quot;&gt;Microsoft&#039;s help pages&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>From what i can gather it seams msiexe cannot extract selected files only. You may get more/better info e.g. at <a href="http://technet.microsoft.com/en-us/library/cc759262(WS.10).aspx" rel="nofollow">Microsoft&#8217;s help pages</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MSM</title>
		<link>http://sysblogd.wordpress.com/2008/05/10/howto-extract-all-files-from-microsoft-installer-files-msi-rather-than-to-install-the-package/comment-page-1/#comment-12825</link>
		<dc:creator>MSM</dc:creator>
		<pubDate>Thu, 17 Dec 2009 13:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=162#comment-12825</guid>
		<description>Hey,

Can I extract only selected and not all files from MSI??

Regards,
MSM</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Can I extract only selected and not all files from MSI??</p>
<p>Regards,<br />
MSM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sysblog</title>
		<link>http://sysblogd.wordpress.com/2008/05/10/howto-extract-all-files-from-microsoft-installer-files-msi-rather-than-to-install-the-package/comment-page-1/#comment-8107</link>
		<dc:creator>sysblog</dc:creator>
		<pubDate>Thu, 11 Dec 2008 21:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=162#comment-8107</guid>
		<description>Thanks, mate, for this helpful tip!

Cheers.</description>
		<content:encoded><![CDATA[<p>Thanks, mate, for this helpful tip!</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Thayer</title>
		<link>http://sysblogd.wordpress.com/2008/05/10/howto-extract-all-files-from-microsoft-installer-files-msi-rather-than-to-install-the-package/comment-page-1/#comment-8106</link>
		<dc:creator>Charles Thayer</dc:creator>
		<pubDate>Thu, 11 Dec 2008 17:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=162#comment-8106</guid>
		<description>I use Ubuntu Linux, and I&#039;ve found that installing p7zip and running &quot;7z x .msi&quot; works well.  (see http://www.7-zip.org).  Others have had success with wine and &quot;msiexec&quot;.

Good luck,
/charles thayer</description>
		<content:encoded><![CDATA[<p>I use Ubuntu Linux, and I&#8217;ve found that installing p7zip and running &#8220;7z x .msi&#8221; works well.  (see <a href="http://www.7-zip.org)" rel="nofollow">http://www.7-zip.org)</a>.  Others have had success with wine and &#8220;msiexec&#8221;.</p>
<p>Good luck,<br />
/charles thayer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andris</title>
		<link>http://sysblogd.wordpress.com/2008/05/10/howto-extract-all-files-from-microsoft-installer-files-msi-rather-than-to-install-the-package/comment-page-1/#comment-6685</link>
		<dc:creator>Andris</dc:creator>
		<pubDate>Wed, 27 Aug 2008 09:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=162#comment-6685</guid>
		<description>Thanks for sharing this. I just need to clarify that it&#039;s important to specify the full path to the destination directory in TARGETDIR property. If your path is not fully qualified then the msiexec tries to connect to the server which name will be equal to the name you&#039;ve specified.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this. I just need to clarify that it&#8217;s important to specify the full path to the destination directory in TARGETDIR property. If your path is not fully qualified then the msiexec tries to connect to the server which name will be equal to the name you&#8217;ve specified.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
