windows help not working

S

steve

get the following message when trying to run windows help
from the start menu:

Cannot open the file:
mk:mad:MSITStore:C:\WINNT\Help\windows.chm

Any help (excuse the pun) would be appreciated.
 
P

Pete Lees

Steve,
get the following message when trying to run windows help
from the start menu:

Cannot open the file:
mk:mad:MSITStore:C:\WINNT\Help\windows.chm

I'd recommend that you run MJ's Help Diagnostics to check that the
HTML Help viewer components are properly installed and registered on
your machine. You can get this tool from here:

http://helpware.net/downloads/index.htm#MJs

(The only section of the MJ's Help Report that is relevant to your
problem is the one headed "HTML Help Run-time Components".)

Here are some other things to try:

1) If you've yet to install Service Pack 4 for Windows 2000, apply
Microsoft Critical Update 811630, which is available from here:

http://support.microsoft.com/?kbid=811630

This will install the latest versions of the HTML Help viewer
components.

2) If you *have* installed Service Pack 4, unregister the HTML Help
ActiveX control and then re-register it by running the following two
commands from a command prompt:

regsvr32 /u <drive>:\winnt\system32\hhctrl.ocx
regsvr32 <drive>:\winnt\system32\hhctrl.ocx

3) Delete or rename the file hh.dat, which you should find in this
directory:

\Documents and Settings\%username%\Application Data\Microsoft\HTML
Help

The hh.dat file stores user-specific information on all the HTML Help
files on your system (favourite topics, search history, etc.), and can
cause the files to misbehave if it has somehow been corrupted. Windows
will create a new version of hh.dat when you next open any .chm file.

4) Empty your Temporary Internet Files directory. A full TIF directory
can cause HTML Help files to misbehave.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

problems launching application help 1
Strange Help File Error 1
W2K No help files accessable anywhere. 3
Help hyperlink errors 4
.chm files 8
W2k SP4 HTML Help 1
Script error 2
Helpfile 1

Top