--- In [email protected], "excesspapers" <excesspap...@...> wrote: > > 4 - The pproctx.dll is in the location listed in > HKCR\CLSID\{2EC41A81-AE31-11d2-A6E6-10E356C10000} but are you > thinking of another location for wow64 files?
I notice on XP that under that key is an InProcServer32. Can it instead use LocalServer32 ? >From <http://msdn.microsoft.com/en-us/library/aa384235%28VS.85%29.aspx> : For HKEY_LOCAL_MACHINE\Software\Classes\CLSID and HKEY_CURRENT_USER\Software\Classes\CLSID, only CLSIDs that do not specify InprocServer32 or InprocHandler32 are reflected. Only LocalServer32 CLSIDs are reflected because they run out-of-process and can be activated by either 32- or 64-bit applications. InProcServer32 CLSIDs are not reflected because it is not possible to load a 32-bit DLL for execution in a 64-bit process, or a 64-bit DLL for execution in a 32-bit process. Regards, Sheri
