[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Blogdex



Paul, 

The registry merge has an error in it.  You've got c:\winnt\system32
\shdocvw.dll.  If the system isn't installed in c:\winnt then your 
shell extension won't work.  Changing the path to the installed 
SystemRoot will allow it to work.  

I dug a bit further.  I appears you cannot use %SystemRoot% in this 
particular registry setting.  You have to use the hard coded path to 
the installed OS.  

This can be found by going to a command prompt and typing the SET 
command.  You'll see a %SystemRoot% value, use that value.  Edit 
the .reg file can change c:\winnt to whatever the %SystemRoot% is on 
your machine.

-Bill Kearney