<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.wintellect.com/CS/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Sample</title><link>http://www.wintellect.com/CS/files/folders/sample_files/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.2)</generator><item><title>CrashFinder</title><link>http://www.wintellect.com/CS/files/folders/sample_files/entry7145.aspx</link><pubDate>Wed, 22 Oct 2008 00:30:10 GMT</pubDate><guid isPermaLink="false">c9b5046a-91b6-4822-a57a-d848b8cb6435:7145</guid><dc:creator>jrobbins</dc:creator><slash:comments>0</slash:comments><description>For native applications, CrashFinder lets you look up addresses easily. The latest and greatest code from my original April 1998 article: &lt;A href="http://www.microsoft.com/msj/0498/bugslayer0498.aspx"&gt;http://www.microsoft.com/msj/0498/bugslayer0498.aspx&lt;/A&gt;.</description><enclosure url="http://www.wintellect.com/CS/files/folders/7145/download.aspx" length="72442" type="application/x-zip-compressed" /></item><item><title>.cmdtree SOS File</title><link>http://www.wintellect.com/CS/files/folders/sample_files/entry7040.aspx</link><pubDate>Wed, 17 Sep 2008 18:43:55 GMT</pubDate><guid isPermaLink="false">c9b5046a-91b6-4822-a57a-d848b8cb6435:7040</guid><dc:creator>jrobbins</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;A WinDBG .cmdtree file that makes using SOS a lot easier.&lt;/P&gt;</description><enclosure url="http://www.wintellect.com/CS/files/folders/7040/download.aspx" length="1092" type="text/plain" /></item><item><title>Debugger Settings - Visual Studio Add In</title><link>http://www.wintellect.com/CS/files/folders/sample_files/entry6857.aspx</link><pubDate>Mon, 21 Jul 2008 02:43:34 GMT</pubDate><guid isPermaLink="false">c9b5046a-91b6-4822-a57a-d848b8cb6435:6857</guid><dc:creator>jrobbins</dc:creator><slash:comments>0</slash:comments><description>An add in that saves your debugger settings so you can take your settings to other machines and also delete the .SUO files without losing your breakpoints.</description><enclosure url="http://www.wintellect.com/CS/files/folders/6857/download.aspx" length="85204" type="application/x-zip-compressed" /></item><item><title>Wintellect.Build.Logging - Easier MSBuild Debugging</title><link>http://www.wintellect.com/CS/files/folders/sample_files/entry4958.aspx</link><pubDate>Thu, 17 Jan 2008 16:23:03 GMT</pubDate><guid isPermaLink="false">c9b5046a-91b6-4822-a57a-d848b8cb6435:4958</guid><dc:creator>jrobbins</dc:creator><slash:comments>0</slash:comments><description>A logger that removes detailed output from .CS/VB/VCPROJ files to allow you to concentrate on the logging you really need to debug custom tasks and hand build MSBuild projects.</description><enclosure url="http://www.wintellect.com/CS/files/folders/4958/download.aspx" length="44098" type="application/x-zip-compressed" /></item><item><title>Attach WinDBG to Visual Studio Debuggees</title><link>http://www.wintellect.com/CS/files/folders/sample_files/entry4749.aspx</link><pubDate>Sat, 08 Dec 2007 20:14:53 GMT</pubDate><guid isPermaLink="false">c9b5046a-91b6-4822-a57a-d848b8cb6435:4749</guid><dc:creator>jrobbins</dc:creator><slash:comments>0</slash:comments><description>See the &lt;A class="" href="http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/12/08/use-two-debuggers-at-once.aspx"&gt;blog&lt;/A&gt; entry for more information.</description><enclosure url="http://www.wintellect.com/CS/files/folders/4749/download.aspx" length="23742" type="application/ms-vsi" /></item><item><title>PARAFFIN 1.04</title><link>http://www.wintellect.com/CS/files/folders/sample_files/entry4332.aspx</link><pubDate>Fri, 09 Nov 2007 02:17:09 GMT</pubDate><guid isPermaLink="false">c9b5046a-91b6-4822-a57a-d848b8cb6435:4332</guid><dc:creator>jrobbins</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;A tool that makes using&amp;nbsp;Windows Installer XML (&lt;A class="" href="http://wix.sourceforge.net/"&gt;WiX&lt;/A&gt;) much easier. See the &lt;A class="" href="http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/10/18/wix-hints-for-new-users-part-1-of-3.aspx"&gt;first&lt;/A&gt; of the three part blog entries on why PARAFFIN is useful.&lt;/P&gt;
&lt;P&gt;1.01 - Minor bug fix in Id naming code&lt;BR&gt;1.02 - Thanks to Darren Stone for suggestions and bug fixes!&lt;BR&gt;&amp;nbsp;- Added -Win64 switch, which adds Win64="yes" to all components.&lt;BR&gt;&amp;nbsp;- Updated the Id naming to keep all values in the range [0-9a-zA-Z_] to avoid any naming problems. WiX is not consistent on exactly what characters can be in the Id attribute.&lt;BR&gt;&amp;nbsp;- When updating, I was previously only relying on the Directory and File elements Name attribute to find those elements. I mistakenly thought the short file/directory name was guarenteed to be unique. I fixed this bug by updating the Directory element searching to look for either the matching Name attribute or LongName attribute depending if the long name is different than the short name. For File elements, I look at both the Name and the Source attributes for the exact match. &lt;BR&gt;&amp;nbsp;- Fixed a bug where I wasn't properly matching directory names when generating the Id attribute.&lt;BR&gt;- Fixed the innocuous bug where I was appending a double slash on an alias if the input directory did not end in a trailing slash.&lt;BR&gt;1.03 - Fixed a problem where I was relying on the short names for files when updating an existing .WXS files. It turns out that the short name is essentially random.&lt;BR&gt;1.04 - Thanks to Matthew Goos, added the -dirref option to allow a custom&amp;nbsp;name for the DirectoryRef node when creating a file.&lt;BR&gt;&amp;nbsp;- Now the -ext and direXclude command line options can also be specified&amp;nbsp;for updates in order to add additional extensions or directories to&amp;nbsp;ignore when updating a file.&lt;/P&gt;</description><enclosure url="http://www.wintellect.com/CS/files/folders/4332/download.aspx" length="72157" type="application/x-zip-compressed" /></item><item><title>Fast VM Backups</title><link>http://www.wintellect.com/CS/files/folders/sample_files/entry4009.aspx</link><pubDate>Mon, 08 Oct 2007 00:56:59 GMT</pubDate><guid isPermaLink="false">c9b5046a-91b6-4822-a57a-d848b8cb6435:4009</guid><dc:creator>jrobbins</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;Batch files to make saving running Virtual Server VM's fast with minimal down time. See this blog &lt;A class="" href="http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/10/08/complete-virtual-machine-backups-with-mere-minutes-of-downtime.aspx"&gt;post&lt;/A&gt; for how to use them.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;(Edit 1/20: I've updated the files to have better error handling and reporting.)&lt;/EM&gt;&lt;/P&gt;</description><enclosure url="http://www.wintellect.com/CS/files/folders/4009/download.aspx" length="3271" type="application/x-zip-compressed" /></item><item><title>MyComix Source Code</title><link>http://www.wintellect.com/CS/files/folders/sample_files/entry3422.aspx</link><pubDate>Fri, 06 Apr 2007 15:13:06 GMT</pubDate><guid isPermaLink="false">c9b5046a-91b6-4822-a57a-d848b8cb6435:3422</guid><dc:creator>jprosise</dc:creator><slash:comments>2</slash:comments><description>Zip file containing source code for MyComix</description><enclosure url="http://www.wintellect.com/CS/files/folders/3422/download.aspx" length="91699" type="application/x-zip-compressed" /></item><item><title>Balloon Pop Demo</title><link>http://www.wintellect.com/CS/files/folders/sample_files/entry3408.aspx</link><pubDate>Wed, 04 Apr 2007 15:13:42 GMT</pubDate><guid isPermaLink="false">c9b5046a-91b6-4822-a57a-d848b8cb6435:3408</guid><dc:creator>jprosise</dc:creator><slash:comments>0</slash:comments><description>Zip file containing ASP.NET AJAX animation demo</description><enclosure url="http://www.wintellect.com/CS/files/folders/3408/download.aspx" length="164791" type="application/x-zip-compressed" /></item><item><title>Elevate</title><link>http://www.wintellect.com/CS/files/folders/sample_files/entry3385.aspx</link><pubDate>Tue, 27 Mar 2007 04:49:09 GMT</pubDate><guid isPermaLink="false">c9b5046a-91b6-4822-a57a-d848b8cb6435:3385</guid><dc:creator>jrobbins</dc:creator><slash:comments>0</slash:comments><description>Simple program to elevate a process in Vista at the command line.</description><enclosure url="http://www.wintellect.com/CS/files/folders/3385/download.aspx" length="20759" type="application/x-zip-compressed" /></item></channel></rss>