﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="../xsl/aml_troubleshooting.xsl" type="text/xsl"?>
<!--Troubleshooting imported by HelpMarkup - (c) Help Information www.help-info.de-->
<troubleshooting xmlns="http://schemas.microsoft.com/maml/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <title>WinHelp Troubleshooting</title>
  <problem>
    <symptom>I can't get the new version of WinHelp32.exe for Windows Vista to work without error messages to enable macros.  There is a persistent warning message "There was a problem running the macro (1037)".    </symptom>
    <cause>A key in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WinHelp is missing.</cause>
    <solution>
      <para>To solve these problems make sure to add a DWORD value that is named AllowProgrammaticMacros to this subkey. If the value for AllowProgrammaticMacros is set to 1, the macros will be turned on. If the value is set to 0, the macros will be turned off.</para>
      <para>Here is the corrected text for the REG file to fix the Vista version of
WinHelp32:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WinHelp]
"AllowProgrammaticMacros"=dword:00000001
"AllowIntranetAccess"=dword:00000001</para>
      <para>
        <navigationLink targetVerification="false">
          <linkText>Support Microsoft: The Windows Help (WinHlp32.exe) program is no longer included with Windows Vista</linkText>
          <uri href="http://support.microsoft.com/kb/917607"></uri>
        </navigationLink>
      </para>
    </solution>
  </problem>
</troubleshooting>
