<?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 for Johannes Passing&#039;s Blog</title>
	<atom:link href="http://jpassing.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpassing.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 07 Nov 2009 07:51:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mixing 32 and 64-bit components in a single MSI by Simon</title>
		<link>http://jpassing.wordpress.com/2009/10/09/mixing-32-and-64-bit-components-in-a-single-msi/#comment-939</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sat, 07 Nov 2009 07:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=408#comment-939</guid>
		<description>Great article. I have another problem mixing 64 and 32-bit components in a single package. I need to use the PublishComponent table to publish the same file, which is actually platform-independent, twice. Once as 64-bit component, and once as 32-bit.
The problem is, this file is very big. To publish it twice I need to duplicate the component and the file. It makes MSI twice as big.

Do you have any idea, how to publish the same component as 32 and 64-bit without duplicating it?</description>
		<content:encoded><![CDATA[<p>Great article. I have another problem mixing 64 and 32-bit components in a single package. I need to use the PublishComponent table to publish the same file, which is actually platform-independent, twice. Once as 64-bit component, and once as 32-bit.<br />
The problem is, this file is very big. To publish it twice I need to duplicate the component and the file. It makes MSI twice as big.</p>
<p>Do you have any idea, how to publish the same component as 32 and 64-bit without duplicating it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mixing 32 and 64-bit components in a single MSI by Rich</title>
		<link>http://jpassing.wordpress.com/2009/10/09/mixing-32-and-64-bit-components-in-a-single-msi/#comment-936</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=408#comment-936</guid>
		<description>Thanks for this article.  Very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for this article.  Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Import Address Table hooking for testing by PrimaryRing</title>
		<link>http://jpassing.wordpress.com/2008/01/06/using-import-address-table-hooking-for-testing/#comment-926</link>
		<dc:creator>PrimaryRing</dc:creator>
		<pubDate>Sat, 19 Sep 2009 22:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2008/01/06/using-import-address-table-hooking-for-testing/#comment-926</guid>
		<description>Johannes,

Thanks!
I am new to the IAT hooking world; and this is a fantastic writeup. Also, as a person who learns-by-example, *really* appreciate that you wove your text with sample code.

I have one request - 
It&#039;s a &quot;general request&quot;; not about this article - but for all writeups that include inline code. (And, this request for all authors of such material; not just you).

Here it is:
I would LOVE direct-links to the raw-source files (.cpp, .h) or - better - a zip or rar of an entire sample project. When I write something like this, I usually am cutting from a source file that already exists -- not writing code &#039;by hand&#039; in the article. So, if it already exists, I was thinking it might be reasonable to ask for a link (not too much extra trouble). Requesting a zipped sample app may be asking for too much.

Anyway, thanks again.
Awesome material here.

cheers
-j</description>
		<content:encoded><![CDATA[<p>Johannes,</p>
<p>Thanks!<br />
I am new to the IAT hooking world; and this is a fantastic writeup. Also, as a person who learns-by-example, *really* appreciate that you wove your text with sample code.</p>
<p>I have one request &#8211;<br />
It&#8217;s a &#8220;general request&#8221;; not about this article &#8211; but for all writeups that include inline code. (And, this request for all authors of such material; not just you).</p>
<p>Here it is:<br />
I would LOVE direct-links to the raw-source files (.cpp, .h) or &#8211; better &#8211; a zip or rar of an entire sample project. When I write something like this, I usually am cutting from a source file that already exists &#8212; not writing code &#8216;by hand&#8217; in the article. So, if it already exists, I was thinking it might be reasonable to ask for a link (not too much extra trouble). Requesting a zipped sample app may be asking for too much.</p>
<p>Anyway, thanks again.<br />
Awesome material here.</p>
<p>cheers<br />
-j</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing Data-Driven Custom Actions by Writing Data-Driven Custom Actions keynote link for different customs</title>
		<link>http://jpassing.wordpress.com/2009/08/26/writing-data-driven-custom-actions/#comment-912</link>
		<dc:creator>Writing Data-Driven Custom Actions keynote link for different customs</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=391#comment-912</guid>
		<description>[...] View original here: Writing Data-Driven Custom Actions [...]</description>
		<content:encoded><![CDATA[<p>[...] View original here: Writing Data-Driven Custom Actions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install MSI with log from shell context menu by More Context Menu Handlers for Everyday Use &#171; JP&#8217;s Blog</title>
		<link>http://jpassing.wordpress.com/2007/08/18/install-msi-with-log-from-shell-context-menu/#comment-908</link>
		<dc:creator>More Context Menu Handlers for Everyday Use &#171; JP&#8217;s Blog</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/08/18/install-msi-with-log-from-shell-context-menu/#comment-908</guid>
		<description>[...] A while ago, I wrote about how to extend the context menu by new commands that allow MSI packages to be installed/uninstalled with logfiles being created. The registry entries I used were:  Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOTMsi.PackageshellLoggedInstall] @=&quot;&amp;Logged Install&quot; [HKEY_CLASSES_ROOTMsi.PackageshellLoggedInstallcommand] @=&quot;msiexec.exe /l* &quot;%1-install.log&quot; /i &quot;%1&quot; %*&quot; [HKEY_CLASSES_ROOTMsi.PackageshellLoggedUninstall] @=&quot;L&amp;ogged Uninstall&quot; [HKEY_CLASSES_ROOTMsi.PackageshellLoggedUninstallcommand] @=&quot;msiexec.exe /l* &quot;%1-uninstall.log&quot; /x &quot;%1&quot; %*&quot; [HKEY_CLASSES_ROOTMsi.Packageshellrunascommand] @=&quot;msiexec.exe /l* &quot;%1.log&quot; /i &quot;%1&quot; %*&quot; [...]</description>
		<content:encoded><![CDATA[<p>[...] A while ago, I wrote about how to extend the context menu by new commands that allow MSI packages to be installed/uninstalled with logfiles being created. The registry entries I used were:  Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOTMsi.PackageshellLoggedInstall] @=&quot;&amp;Logged Install&quot; [HKEY_CLASSES_ROOTMsi.PackageshellLoggedInstallcommand] @=&quot;msiexec.exe /l* &quot;%1-install.log&quot; /i &quot;%1&quot; %*&quot; [HKEY_CLASSES_ROOTMsi.PackageshellLoggedUninstall] @=&quot;L&amp;ogged Uninstall&quot; [HKEY_CLASSES_ROOTMsi.PackageshellLoggedUninstallcommand] @=&quot;msiexec.exe /l* &quot;%1-uninstall.log&quot; /x &quot;%1&quot; %*&quot; [HKEY_CLASSES_ROOTMsi.Packageshellrunascommand] @=&quot;msiexec.exe /l* &quot;%1.log&quot; /i &quot;%1&quot; %*&quot; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Setup Bootstrap Loaders by dB.</title>
		<link>http://jpassing.wordpress.com/2009/05/24/on-setup-bootstrap-loaders/#comment-905</link>
		<dc:creator>dB.</dc:creator>
		<pubDate>Fri, 17 Jul 2009 19:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=275#comment-905</guid>
		<description>Check out http://dotnetinstaller.codeplex.com</description>
		<content:encoded><![CDATA[<p>Check out <a href="http://dotnetinstaller.codeplex.com" rel="nofollow">http://dotnetinstaller.codeplex.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cfix 1.4 released by Introducing cfix studio, the Visual Studio AddIn for C/C++ Unit Testing &#171; JP&#8217;s Blog</title>
		<link>http://jpassing.wordpress.com/2009/06/23/cfix-1-4-released/#comment-897</link>
		<dc:creator>Introducing cfix studio, the Visual Studio AddIn for C/C++ Unit Testing &#171; JP&#8217;s Blog</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=311#comment-897</guid>
		<description>[...] Other          &#171; cfix 1.4&#160;released [...]</description>
		<content:encoded><![CDATA[<p>[...] Other          &laquo; cfix 1.4&nbsp;released [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch elevated processes from the command line by Eduardo Beeche</title>
		<link>http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-890</link>
		<dc:creator>Eduardo Beeche</dc:creator>
		<pubDate>Thu, 11 Jun 2009 23:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-890</guid>
		<description>Thank you very much for such a useful utility.  Thanks also for releasing the source code.</description>
		<content:encoded><![CDATA[<p>Thank you very much for such a useful utility.  Thanks also for releasing the source code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working Around TlbImp&#8217;s Cleverness by iLya Mukhanov</title>
		<link>http://jpassing.wordpress.com/2009/01/05/working-around-tlbimps-cleverness/#comment-886</link>
		<dc:creator>iLya Mukhanov</dc:creator>
		<pubDate>Tue, 02 Jun 2009 19:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=180#comment-886</guid>
		<description>Thanks for your article. It helped me very much. I had just the same situation when mock/stub test classes couldn&#039;t be used because of that tlbimp @#$%^&amp;* intelligence

iLya [Elijah]</description>
		<content:encoded><![CDATA[<p>Thanks for your article. It helped me very much. I had just the same situation when mock/stub test classes couldn&#8217;t be used because of that tlbimp @#$%^&amp;* intelligence</p>
<p>iLya [Elijah]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where to place RemoveExistingProducts in a major MSI upgrade by elainejames</title>
		<link>http://jpassing.wordpress.com/2007/06/16/where-to-place-removeexistingproducts-in-a-major-msi-upgrade/#comment-885</link>
		<dc:creator>elainejames</dc:creator>
		<pubDate>Tue, 02 Jun 2009 18:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/06/16/where-to-place-removeexistingproducts-in-a-major-msi-upgrade/#comment-885</guid>
		<description>Good one.. thnx.. :)</description>
		<content:encoded><![CDATA[<p>Good one.. thnx.. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authoring multi-language MSI packages by On Setup Bootstrap Loaders &#171; JP&#8217;s Blog</title>
		<link>http://jpassing.wordpress.com/2007/06/14/authoring-multi-language-msi-packages/#comment-882</link>
		<dc:creator>On Setup Bootstrap Loaders &#171; JP&#8217;s Blog</dc:creator>
		<pubDate>Sun, 24 May 2009 16:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/06/14/authoring-multi-language-msi-packages/#comment-882</guid>
		<description>[...] 0&#160;Comments Tags: bootstrapper, MSI, setup, Windows Installer, WiX      Almost two years ago, I wrote about how to create multi-language MSI packages. Although using transforms to internationalize an MSI package is a viable solution, one drawback of [...]</description>
		<content:encoded><![CDATA[<p>[...] 0&nbsp;Comments Tags: bootstrapper, MSI, setup, Windows Installer, WiX      Almost two years ago, I wrote about how to create multi-language MSI packages. Although using transforms to internationalize an MSI package is a viable solution, one drawback of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where to place RemoveExistingProducts in a major MSI upgrade by Tom</title>
		<link>http://jpassing.wordpress.com/2007/06/16/where-to-place-removeexistingproducts-in-a-major-msi-upgrade/#comment-873</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 04 May 2009 14:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/06/16/where-to-place-removeexistingproducts-in-a-major-msi-upgrade/#comment-873</guid>
		<description>Thank you very much.</description>
		<content:encoded><![CDATA[<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RCW Reference Counting Rules != COM Reference Counting Rules by Voli Dublino</title>
		<link>http://jpassing.wordpress.com/2009/03/26/rcw-reference-counting-rules-com-reference-counting-rules/#comment-871</link>
		<dc:creator>Voli Dublino</dc:creator>
		<pubDate>Mon, 06 Apr 2009 21:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=239#comment-871</guid>
		<description>&lt;a href=&quot;http://voli-dublino.awardspace.com/&quot; rel=&quot;nofollow&quot;&gt;Voli Dublino&lt;/a&gt; thinks you are right!</description>
		<content:encoded><![CDATA[<p><a href="http://voli-dublino.awardspace.com/" rel="nofollow">Voli Dublino</a> thinks you are right!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cfix 1.3.0 Released, Introducing WinUnit Compatibility by jpassing</title>
		<link>http://jpassing.wordpress.com/2009/03/03/cfix-130-released-introducing-winunit-compatibility/#comment-863</link>
		<dc:creator>jpassing</dc:creator>
		<pubDate>Mon, 23 Mar 2009 11:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=213#comment-863</guid>
		<description>It depends on the command line you are using. Say the DLL is named foo.dll, then:

&quot;cfix32 foo.dll&quot; should yield:
cfix version 1.3.0.3340 (fre)
(C) 2008-2009 - Johannes Passing - http://www.cfix-testing.org/
The specified module could not be found.

...which is caused by the unsatisfied dependency.

If, however, you specify a wildcard or a directory, like &quot;cfix32 *.dll&quot; or &quot;cfix32 .&quot;, foo.dll will silently be skipped and the output may be empty. This behavior is correct -- but indeed, it would be better if an appropriate error message would be output in this case, too.

If you have further questions, please drop me a mail: passing at users dot sourceforge dot net</description>
		<content:encoded><![CDATA[<p>It depends on the command line you are using. Say the DLL is named foo.dll, then:</p>
<p>&#8220;cfix32 foo.dll&#8221; should yield:<br />
cfix version 1.3.0.3340 (fre)<br />
(C) 2008-2009 &#8211; Johannes Passing &#8211; <a href="http://www.cfix-testing.org/" rel="nofollow">http://www.cfix-testing.org/</a><br />
The specified module could not be found.</p>
<p>&#8230;which is caused by the unsatisfied dependency.</p>
<p>If, however, you specify a wildcard or a directory, like &#8220;cfix32 *.dll&#8221; or &#8220;cfix32 .&#8221;, foo.dll will silently be skipped and the output may be empty. This behavior is correct &#8212; but indeed, it would be better if an appropriate error message would be output in this case, too.</p>
<p>If you have further questions, please drop me a mail: passing at users dot sourceforge dot net</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cfix 1.3.0 Released, Introducing WinUnit Compatibility by kmmbvnr</title>
		<link>http://jpassing.wordpress.com/2009/03/03/cfix-130-released-introducing-winunit-compatibility/#comment-862</link>
		<dc:creator>kmmbvnr</dc:creator>
		<pubDate>Mon, 23 Mar 2009 10:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=213#comment-862</guid>
		<description>I have a problem with cfix.

I have tests that statically linked with some DLL only present on Vista.

I thought if i run it on Windows XP, cfix tell me that some dll is missing. But when i run it - it just does not found any tests, and doesn&#039;t report on any error.

The output is:

  &gt;&gt; cfix version 1.3.0.3340 (fre)
  &gt;&gt; (C) 2008-2009 - Johannes Passing - http://www.cfix-testing.org/
  &gt;&gt;   .

Thats all. Is it correct behaviour for cfix?</description>
		<content:encoded><![CDATA[<p>I have a problem with cfix.</p>
<p>I have tests that statically linked with some DLL only present on Vista.</p>
<p>I thought if i run it on Windows XP, cfix tell me that some dll is missing. But when i run it &#8211; it just does not found any tests, and doesn&#8217;t report on any error.</p>
<p>The output is:</p>
<p>  &gt;&gt; cfix version 1.3.0.3340 (fre)<br />
  &gt;&gt; (C) 2008-2009 &#8211; Johannes Passing &#8211; <a href="http://www.cfix-testing.org/" rel="nofollow">http://www.cfix-testing.org/</a><br />
  &gt;&gt;   .</p>
<p>Thats all. Is it correct behaviour for cfix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch elevated processes from the command line by jpassing</title>
		<link>http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-855</link>
		<dc:creator>jpassing</dc:creator>
		<pubDate>Thu, 12 Mar 2009 09:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-855</guid>
		<description>Is it really the same account that you are using for both, runas and the UAC OTS dialog? 

If you perform a regular logon (i.e. no runas but logoff and logon again) on your machine using your admin-domain account and then launch MMC -- do you get a UAC consent dialog or an OTS prompt? If the latter is the case (i.e. you have to enter credentials), then the account probably has no local admin rights and the behavior regarding runas/elevate would make sense.</description>
		<content:encoded><![CDATA[<p>Is it really the same account that you are using for both, runas and the UAC OTS dialog? </p>
<p>If you perform a regular logon (i.e. no runas but logoff and logon again) on your machine using your admin-domain account and then launch MMC &#8212; do you get a UAC consent dialog or an OTS prompt? If the latter is the case (i.e. you have to enter credentials), then the account probably has no local admin rights and the behavior regarding runas/elevate would make sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch elevated processes from the command line by Martin</title>
		<link>http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-854</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 12 Mar 2009 08:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-854</guid>
		<description>I tried
runas /u:domain\account &quot;elevate dsa.msc&quot;
or
runas /u:domain\account &quot;elevate /k \&quot;title something\&quot;&quot;
but I always have to enter the credentials two times:
first for the runas (ok, only the password), then another time for the elevate cmd.
Somehow I expected after doing the runas it should be clear that elevate runs under the other account. Then Vista should only ask for approval.</description>
		<content:encoded><![CDATA[<p>I tried<br />
runas /u:domain\account &#8220;elevate dsa.msc&#8221;<br />
or<br />
runas /u:domain\account &#8220;elevate /k \&#8221;title something\&#8221;"<br />
but I always have to enter the credentials two times:<br />
first for the runas (ok, only the password), then another time for the elevate cmd.<br />
Somehow I expected after doing the runas it should be clear that elevate runs under the other account. Then Vista should only ask for approval.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch elevated processes from the command line by jpassing</title>
		<link>http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-853</link>
		<dc:creator>jpassing</dc:creator>
		<pubDate>Thu, 12 Mar 2009 08:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-853</guid>
		<description>What does the command you are using look like? Assuming that the domain account you are using for admin work uses UAC in admin approval mode, I&#039;d expect runas /u:domain\account &quot;elevate xyz.msc&quot; to work fine...</description>
		<content:encoded><![CDATA[<p>What does the command you are using look like? Assuming that the domain account you are using for admin work uses UAC in admin approval mode, I&#8217;d expect runas /u:domain\account &#8220;elevate xyz.msc&#8221; to work fine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch elevated processes from the command line by Martin</title>
		<link>http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-852</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 12 Mar 2009 07:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-852</guid>
		<description>Any chance to combine this with RunAs?

Here&#039;s what I have in mind:
I have two accounts, one for normal office work, another one for domain admin work.
I log on to my workstation with the non-priviledged account and want be able to open admin tools with the other account.
But these tools (AD Users and Computers etc.) require elevation.

Up to now I found no way to combine Elevate and RunAs so that I have to provide credentials only one time.</description>
		<content:encoded><![CDATA[<p>Any chance to combine this with RunAs?</p>
<p>Here&#8217;s what I have in mind:<br />
I have two accounts, one for normal office work, another one for domain admin work.<br />
I log on to my workstation with the non-priviledged account and want be able to open admin tools with the other account.<br />
But these tools (AD Users and Computers etc.) require elevation.</p>
<p>Up to now I found no way to combine Elevate and RunAs so that I have to provide credentials only one time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embracing WinUnit by cfix 1.3.0 Released, Introducing WinUnit Compatibility &#171; JP&#8217;s Blog</title>
		<link>http://jpassing.wordpress.com/2009/02/26/embracing-winunit/#comment-850</link>
		<dc:creator>cfix 1.3.0 Released, Introducing WinUnit Compatibility &#171; JP&#8217;s Blog</dc:creator>
		<pubDate>Tue, 03 Mar 2009 19:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=206#comment-850</guid>
		<description>[...] Other          &#171; Embracing&#160;WinUnit [...]</description>
		<content:encoded><![CDATA[<p>[...] Other          &laquo; Embracing&nbsp;WinUnit [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
