<hxreg>
Registers a Microsoft HTML Help 2.0 Collection.| Attribute | Description | Required |
|---|
| namespace | Help collection namespace. | False |
| title | Title identifier. | False |
| collection | Collection (.HxC) filename. | False |
| description | Description of the namespace. | False |
| helpfile | Help (.HxS) filename. | False |
| index | Index (.HxI) filename. | False |
| searchfile | Combined full-text search (.HxQ) filename. | False |
| attrindex | Combined attribute index (.HxR) filename. | False |
| language | Language ID. | False |
| alias | Alias. | False |
| commandfile | Filename of a file containing HxReg commands. | False |
| unregister | Unregister a namespace, title, or alias. | False |
| failonerror | Determines whether task failure stops the build or is just reported. Default is "true." | False |
| verbose | Task reports detailed build log messages. Default is "false." | False |
| if | If true then the task will be executed; otherwise skipped. Default is "true." | False |
| unless | Opposite of if. If false then the task will be executed; otherwise skipped. Default is "false." | False |
Example
<hxreg namespace="MyProduct.MyHelp" title="MyProductHelp"
collection="MyHelp.HxC"
helpfile="MyHelp.HxS"/>