Index: src/chext/ShellExtControl.rgs =================================================================== diff -u -N --- src/chext/ShellExtControl.rgs (revision 306fbe693c70290af9de9a5779084a697de22d75) +++ src/chext/ShellExtControl.rgs (revision 0) @@ -1,26 +0,0 @@ -HKCR -{ - chext.ShellExtControl.1 = s 'ShellExtControl Class' - { - CLSID = s '{3D855ACA-8274-4f1f-94E9-6BEF4FC2A2AF}' - } - chext.ShellExtControl = s 'ShellExtControl Class' - { - CLSID = s '{3D855ACA-8274-4f1f-94E9-6BEF4FC2A2AF}' - CurVer = s 'chext.MenuExt.1' - } - NoRemove CLSID - { - ForceRemove {3D855ACA-8274-4f1f-94E9-6BEF4FC2A2AF} = s 'ShellExtControl Class' - { - ProgID = s 'chext.ShellExtControl.1' - VersionIndependentProgID = s 'chext.ShellExtControl' - ForceRemove 'Programmable' - InprocServer32 = s '%MODULE%' - { - val ThreadingModel = s 'Both' - } - 'TypeLib' = s '{68FAFC14-8EB8-4DA1-90EB-6B3D22010505}' - } - } -}