Open forderud opened 1 year ago
That's correct! You have to change the source code to use DeleteSubKeyTree.
Regards
That's correct! You have to change the source code to use DeleteSubKeyTree.
Project maintainers: Is there an interest in receiving a PR for addressing this issue?
The
ExeServer
project in the OutOfProcCOM sample doesn't fully unregister itself when starting with/unregserver
. This seem to be caused by theCOMRegistration.LocalServer.Unregister
function only deleting the content inside theHKCR\CLSID\{class-id}
folder, but not the folder itself.Steps to reproduce:
ExeServer.exe /regserver
with admin privileges.ExeServer.exe /unregserver
with admin privileges.HKCR\CLSID\{AF080472-F173-4D9D-8BE7-435776617347}
folder there.