diff options
Diffstat (limited to 'ceee/ie/plugin/bho/executor.rgs')
-rw-r--r-- | ceee/ie/plugin/bho/executor.rgs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ceee/ie/plugin/bho/executor.rgs b/ceee/ie/plugin/bho/executor.rgs index 4fed5bc..07fb84a 100644 --- a/ceee/ie/plugin/bho/executor.rgs +++ b/ceee/ie/plugin/bho/executor.rgs @@ -1,8 +1,8 @@ HKCR { NoRemove CLSID { - ForceRemove '{057FCFE3-F872-483d-86B0-0430E375E41F}' = s 'Google CEEE Executor' { + ForceRemove '%CLSID%' = s '%NAME%' { InprocServer32 = s '%MODULE%' { - val ThreadingModel = s 'Apartment' + val ThreadingModel = s '%THREADING_MODEL%' } } } |