|
Just create a .reg file with the lines shown below (save as xxxx.reg) and double click on it
REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions] "MaxAllowedZone"=dword:00000001
This will disabable the security block that SP1 imposed
-------Original Message-------
Date: 09/20/05 19:37:35
Subject: [RBG7-L] - CHM Help file
John provided the link below to explain why CHM Help files in your application no longer work.
http://support.microsoft.com/default.aspx?scid=kb;en-us;902225
Curious what other developers are doing. I don't see my user IT folks removing those restrictions anytime soon. My thought is to have the user enter a UNC pointing to a shared/safe server location and then have my application load that address at runtime. Any other suggestions? Currently my app launches something like:
SET VAR vcpmschm = + ("HH|mk:@MSITStore:" + (CVAL("CURRDIR")) + "\Cpms.chm::/AlternateParts.htm") LAUNCH .vcpmschm RETURN
TIA,
Dennis *****
|