diff options
author | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
commit | 3f95d417d9e623ac0c74df8ef11d7a01846392dd (patch) | |
tree | 45ec73f2dc07eafd7f41a6f62a8cdfbaa279469f /NSCmpts/EncryptSourceProp.rgs |
Diffstat (limited to 'NSCmpts/EncryptSourceProp.rgs')
-rw-r--r-- | NSCmpts/EncryptSourceProp.rgs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/NSCmpts/EncryptSourceProp.rgs b/NSCmpts/EncryptSourceProp.rgs new file mode 100644 index 0000000..dc935cf --- /dev/null +++ b/NSCmpts/EncryptSourceProp.rgs @@ -0,0 +1,23 @@ +HKCR
+{
+ NSCmpts.EncryptSourceProp.1 = s 'EncryptSourceProp Class'
+ {
+ CLSID = s '{B4981E50-A882-11D3-82E4-0020182B97FC}'
+ }
+ NSCmpts.EncryptSourceProp = s 'EncryptSourceProp Class'
+ {
+ CLSID = s '{B4981E50-A882-11D3-82E4-0020182B97FC}'
+ CurVer = s 'NSCmpts.EncryptSourceProp.1'
+ }
+ NoRemove CLSID
+ {
+ ForceRemove {B4981E50-A882-11D3-82E4-0020182B97FC} = s 'EncryptSourceProp Class'
+ {
+ ForceRemove 'Programmable'
+ InprocServer32 = s '%MODULE%'
+ {
+ val ThreadingModel = s 'Apartment'
+ }
+ }
+ }
+}
|