<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>The Help Guy</title><link>http://blogs.msdn.com/b/thehelpguy/</link><description>Paul O&amp;#39;Rear&amp;#39;s blog for all things Help technology related.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Debug Build: 5.6.50428.7875)</generator><item><title>Installing Content From Downloaded Help Viewer 2.0 cabs</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2012/04/10/installing-content-from-downloaded-help-viewer-2-0-cabs.aspx</link><pubDate>Tue, 10 Apr 2012 20:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10292372</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10292372</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2012/04/10/installing-content-from-downloaded-help-viewer-2-0-cabs.aspx#comments</comments><description>&lt;p&gt;Today I have a guest post from my good friend and co-worker in the Help Viewer team, Malcolm Dickson. Malcolm describes how you can create a 'local'&amp;nbsp;means of installing content for scenarios behind firewalls or where there is no Internet connectivity. It still requires the ability to download content as the initial starting point, but allows you to create your own install script from downloaded content. Send your comments to &lt;a href="mailto:hlpfdbk@microsoft.com"&gt;hlpfdbk@microsoft.com&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;================================&lt;/p&gt;
&lt;h1&gt;Installing Content From Downloaded Help Viewer 2.0 cabs&lt;/h1&gt;
&lt;p&gt;This is a very simple and quick tutorial for creating a Help Viewer 2.0 MSHA.&amp;nbsp;The MSHA is an XML file that describes a set of cabs.&amp;nbsp;Help Viewer 2.0 can read the MSHA to obtain a list of content (the .CABs) available for local installation.&lt;/p&gt;
&lt;p&gt;This is only a primer describing the very basic XML schema for the Help Viewer 2.0.&amp;nbsp;There are additional elements which can be contained within the MSHA which this primer does not describe. For further information, reference the Help Viewer SDK (scheduled release date is TBD).&lt;/p&gt;
&lt;p&gt;Note that there is an example implementation below this brief overview and sample HelpContentSetup.msha.&lt;/p&gt;
&lt;p&gt;The name of the MSHA, for the purposes of this primer, must be HelpContentSetup.msha.&amp;nbsp;The reason for this is that by default (the default installation), when looking for content on a local resource (local drive or folder) Help Viewer 2.0 looks for a file named HelpContentSetup.msha.&amp;nbsp;HelpContentSetup.msha (example below) should contain a list of the cabs available.&amp;nbsp;An easy implementation is to simply download the desired cabs to a folder, create an HelpContentSetup.msha (modified version of the below) and save that MSHA to the same folder that contains the downloaded .CABs. For each CAB, there should be a &amp;lt;div&lt;br /&gt;class="package"&amp;gt;&amp;hellip;&amp;lt;/div&amp;gt; (see example below).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One last note &amp;ndash; in the implementation example below, we have included the branding package cab.&amp;nbsp;This is critical to include in order to get the needed Visual Studio content rendering elements and content behaviors.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sample HelpContentSetup.msha file (replace &amp;ldquo;cab name 1&amp;rdquo; and &amp;ldquo;cab name 2&amp;rdquo; etc. with the file names of the downloaded cabs): &amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;html&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;xmlns&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="http://www.w3.org/1999/xhtml"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;head&lt;/span&gt; &lt;span style="color: #0000ff;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;body&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="vendor-book"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="details"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="vendor"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;Microsoft&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="locale"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;en-us&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="product"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;Microsoft Help Content&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="name"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;Microsoft Help Content&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="package-list"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="package"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="name"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;cab name 1&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="deployed"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;False&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;a&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="current-link"&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;href&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="cab name 1.cab"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;cab name 1.cab&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;a&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="package"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="name"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;cab name 2&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="deployed"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;False&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;a&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="current-link"&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;href&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="cab name 2.cab"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;cab name 2.cab&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;a&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;body&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;html&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Example Implementation:&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create local folder, something like &amp;ldquo;C:\SampleDownloadedContentCabs&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Download desired cabs to the above folder:&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Launch browser, Go to (copy and paste the following URL into the browser&lt;br /&gt;address field) &lt;a href="http://services.mtps.microsoft.com/ServiceAPI/catalogs/visualstudio11/en-us"&gt;http://services.mtps.microsoft.com/ServiceAPI/catalogs/visualstudio11/en-us&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Download (select and save to folder created in step 1):&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;v2visual_studio_2011_fundamentals_b906_vs_110_en-us_1(7df9cab6-4c1c-e5cc-5149-26f71459df93).cab&lt;/li&gt;
&lt;li&gt;v2visual_studio_2011_fundamentals_b906_vs_110_en-us_4(f881d128-d84e-70a7-989a-8b5a4808977b).cab&lt;/li&gt;
&lt;li&gt;VisualStudio_2011_Branding_en-US(08b345ee-bab5-517b-36cc-e0c486ca3962).cab&lt;/li&gt;
&lt;/ul&gt;
&lt;/ol&gt;
&lt;li&gt;Create the below HelpContentSetup.msha as a txt file (I used Notepad to create the file) and save it to the above noted folder (see step 1) .&lt;ol&gt;
&lt;li&gt;Note that the class &amp;ldquo;name&amp;rdquo; value is the name of the cab file downloaded without the GUID (the string of characters within the parenthesis). This is important because the installation system uses this name to match the MSHC contained within the downloaded cab.&lt;/li&gt;
&lt;li&gt;Note that the class &amp;ldquo;Branding&amp;rdquo; exists and is unique.&amp;nbsp; The Branding cab is included in this primer so that the installed content will have branding, and the content behaviors that are contained in the downloaded cabs will have the appropriate support elements contained in the branding package cab.&amp;nbsp; Without this, errors will result when the system looks for support items that are not part of the ripped (installed) content.&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;html&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;xmlns&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="http://www.w3.org/1999/xhtml"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;head&lt;/span&gt; &lt;span style="color: #0000ff;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;body&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="vendor-book"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="details"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="vendor"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;Microsoft&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="locale"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;en-us&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="product"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;Microsoft Help Content&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="name"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;Microsoft Help Content&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="package-list"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="package"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="name"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;span style="color: #000000;"&gt;v2visual_studio_2011_fundamentals_b906_vs_110_en-us_1&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="deployed"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;False&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;a&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="current-link"&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;href&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="v2visual_studio_2011_fundamentals_b906_vs_110_en-us_1(7df9cab6-4c1c-e5cc-5149-26f71459df93).cab"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;span style="color: #000000;"&gt;v2visual_studio_2011_fundamentals_b906_vs_110_en-us_1(7df9cab6-4c1c-e5cc-5149-26f71459df93).cab&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;a&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="package"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="name"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;span style="color: #000000;"&gt;v2visual_studio_2011_fundamentals_b906_vs_110_en-us_4&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="deployed"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;False&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;a&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="current-link"&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;href&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="v2visual_studio_2011_fundamentals_b906_vs_110_en-us_4(f881d128-d84e-70a7-989a-8b5a4808977b).cab"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;span style="color: #000000;"&gt;v2visual_studio_2011_fundamentals_b906_vs_110_en-us_4(f881d128-d84e-70a7-989a-8b5a4808977b).cab&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;a&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="package"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="packageType"&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&lt;span style="color: #000000;"&gt;branding&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="name"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;span style="color: #000000;"&gt;VisualStudio_2011_Branding_en-US&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="deployed"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;True&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;span&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #993300;"&gt;a&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;class&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="current-link"&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;href&lt;/span&gt;&lt;span style="color: #3366ff;"&gt;="VisualStudio_2011_Branding_en-US(08b345ee-bab5-517b-36cc-e0c486ca3962).cab"&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;span style="color: #000000;"&gt;VisualStudio_2011_Branding_en-US(08b345ee-bab5-517b-36cc-e0c486ca3962).cab&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;a&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;div&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;body&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="color: #0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #993300;"&gt;html&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The folder created in step 1 should now contain:&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;The 3 cabs downloaded in step 2 above&lt;/li&gt;
&lt;li&gt;HelpContentSetup.msha created in step 3 above&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;Launch Help Viewer 2.0, select the Manage Content tab, and select the Disk button under &amp;ldquo;Installation source:&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Browse to the folder created in step 1 above, and select the HelpContentSetup.msha txt file created in step 3 above.&lt;/li&gt;
&lt;li&gt;You should see a list of content to install.&amp;nbsp;In the Action column, select add, which should create an entry in the Pending changes field.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Once you have selected all the content you want to install, select the Update button, which will install the content to your local store (this last step will require local machine Administrator privileges which you will be prompted for during the installation process).&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;b&gt;Summary &lt;/b&gt;&amp;ndash; Using and extending the above steps will enable the downloading of cabs to a&amp;nbsp;local folder. In addition, an MSHA which describes the downloaded cabs (per the above) will enable installation of local Help content.&amp;nbsp;This can be useful for customers who want to create DVDs of local Help content, customers behind proxy servers, and customers who manage networks where clients do not have access to the Internet.&amp;nbsp;Note that the above is only a very simple start.&amp;nbsp;The MSHA file has additional support elements, content can be packaged in MSHC&amp;rsquo;s, and branding packages can be extended. All these features of the Help 2.0 system will be defined in the forthcoming Help 2.0 SDK.&lt;/p&gt;
&lt;p&gt;Please send feedback to &lt;a href="mailto:hlpfdbk@microsoft.com"&gt;hlpfdbk@microsoft.com&lt;/a&gt;!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10292372" width="1" height="1"&gt;</description></item><item><title>Hook Up Visual Studio 11 Developer Preview and Visual Studio Express for Windows Developer Preview to Visual Studio 11 Developer Preview content on MSDN</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2011/09/22/hook-up-visual-studio-11-developer-preview-and-visual-studio-express-for-windows-developer-preview-to-visual-studio-11-developer-preview-content-on-msdn.aspx</link><pubDate>Wed, 21 Sep 2011 23:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10215071</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10215071</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2011/09/22/hook-up-visual-studio-11-developer-preview-and-visual-studio-express-for-windows-developer-preview-to-visual-studio-11-developer-preview-content-on-msdn.aspx#comments</comments><description>&lt;p&gt;I hope you&amp;rsquo;ve been having fun exploring the new features of both Visual Studio 11 Developer Preview and Windows 8 Developer Preview!&lt;/p&gt;
&lt;p&gt;At the time that we were getting all our bits ready to release to manufacturing for the //build conference, we did not yet have the Dev11 query service enabled on our MSDN Library site.&amp;nbsp;As a result,&amp;nbsp;the IDE is still pointing to the Dev10 query service both for Help | View Help and for F1 requests.&lt;/p&gt;
&lt;p&gt;Since //build&amp;nbsp;we have deployed the Dev11 query service, and you can now tweak your registry to point to that. &amp;lt;&amp;lt; insert standard caveat here about modifying the registry yourself&amp;hellip;&amp;nbsp;:) &amp;gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;For Visual Studio 11 Developer Preview:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;//32-bit&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\&lt;span style="background-color: #ffff99;"&gt;VisualStudio&lt;/span&gt;\11.0\Help]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;"OnlineBaseURL"="&lt;a href="http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&amp;amp;l="&gt;http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&amp;amp;l=&lt;/a&gt;"&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;//64-bit&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\&lt;span style="background-color: #ffff99;"&gt;VisualStudio&lt;/span&gt;\11.0\Help]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;"OnlineBaseURL"="&lt;a href="http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&amp;amp;l="&gt;http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&amp;amp;l=&lt;/a&gt;"&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;For Visual Studio 11 Express for Windows Developer Preview:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;//32-bit&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\&lt;span style="background-color: #ffff99;"&gt;VSWinExpress&lt;/span&gt;\11.0\Help]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;"OnlineBaseURL"="&lt;a href="http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&amp;amp;l="&gt;http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&amp;amp;l=&lt;/a&gt;"&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;//64-bit&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\&lt;span style="background-color: #ffff99;"&gt;VSWinExpress&lt;/span&gt;\11.0\Help]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;"OnlineBaseURL"="&lt;a href="http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&amp;amp;l="&gt;http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&amp;amp;l=&lt;/a&gt;"&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If you were running Visual Studio when you made these changes, shut it down and restart it. Now if you select Help|View Help or press F1, you will be directed to the Visual Studio 11 Developer Preview content.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-33-63/7457.VS11PrevPage.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-33-63/7457.VS11PrevPage.png" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10215071" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+2-0/">Microsoft Help Viewer 2.0</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Windows+8/">Windows 8</category></item><item><title>Help "charm" in Windows 8 Metro apps</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2011/09/16/help-quot-charm-quot-in-windows-8-metro-apps.aspx</link><pubDate>Fri, 16 Sep 2011 19:45:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10212616</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10212616</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2011/09/16/help-quot-charm-quot-in-windows-8-metro-apps.aspx#comments</comments><description>&lt;p&gt;If you've been watching the developments from the //build conference and Windows 8 preview, you might have wondered what the Help story is for Metro apps...&lt;/p&gt;
&lt;p&gt;There are a few topics in the new Windows 8 DevCenter that give an idea of the current thinking around Help in Metro apps and the idea of an Help "charm".&lt;/p&gt;
&lt;p&gt;Check out &lt;a title="Adding app help" href="http://msdn.microsoft.com/en-us/library/windows/apps/hh465043(v=VS.85).aspx"&gt;Adding app help&lt;/a&gt;, which&amp;nbsp;is the starting point.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10212616" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Windows+8/">Windows 8</category></item><item><title>Help Viewer 2.0 + Visual Studio 11/Windows 8 Developer Preview</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2011/09/15/help-viewer-2-0-visual-studio-11-windows-8-developer-preview.aspx</link><pubDate>Thu, 15 Sep 2011 18:35:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10211898</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10211898</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2011/09/15/help-viewer-2-0-visual-studio-11-windows-8-developer-preview.aspx#comments</comments><description>&lt;p&gt;I've been rather quiet lately - but for good reason! (We've been really busy!)&lt;/p&gt;
&lt;p&gt;Hopefully, by now, you've been hearing a lot of buzz about what is coming in Windows 8 and some great developer experiences&amp;nbsp;coming in Visual Studio 11.&amp;nbsp;Lots of this&amp;nbsp;has been demo'd at the //build conference this week.&lt;/p&gt;
&lt;p&gt;You can view the //build conference keynotes here:&lt;br /&gt;&lt;a href="http://channel9.msdn.com/Events/BUILD/BUILD2011"&gt;http://channel9.msdn.com/Events/BUILD/BUILD2011&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can even download the Windows 8/Visual Studio 11 Developer Preview bits here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=227374"&gt;Download Visual Studio 11 Developer Preview&lt;/a&gt; (MSDN Subscribers only)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=225709"&gt;Download Visual Studio 11 Developer Preview&lt;/a&gt; (general availability on September 16, 10am PDT)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Jeff Braaten from my organization has done a nice summary of some of the new things you can expect from Help Viewer 2.0 on &lt;a title="Third Blog from the Sun" href="http://thirdblogfromthesun.com/2011/09/announcing-microsoft-help-viewer-2-0-developer-preview/"&gt;Third Blog from the Sun&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Some highlights:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Switch from online to offline and back with a simple menu option in the VS IDE&lt;/li&gt;
&lt;li&gt;Help Content management and updates now built directly in the Help Viewer (no need to re-launch viewer, etc.)&lt;/li&gt;
&lt;li&gt;No more tray app&lt;/li&gt;
&lt;li&gt;Lots of performance improvements&lt;/li&gt;
&lt;li&gt;Advanced Search operators - title: and code: (these&amp;nbsp;are a personal favorite!)&lt;/li&gt;
&lt;li&gt;The Visual Studio Help runtime is now the Windows 8 Help runtime!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Just to be really clear about that last point - it is the Help &lt;span style="text-decoration: underline;"&gt;runtime&lt;/span&gt; from Help Viewer 2.0 that is in Windows 8 and &lt;span style="text-decoration: underline;"&gt;not the viewer&lt;/span&gt; itself. Windows has their own Help experience that they drove off the work we've done on the help runtime. So while this is not the ".chm killer" so to speak, it is good progress.&lt;/p&gt;
&lt;p&gt;There are many other features that have been getting baked into Help Viewer 2.0 that&amp;nbsp;will more clearly come online as we get closer to Beta and RTM. Some are true innovations in Help experiences in my (not so humble) opinion. Jeff aludes to some of these as filtering features in his post.&amp;nbsp;Others will particularly light up a number of&amp;nbsp;Visual Studio Industry Partner (VSIP) and localization scenarios. Stay tuned as we move towards Beta and RTM for more details.&lt;/p&gt;
&lt;p&gt;As always - let us know what you think!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Leave a comment at the bottom of this blog post (or contact me via this blog)&lt;/li&gt;
&lt;li&gt;Send us an email at &lt;a href="mailto:hlpfdbk@microsoft.com"&gt;hlpfdbk@microsoft.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Share your thoughts on the &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/devdocs/threads"&gt;Developer Documentation and Help System Forum&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10211898" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+2-0/">Microsoft Help Viewer 2.0</category></item><item><title>VS 2010 SP1 Beta now available - including new client Help Viewer!</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/12/11/vs-2010-sp1-beta-now-available-including-new-client-help-viewer.aspx</link><pubDate>Sat, 11 Dec 2010 01:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10103474</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10103474</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/12/11/vs-2010-sp1-beta-now-available-including-new-client-help-viewer.aspx#comments</comments><description>&lt;p&gt;Please check out my boss Jeff Braaten's &lt;a href="http://thirdblogfromthesun.com/2010/12/test-drive-the-sp1-local-help-viewer/" title="Test-drive the SP1 local Help Viewer"&gt;blog&lt;/a&gt; regarding our new client help viewer now shipping with VS 2010 SP1 Beta. You can find some info there on installing the SP1 and how best to explore the new viewer experience if you've been using some other alternatives, like Helpware's H3Viewer.&lt;/p&gt;
&lt;p&gt;You can download and install Visual Studio 2010 SP1 from &lt;a href="http://go.microsoft.com/fwlink/?LinkId=207130" title="Visual Studio 2010 SP1 Beta"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can also check out the video I&amp;nbsp;posted about&amp;nbsp;SP1 Help Viewer&amp;nbsp;recently &lt;a href="http://channel9.msdn.com/Blogs/kmcgrath/Microsoft-Help-Viewer-Updates-Planned-for-Visual-Studio-SP1" title="Microsoft Help Viewer Updates Planned for Visual Studio 2010 SP1"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Try it out and let us know what you think! We're getting there, a step at a time!&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-33-63/0576.SP1.jpg" border="0" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10103474" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-1/">Microsoft Help Viewer 1.1</category></item><item><title>Help Viewer 1.1 Preview Video</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/10/27/help-viewer-1-1-preview-video.aspx</link><pubDate>Wed, 27 Oct 2010 17:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10081643</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10081643</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/10/27/help-viewer-1-1-preview-video.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;I&amp;rsquo;m excited to announce that we have just posted a &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/vstudio/gg288980.aspx"&gt;preview video of Help Viewer 1.1&lt;/a&gt;, which will be shipping with Visual Studio 2010 SP1.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;We have been hard at work over the last several months since Visual Studio 2010 was released. Over the beta period prior to release and since the release, we have had a significant amount of feedback driving for a more familiar Help experience to what we shipped in previous versions of Visual Studio. To that end, we have been developing an offline client help viewer - similar in some respects to Document Explorer (Dexplore.exe) that shipped with previous versions of Visual Studio. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Jeff Braaten, Director of Program Management for the Library Experience team which owns the Visual Studio Help Experience, has posted 3 blog posts today that both tell the story of how we got to where we are today and highlight some of the changes that you should expect to see in SP1. You can read the &lt;a target="_blank" href="http://thirdblogfromthesun.com/2010/10/the-story-of-help-in-visual-studio-2010/"&gt;whole story&lt;/a&gt;, or go directly to the &lt;a target="_blank" href="http://thirdblogfromthesun.com/2010/10/the-story-of-help-in-visual-studio-2010-part-3/"&gt;SP1 specific post&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/vstudio/gg288980.aspx"&gt;video&lt;/a&gt; we posted is me giving a brief demo of an early build of the new Help Viewer for Visual Studio 2010 SP1. A slightly &lt;a href="http://channel9.msdn.com/Blogs/kmcgrath/Microsoft-Help-Viewer-Updates-Planned-for-Visual-Studio-SP1"&gt;more Channel 9 friendly version of the video&lt;/a&gt; is also available.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;What does this mean for Visual Studio Industry Partners (VSIPs)?&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;We expect this should be a &lt;span style="text-decoration: underline;"&gt;net gain&lt;/span&gt; for partners, with &lt;span style="text-decoration: underline;"&gt;no new work&lt;/span&gt; required for them nor their customers to take advantage of the update beyond installing SP1.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Q:&lt;/strong&gt; Do we need to do anything differently with our content than we did for Visual Studio 2010 RTM to get it to display in the new viewer?&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;i&gt;No. The general requirements for integrating your help content with Visual Studio 2010 have not changed. Please see our &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/vstudio/ff637753.aspx"&gt;Getting Started with Help Content and Integration&lt;/a&gt;&lt;/i&gt; for Visual Studio 2010 if you are new to these requirements.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Q:&lt;/strong&gt; Are we able to customize how our content is branded in the new viewer?&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;i&gt;&lt;span style="font-size: small;"&gt;Yes. The new viewer still supports the content branding features that are documented in the &lt;a target="_blank" href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;amp;FamilyID=94ab4784-b7c3-49ac-a315-9688bc5c84c3"&gt;Help Viewer 1.0 SDK&lt;/a&gt;.&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Q.&lt;/strong&gt; Are we able customize how the new viewer itself is branded (&amp;ldquo;skinning&amp;rdquo;).&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;i&gt;&lt;span style="font-size: small;"&gt;No. Our focus for SP1 was to ensure that customer productivity was restored in a number of key areas, as described in the &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/vstudio/gg288980.aspx"&gt;video&lt;/a&gt; and Jeff Braaten&amp;rsquo;s &lt;a target="_blank" href="http://thirdblogfromthesun.com/2010/10/the-story-of-help-in-visual-studio-2010-part-3/"&gt;blog posts&lt;/a&gt;.&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Q.&lt;/strong&gt; How will our content appear in the Table of Contents in the new viewer?&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;i&gt;&lt;span style="font-size: small;"&gt;One of the things we heard most about from partners was the diminished discoverability of their content with Visual Studio 2010 RTM release. With the new viewer, we have restored the familiar treeview type of experience with the Table of Contents (TOC) so that no matter how you enter the TOC, 3rd party content will always be visible and accessible as in earlier versions of Visual Studio. &lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Q.&lt;/strong&gt; What if the user&amp;rsquo;s default setting is to go Online?&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;i&gt;&lt;span style="font-size: small;"&gt;The behavior is essentially the same as it was at VS 2010 RTM.&lt;/span&gt;&lt;/i&gt;&lt;i&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;i&gt;&lt;span style="font-size: small;"&gt;If the user&amp;rsquo;s default is set to Online, then a browser is launched to MSDN Online and 3rd party content is not visible, because it is not hosted or otherwise available via MSDN Online. &lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;i&gt;&lt;span style="font-size: small;"&gt;If a user issues an F1 help request, and 3rd party content is installed locally, we will open the local help for that content request for 3rd party partner content as we did at VS 2010 RTM.&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;ul style="padding-left: 30px;"&gt;
&lt;/ul&gt;
&lt;p style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;If you have additional questions &amp;ndash; feel free to post them and I will add responses to the list here.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;We would very much welcome your feedback. Feel free to drop me a line here via the blog, leave comments on either my or Jeff&amp;rsquo;s blog, or send mail to our Help Feedback alias &amp;ndash; &lt;a href="mailto:hlpfdbk@microsoft.com"&gt;hlpfdbk@microsoft.com&lt;/a&gt;).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;We look forward to hearing from you!&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10081643" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category></item><item><title>Help State of the Union (October 2010)</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/10/26/help-state-of-the-union-october-2010.aspx</link><pubDate>Tue, 26 Oct 2010 18:29:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10081099</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10081099</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/10/26/help-state-of-the-union-october-2010.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;Periodically, questions come to Microsoft via a variety of avenues regarding our current guidance on Help systems and formats. And they usually end up in the Help Guy&amp;rsquo;s inbox. :)&lt;/span&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span style="font-size: medium;"&gt;What is Microsoft&amp;rsquo;s guidance regarding:&lt;/span&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;WinHelp (.HLP files)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;HTML Help (.CHM files)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Assistance Platform 1.x (.H1S files)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Microsoft Help 2.x (.HxS files)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Help Viewer 1.0 (.MSHC files)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-size: medium;"&gt;Here is an high level summary of our position on the help formats listed above (see below for further discussion):&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;If you are developing a general Windows application today, it is our recommendation that you use HTML Help (.CHM files), and not WinHelp (.HLP files). &lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;HTML Help ships as part of the Windows OS. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;WinHelp viewers compatible with Windows Vista and Windows 7 are available for download. &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;If you are an Original Equipment Manufacturer (OEM) and need to produce documentation to integrate with Windows Help and Support for Windows Vista or Windows 7, you need to develop content that works with Assistance Platform 1.0 (.H1S files).&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;If you are a Visual Studio Industry Partner or shipping a product that extends Visual Studio 2010, you need to develop content that works with Help Viewer 1.0 (.MSHC files). Help Viewer 1.0 ships with Visual Studio 2010.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;If you are a Visual Studio Industry Partner or shipping a product that extends earlier versions of Visual Studio (2002 &amp;ndash; 2008), you need to develop content that works with Microsoft Help 2.x (.HxS files). Microsoft Help 2.x ships with Visual Studio 2002 &amp;ndash; 2008.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Assistance Platform 1.0, Microsoft Help 2.x and Help Viewer 1.0 are &lt;span style="text-decoration: underline;"&gt;not&lt;/span&gt; available for general 3rd party use or redistribution.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-size: medium;"&gt;         
&lt;hr /&gt;
WinHelp (.HLP files) and HTML Help (.CHM files):&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;If you are developing a general Windows application today, it is our recommendation that you use HTML Help, and not WinHelp. The information on the following pages is still generally applicable: &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb757030.aspx"&gt;&lt;span style="font-size: small;"&gt;Application Compatibility: Help Engine Support&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; and &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms728460(v=VS.85).aspx"&gt;&lt;span style="font-size: small;"&gt;Which Version of Help Do I Need?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;If you haven&amp;rsquo;t already, moving from HLP to CHM would be a good decision at this time. Your biggest hurdle in moving from HLP to CHM is the migration of your content from RTF to HTML. The &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms669985(VS.85).aspx"&gt;&lt;span style="font-size: small;"&gt;HTML Help Workshop&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; has some rudimentary tools to help you in migrating your projects over to HTML&amp;nbsp; and CHM. You will likely need to do some additional work to get your content to look a bit more polished than what the conversion tool will produce.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;If it&amp;rsquo;s within your budget, you may wish to consider adopting a formal Help Authoring Tool (HAT). Most of the better known HATs will allow you to import an HLP project and output an HTML Help/CHM file. A good place to compare options is the &lt;/span&gt;&lt;a href="http://hat-matrix.com/"&gt;&lt;span style="font-size: small;"&gt;HAT Matrix&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; maintained by one of our Help MVPs, Char James-Tanny.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;HTML Help ships as part of the Windows OS.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Customers on Vista and Windows 7 can download the WinHelp viewer (for.HLP files) from our download site. &lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6EBCFAD9-D3F5-4365-8070-334CD175D4BB"&gt;&lt;span style="font-size: small;"&gt;Vista&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=258aa5ec-e3d9-4228-8844-008e02b32a2c"&gt;&lt;span style="font-size: small;"&gt;Windows 7&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-size: medium;"&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-size: medium;"&gt;Assistance Platform 1.0 (.H1S files):&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The Assistance Platform format is only used by the Windows operating system and OEMs for OS customization. The documentation and tools for compiling this format are part of the Windows Automated Installation Kit (AIK) available for download. The Assistance Platform Client (helppane.exe) and its format are not available for general 3rd party use or redistribution.&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c7d4bc6d-15f3-4284-9123-679830d629f2&amp;amp;displaylang=en"&gt;&lt;span style="font-size: small;"&gt;Vista&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; (WAIK); &lt;/span&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=993c567d-f12c-4676-917f-05d9de73ada4&amp;amp;DisplayLang=en"&gt;&lt;span style="font-size: small;"&gt;User&amp;rsquo;s Guide&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=94BB6E34-D890-4932-81A5-5B50C657DE08&amp;amp;displaylang=en"&gt;&lt;span style="font-size: small;"&gt;Vista SP1 and Windows Server 2008&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; (WAIK)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34&amp;amp;displaylang=en"&gt;&lt;span style="font-size: small;"&gt;Windows 7&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; (WAIK); &lt;/span&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=F1BAE135-4190-4D7C-B193-19123141EDAA&amp;amp;displaylang=en"&gt;&lt;span style="font-size: small;"&gt;Documentation&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;For further general information, see &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms728717(VS.85).aspx"&gt;&lt;span style="font-size: small;"&gt;Assistance Platform 1.0 Client SDK&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; on the MSDN Library site.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-size: medium;"&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-size: medium;"&gt;Microsoft Help 2.x (.HxS files):&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;If you are a &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/vstudio/dd637761.aspx"&gt;&lt;span style="font-size: small;"&gt;Visual Studio Industry Partner (VSIP)&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; or shipping a product that extends earlier versions of Visual Studio (2002 &amp;ndash; 2008), you need to develop content that works with Microsoft Help 2.x. Microsoft Help 2.x ships with Visual Studio 2002 &amp;ndash; 2008. The Microsoft Help 2.x runtime, Document Explorer (dexplore.exe) and its format are not available for general 3rd party use or redistribution. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;For information about Microsoft Help 2.x, the .hxs file format and integrating Help with Visual Studio 2002 &amp;ndash; 2008, please visit the Visual Studio 2008 &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb286967(v=VS.90).aspx"&gt;&lt;span style="font-size: small;"&gt;Help Authoring and Integration&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; page.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-size: medium;"&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-size: medium;"&gt;Help Viewer 1.0 (.MSHC files):&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;If you develop a product that integrates with Visual Studio 2010, or re-uses the Visual Studio 2010 IDE as part of your own product then you are able to take advantage of Help Viewer 1.0. The Help Viewer 1.0 runtime is not available for general 3rd party or redistribution. The file format and attribution is non-proprietary. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;For more information about Help Viewer 1.0 with links to an SDK documenting the MSHC file format and integrating Help with Visual Studio 2010, please visit the Visual Studio 2010 &lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/vstudio/ff637753.aspx"&gt;&lt;span style="font-size: small;"&gt;Getting Started with Help Content and Integration&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; page.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10081099" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/WinHelp/">WinHelp</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/HTML+Help/">HTML Help</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+2-x/">Microsoft Help 2.x</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/HAT/">HAT</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Assistance+Platform+1-0/">Assistance Platform 1.0</category></item><item><title>Fixed Help SDK download now available</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/09/01/fixed-help-sdk-download-now-available.aspx</link><pubDate>Wed, 01 Sep 2010 18:02:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10056938</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10056938</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/09/01/fixed-help-sdk-download-now-available.aspx#comments</comments><description>&lt;p&gt;Thanks for everyone who helped us identify the issue with our original download. We have rebuilt and tested the package and re-uploaded it to the&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=94ab4784-b7c3-49ac-a315-9688bc5c84c3" title="Help SDK Download Page"&gt; SDK download page&lt;/a&gt;. Please redownload the package and you should be good to go. Thank you for your patience!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10056938" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/MSHC/">MSHC</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-1/">Microsoft Help Viewer 1.1</category></item><item><title>Help Viewer 1.0 SDK now available!</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/08/06/help-viewer-1-0-sdk-now-available.aspx</link><pubDate>Fri, 06 Aug 2010 21:45:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10047204</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10047204</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/08/06/help-viewer-1-0-sdk-now-available.aspx#comments</comments><description>&lt;p&gt;It's been a long time coming, but we have finally released the Help Viewer 1.0 SDK. It can be downloaded &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=94ab4784-b7c3-49ac-a315-9688bc5c84c3" title="Help Viewer 1.0 SDK"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Feedback is welcome!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10047204" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/MSHC/">MSHC</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-1/">Microsoft Help Viewer 1.1</category></item><item><title>Help-related resource pages</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/08/05/help-related-resource-pages.aspx</link><pubDate>Thu, 05 Aug 2010 19:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10046718</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10046718</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/08/05/help-related-resource-pages.aspx#comments</comments><description>&lt;p&gt;Since starting this blog, I've had a few requests to post links to various software products and resource pages for Help related authoring tools and services. I think this is a great idea. My posting these is &lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;explicitly not&lt;/span&gt;&lt;/strong&gt; any kind of Microsoft official endorsement, but just giving a shout out to a variety of resources that you may find useful.&lt;/p&gt;
&lt;p&gt;This list is also not exhaustive by any means. I will add additional links and blurbs as I get them or find them.&lt;/p&gt;
&lt;p&gt;A few such sites that I'm closely aware of because of my interaction with the Microsoft Help MVPs are:&lt;/p&gt;
&lt;h2&gt;Help MVP site&lt;/h2&gt;
&lt;p&gt;This is a site owned and run by the Microsoft Help MVPs themselves. There are at least two entry points&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.helpmvp.com" title="Microsoft Help MVPs site"&gt;main page&lt;/a&gt; with general info about the Help MVPs and some related links&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mshcmigrate.helpmvp.com" title="mshcMigrate home page"&gt;mshcMigrate page&lt;/a&gt; with lots of great info about the new Help Viewer 1.0 release from Microsoft.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;JTF Associates' HAT-Matrix.com (Char James Tanny)&lt;/h2&gt;
&lt;p&gt;Char says the following:&lt;/p&gt;
&lt;p style="PADDING-LEFT: 30px"&gt;When you are looking for an authoring tool, be sure to include HAT-Matrix.com in your research. Start with the blank report (&lt;a href="http://hat-matrix.com/blank_report_2.html"&gt;&lt;span style="color: #0000ff;"&gt;http://hat-matrix.com/blank_report_2.html&lt;/span&gt;&lt;/a&gt;) and select the features that matter most to you. Save the finished report and use it to determine which applications you should put on your &amp;ldquo;short list&amp;rdquo;. You can also compare features from the authoring tools included in HAT-Matrix by producing different reports. Visit &lt;a href="http://www.hat-matrix.com"&gt;http://www.hat-matrix.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;The Helpware Group (Rob Chandler)&lt;/h2&gt;
&lt;p&gt;Rob says the following:&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; padding-left: 30px;"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;First established in 1996 The Helpware Group produces quality software that supports the various Microsoft Help technologies. The group is based in Melbourne Australia and headed by Help MVP Robert Chandler.&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; padding-left: 30px;"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;The Helpware web site contains many technical articles, tutorials and FAQ on MS Help technologies, Delphi and C#. Helpware&amp;rsquo;s mshcMigrate tool allows you to quickly migrate older help to Visual Studio 2010 help. H3Viewer is a free replacement viewer for VS 2010 Help. See all Helpware shareware products here: &lt;/span&gt;&lt;/span&gt;&lt;a href="http://helpware.helpmvp.com/products"&gt;&lt;span style="font-family: Calibri; color: #0000ff; font-size: small;"&gt;http://helpware.helpmvp.com/products&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p&gt;Finally, a new resource that I've been made aware of from Marc Achtelig of indoition engineering:&lt;/p&gt;
&lt;h2&gt;indoition.com (Marc Achtelig)&lt;/h2&gt;
&lt;p&gt;Marc says the following:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;In addition to about 250 useful links for technical writers, the site for example provides checklists and up-to-date market surveys of more than 350 help authoring tools, screen capture tools, screencasting tools and other utilities for technical communicators. All information can also be downloaded as a PDF booklet (approx. 100 pages). The URLs are:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;a href="http://www.indoition.com/index.html"&gt;http://www.indoition.com/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;a href="http://www.indoition.com/online-help-authoring-tools-survey.htm"&gt;http://www.indoition.com/online-help-authoring-tools-survey.htm&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10046718" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+2-x/">Microsoft Help 2.x</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Pages/">Pages</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/HAT/">HAT</category></item><item><title>EC Software's Help &amp; Manual now supporting Sandcastle</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/07/01/ec-software-s-help-amp-manual-now-supporting-sandcastle.aspx</link><pubDate>Thu, 01 Jul 2010 18:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10033549</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10033549</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/07/01/ec-software-s-help-amp-manual-now-supporting-sandcastle.aspx#comments</comments><description>&lt;p&gt;This just in from Tim Green @ &lt;a href="http://blogs.msdn.com/controlpanel/blogs/posteditor.aspx/EC Software, GmbH" title="http://www.ec-software.com"&gt;EC Software, GmbH&lt;/a&gt;:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;Just saw your posts and the announcements about the new Sandcastle developments, that's great to hear! We also have some big Sandcastle news: As of version 5.4 Help &amp;amp; Manual now supports Sandcastle. You can import a Sandcastle project to Help &amp;amp; Manual directly. When you do this, HM runs Sandcastle and redirects its output, converting it to a Help &amp;amp; Manual XML project on the fly. You can then edit (also multi-user) and publish in Help &amp;amp; Manual, with support for Help &amp;amp; Manual's output formats, including CHM and PDF. There's also a mechanism for handling updated Sandcastle projects when you import a Sandcastle update to a project created with an earlier version of the Sandcastle project.&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Just a note of clarification that&amp;nbsp;Help &amp;amp; Manual&amp;nbsp;5.4 currently supports the Visual Studio 2002-2008 Help 2.x format (.HxS), but Visual Studio 2010 Help Viewer 1.0 format (MSHC) is still pending. &lt;/p&gt;
&lt;p&gt;You can contact Tim @ EC Software using &lt;a href="mailto:support@ec-software.com"&gt;support@ec-software.com&lt;/a&gt;, as well as via their user support forum, &lt;a href="http://helpman.it-authoring.com"&gt;http://helpman.it-authoring.com&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10033549" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+2-x/">Microsoft Help 2.x</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/HAT/">HAT</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Sandcastle/">Sandcastle</category></item><item><title>Re-post: Helixoft VSDocman adds support for VS 2010 Help</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/07/01/re-post-helixoft-vsdocman-adds-support-for-vs-2010-help.aspx</link><pubDate>Thu, 01 Jul 2010 17:42:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10033519</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10033519</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/07/01/re-post-helixoft-vsdocman-adds-support-for-vs-2010-help.aspx#comments</comments><description>&lt;p&gt;(It appears during forum migration this post got deleted from my blog - so re-posting...)&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;
&lt;p&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;&lt;span style="font-size: small;"&gt;I'm glad to report today &lt;span style="font-size: xx-small;"&gt;&lt;em&gt;(originally posted 5/19/2010)&lt;/em&gt;&lt;/span&gt; of another Help Authoring Tool&amp;nbsp;(HAT) vendor to add support for the MSHC format used by Visual Studio 2010. Here is a small blurb from Peter Macej of Helixoft:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;&lt;a href="http://www.helixoft.com/vsdocman/overview.html" title="VSdocman"&gt;&lt;em&gt;&lt;span style="font-family: 'Calibri','sans-serif'; text-decoration: none; text-underline: none;"&gt;&lt;span style="color: #0000ff; font-size: small;"&gt;VSdocman&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;em&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt; is a VS add-in for commenting and the automatic generation of class documentation from your C# and VB .NET source code. VSdocman parses the Visual Basic and C# projects (including ASP .NET) and automatically creates MSDN-like documentation, IntelliSense and F1 context sensitive help. You can edit your XML comments with WYSIWYG comment editor which allows inserting complex tables, links, pictures, class diagrams and others. Predefined output formats are HTML Help, MS Help Viewer, Help 2, HTML, RTF, Help&amp;amp;Manual and XML. Contact and other information can be found on product page.&lt;/span&gt;&lt;/em&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;&lt;a href="http://blogs.msdn.com/thehelpguy/archive/2010/01/26/help-authoring-tool-hat-support-for-help-viewer-1-0.aspx"&gt;&lt;span style="font-size: small;"&gt;Click here&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt; for more&amp;nbsp;information about additional HAT solutions that support MSHC.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10033519" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/MSHC/">MSHC</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/HAT/">HAT</category></item><item><title>Sandcastle with MSHC support has been released!</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/06/24/sandcastle-with-mshc-support-has-been-released.aspx</link><pubDate>Thu, 24 Jun 2010 19:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10029789</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10029789</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/06/24/sandcastle-with-mshc-support-has-been-released.aspx#comments</comments><description>&lt;p&gt;I'm pleased to announce that we have &lt;a href="http://sandcastle.codeplex.com/releases/view/47665" title="Sandcastle - June 2010 (MSHC support)"&gt;posted a release&lt;/a&gt; of Sandcastle that now supports the MSHC Help file format used by Visual Studio 2010.&lt;/p&gt;
&lt;p&gt;The MSHC&amp;nbsp;support was commissioned from &lt;a href="http://www.componentone.com/" title="ComponentOne"&gt;ComponentOne&lt;/a&gt;, whom we thank for updating the code base to support this new Help format. We have additionally rolled in a variety of bug fixes since the last release in 2008. Please note the MSHC Usage Notes and Changes/bug fixes documentation links on the download site.&lt;/p&gt;
&lt;p&gt;MSHC support is currently limited to reproducing the VS 2008 look and feel and functionality within the VS 2010 Help Viewer. To achieve parity with VS 2010 look and feel will require more work and we encourage enterprising folk out there to take this on and contribute to the code base.&lt;/p&gt;
&lt;p&gt;See also the Sandcastle blog &lt;a href="http://blogs.msdn.com/Sandcastle" title="Sandcastle Blog"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10029789" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/MSHC/">MSHC</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/HAT/">HAT</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Sandcastle/">Sandcastle</category></item><item><title>Have you heard about the Preview of MSDN Online Updates?</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/06/23/have-you-heard-about-the-preview-of-msdn-online-updates.aspx</link><pubDate>Tue, 22 Jun 2010 23:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10028777</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10028777</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/06/23/have-you-heard-about-the-preview-of-msdn-online-updates.aspx#comments</comments><description>&lt;p&gt;If you've worked for any time at all with the .NET Framework and have looked up documentation in the MSDN Library, you've likely noticed a very lengthy section under "Class Library" in the Table of Contents. The .NET Framework now contains so many namespaces and classes that your eyes likely blurred over when you saw the long list of System.* namespaces and tried to find the one you were looking for. Additionally, you may have often wondered what the purpose was of having a separate Overview page for a class, from a list of all its Members, etc.&lt;/p&gt;
&lt;p&gt;We've been batting around some ideas for quite a while about how to improve the experience with this particular content, and are now taking a cut at implementing some of them. We would absolutely love your feedback about what works for you and what does not - and why!&lt;/p&gt;
&lt;p&gt;There's an overview of the changes available at Kim Wolk's blog &lt;a href="http://blogs.msdn.com/b/kwolk/archive/2010/06/10/net-framework-reference-enhancements-preview.aspx"&gt;here&lt;/a&gt;. Please note that Search particularly does not work from the links noted in her blog - this Preview&amp;nbsp;is a Beta site and not intended to be fully functional.&lt;/p&gt;
&lt;p&gt;Additionally, Scott Guthrie, Corporate VP and overall .NET Guru,&amp;nbsp;has done a wonderful &lt;a href="http://weblogs.asp.net/scottgu/archive/2010/06/15/preview-of-msdn-library-changes.aspx"&gt;write-up&lt;/a&gt; as well. There's lots of lively discussion there... Check it out!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10028777" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/MSDN+Online/">MSDN Online</category></item><item><title>Updating multiple VS 2010 installations' Help content with a single download</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/04/30/using-a-common-network-share-for-vs-2010-help-updates.aspx</link><pubDate>Thu, 29 Apr 2010 23:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10004896</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=10004896</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/04/30/using-a-common-network-share-for-vs-2010-help-updates.aspx#comments</comments><description>&lt;p&gt;A question that we've begun to see come up from folk that have generally low-bandwidth is whether there is a way to download updates once for one machine and to then use that content for other machines as well.&lt;/p&gt;
&lt;p&gt;One customer puts it this way:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;"Also, while the updating feature is great, the downloads appear quite large and if you have a number of machines to update then this can be a slow and bandwidth consuming task, is there any way to download and share the help system updates between multiple installations?"&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;We do not currently support a way to do this seemlessly through our Help Library Manager dialog, but there is a way you can work around this if you are a network admin for example, and the machines you are administering are pretty much all configured the same way with the same general drive designations. e.g. For all systems, you have chosen to create your Local Store for VS 2010 Help content to be at the same path location.&lt;/p&gt;
&lt;p&gt;My friend and Library Experience teammate, Charles Christian, has written some &lt;a title="VS 2010 RC Is there an easy way way to download local help for more than one computer?" href="http://social.msdn.microsoft.com/Forums/en-US/devdocs/thread/87edeeb0-272e-4015-bfb5-cc821fcf7a65" mce_href="http://social.msdn.microsoft.com/Forums/en-US/devdocs/thread/87edeeb0-272e-4015-bfb5-cc821fcf7a65"&gt;excellent comments&lt;/a&gt; about a related issue on some of our developer forums, which I'll alter slightly and summarize here:&amp;nbsp;&lt;/p&gt;
&lt;blockquote&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div mce_keep="true"&gt;On a single machine,&amp;nbsp;launch Help Library Manager from the Visual Studio 2010 IDE using Help | Manage Help Settings&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div mce_keep="true"&gt;Install and update any content that you wish to be available on all other machines using Help Library Manager.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div mce_keep="true"&gt;Open the settings screen from Help Library Manager, by clicking on the Settings link on the upper right. Note the path of the Local Store that should appear grayed out in the lower half of the dialog. The default path if you did not change anything during setup would be: %ALLUSERSPROFILE%\Microsoft\HelpLibrary. In Windows 7 this will probably translate to C:\ProgramData\Microsoft\HelpLibrary.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div mce_keep="true"&gt;On any other machine that you wish to update with the same changes&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;ol&gt;
&lt;li&gt;
&lt;div mce_keep="true"&gt;Ensure that the Help system is closed down - close any browser that may currently be displaying local help. Ensure that you are not running Help Library Manager and that the Help Library Agent is also closed down (right click on the Help Library Agent tray application and select Exit).&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div mce_keep="true"&gt;Copy the entire Help Library folder from the first machine over to the same location on the machine you wish to update.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/blockquote&gt;
&lt;p mce_keep="true"&gt;Please note that this is not a supported scenario. We recommend taking a backup before proceeding with these steps! Please note also that you will need to have Admin privileges on any machine that you wish to perform this operation.&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10004896" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Pages/">Pages</category></item><item><title>Clever workaround for getting dynamically inserted javascript or stylesheets to work in Help Viewer 1.0</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/02/23/clever-workaround-for-getting-dynamically-inserted-javascript-or-stylesheets-to-work-in-help-viewer-1-0.aspx</link><pubDate>Tue, 23 Feb 2010 23:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9968373</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=9968373</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/02/23/clever-workaround-for-getting-dynamically-inserted-javascript-or-stylesheets-to-work-in-help-viewer-1-0.aspx#comments</comments><description>&lt;P&gt;Working with our Visual Studio 2010 (and earlier!) partners, I'm frequently impressed with the ingenuity they demonstrate in just getting things to work. Even though Help systems these days are generally HTML based, there are often some gotchas that come up that are generally limitations due to an implementation.&lt;/P&gt;
&lt;P&gt;With Help Viewer 1.0, one of the current limitations is that when .js or .css&amp;nbsp;files (and other resources in general) are referenced, they essentially need to be hard coded in the topic in order for them to work. The reason for this is that just prior to loading and rendering the topic, the Help runtime does some transforms on the content to fix up the paths so that they are able to be extracted from our MSHC file format. (Just renamed .zip files.) &lt;/P&gt;
&lt;P&gt;What if you want to dynamically reference a .css or .js file depending on the context of the topic itself? For example, suppose the exact same topic is meant to be used in a .CHM or .HxS file, or even possibly on a website? In general, this is currently not supported in Help Viewer 1.0. The reference that would be inserted would not happen until after our transforms are applied, and therefore the path to the .css would not express the full path into the MSHC. It would just not get used at all.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Richard Sloggett&lt;/STRONG&gt; at &lt;A title="Innovasys, Ltd." href="http://www.innovasys.com/" mce_href="http://www.innovasys.com"&gt;Innovasys&lt;/A&gt; worked out an ingenious solution that he is leveraging in their Document!X and HelpStudio Pro authoring tools, and has kindly agreed to let me share it with the community. Here's what he writes:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-GB" lang=EN-GB&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Here’s the core function to get the resource base url - it relies on having a named script element – e.g. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-GB" lang=EN-GB&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-GB" lang=EN-GB&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;&amp;lt;script id="mshs_support_script" src="scripts/mshs.js" mce_src="scripts/mshs.js" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-GB" lang=EN-GB&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-GB" lang=EN-GB&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;That script element can be anything – it’s just there to discover the store root. Just then append the relative bit (e.g. ResourceBaseUrl + ‘myscript.js’) when adding the new script.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: EN-GB" lang=EN-GB&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: green; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;/* Gets the MSHS base url for resources */&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #376092; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent1; mso-themeshade: 191" lang=EN-GB&gt;function&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt; ResourceBaseUrl() {&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #376092; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent1; mso-themeshade: 191" lang=EN-GB&gt;if&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt; (isDesignTime) {&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #376092; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent1; mso-themeshade: 191" lang=EN-GB&gt;return&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #953735; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent2; mso-themeshade: 191" lang=EN-GB&gt;''&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt;;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #376092; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent1; mso-themeshade: 191" lang=EN-GB&gt;else&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: green; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Get the first script tag&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #376092; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent1; mso-themeshade: 191" lang=EN-GB&gt;var&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt; script = document.getElementById(&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #953735; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent2; mso-themeshade: 191" lang=EN-GB&gt;'mshs_support_script'&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt;);&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: green; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Extract the src which is a full resource url to within our origin .mshc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #376092; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent1; mso-themeshade: 191" lang=EN-GB&gt;var&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt; scriptSrc = script.src;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: green; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Get the portion up to the ; (the base url for resource references)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #376092; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent1; mso-themeshade: 191" lang=EN-GB&gt;var&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt; startIndex = scriptSrc.indexOf(&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #953735; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent2; mso-themeshade: 191" lang=EN-GB&gt;';'&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt;) + 1;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #376092; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent1; mso-themeshade: 191" lang=EN-GB&gt;var&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt; scriptUrl = scriptSrc.substring(0, startIndex);&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #dcdccc; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: #376092; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: accent1; mso-themeshade: 191" lang=EN-GB&gt;return&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt; scriptUrl;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Consolas; COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt;}&lt;/SPAN&gt;&lt;SPAN style="COLOR: black; FONT-SIZE: 10pt; mso-ansi-language: EN-GB; mso-bidi-font-size: 11.0pt; mso-themecolor: text1" lang=EN-GB&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;Brilliant! Thanks Richard, for allowing me to share this with the community.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9968373" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category></item><item><title>Partner Content Discoverability Options in Visual Studio 2010, Part II: Shortcuts</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/02/16/partner-content-discoverability-options-in-visual-studio-2010-part-ii-shortcuts.aspx</link><pubDate>Tue, 16 Feb 2010 21:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9964648</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=9964648</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/02/16/partner-content-discoverability-options-in-visual-studio-2010-part-ii-shortcuts.aspx#comments</comments><description>&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;One of the side benefits of the &lt;A title="Partner Content Discoverability Options in Visual Studio 2010, Part I: Context Sensitive Help (F1)" href="http://blogs.msdn.com/thehelpguy/archive/2010/02/10/f1-fallback-for-partner-content-now-enabled-in-rc.aspx" mce_href="http://blogs.msdn.com/thehelpguy/archive/2010/02/10/f1-fallback-for-partner-content-now-enabled-in-rc.aspx"&gt;F1 feature&lt;/A&gt; I wrote about the other day is that vendors can effectively create VS IDE Help menu and Start menu shortcuts to their own documentation that will always work, regardless of the end-user's online/offline preference.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;The VS 2010 Documentation shortcut looks something like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;ms-xhelp:///?method=f1&amp;amp;query=&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;msdnstart&lt;/SPAN&gt;&lt;/B&gt;&amp;amp;product=vs&amp;amp;productVersion=100&amp;amp;locale=en-us&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;This is just a call to our query API and can be used anywhere once Help Viewer 1.0 is installed. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;3&lt;SUP&gt;rd&lt;/SUP&gt; party integrators can essentially replace that ‘msdnstart’ keyword highlighted above with an F1 keyword that maps to perhaps a portal page in their own content. This would then result in Help being opened up to the Partner content page, again&amp;nbsp;regardless of the end-user’s online/offline state.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Creating an item on the Help menu in the IDE is accomplished by using the method described in &lt;A title="VSPackage Tutorial 1: How to Create a VSPackage" href="http://msdn.microsoft.com/en-us/library/cc138589.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc138589.aspx"&gt;VSPackage Tutorial 1: How to Create a VSPackage&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;The wizard will result in creating a menu item on the Tools menu and will be defined in a MenuCommandsPackage.vsct file. To get your menu item to show up on the Help menu, look for the following item in this file:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;Group&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;guid&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;guidMenuCommandsPackageCmdSet&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;id&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;MyMenuGroup&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;priority&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;0x0600&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;Parent&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;guid&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;guidSHLMainMenu&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;id&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;IDM_VS_MENU_TOOLS&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;/&amp;gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;Group&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;and replace the Parent element with:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&amp;lt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;Parent&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;guid&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;guidSHLMainMenu&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;id&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;IDM_VS_MENU_HELP&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;/&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;You can also adjust the string that is used for your menu item and the bitmap that is displayed through entries in this same file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Finally, to hook up the menu item to your help topic, there should have been a MenuCommandsPackage.cs (or similarly named file) added to your solution after completing the wizard. The methods are stubbed out with message box code to help you prove to yourself that your menu is running. After following the steps I described on &lt;A title="Calling Help Viewer 1.0 from Visual Studio add-in code" href="http://blogs.msdn.com/thehelpguy/pages/calling-the-new-help-viewer-from-visual-studio-add-in-code.aspx" mce_href="http://blogs.msdn.com/thehelpguy/pages/calling-the-new-help-viewer-from-visual-studio-add-in-code.aspx"&gt;this page&lt;/A&gt; for adding references for the IVsHelp interfaces, you can add a pretty straightforward call to a page in your content.&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;private&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;void&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; MenuItemCallback(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;object&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; sender, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;EventArgs&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; e)&lt;BR&gt;{&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;Help&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; help = (VsHelp.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;Help&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;)GetService(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;typeof&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;SVsHelp&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;));&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;help.DisplayTopicFromF1Keyword(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;"VS.DevPartner.ReportGen.Settings"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;}&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9964648" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+2-x/">Microsoft Help 2.x</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category></item><item><title>Partner Content Discoverability Options in Visual Studio 2010, Part I: Context Sensitive Help (F1)</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/02/10/f1-fallback-for-partner-content-now-enabled-in-rc.aspx</link><pubDate>Wed, 10 Feb 2010 00:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9960903</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=9960903</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/02/10/f1-fallback-for-partner-content-now-enabled-in-rc.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;If you haven't seen the announcement about the Visual Studio 2010 RC release - check out &lt;A title="Visual Studio 2010 RC" href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx" mce_href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx"&gt;this page&lt;/A&gt;. The Visual Studio 2010 RC is immediately available to all comers.&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;As we’ve been working our way towards RTM we’ve had lots of invaluable feedback from our partners and our Help Authoring Tool vendors that have had keen eyes toward partner scenarios.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;With Visual Studio 2010 and Help Viewer 1.0 we made a conscious decision to make Online the default for most Help related scenarios. In this scenario, we make the calls and experience as efficient as possible by pushing the query directly to our online query service and hosting the entire Help experience from MSDN Online.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Since partner content is not available in MSDN we needed to work out a means to make partner content discoverable, which by definition would be offline content (at this time) when the user’s default was set to Online.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;The scenario can be summarized:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL type=1&gt;
&lt;LI style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; tab-stops: list .5in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;an end-user installs a 3rd party component or add-in along with its help content, and&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; tab-stops: list .5in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;the end-user's default for Help and F1 lookups is set to Online&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; tab-stops: list .5in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;What happens when a user presses F1 when a partners control or add-in is in focus? &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Since the entire Online Help experience is managed directly from MSDN Online, that experience inherently has no knowledge of a user's local machine state. The end-user would effectively never see or know that there was Help content available for the 3rd party component or add-in. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;We clearly wish to enable partner content to be accessible in all contexts, and you all have helped us think through ways we could enable this. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;As of this RC build, we will do a very quick query on local *vendor* content to determine whether there is a topic that matches the F1 keyword query. If there is a hit, then we will take the user directly to the local vendor content rather than looking on MSDN Online and giving a 404.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;We manage content from all vendors (including Microsoft) separately. This will potentially enable a number of useful Online content scenarios in the future, but the fortunate benefit &lt;B&gt;*now*&lt;/B&gt; is that we are able to distinguish between Microsoft and non-Microsoft content. And therefore, enable a different behavior for partner content.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;I plan to post a discussion on how we’re beginning to look at partner content discoverability scenarios moving forward from Visual Studio 2010. Look for this in the next few weeks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Thanks again to all our partners and HAT vendors who have helped us to think this through!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Download the RC and let us know what you think!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9960903" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category></item><item><title>Some updates</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/02/02/some-updates.aspx</link><pubDate>Tue, 02 Feb 2010 23:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9957275</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=9957275</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/02/02/some-updates.aspx#comments</comments><description>&lt;P&gt;I added a few more&amp;nbsp;items to the &lt;A title="Known issues with Help Viewer 1.0" href="http://blogs.msdn.com/thehelpguy/pages/known-issues-with-help-viewer-1-0.aspx" mce_href="http://blogs.msdn.com/thehelpguy/pages/known-issues-with-help-viewer-1-0.aspx"&gt;Known Issues&lt;/A&gt; page.&lt;/P&gt;
&lt;P&gt;Also, a new page added: &lt;A title="Calling Help Viewer 1.0 from VS Add-in code" href="http://blogs.msdn.com/thehelpguy/pages/calling-the-new-help-viewer-from-visual-studio-add-in-code.aspx" mce_href="http://blogs.msdn.com/thehelpguy/pages/calling-the-new-help-viewer-from-visual-studio-add-in-code.aspx"&gt;Calling Help Viewer 1.0 from VS add-in code&lt;/A&gt;. If you're developing add-ins for Visual Studio 2010 (or earlier actually), you may find this information handy. It describes the references necessary and basic steps for launching F1 help, whether with Help 2.x or Help Viewer 1.0.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9957275" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+2-x/">Microsoft Help 2.x</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category></item><item><title>Help Authoring Tool (HAT) support for Help Viewer 1.0</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/26/help-authoring-tool-hat-support-for-help-viewer-1-0.aspx</link><pubDate>Tue, 26 Jan 2010 20:29:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9953702</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=9953702</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/26/help-authoring-tool-hat-support-for-help-viewer-1-0.aspx#comments</comments><description>&lt;p&gt;As we've been ramping up the new the Help Viewer and its associated Help file format (MSHC), we've also been working closely with a few vendors to ensure that we have a good Help Authoring Tool (HAT) story for Visual Studio 2010. &lt;/p&gt;
&lt;p&gt;We have&amp;nbsp;been working principally with the&amp;nbsp;vendors that&amp;nbsp;have historically been supporting Visual Studio's help system in the past (with Help 2.x). We are excited about the long-term growth potential of our new help system and welcome engagement with other HAT vendors as well. &lt;i&gt;If you are in that category,&amp;nbsp;please contact me via the contact form and I'll be glad to follow up with you.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Below are listed the current Help Authoring Tool (HAT) vendors that currently support the Visual Studio 2010 Help format (MSHC). I have collected a little statement from each about their offering and how best to contact them at this time. They are listed below in alphabetical order for convenience sake&amp;nbsp;(no indication of preference or quality, etc. implied):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a target="_blank" href="http://www.componentone.com" title="ComponentOne, LLC."&gt;ComponentOne, LLC&lt;/a&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;"Doc-To-Help has always had a close relationship with Microsoft and the MSDN user community. You will always enjoy support of Microsoft&amp;rsquo;s latest technologies from their standard Help platforms to .NET developer technologies such as Help 2.0, Sandcastle, and .NET/XML transforms.&lt;/p&gt;
&lt;p&gt;Doc-To-Help will also always serve the community&amp;rsquo;s needs by addressing and supporting emerging technologies such as Visual Studio 2010, Microsoft Help Viewer 1.0, and beyond. &lt;/p&gt;
&lt;p&gt;If anyone is interested in a beta version of Doc-To-Help 2010 that works with MS Help Viewer, please contact Brad Keller at ComponentOne:&amp;nbsp;&lt;a href="mailto:bradk@componentone.com"&gt;bradk@componentone.com&lt;/a&gt;." &lt;em&gt;Brad Keller - ComponentOne, LLC.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a target="_blank" href="http://www.helixoft.com" title="Helixoft"&gt;Helixoft&lt;/a&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://www.helixoft.com/vsdocman/overview.html" title="VSdocman"&gt;VSdocman&lt;/a&gt; is a VS add-in for commenting and the automatic generation of class documentation from your C# and VB .NET source code. VSdocman parses the Visual Basic and C# projects (including ASP .NET) and automatically creates MSDN-like documentation, IntelliSense and F1 context sensitive help. You can edit your XML comments with WYSIWYG comment editor which allows inserting complex tables, links, pictures, class diagrams and others. Predefined output formats are HTML Help, MS Help Viewer, Help 2, HTML, RTF, Help&amp;amp;Manual and XML. Contact and other information can be found on product page." &lt;em&gt;Peter Macej - Helixoft&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.helpware.net" title="The Helpware Group"&gt;&lt;strong&gt;The Helpware Group&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;"mshcMigrate was developed by &lt;a target="_blank" href="http://www.helpware.net"&gt;The Helpware Group&lt;/a&gt; in partnership with Microsoft and allows you to migrate older help content (MS Help 2 and MS HTML Help 1.x) to MS Help Viewer format (the new format for MS Visual Studio 2010 help). It takes various inputs including projects files (.hxc and .hhp), compiled help files (.hxs and .chm), and help folders. Outputs include .mshc/.cab help package files and .msha manifest files. The application includes several additional tools that allows you to test, install/uninstall, view the HelpLibManager.exe output log, perform API calls, and explore the help library data store. The utility is part of Helpware's &lt;a target="_blank" href="http://www.helpware.net"&gt;FAR HTML&lt;/a&gt; v5 product set which provides advanced meta tag editing and TOC/Index editing for MS Help Viewer projects. mshcMigrate however can be &lt;a href="http://mshcmigrate.helpmvp.com/home" title="mshcMigrate"&gt;downloaded separately&lt;/a&gt; and is free for personal use (see mshcMigrate licensing for further detail). Contact and support details can be found on the download page." &lt;em&gt;Robert Chandler - The Helpware Group&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.innovasys.com" title="Innovasys, Ltd."&gt;&lt;strong&gt;Innovasys, Ltd.:&lt;/strong&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;"Innovasys are currently finalizing updates to Document! X and HelpStudio to support seamless multi-targeting of Help 2.x (VS 2002 - 2008) and Microsoft Help Viewer (VS 2010) for both reference (assembly SDK docs) and conceptual documentation. Contact &lt;a href="mailto:support@innovasys.com"&gt;support@innovasys.com&lt;/a&gt; if you would like to take part in the beta." &lt;em&gt;Richard Sloggett - Innovasys, Ltd.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr /&gt;
&lt;hr /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.codeplex.com/Sandcastle" title="Sandcastle"&gt;&lt;strong&gt;Sandcastle:&lt;/strong&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Many people have been asking about whether we will be updating the &lt;a href="http://www.codeplex.com/Sandcastle" title="Sandcastle"&gt;Sandcastle&lt;/a&gt; toolset to support Help Viewer 1.0. I'm pleased to announce that we have posted a release of Sandcastle that now supports the MSHC Help file format used by Visual Studio 2010.&lt;/p&gt;
&lt;p&gt;The MSHC support was commissioned from &lt;a href="http://www.componentone.com" title="ComponentOne, LLC."&gt;ComponentOne&lt;/a&gt;, whom we thank for updating the code base to support this new Help format. We have additionally rolled in a variety of bug fixes since the last release in 2008. Please note the MSHC Usage Notes and Changes/bug fixes documentation links on the download site.&lt;/p&gt;
&lt;p&gt;MSHC support is currently limited to reproducing the VS 2008 look and feel and functionality within the VS 2010 Help Viewer. To achieve parity with VS 2010 look and feel will require more work and we encourage enterprising folk out there to take this on and contribute to the code base.&lt;/p&gt;
&lt;p&gt;See also the &lt;a href="http://blogs.msdn.com/Sandcastle" title="Sandcastle Blog"&gt;Sandcastle blog&lt;/a&gt; here. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9953702" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Pages/">Pages</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/MSHC/">MSHC</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/HAT/">HAT</category><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Sandcastle/">Sandcastle</category></item><item><title>What are we trying to accomplish with code signing content?</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/23/what-are-we-trying-to-accomplish-with-code-signing-content.aspx</link><pubDate>Sat, 23 Jan 2010 03:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9952285</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=9952285</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/23/what-are-we-trying-to-accomplish-with-code-signing-content.aspx#comments</comments><description>&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;Help file content and web content have historically been&amp;nbsp;significant attack vectors that hackers and viruses have utilized quite a bit over the last decade. We’ve seen significant issues with .CHM security issues since HTML Help 1.x was released. HTML based attacks in general are huge -&amp;nbsp;we had a hack against our&amp;nbsp;TechNet site just yesterday.&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;So how do we prevent this sort of thing – even though the TechNet issue is a web specific example. Here are some of the constraints:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l1 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: Symbol; mso-ansi-language: EN-GB; mso-bidi-font-family: Symbol" lang=EN-GB&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;If anyone with minimal privileges can install or be tricked to install content with dangerous scripts, an Admin could potentially run unsafe content. On machines that are shared between multiple users, a user could unknowingly execute script that may have been installed by another user with lower execution privileges. In a review with the Windows Security group, they warned against the dangers of this scenario.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l1 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: Symbol; mso-ansi-language: EN-GB; mso-bidi-font-family: Symbol" lang=EN-GB&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;Even with Admin privileges, Admins don’t always understand the implications of what they are installing, so we still wish to provide notification that the action they are about to take is potentially unsafe.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l1 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: Symbol; mso-ansi-language: EN-GB; mso-bidi-font-family: Symbol" lang=EN-GB&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;With Self-branded content, there's higher risk of script being executed that is potentially unsafe – this, for us implies an even higher risk that we’ll need to protect the user against.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l1 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: Symbol; mso-ansi-language: EN-GB; mso-bidi-font-family: Symbol" lang=EN-GB&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;With Help Viewer 1.0 we are ultimately aiming at a broader user base than just Visual Studio users. We would like to become a replacement for both WinHelp and HTML Help 1.x. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;If you look at how security is managed for WinHelp today, its primary attack surface is around its macro capabilities. This is why in Vista and Win7, macros are completely disabled by default. You have to be an Admin to update the registry with some reg keys in order to re-enable these features.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;Additionally, with HTML Help 1.x, check out this list on Microsoft Help MVP Rob Chandler’s site: &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;&lt;A href="http://helpware.net/FAR/far_faq.htm#SecurityUpdates"&gt;&lt;FONT color=#0000ff&gt;http://helpware.net/FAR/far_faq.htm#SecurityUpdates&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;For better or worse, there’s a whole lot of security restrictions on help files now. The difference you may argue is that these are generally mitigated when a user installs a .chm via a setup program.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;The primary difference we have with Help Viewer 1.0 however is that a user can install content from media *&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;or&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;* the cloud, as well as updating from the cloud. Currently, this is mostly for Microsoft content, but we are not architecting to limit it to MS only content. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l0 level1 lfo2"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: Symbol; mso-ansi-language: EN-GB; mso-bidi-font-family: Symbol" lang=EN-GB&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;We ideally wish for a secure mechanism for installing and updating content regardless of the source location. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l0 level1 lfo2"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: Symbol; mso-ansi-language: EN-GB; mso-bidi-font-family: Symbol" lang=EN-GB&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;We need a mechanism that as a starting point helps guarantee against unsafe script being executed unintentionally, or at least with full knowledge that you’re opening yourself up for that.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;I think we agree that this is a pain (perhaps a necessary evil), and we’re open to discussion for how we might better address this in SP1, for example. Maybe the Admin applied reg key solution like WinHelp and HTML Help employ would be OK. I think what we’re trying to get across though is that, as its apparent with all the UAC hoopla around Vista and Win7, we unfortunately live in a general “unsafe” age and at a platform level we need to both educate users about the potentially unsafe actions they are about to take, and where possible prohibit if they are not in a position to make that kind of evaluation.&lt;/SPAN&gt;&lt;/H2&gt;
&lt;H2 style="MARGIN: 10pt 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: windowtext; FONT-SIZE: 11pt; FONT-WEIGHT: normal; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB" lang=EN-GB&gt;How would you provide strong security given these constraints?&lt;/SPAN&gt;&lt;/H2&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9952285" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category></item><item><title>Working with signed .cab files</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/22/working-with-signed-cab-files.aspx</link><pubDate>Fri, 22 Jan 2010 00:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9951737</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=9951737</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/22/working-with-signed-cab-files.aspx#comments</comments><description>&lt;P&gt;There's been a fair amount of discussion both in private emails and on the &lt;A href="http://tech.groups.yahoo.com/group/mshelp3/" mce_href="http://tech.groups.yahoo.com/group/mshelp3/"&gt;MSHelp3 Yahoo! group&lt;/A&gt; about the pros and cons of requiring signed .cab files for silent installs with the new Help system.&lt;/P&gt;
&lt;P&gt;As anyone who's been using Vista and Windows 7 knows, security is a pretty big deal these days despite all the headaches people feel it causes. Without security, you'll have even bigger headaches before you know it!&lt;/P&gt;
&lt;P&gt;Before long I will be posting some background on some of our thinking around this requirement. In the meantime, however,&amp;nbsp;I wanted to make sure that those who have need of some of the basic details around signing their cab files have access to the general details. &lt;/P&gt;
&lt;P&gt;In addition, I'm providing some information about what you can do to test this out without having to purchase a certificate - you can create your own test certificate, which you can use for signing purpsoses on your own machine.&lt;/P&gt;
&lt;P&gt;Here's a &lt;A title="How to sign your .cab files" href="http://blogs.msdn.com/thehelpguy/pages/how-to-sign-your-cab-files.aspx" mce_href="http://blogs.msdn.com/thehelpguy/pages/how-to-sign-your-cab-files.aspx"&gt;page&lt;/A&gt; (again in the Links section, as well) describing the basic process. Have fun!&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9951737" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category></item><item><title>Known Issues</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/21/known-issues.aspx</link><pubDate>Thu, 21 Jan 2010 02:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9951226</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=9951226</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/21/known-issues.aspx#comments</comments><description>&lt;P&gt;There are a handful of "known issues" with Help Viewer 1.0 that we will be shipping with at VS 2010 RTM.&lt;/P&gt;
&lt;P&gt;I will be maintaining a list of these issues and any updates&amp;nbsp;via a &lt;A title="Help Viewer 1.0: Known issues" href="http://blogs.msdn.com/thehelpguy/pages/known-issues-with-help-viewer-1-0.aspx" mce_href="http://blogs.msdn.com/thehelpguy/pages/known-issues-with-help-viewer-1-0.aspx"&gt;page&lt;/A&gt; off the Links page.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9951226" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category></item><item><title>Which IVsHelp Interfaces are supported in Visual Studio 2010?</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/20/which-ivshelp-interfaces-are-supported-in-visual-studio-2010.aspx</link><pubDate>Wed, 20 Jan 2010 22:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9951121</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=9951121</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/20/which-ivshelp-interfaces-are-supported-in-visual-studio-2010.aspx#comments</comments><description>&lt;P&gt;Please see my page posted &lt;A title="Which IVsHelp Interfaces are supported in Visual Studio 2010?" href="http://blogs.msdn.com/thehelpguy/pages/which-ivshelp-interface-methods-are-supported-in-visual-studio-2010.aspx" mce_href="http://blogs.msdn.com/thehelpguy/pages/which-ivshelp-interface-methods-are-supported-in-visual-studio-2010.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;As I publish new pages, they will all be easily accessed via the Links link in the left-hand navigation pane. &lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9951121" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/thehelpguy/archive/tags/Microsoft+Help+Viewer+1-0/">Microsoft Help Viewer 1.0</category></item><item><title>Welcome!</title><link>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/18/welcome.aspx</link><pubDate>Mon, 18 Jan 2010 23:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9950043</guid><dc:creator>Paul ORear MSFT</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/thehelpguy/rsscomments.aspx?WeblogPostID=9950043</wfw:commentRss><comments>http://blogs.msdn.com/b/thehelpguy/archive/2010/01/18/welcome.aspx#comments</comments><description>&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Hello and welcome to “The Help Guy” blog!&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Why “The Help Guy?”&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;I was aiming for just “Help Guy”, but it was already taken, though not accessible for some reason. Hmmm. Not very helpful.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;For me, &lt;U&gt;THE&lt;/U&gt; Help Guy will always be Ralph Walden. I call him “The Father of Help” – primary driver and developer of &lt;U&gt;the&lt;/U&gt; 3 main help systems that have had Microsoft platform-wide use to this day: QuickHelp (used in 1980’s DOS products, like the original Microsoft C++ Programmers Workbench, etc.), Windows Help (aka. WinHelp), and HTML Help 1.x. He even worked on the OS2 Help system while Microsoft was still involved with that OS. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;I could have gone with – wait for it – Ivory Boy. Nan Hickman, author of “Building Windows 95 Help” gave me this dubious appellation for some strange reason around 1995, back when Compuserve was still the rage and we had a lively WinHelp forum there. Ralph even gave me the perhaps more dubious distinction of naming an internal HTML Help system file after me: #IVB – used for storing Alias string information for context sensitive help purposes (See this &lt;/FONT&gt;&lt;A href="http://www.codeproject.com/KB/winhelp/htmlhelp.aspx"&gt;&lt;FONT size=3 face=Calibri&gt;interesting article&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt; for gory details.). Somehow Ivory Boy just isn’t that intuitive, though.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Another alternative – Mr. F1 Help. A good friend of mine came up with that name back in the ‘90’s and I tried coining it for my consulting business at the time, but perhaps it’s a bit too formal. &lt;/FONT&gt;&lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;J&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;So – “The Help Guy”. For the last 8 years that I’ve been working at Microsoft, I’ve worked a lot with Visual Studio Industry Partners (VSIPs) and their need to integrate their Help content with the various versions of Visual Studio that we’ve been shipping since around 2000. To many of them I’ve become “the Help guy.” Also, for many teams in Microsoft who have tried to work with that Help system (Microsoft Help 2.x) I’ve become the go-to guy for getting answers. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Even before working at Microsoft though, I’ve always been passionate about “helping” people with Help related conundrums. I was even a Microsoft Help MVP for several years, and oversee the current Help MVPs now. I just can’t help myself!&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;So there you have it. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Why here?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;I’ve recently moved into a more intentional Partner Engagement type of role with Visual Studio 2010’s shipping-any-day-now new Help system – affectionately dubbed Microsoft Help Viewer 1.0. The meat and potatoes of my job is to ensure that all our Visual Studio partners are successful in migrating to the new Help system (and format), as well as to ensure that their needs and requirements are understood and represented to our team (LEX – Library Experience). Our team essentially owns the MSDN Library as well as the new Help Viewer, so what better place than &lt;/FONT&gt;&lt;A href="http://blogs.msdn.com/"&gt;&lt;FONT size=3 face=Calibri&gt;http://blogs.msdn.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;A big part of this is making information readily available for our partners. One of the aims of this blog will be to post best-practice types of solutions, workarounds (where necessary), and to document odd bits that have not made it into formal documentation yet.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Why now?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Lots of reasons spring to mind for me. #1 being that my management would like me to. &lt;/FONT&gt;&lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;J&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri&gt; However, I’ve been thinking about doing something like this for quite a while. The primary thing that’s been missing for me till now has been the right combination of whatever my current job responsibilities were, the team I was on, and the role I could play in the future of a Help system. Right now feels like the right job, the right team and the right time with the right Help system.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;My primary aim with this blog is to make information available on this new Microsoft Help Viewer 1.0 platform, especially as it relates to Visual Studio 2010 Help integration. This is critical as it is an entirely new system and way of doing Help. There are and will be growing pains. This is a 1.0 product.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;I have a secondary aim though as well – to provide a locus for entertaining, discussing, and opining on any issues pertaining to Help technologies past, present and future. Hopefully, this will be more than just my meandering thoughts… I’d love for this blog to become a place where great ideas for the next broadly public Microsoft Help system are published (by you gentle readers, and me) and come to fruition. To that end, I welcome suggestions on topics you would like to see addressed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;What next?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;I will be posting some updates on the status of Help Viewer 1.0 in recent VS 2010 builds, Known Issues, etc. Those types of updates will come pretty regularly at least from here through VS 2010 RTM. However, I hope to continue those types of updates past RTM as well.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;As new issues may surface and workarounds become available I will be posting on these as well.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Now what?!&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Nothing – just checking if you got this far. ;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9950043" width="1" height="1"&gt;</description></item></channel></rss>