Viewing CHM Files Remotely
Last Modified: April 27, 2006
ePublisher Pro
The purpose of this article is to explain how to view CHM files remotely across a network server.
Currently users are unable to view CHM files that reside on a network server due to recent security updates from Microsoft. In order to get around this, follow the steps given in the Microsoft KB article found here or follow the steps below.
You will need to make modifications to your system registry using the UrlAllowList property in order to enable the specific URLs.
How to use UrlAllowList to Enable Specific URLs
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
"UrlAllowList"="\\SERVERURL\;file://\\SERVERURL\". Where \\SERVERURL\ is the URL to the location of the CHM you are trying to open.
If your CHM files reside on the network share \\productmanuals\helpfiles, your registry entry should look like this:
\\productmanuals\helpfiles\;file://\\productmanuals\helpfiles
|
2) |
Save this file with a |
|
4) |
|
|
There are several warnings given in the KB article about making these changes. It would be best to speak with your IT Department before making these registry changes yourself. |