Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

cannot open the file: mk:@msitstore:C:\winnt\help\


  • Please log in to reply

#31
Robodick

Robodick

    New Member

  • Member
  • Pip
  • 5 posts

Microsoft find the solution :

Rebuild the registry keys
regsvr32 /u "C:\winnt\system32\itss.dll"
regsvr32 /u "C:\winnt\system32\itircl.dll"
regsvr32 /u "C:\winnt\system32\hhctrl.ocx"
regsvr32 /u "C:\winnt\system32\hhtctrl.ocx"

regsvr32 "C:\winnt\system32\itss.dll"
regsvr32 "C:\winnt\system32\itircl.dll"
regsvr32 "C:\winnt\system32\hhctrl.ocx"
regsvr32 "C:\winnt\system32\hhtctrl.ocx"

Let me know

Eric

View Post


I checked my own PC for these files, but I'm running WinXp Pro, SP2.
These are found in
"C:\WINDOWS\system32\itss.dll"
"C:\WINDOWS\system32\itircl.dll"
"C:\WINDOWS\system32\hhctrl.ocx"
"C:\WINDOWS\system32\hhtctrl.ocx"
on a WinXP m/c

I found three of the four, the missing one is 'hhtctrl.ocx', but again I'm not sure that WinXp usues it. :tazz: All refernces to this file in Microsoft.com refer to earlier Op sys's. :)

Like you I need to read the help files in certain programs - and not being able to is really annoying :)

Regards

Greg.
  • 0

Advertisements


#32
octony5

octony5

    Member

  • Topic Starter
  • Member
  • PipPip
  • 33 posts
I don't understand what it means to rebuild the registry. How do I do that? I am using windows 2000 pro.
  • 0

#33
octony5

octony5

    Member

  • Topic Starter
  • Member
  • PipPip
  • 33 posts
One more thing. I also checked for those files and I am missing the same one.
  • 0

#34
PigPower

PigPower

    New Member

  • Member
  • Pip
  • 5 posts
for you, try this :

opend a command prompt and paste juste this

regsvr32 /u /s itss.dll
regsvr32 /u /s itircl.dll
regsvr32 /u /s hhctrl.ocx

regsvr32 itss.dll
regsvr32 itircl.dll
regsvr32 hhctrl.ocx

After i do that, the Cannot oppen file.... disapeare and my help work again...
  • 0

#35
Robodick

Robodick

    New Member

  • Member
  • Pip
  • 5 posts

I don't understand what it means to rebuild the registry.  How do I do that? 

View Post

I don't know, I wish I did, I know who to look in it and do some (limited) mods to it, but I've now idea how to "re-build it"

I am using windows 2000 pro. One more thing. I also checked for those files and I am missing the same one.


But does Win2K use it? All references to this file in Microsoft.com refer to earlier Op sys's.

I'm lost - I was hoping my posts would help Metallica by providing extra information, I'm in the same position as you - looking for the solution, I'm no expert.

Greg.
  • 0

#36
Robodick

Robodick

    New Member

  • Member
  • Pip
  • 5 posts

for you, try this :

opend a command prompt and paste juste this

regsvr32 /u /s itss.dll
regsvr32 /u /s itircl.dll
regsvr32 /u /s hhctrl.ocx

regsvr32  itss.dll
regsvr32  itircl.dll
regsvr32  hhctrl.ocx

After i do that, the Cannot oppen file.... disapeare and my help work again...

View Post



:) BINGO !!!! :)

For me, with Windows XP Pro & SP2 all I needed was the second set ......... these ...>>

regsvr32 itss.dll
regsvr32 itircl.dll
regsvr32 hhctrl.ocx


Not sure what the first top set are about (the ones with the /u /s in them)?? But I'd be interested to know?

But I now have ALL my help files back ......... :tazz:

Many Many Thanks to you all.

Greg.
  • 0

#37
PigPower

PigPower

    New Member

  • Member
  • Pip
  • 5 posts
This is the message i received from Microsoft.
Do what you want with... For me it's working...

-----------------Microsoft answer--------------------------------

Hello ,

..............

Problem:
---------------------------------

the client cant open the help file .chm

Error message : cannot open the file: mk:@msitstore:<path>*.chm

Problem solution:
-------------------------------------

Rebuild the registry keys
/u = unregister server (if you are connect on a compagny network)
/s= Silent mode

regsvr32 /u /s itss.dll
regsvr32 /u /s itircl.dll
regsvr32 /u /s hhctrl.ocx

regsvr32 itss.dll
regsvr32 itircl.dll
regsvr32 hhctrl.ocx


Regards,

Sadok
Microsoft technicien
(905) 568-0434
www.microsoft.ca/protege

Edited by PigPower, 01 September 2005 - 12:12 PM.

  • 0

#38
octony5

octony5

    Member

  • Topic Starter
  • Member
  • PipPip
  • 33 posts
I am seeing another person saying to rebuild the registry. Can anyone tell me how or what that means? I did what Greg suggested about the command prompt. I still cannot open any help and I still get the same message.
  • 0

#39
Robodick

Robodick

    New Member

  • Member
  • Pip
  • 5 posts
Well PigPower's solution worked for me, just follow the below .......

Copy each of the following lines one at a time, in turn (copy & paste etc with mouse)

regsvr32 itss.dll
regsvr32 itircl.dll
regsvr32 hhctrl.ocx


Then Click Start - Click Run - and paste what you just copied into the "open" window - click OK - and after a few seconds you should get a dialog returned saying:- "DllRegisterServer in itss.dll succeeded."

Repeat for the second and third line and it should work, you should be able to view your help files once again, it did work for me.

Hope it does for you as well.

Let us know?

Regards Greg.

Edited by Robodick, 01 September 2005 - 06:09 PM.

  • 0

#40
octony5

octony5

    Member

  • Topic Starter
  • Member
  • PipPip
  • 33 posts
Awesome. Now that wasn't so hard was it. Thank you so much. It is working now. This has made my Friday and three day weekend start off right. Have a good labor day weekend, and thanks again.
  • 0

Advertisements


#41
SimioDesnudo

SimioDesnudo

    New Member

  • Member
  • Pip
  • 1 posts
Hi,

If you can't open chm files try running:

MJ's Help Diagnostics
from: http://helpware.net/downloads/

It worked for me in win XP :tazz:

Good luck!
  • 0

#42
demods

demods

    New Member

  • Member
  • Pip
  • 1 posts

Hi,

If you can't open chm files try running:

MJ's Help Diagnostics
from: http://helpware.net/downloads/

It worked for me in win XP :tazz:

Good luck!

View Post

Thank you so much SimioDesnudo for the link. MJ's Help Diagnostics solved my all problems with CHM files.

MJ's Diagnostics is a small utility that reports if all the HTML Help runtime DLLs are installed and registered correctly. If a DLL is not registered then it will ask if you want to register it. It also checks the RoboHelp DLL (HHActiveX.dll) and MS Help 2 DLLs.

Great application. Thanks....
  • 0

#43
babalooey

babalooey

    New Member

  • Member
  • Pip
  • 1 posts
Just a quick note of thanks to PigPower...had the same problem with my MSDN library, after trying to install a CAD program (no relation to each other, the CAD install went and reset a lot of file associations, etc.). Your advice worked, and I now have my MSDN library back.

Bob

Edited by babalooey, 07 December 2005 - 08:10 PM.

  • 0

#44
lionrage

lionrage

    New Member

  • Member
  • Pip
  • 1 posts
Just wanted to thank you for your help. I was having the same problem and was ready to reinstall Windows when I found this advice via Google and solved the problem. I am now a registered User.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP