PRB: HTML Help Shortcuts May Fail When You Use Version 1.4 or Later (323180)



The information in this article applies to:

  • the operating system: Microsoft Windows NT 4.0 SP6
  • the operating system: Microsoft Windows XP
  • the operating system: Microsoft Windows 2000
  • the operating system: Microsoft Windows 98 Second Edition
  • the operating system: Microsoft Windows Millennium Edition
  • the operating system: Microsoft Windows Server 2003

This article was previously published under Q323180

SYMPTOMS

HTML Help supports a command named shortcuts. This command permits the user to run an executable file from a compiled help file. In HTML Help version 1.4 and later, some shortcuts may not work.

STATUS

This behavior is by design. This change in functionality was made to improve security.

MORE INFORMATION

The following are some of the reasons that shortcuts may not work:
  • The .chm file does not exist in the Local Machine zone. For example, the .chm file exists on a UNC path or on a mapped network drive.

    Microsoft Internet Explorer uses zones to specify different levels of security. The Local Machine zone is an implicit zone for content that is on the user's computer. Internet Explorer identifies content that is on a UNC path or on a mapped network drive to be in the Intranet zone.
  • The shortcuts have been limited by a group policy, either by the local computer or by a Group Policy Administrator for the domain.
    1. If no group policy exists (this is the default), shortcuts will work only if the .chm file is in one of the following directories (or in a subdirectory of one of these directories):

      Windows Directory\Help
      Windows Directory\PCHEALTH\HELPCTR
      PROGRAMFILES

      NOTE: By default, on older operating systems (such as Windows NT 4.0 and Windows 95), if the .chm file is in the Local Machine zone, all shortcuts work unless the help policy is set.

    2. If a group policy exists, either for the local computer or for an organizational unit to which the computer belongs, HTML Help observes the following rules:
      • If the policy does not exist, or if the policy is not configured, the default behavior is used (see part a of this list item)
      • If the policy is turned on, but no directories are specified in the policy dialog box, shortcuts do not work.
      • If the policy is turned on and there are directories specified in the policy dialog box, HTML Help verifies that the .chm file is in one of the specified directories (or in a subdirectory of a specified directory). If this is the case, the shortcut works.

Steps to Reproduce the Behavior

  1. Use HTML Help Workshop to create a test HTML Help project that contains one topic.
  2. Add a shortcut to the topic that runs Notepad.exe. To do this, follow these steps:
    1. Click Tags, and then click HTML Help Control.
    2. In the Specify The Command dropdown list, click ShortCut, and then click Next.
    3. In the text box labeled Text, type Notepad, and then click Next.
    4. In the text box labeled Program, type notepad.exe, click Next two times, and then click Finish.
  3. Compile the project into a .chm file.
  4. Create a network share on a different computer, and then copy the .chm file to that computer.
  5. On the first computer, start Internet Explorer.
  6. In the address bar, type the name of the shared path. For example:

    \\myshare\mydir\myhelp.chm

  7. When the topic appears, click Notepad.

REFERENCES

For more information about group policies, visit the following Microsoft Web site: For more information about HTML Help, see the following Microsoft Developer Network article:

Modification Type:MinorLast Reviewed:9/27/2004
Keywords:kbHTMLHelp kbpending kbprb KB323180