Hi,
I'm trying to include documentation made with SandCastle within the
global VS 2005 and VS 2008 namespaces but I think there is something I'm
not doing right. Actually, I'm trying to use the VSExtension dll which
seems to partly work for what I want to do.
 
From what I see, at the moment, my namespace gets registered (according
to the HelpIntegration\Namespace.exe application from the VS2008 SDK)
but doesn't plugin within the VS namespace.

The other thing is: what do I do with all the HxK files?

Finally, is there anybody who made a custom WiX action to support H2Reg
ini files?
 
Here is my WiX code:
<Component Id="DevDocumentationContent"
Guid="2171F7D9-6FBD-40e2-8EA3-5B18CBCEC972">
        <File
Source="$(var.SolutionDir)P8DIW2_LLMRQ\!DOC\Integration\P8DIW2_LLMRQ.HxS
">
                <vs:HelpFile Id="P8DIW2_LLMRQ" Language="1036"
Name="P8DIW2_LLMRQ" />
        </File>
        <File
Source="$(var.SolutionDir)P8DIW2_LLMRQ\!DOC\Integration\P8DIW2_LLMRQ.HxC
">
                <vs:HelpCollection Id="P8DIW2_LLMRQ" Description="LLMRQ
[ P8DIW2 ]" Name="P8DIW2_LLMRQ">
                        <!--VS2005-->
                        <vs:PlugCollectionInto
TargetCollection="MS_VSIPCC_v80" TableOfContents="P8DIW2_LLMRQ_Help_TOC"
TargetFeature="ProductFeature"
TargetTableOfContents="FL_vsipcc_hxt_86880________"/>
                        <!--VS2008-->
                        <vs:PlugCollectionInto
TargetCollection="MS.VSIPCC.v90" TableOfContents="P8DIW2_LLMRQ_Help_TOC"
TargetFeature="ProductFeature"
TargetTableOfContents="FL_vsipcc_hxt_86880_86880_cn_ln"/>
                </vs:HelpCollection>
        </File>
        <File Id="P8DIW2_LLMRQ_Help_TOC"
Source="$(var.SolutionDir)P8DIW2_LLMRQ\!DOC\Integration\P8DIW2_LLMRQ.HxT
" />
</Component>


Les renseignements contenus dans ce message peuvent être confidentiels.

Si vous n'êtes pas le destinataire visé ou une personne autorisée à lui 
remettre ce courriel, vous êtes par la présente avisé qu'il est strictement 
interdit d'utiliser, de copier ou de distribuer ce courriel, de dévoiler la 
teneur de ce message ou de prendre quelque mesure fondée sur l'information 
contenue. Vous êtes donc prié d'aviser immédiatement l'expéditeur de cette 
erreur et de détruire ce message sans garder de copie.
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to