diff options
Diffstat (limited to 'comIvy/comIvy.rgs')
-rw-r--r-- | comIvy/comIvy.rgs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comIvy/comIvy.rgs b/comIvy/comIvy.rgs new file mode 100644 index 0000000..893f5b0 --- /dev/null +++ b/comIvy/comIvy.rgs @@ -0,0 +1,11 @@ +HKCR
+{
+ NoRemove AppID
+ {
+ '%APPID%' = s 'comIvy'
+ 'comIvy.DLL'
+ {
+ val AppID = s '%APPID%'
+ }
+ }
+}
|