<?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/"
		>
<channel>
	<title>Comments for Matt J. Wilson</title>
	<atom:link href="http://www.mattjwilson.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattjwilson.com/blog</link>
	<description>General ramblings, programming frustrations, and complete randomness.  Have questions? E-mail me.</description>
	<lastBuildDate>Wed, 03 Aug 2011 13:10:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Packaging a .NET Deployment Project into a Single EXE by JP</title>
		<link>http://www.mattjwilson.com/blog/2009/02/13/packing-a-net-deployment-project-into-a-single-exe/comment-page-1/#comment-167</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Wed, 03 Aug 2011 13:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjwilson.com/blog/2009/02/13/packing-a-net-deployment-project-into-a-single-exe/#comment-167</guid>
		<description>Great script, thanks for posting it. FYI in your [Setup] section you have a series of true and false values. Those should actually be yes or no. For example SolidCompression should either be &quot;yes&quot; or &quot;no&quot; not &quot;true&quot; or &quot;false&quot; according to the docs: http://www.jrsoftware.org/ishelp/topic_setup_solidcompression.htm</description>
		<content:encoded><![CDATA[<p>Great script, thanks for posting it. FYI in your [Setup] section you have a series of true and false values. Those should actually be yes or no. For example SolidCompression should either be &#8220;yes&#8221; or &#8220;no&#8221; not &#8220;true&#8221; or &#8220;false&#8221; according to the docs: <a href="http://www.jrsoftware.org/ishelp/topic_setup_solidcompression.htm" rel="nofollow">http://www.jrsoftware.org/ishelp/topic_setup_solidcompression.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Posting a File using the WebBrowser Class by Ian Bugeja</title>
		<link>http://www.mattjwilson.com/blog/2009/02/12/posting-a-file-using-the-webbrowser-class/comment-page-1/#comment-166</link>
		<dc:creator>Ian Bugeja</dc:creator>
		<pubDate>Sat, 18 Jun 2011 12:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjwilson.com/blog/?p=5#comment-166</guid>
		<description>Does this still work in IE9?</description>
		<content:encoded><![CDATA[<p>Does this still work in IE9?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading a Google Docs spreadsheet using PHP by Paul C</title>
		<link>http://www.mattjwilson.com/blog/2009/06/02/reading-a-google-docs-spreadsheet-using-php/comment-page-1/#comment-162</link>
		<dc:creator>Paul C</dc:creator>
		<pubDate>Wed, 10 Nov 2010 09:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjwilson.com/blog/?p=12#comment-162</guid>
		<description>Great post! Much easier to deal with the csv file versus the API in my case. Thanks a bunch!</description>
		<content:encoded><![CDATA[<p>Great post! Much easier to deal with the csv file versus the API in my case. Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Posting a File using the WebBrowser Class by joe</title>
		<link>http://www.mattjwilson.com/blog/2009/02/12/posting-a-file-using-the-webbrowser-class/comment-page-1/#comment-136</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 17 Sep 2009 21:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjwilson.com/blog/?p=5#comment-136</guid>
		<description>Thanks!!!  I already spent 30 minutes but probably would have spent another hour!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!!  I already spent 30 minutes but probably would have spent another hour!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Excel Drivers and IMEX by Matty J</title>
		<link>http://www.mattjwilson.com/blog/2009/02/13/microsoft-excel-drivers-and-imex/comment-page-1/#comment-82</link>
		<dc:creator>Matty J</dc:creator>
		<pubDate>Thu, 14 May 2009 13:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjwilson.com/blog/?p=6#comment-82</guid>
		<description>Joe,

Thanks for the comment, it&#039;s very much appreciated.  Hopefully someone else can use that registry setting instead of having to do as ridiculous of a workaround as I was forced to do.

I wish I had known about the registry setting, but couldn&#039;t have used it anyway as it&#039;s against company policy (or at least ridiculously hard to process a registry setting modification through change control for something as insignificant as an MS Access/Excel application).  I&#039;ll have to keep this in mind for anytime it comes up again outside of the corporate world :).</description>
		<content:encoded><![CDATA[<p>Joe,</p>
<p>Thanks for the comment, it&#8217;s very much appreciated.  Hopefully someone else can use that registry setting instead of having to do as ridiculous of a workaround as I was forced to do.</p>
<p>I wish I had known about the registry setting, but couldn&#8217;t have used it anyway as it&#8217;s against company policy (or at least ridiculously hard to process a registry setting modification through change control for something as insignificant as an MS Access/Excel application).  I&#8217;ll have to keep this in mind for anytime it comes up again outside of the corporate world <img src='http://www.mattjwilson.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Excel Drivers and IMEX by Joe</title>
		<link>http://www.mattjwilson.com/blog/2009/02/13/microsoft-excel-drivers-and-imex/comment-page-1/#comment-81</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 14 May 2009 01:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjwilson.com/blog/?p=6#comment-81</guid>
		<description>Hey Matt, thanks for the post.  If it helps at all, I did find this on connectionstrings.com:

Check out the [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Excel] located registry REG_DWORD &quot;TypeGuessRows&quot;. That&#039;s the key to not letting Excel use only the first 8 rows to guess the columns data type. Set this value to 0 to scan all rows. This might hurt performance.

However the performance hit they speak of is considerable.  Hope that helps.

Joe</description>
		<content:encoded><![CDATA[<p>Hey Matt, thanks for the post.  If it helps at all, I did find this on connectionstrings.com:</p>
<p>Check out the [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Excel] located registry REG_DWORD &#8220;TypeGuessRows&#8221;. That&#8217;s the key to not letting Excel use only the first 8 rows to guess the columns data type. Set this value to 0 to scan all rows. This might hurt performance.</p>
<p>However the performance hit they speak of is considerable.  Hope that helps.</p>
<p>Joe</p>
]]></content:encoded>
	</item>
</channel>
</rss>

