Jimmy Do wrote:

3. Edited Sample.wxs to include these two elements:

                <Merge Id="HelpModule" DiskId="1" Language="1033" SourceFile="HelpInstall.msm" /> (inside the INSTALLDIR <Directory> element)

                <MergeRef Id="HelpModule" /> (inside the <Feature> element)


You'll also need Merge and MergeRefs for the other Help 2.x merge modules (HTML_Help_Registration__RTL_---_---.msm and HTML_Help_Registration__RTL_X86_---.msm).

Or is there some other way of using WIX to install a .hxs file into the VS help system?


Take a look at WixVSExtension. It includes strongly-typed authoring for .Hx? files, such as HelpCollection and HelpFile. See "Vs Schema" in WiX.chm.

-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to