There is a bit more you need to know. First you need to compile the
DocCompiler, this is in "Source\toolsrc\DocCompiler" open the
DocCompiler.csproj and build DocCompiler. If successful the exe will be
in "Source\build\debug\x86".
Now you can compile the chm file. Go to "Source\src\chm" and create a
batch file (buildhelp.bat) containing the following code:
pushd ..\..\bin
call wixenv.bat s v
popd
msbuild /v:d
start ..\..\build\obj\debug\x86\chm\wix.chm
pause
Run buildhelp.bat, it should compile the chm and display the output.
Note: you will probably need to install the "Microsoft HTML Help 1.4
SDK" unless you already have it, check " "C:\Program Files\HTML Help
Workshop".
Neil
-----Original Message-----
From: Neil Sleightholm [mailto:[email protected]]
Sent: 30 December 2008 16:36
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Documentation
See "Adding to the WiX Documentation" in the WiX help file. That is what
I used to work out how to add to it, I think you then need to submit a
CVS diff file to get it added to the WiX source.
Hope that helps.
Neil
-----Original Message-----
From: Frank Cohen [mailto:[email protected]]
Sent: 30 December 2008 16:29
To: [email protected]
Subject: [WiX-users] Documentation
All,
Continuing the thread on Rob's request for documentation. Rob gave two
places to add documentation. If I wanted to add something to the CHM,
what
and where do I need to go to commit this? Also looks like there is some
good documentation online, but no easy way to edit it as I mentioned.
WixWiki: Anyone know who runs this? The site requires e-mail
validation,
but it doesn't appear to actually send out an email. There is no
contact
information on the site either (that I could find easily, anyway).
Frank
------------------------------------------------------------------------
------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------
------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users