<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>RegNamespace Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Home</link><description>RegNamespace Wiki Rss Description</description><item><title>Updated Wiki: Overview</title><link>http://regnamespace.codeplex.com/Wiki/View.aspx?title=Overview&amp;version=3</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Intro&lt;/b&gt;&lt;br /&gt;Windows developers, and especially those with an interest in developing Shell data sources (namespace extensions) are probably familiar with the original Shell namespace extension sample &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample98/html/vcsmpregview.asp" class="externalLink"&gt;RegView&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  This project is an attempt to bring that sample into the Vista era of programming and demonstrates some of the key advances available in the Vista platform.&lt;br /&gt;&lt;br /&gt;Also note that the Windows 7 has a modern data source sample installed here:&lt;br /&gt;C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\winui\Shell\shellextensibility\explorerdataprovider&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Project Structure&lt;/b&gt;&lt;br /&gt;The solution consists of three subprojects:
&lt;ul&gt;&lt;li&gt;&lt;b&gt;RegNamespace&lt;/b&gt; - Implements all of the Shell namespace objects including the data source (IShellFolder2), the view (via SHCreateShellFolderView with an implementation of IShellFolderViewCB), the property store factory, and various other pieces, which will be discussed in more detail in other sections of this wiki.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;RegPH&lt;/b&gt; - Implements the protocal handler and filter for the registry data source.  This allows Windows Search to index the content of the registry.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;RegLib&lt;/b&gt; - A static library of utilities shared between the other two projects.&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;</description><author>ChrisGuzak</author><pubDate>Mon, 29 Jun 2009 01:19:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Overview 20090629011957A</guid></item><item><title>UPDATED WIKI: Screenshots</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Screenshots&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Browsing
&lt;/h1&gt;&lt;img src="http://www.codeplex.com/RegNamespace/Project/FileDownload.aspx?DownloadId=6962" alt="screenshot1.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Search Results
&lt;/h1&gt;&lt;img src="http://www.codeplex.com/RegNamespace/Project/FileDownload.aspx?DownloadId=6966" alt="SearchResults.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JamesFinnigan</author><pubDate>Fri, 16 Feb 2007 20:51:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Screenshots 20070216085135P</guid></item><item><title>UPDATED WIKI: Screenshots</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Screenshots&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
!Browsing&lt;br /&gt;&lt;img src="http://www.codeplex.com/RegNamespace/Project/FileDownload.aspx?DownloadId=6962" alt="screenshot1.png" /&gt;&lt;br /&gt; &lt;br /&gt;!Search Results&lt;br /&gt;&lt;img src="http://www.codeplex.com/RegNamespace/Project/FileDownload.aspx?DownloadId=6966" alt="SearchResults.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JamesFinnigan</author><pubDate>Fri, 16 Feb 2007 20:50:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Screenshots 20070216085054P</guid></item><item><title>UPDATED WIKI: Screenshots</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Screenshots&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/RegNamespace/Project/FileDownload.aspx?DownloadId=6962" alt="screenshot1.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JamesFinnigan</author><pubDate>Fri, 16 Feb 2007 19:13:24 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Screenshots 20070216071324P</guid></item><item><title>UPDATED WIKI: Screenshots</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Screenshots&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:screenshot1.png]&lt;br /&gt;
&lt;/div&gt;</description><author>JamesFinnigan</author><pubDate>Fri, 16 Feb 2007 19:13:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Screenshots 20070216071307P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Windows Registry Shell Namespace Extension allows Windows Explorer to view and interact with the Windows Registry data via Explorer windows.  It demonstrates existing Shell extensibility points like IShellFolder2 and SHCreateShellFolderView and also demonstrates new concepts in Vista including the property system, property schema extensibility, and content indexing via Protocol Handlers.&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;&lt;a href="http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt;&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;&lt;a href="http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Overview&amp;amp;referringTitle=Home"&gt;Overview&lt;/a&gt;&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;&lt;a href="http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Build%2fSetup%20Instructions&amp;amp;referringTitle=Home"&gt;Build/Setup Instructions&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JamesFinnigan</author><pubDate>Fri, 16 Feb 2007 19:12:26 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070216071226P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Windows Registry Shell Namespace Extension allows Windows Explorer to view and interact with the Windows Registry data via Explorer windows.  It demonstrates existing Shell extensibility points like IShellFolder2 and SHCreateShellFolderView and also demonstrates new concepts in Vista including the property system, property schema extensibility, and content indexing via Protocol Handlers.&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Source Available&lt;/b&gt;&lt;br /&gt;The initial source code has been published.  More info to come.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;&lt;a href="http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Overview&amp;amp;referringTitle=Home"&gt;Overview&lt;/a&gt;&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;&lt;a href="http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Build%2fSetup%20Instructions&amp;amp;referringTitle=Home"&gt;Build/Setup Instructions&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>jerryjoyce</author><pubDate>Fri, 16 Feb 2007 06:03:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070216060341A</guid></item><item><title>UPDATED WIKI: Build/Setup Instructions</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Build/Setup Instructions&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
This project is dependent on the latest Windows SDK for Windows Vista.  You can install it &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&amp;amp;displaylang=en" class="externalLink"&gt;here&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;Also, you will need to integrate the Vista SDK environment into Visual Studio.  This can be accomplished by running the Integrate Windows SDK with Visual Studio 2005 command that is installed by the SDK.  Don't forget to elevate to run the command.&lt;br /&gt; &lt;br /&gt;Once you have the solution built, RegNamespace.dll will auto register.  I decided not to have RegPH autoregister during the build process because it is somewhat labor intensive.  This will have to be manually registered &amp;quot;regsvr32 regph.dll&amp;quot; from an eleveated command prompt.&lt;br /&gt;
&lt;/div&gt;</description><author>jerryjoyce</author><pubDate>Fri, 16 Feb 2007 06:03:28 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Build/Setup Instructions 20070216060328A</guid></item><item><title>UPDATED WIKI: Overview</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Overview&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Intro&lt;/b&gt;&lt;br /&gt;Windows developers, and especially those with an interest in developing Shell namespace extensions are probably familiar with the original Shell namespace extension sample &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample98/html/vcsmpregview.asp" class="externalLink"&gt;RegView&lt;/a&gt;.  This project is an attempt to bring that sample into the Vista era of programming and demonstrates some of the key advances available in the Vista platform.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Structure&lt;/b&gt;&lt;br /&gt;The solution consists of three subprojects:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;RegNamespace&lt;/b&gt; - Implements all of the Shell namespace objects including the data source (IShellFolder2), the view (via SHCreateShellFolderView with an implementation of IShellFolderViewCB), the property store factory, and various other pieces, which will be discussed in more detail in other sections of this wiki.&lt;/li&gt;&lt;li&gt;&lt;b&gt;RegPH&lt;/b&gt; - Implements the protocal handler and filter for the registry data source.  This allows Windows Search to index the content of the registry.&lt;/li&gt;&lt;li&gt;&lt;b&gt;RegLib&lt;/b&gt; - A static library of utilities shared between the other two projects.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>jerryjoyce</author><pubDate>Fri, 16 Feb 2007 05:45:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Overview 20070216054522A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Windows Registry Shell Namespace Extension allows Windows Explorer to view and interact with the Windows Registry data via Explorer windows.  It demonstrates existing Shell extensibility points like IShellFolder2 and SHCreateShellFolderView and also demonstrates new concepts in Vista including the property system, property schema extensibility, and content indexing via Protocol Handlers.&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Source Available&lt;/b&gt;&lt;br /&gt;The initial source code has been published.  More info to come.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;&lt;a href="http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Overview&amp;amp;referringTitle=Home"&gt;Overview&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>jerryjoyce</author><pubDate>Fri, 16 Feb 2007 05:42:46 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070216054246A</guid></item><item><title>UPDATED WIKI: Overview</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Overview&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Intro&lt;/b&gt;&lt;br /&gt;Windows developers, and especially those with an interest in developing Shell namespace extensions are probably familiar with the original Shell namespace extension sample &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample98/html/vcsmpregview.asp" class="externalLink"&gt;RegView&lt;/a&gt;.  This project is an attempt to bring that sample into the Vista era of programming and demonstrates some of the key advances available in the Vista platform.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Structure&lt;/b&gt;&lt;br /&gt;The solution consists of three subprojects:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;RegNamespace - Implements all of the Shell namespace objects including the data source (IShellFolder2), the view (via SHCreateShellFolderView with an implementation of IShellFolderViewCB), the property store factory, and various other pieces, which will be discussed in more detail in other sections of this wiki.&lt;/li&gt;&lt;li&gt;RegPH - Implements the protocal handler and filter for the registry data source.  This allows Windows Search to index the content of the registry.&lt;/li&gt;&lt;li&gt;RegLib - A static library of utilities shared between the other two projects.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>jerryjoyce</author><pubDate>Fri, 16 Feb 2007 05:42:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Overview 20070216054207A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Windows Registry Shell Namespace Extension allows Windows Explorer to view and interact with the Windows Registry data via Explorer windows.  It demonstrates existing Shell extensibility points like IShellFolder2 and SHCreateShellFolderView and also demonstrates new concepts in Vista including the property system, property schema extensibility, and content indexing via Protocol Handlers.&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Source Available&lt;/b&gt;&lt;br /&gt;The initial source code has been published.  More info to come.&lt;br /&gt;
&lt;/div&gt;</description><author>jerryjoyce</author><pubDate>Fri, 16 Feb 2007 05:18:10 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070216051810A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Windows Registry Shell Namespace Extension allows Windows Explorer to view and interact with the Windows Registry data via Explorer windows.  It demonstrates existing Shell extensibility points like IShellFolder2 and SHCreateShellFolderView and also demonstrates new concepts in Vista including the property system, property schema extensibility, and content indexing via Protocol Handlers.&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Source Coming Soon&lt;/b&gt;&lt;br /&gt;The initial source code has been published.  More info to come.&lt;br /&gt;
&lt;/div&gt;</description><author>jerryjoyce</author><pubDate>Fri, 16 Feb 2007 05:17:57 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070216051757A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/RegNamespace/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Windows Registry Shell Namespace Extension allows Windows Explorer to view and interact with the Windows Registry data via Explorer windows.  It demonstrates existing Shell extensibility points like IShellFolder2 and SHCreateShellFolderView and also demonstrates new concepts in Vista including the property system, property schema extensibility, and content indexing via Protocol Handlers.&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Source Coming Soon&lt;/b&gt;&lt;br /&gt;This project was accidentally published before I was ready to published the sources.  ETA 2/17/2007.&lt;br /&gt;
&lt;/div&gt;</description><author>jerryjoyce</author><pubDate>Wed, 14 Feb 2007 22:37:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070214103751P</guid></item></channel></rss>