Hi,
we are adding extra HTML Help (.CHM files) to our package, and using the XML 'merge file' mechanism to tell the help system where to place these extra CHMs in the table of contents.
Obviously, this makes an assumption about where Codesys is installed, which may not be correct.
Is the Codesys installation directory available as an environment variable, so we can use this in the URLs in our merge files?
Hi,
we are adding extra HTML Help (.CHM files) to our package, and using the XML 'merge file' mechanism to tell the help system where to place these extra CHMs in the table of contents.
Currently our merge files have a line such as
Obviously, this makes an assumption about where Codesys is installed, which may not be correct.
Is the Codesys installation directory available as an environment variable, so we can use this in the URLs in our merge files?
For example, something like:
Ah! It looks like I can just use relative addressing, and not worry about the installation directory at all.
so something like ```
<tocroot>CODESYS.chm::/f_welcome_to_codesys.htm</tocroot>
```