Is it possible to register a registry for a specific asynchronous pluggable protocol?

See http://msdn.microsoft.com/en-us/library/aa767916(VS.85).aspx for Async Pluggable protocols.

We are currently working, but this requires writing HKey_Class_Root. In the interest of allowing non-administrator installations, it would be nice if we could achieve the same as writing to HKey_Current_User. A simple registry change doesn't work and I'm wondering if this is possible

0


source to share


1 answer


It turned out that for each machine the following is listed: HKCR \ CLSID {DLL-GUID} But for each user: HKCU \ Software \ Classes \ CLSID {DLL-GUID}



+1


source







All Articles