| Index: win8/delegate_execute/command_execute_impl.rgs
|
| diff --git a/win8/delegate_execute/command_execute_impl.rgs b/win8/delegate_execute/command_execute_impl.rgs
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4f1aba3de7592c40b22c1739f77a9631b3e4526d
|
| --- /dev/null
|
| +++ b/win8/delegate_execute/command_execute_impl.rgs
|
| @@ -0,0 +1,10 @@
|
| +HKCR {
|
| + NoRemove CLSID {
|
| + ForceRemove '%DELEGATE_EXECUTE_CLSID%' = s 'CommandExecuteImpl Class' {
|
| + ForceRemove Programmable
|
| + LocalServer32 = s '%MODULE%' {
|
| + val ServerExecutable = s '%MODULE_RAW%'
|
| + }
|
| + }
|
| + }
|
| +}
|
|
|