The Paths category properties define the location of the tools and the output location of the help file.
HtmlHelp1xCompilerPath
This property lets you specify the path to the HTML Help 1 compiler (HHC.EXE). By default, the builder will try to locate it automatically by searching the Program Files special folder on all fixed hard drives. As such, you only need to specify the path if the build fails with a message stating that it could not be found.
HtmlHelp2xCompilerPath
This property lets you specify the path to the MS Help 2 compiler (HXCOMP.EXE). By default, the builder will try to locate it automatically by searching the Program Files special folder on all fixed hard drives. As such, you only need to specify the path if the build fails with a message stating that it could not be found.
OutputPath
This property lets you specify where the compiled help file should be placed. The default is to store it in a folder called .\Help\ relative to the project folder. It is also the location of the temporary .\Working\ folder used to store the generated build files unless it is changed with the WorkingPath property. This property cannot be set to the same value as the WorkingPath property as the working path folder is cleared prior to the build.
Be aware that if an option is selected that produces a website, the output folder specified by the OutputPath property will be cleared of all of its current content without any prompting before the web site content is copied to it. In other words, don't do something stupid like set it to the root of your C: drive or your desktop folder. When producing Help 1 and/or Help 2 files, the output folder is not cleared. |
SandcastlePath
This property lets you specify the path to Sandcastle. By default, the builder will try to locate it automatically by extracting its location from the DXROOT environment variable, the system path or, if not found there, by searching the Program Files special folder on all fixed hard drives. As such, you only need to specify the path if the build fails with a message stating that it could not be found.
WorkingPath
This property lets you specify an alternate location with a shorter path in which to perform the build if it fails due to long file path names. If not specified, the working folder will be placed under the output path and will be called .\Working. This property cannot be set to the same value as the OutputPath property as the working path folder is cleared prior to the build.
Be aware that the working folder specified by the WorkingPath property will be cleared of all of its current content without any prompting before the build begins. In other words, don't do something stupid like set it to the root of your C: drive or your desktop folder. |