.CHI file listed as dependency by Package and Deployment WizardThe Visual Studio Package and Deployment Wizard will list a .CHI (Compiled Help Index) file as a dependency for any VB project with .CHM (Compiled Help Module) help. The HTML Help Workshop does not generate a .CHI file by default as the .CHM file already contains all indexing information. This is a "quirk"/bug as described here. The .CHI file can be safely removed from the installer and any messages ignored. If you want to create a .CHI file, you can do so by editing your .HHP (HTML Help Project) file in a text editor and adding the following lines:
Binary TOC=YES
Create CHI file=YES Author: ASAK Created: Feb 12 2006 Categories: HTML Help Workshop - Visual Basic TechByte #122 Warning: By visiting this site and/or by using any information contained herein, you agree to the Techbytes.ca terms of use. Add a comment about this TechByteIf you wish to add a comment regarding this TechByte, please use the form below. Please note that by submitting comments using this form you are allowing all of the information submitted to be visible on this website. Any comments submitted using this form will only be shown on the website if they are approved by the administrators of this site. IF APPROVED, COMMENTS MAY TAKE SEVERAL DAYS TO BE POSTED. Other TechBytes: |
|

