diff options
author | Stef Walter <stef@thewalter.net> | 2003-09-17 19:41:13 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2003-09-17 19:41:13 +0000 |
commit | 79aa922282edd795d55bf06cf622ddf33884dff5 (patch) | |
tree | d3c8c985ada3bf14107410ca48fac394e42d9106 /FontInfo.rgs |
Diffstat (limited to 'FontInfo.rgs')
-rw-r--r-- | FontInfo.rgs | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/FontInfo.rgs b/FontInfo.rgs new file mode 100644 index 0000000..c390f0e --- /dev/null +++ b/FontInfo.rgs @@ -0,0 +1,24 @@ +HKCR
+{
+ FontInfo.FontInfo.1 = s 'FontInfo Class'
+ {
+ CLSID = s '{F6CC491E-26B2-11D1-ACED-204C4F4F5020}'
+ }
+ FontInfo.FontInfo = s 'FontInfo Class'
+ {
+ CurVer = s 'FontInfo.FontInfo.1'
+ }
+ NoRemove CLSID
+ {
+ ForceRemove {F6CC491E-26B2-11D1-ACED-204C4F4F5020} = s 'FontInfo Class'
+ {
+ ProgID = s 'FontInfo.FontInfo.1'
+ VersionIndependentProgID = s 'FontInfo.FontInfo'
+ ForceRemove 'Programmable'
+ InprocServer32 = s '%MODULE%'
+ {
+ val ThreadingModel = s 'Apartment'
+ }
+ }
+ }
+}
|