Hello dear guest!

Boot Land is a community driven site established since 2006 and focused on data recovery/backup boot disks, research of Windows 2000/XP/2003/Vista/7 install/deployment/antivirus tools, customizing Windows PE systems and even learning how to recover from disaster situations.

How about joining our boot disk community? So do it. Life's short!

  - You get free access to our newsletter with all the interesting buzz about boot disks
  - We share publicity revenue with everyone who wishes to participate at the forums
  - Publicity is never, never, never displayed to members (along with many other cool things)
http://boot-land.net/register

 
Reply to this topic
 Support for viewing .chm & .hlp files...?, Can anyone help me add the support for viewing these ...
post May 6 2007, 12:17 PM
Post #1
proton
Member   **
Group: .script developer

  Joined: 17-August 06
Posts: 80
Thank(s): 0


Hello everyone,

I made a script to view .hlp files.It opens the .hlp files created for win16 applications that is any .hlp file that comes with a win16 application opens fine.But if i try to open a .hlp file that comes with a win32 application then i get a messagebox saying "This xxx.hlp was created for a language not supported by your version of windows".


I would also like to add support for .chm files as well.These two file formats are very much usefull as all the apps comes with these help file.So i would like to view these files.


Thanks

proton


+Quote Post
post May 6 2007, 12:35 PM
Post #2
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 8,903
Thank(s): 557


Germany


QUOTE (proton @ May 6 2007, 02:17 PM) *
Hello everyone,

I made a script to view .hlp files.It opens the .hlp files created for win16 applications that is any .hlp file that comes with a win16 application opens fine.But if i try to open a .hlp file that comes with a win32 application then i get a messagebox saying "This xxx.hlp was created for a language not supported by your version of windows".


I would also like to add support for .chm files as well.These two file formats are very much usefull as all the apps comes with these help file.So i would like to view these files.


Thanks

proton

Copy the files to your target and associate:

*.chm > hh.exe
*.hlp > winhlp32.exe

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

+Quote Post
post May 7 2007, 05:51 AM
Post #3
proton
Member   **
Group: .script developer

  Joined: 17-August 06
Posts: 80
Thank(s): 0


QUOTE (psc @ May 6 2007, 12:35 PM) *
Copy the files to your target and associate:

*.chm > hh.exe
*.hlp > winhlp32.exe

Peter


Thnks for your reply,

But it does not work,In fact i used filemon to monitor what are the files it tries to load before failing and copied all those files but still it could not open .hlp files for win32 & .chm file.

The WinHlp32.exe opens win16's .hlp files but not win32's .hlp files.Also the HH.exe could not open .chm files.

I think it needs some .nls files and some registry settings or somthing.... In fact i booted using winbuilderCD and copied the winhlp32.exe & hh.exe to my c:\windows\system32\ then i copied a .hlp file & paseted it on to winhlp32.exe (Also i tried to open it from within winhlp32.exe as well)but if the .hlp file was a file that came with 16bit apps then it opens but not if it came with win32 apps.Also the .chm file could not be opened by hh.exe.

proton
+Quote Post
post May 7 2007, 08:01 AM
Post #4
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,224
Thank(s): 547


Italy


Handling of .chm files on standard Windows is "interconnected" with Internet Explorer, and, consequently, it needs some more files/emtries in Registry.

Do have a look at Fred de vorck's pages:
http://www.vorck.com/ie-cleanup.html
http://www.vorck.com/2ksp4-old.html

He suggests the use of the free XCHM:
http://xchm.sourceforge.net/

or the Oleg II solution on MSFN (I seem to already have heard this name wink.gif ):
http://www.msfn.org/board/index.php?showtopic=65147


http://www.vorck.com/done.html

QUOTE
I've done this for five years now almost to the day. There isn't much left to improve on. In October 2006, Oleg II discovered an elegant fix to the problem of displaying help files. It still requires MSHTML.DLL, but uses it more as display only. The ties between the DLL and the operating system are still damaged to the point where I would guess that if you choose to use the fileset and this DLL, your risks are minimal and your OS still stays pretty lean. It'll be in the fileset in the next few days if you want to use it (it isn't installed by default). For CHM files, there is always a CHM plugin for Firefox.


or the firefox plugin:
https://addons.mozilla.org/it/firefox/addon/3235

jaclaz


--------------------
+Quote Post
post May 8 2007, 06:56 AM
Post #5
proton
Member   **
Group: .script developer

  Joined: 17-August 06
Posts: 80
Thank(s): 0


Hello all Thanks,

Now i could open the .chm files but NOT .hlp for win32.That is winhlp32.exe gives the same error as it is not created for version of my windows.

Any suggetions !!


proton
+Quote Post
post May 8 2007, 08:25 AM
Post #6
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,224
Thank(s): 547


Italy


Proton, try double checking this:
http://support.microsoft.com/kb/917607/en-us

jaclaz


--------------------
+Quote Post
post Jun 2 2007, 02:17 PM
Post #7
proton
Member   **
Group: .script developer

  Joined: 17-August 06
Posts: 80
Thank(s): 0


QUOTE (jaclaz @ May 8 2007, 08:25 AM) *
Proton, try double checking this:
http://support.microsoft.com/kb/917607/en-us

jaclaz


Hello Mr.Jaclaz,

Thanks for your reply,

I downloaded the file from the above link but the file extension is .msu.
I searched the web for .msu and it a microsoft update file and i could not open it in windows XP.Maybe it would open in windows vista.

Any other idea please.

Thanks

proton
+Quote Post
post Jun 2 2007, 03:36 PM
Post #8
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,224
Thank(s): 547


Italy


Yep, that is Vista specific, sorry if I mislead you, for the record, .msu files can be opened easily with 7-zip, the problem is interpreting their contents....unsure.gif

Try following the links/methods on this page:
http://www.ee.ucla.edu/~shervin/win/help.htm

jaclaz


--------------------
+Quote Post

Reply to this topic
1 User(s) are reading this topic ()


  

Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts Force AHCI through a parameter
0 adem0x 54 Yesterday, 10:17 PM
Last post by: adem0x
No New Posts Formatting large usb drives
2 combutor 189 29th January 2010 - 09:08 AM
Last post by: Wonko the Sane
No new Topic has attachmentsFiles on "Desktop"
need to copy files to Desktop
24 Decent 2,128 14th December 2009 - 10:37 AM
Last post by: Galapo
No New Posts Format USB stick without HP Format tool
are there scriptable alternatives that run under xp,vista and 7?
5 ctmag 1,357 6th November 2009 - 04:49 PM
Last post by: was_jaclaz
No New Posts Forum fatal error message clicking one topic
1 ktp 542 28th October 2009 - 07:38 PM
Last post by: was_jaclaz