Re: [WiX-users] install .hxs into VS2005 help system with wix

2006-10-30 Thread Jimmy Do
> > I included 'VSIPCC_Collection_Files_RTL_---_---.msm', but now I get a bunch > > of warnings and errors: > > > > Interesting. Which version of the SDK did you get that merge module from? The merge module is from this directory: C:\Program Files\Visual Studio 2005 SDK\2006.09\VisualStudioInteg

Re: [WiX-users] install .hxs into VS2005 help system with wix

2006-10-25 Thread Jimmy Do
ave to do with the fact that I'm using wix3? Jimmy -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 3:53 PM To: Jimmy Do Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] install .hxs into VS2005 help system with wix Jimmy Do wr

Re: [WiX-users] install .hxs into VS2005 help system with wix

2006-10-24 Thread Jimmy Do
Bob Arnson wrote: > Jimmy Do wrote: > > 3. Edited Sample.wxs to include these two elements: > >Language="1033" SourceFile="HelpInstall.msm" /> (inside the INSTALLDIR > element) > >

[WiX-users] install .hxs into VS2005 help system with wix

2006-10-23 Thread Jimmy Do
Hi,   I'm trying to use WIX to create an installer for installing a .hxs help file into the Visual Studio 2005 help system.   I tried this: 1. Created a merge module called 'HelpInstall.msm' using the Help Integration Wizard project from the VS2005 SDK. 2. Used an existing Sample.wxs