Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Compiled help (*.chm) problems after last updates

Reply
Thread Tools Display Modes

Compiled help (*.chm) problems after last updates

 
 
zapiter
Guest
Posts: n/a

 
      06-20-2005
After last set of updates (7 updates) I encounter problems with accessing
*.chm files which are not stored locally on my hard drive (they are on net
drive).

The *.chm help file opens without any problems, Table of Contents, Index and
Search work fine but in the right pane no HTML is displayed and "Action
cancelled... " page is displayed instead so the help is useless at all.

It looks like some security issue, but I cannot think of any sollution...


 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      06-20-2005
zapiter wrote:

> After last set of updates (7 updates) I encounter problems with accessing
> *.chm files which are not stored locally on my hard drive (they are on net
> drive).
>
> The *.chm help file opens without any problems, Table of Contents, Index and
> Search work fine but in the right pane no HTML is displayed and "Action
> cancelled... " page is displayed instead so the help is useless at all.
>
> It looks like some security issue, but I cannot think of any sollution...

Hi,

This is caused by the security update KB896358 (MS05-026: A
vulnerability in HTML Help could allow remote code execution)


Importing the registry file below will solve the problem as long
as your network drive is defined as "Local intranet zone" (it should
be).

Put the following in a .reg file and import it by double clicking on
the file:

--------------------8<----------------------
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x \ItssRestrictions]
"MaxAllowedZone"=dword:00000002

--------------------8<----------------------

The setting above will open up for Local Machine zone, Local intranet
zone, and Trusted sites zone.

More about this registry setting here:

http://support.microsoft.com/kb/896358

and here:
http://support.microsoft.com/kb/896054



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
zapiter
Guest
Posts: n/a

 
      06-21-2005
Thanks a lot.

Now it's fine.

I owe You a beer (at least).
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MP3 compiled cd to Music knj Windows Vista Music, Pictures and Video 1 07-06-2007 11:28 PM
Is it possible to debug gcc compiled code ? sirip Windows Vista Drivers 2 10-29-2005 12:11 AM
PREfast: Different outcome if compiled with or without? Spiro Trikaliotis Windows Vista Drivers 7 03-01-2005 08:58 AM
Re: WINDDK is not getting compiled Vijay Windows Vista Drivers 3 02-08-2005 04:01 PM
how to make a driver compiled under XP to work under NT Adriana Iobb Windows Vista Drivers 2 07-27-2004 11:19 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59