HelpServerPath
Part of Setup.INI, in your installation folder.
This property is not part of the Application Configuration dialog.
Holds the URL for the location of the web server storing help files for use by VTScada Internet Clients.
When a VIC user presses the "F1" key on their keyboard, if the required help file is not present on the user's workstation, VIC will automatically request the help file from the location specified by the HelpServerPath variable. If this variable is not defined, then the default value is used, resulting in VIC requesting the help file from the VTScada HTTP server to which the user first connected.
The value for HelpServerPath should be set to an absolute URL, including the protocol prefix (e.g. http://some.server.com/help/files", "https://some.server.com/help/files"). VIC will then add the uppercase name of the required help file to the request (e.g. "DEVELOPERSGUIDE.CHM").