From 79aa922282edd795d55bf06cf622ddf33884dff5 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 17 Sep 2003 19:41:13 +0000 Subject: Initial Import --- FontInfo.rgs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 FontInfo.rgs (limited to 'FontInfo.rgs') 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' + } + } + } +} -- cgit v1.2.3