Fix stupid clone of broken macro, found by Marcus.
[wine/multimedia.git] / winedefault.reg
blob6345d3fbf04a4ee3badd57a2d4d6cfc9b349b6ce
1 # These entries must apparently exist in any win95-compatible registry.
2 # (feed this to `regapi setValue' to install)
4 # Shell Folders. The purpose of these are pretty self-evident.
5 # Primarily used by installation programs and the Explorer.
7 [HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
8 "Favorites"="C:\\WINDOWS\\Favorites"
9 "StartUp"="C:\\WINDOWS\\Start Menu\\Programs\\Startup"
10 "Desktop"="C:\\WINDOWS\\Desktop"
11 "Programs"="C:\\WINDOWS\\Start Menu\\Programs"
12 "Fonts"="C:\\WINDOWS\\Fonts"
13 "SendTo"="C:\\WINDOWS\\SendTo"
14 "Start Menu"="C:\\WINDOWS\\Start Menu"
15 "Templates"="C:\\WINDOWS\\ShellNew"
16 "Recent"="C:\\WINDOWS\\Recent"
17 "NetHood"="C:\\WINDOWS\\NetHood"
18 "Personal"="C:\\My Documents"
20 [HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
21 "Personal"="C:\\My Documents"
22 "Favorites"="C:\\WINDOWS\\Favorites"
24 # Same as above, but for HKEY_CURRENT_USER, not HKEY_USERS\.Default
26 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
27 "Favorites"="C:\\WINDOWS\\Favorites"
28 "StartUp"="C:\\WINDOWS\\Start Menu\\Programs\\Startup"
29 "Desktop"="C:\\WINDOWS\\Desktop"
30 "Programs"="C:\\WINDOWS\\Start Menu\\Programs"
31 "Fonts"="C:\\WINDOWS\\Fonts"
32 "SendTo"="C:\\WINDOWS\\SendTo"
33 "Start Menu"="C:\\WINDOWS\\Start Menu"
34 "Templates"="C:\\WINDOWS\\ShellNew"
35 "Recent"="C:\\WINDOWS\\Recent"
36 "NetHood"="C:\\WINDOWS\\NetHood"
37 "Personal"="C:\\My Documents"
39 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
40 "Personal"="C:\\My Documents"
41 "Favorites"="C:\\WINDOWS\\Favorites"
43 [HKEY_CURRENT_USER\Control Panel\desktop]
44 "DragFullWindows"="0"
47 # Override default load address of BDE (Borland database engine),
48 # since it's not available on Linux
51 [HKEY_LOCAL_MACHINE\Software\Borland\Database Engine\Settings\SYSTEM\INIT]
52 "SHAREDMEMLOCATION"="9000"
55 # General OLE/DCOM config
58 [HKEY_LOCAL_MACHINE\Software\Microsoft\OLE]
59 # allow cross-machine calls (RPC) (default Y)
60 "EnableDCOM"="Y"
61 # allow incoming connections ? (def. N)
62 "EnableRemoteConnect"="N"
65 # General installation config
68 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
69 "CommonFilesDir"="C:\\Program Files\\Common Files"
70 "FirstInstallDateTime"=hex:21,81,7c,23
71 "ProductId"="12345-oem-0000001-54321"
72 "ProgramFilesDir"="C:\\Program Files"
73 "RegisteredOrganization"="Change preferred organization in ~/.wine/system.reg"
74 "RegisteredOwner"="Change preferred owner in ~/.wine/system.reg"
76 # Font name to font file mappings
77 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts]
78 # "Arial (TrueType)"="ARIAL.TTF"      # sample entry
79 @=""
81 # This is intended for a centrally managed (server) directory where
82 # system files and e.g. fonts can reside. Most installs have this set
83 # to C:\WINDOWS, though.
84 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup]
85 "SharedDir"="C:\\WINDOWS"
88 # Configuration for unhandled exceptions
90 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug]
91 # command line to start a debugger when an exception occurs
92 "Debugger"="winedbg --debugmsg -all %ld %ld"
93 # to 0 if a message box has to be presented before running the debugger
94 "Auto"="1"
97 # This identifies the files for available code pages
100 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
101 "ACP"="1252"
102 "OEMCP"="437"
104 [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM]
105 "Serial0"="COM1"
108 # This configures Wine's PostScript printer driver
111 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver]
112 "Attributes"="dword:00000000"
113 "Default Devmode"=
114 "Name"="Wine PostScript Driver"
115 "Port"="LPT1:"
116 "Print Processor"="WinPrint"
117 "Printer Driver"="PS Driver"
118 "Priority"="dword:00000000"
119 "Start Time"="dword:00000000"
120 "Status"="dword:00000000"
121 "Until Time"="dword:00000000"
123 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData]
124 "PPD File"="/unix/path/to/PPD/file"
126 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData\FontSubTable]
127 "Courier New"="Courier"
128 "Arial"="Helvetica"
129 "Helv"="Helvetica"
130 "Times New Roman"="Times"
132 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers\PS Driver]
133 "Configuration File"="WINEPS.DRV"
134 "Data File"=""
135 "Driver"="WINEPS.DRV"
136 "Version"="dword:0a000000"
137 "Datatype"=""
138 "Dependent Files"=""
139 "Help Files"=""
140 "Monitor"=""
143 # Entries for OLE32 (COM/OLE base)
146 # OLE32's built-in marshaler, handles standard interfaces such as IClassFactory.
147 # (PSFactoryBuffer = Proxy/Stub factory)
148 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00000320-0000-0000-C000-000000000046}]
149 @="PSFactoryBuffer"
151 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00000320-0000-0000-C000-000000000046}\InProcServer32]
152 @="ole32.dll"
153 "ThreadingModel"="Both"
155 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0000030b-0000-0000-C000-000000000046}]
156 @="DfMarshal"
158 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0000030b-0000-0000-C000-000000000046}\InProcServer32]
159 @="ole32.dll"
160 "ThreadingModel"="Both"
162 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{B196B286-BAB4-101A-B69C-00AA00341D07}]
163 @="PSFactoryBuffer"
165 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{B196B286-BAB4-101A-B69C-00AA00341D07}\InprocServer32]
166 @="oleaut32.dll"
167 "ThreadingModel"="Both"
169 # IUnknown, the superclass for everything COM/OLE.
170 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}]
171 @="IUnknown"
173 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\BaseInterface]
174 @=""
176 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\NumMethods]
177 @="3"
179 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\ProxyStubClsid32]
180 @="{00000320-0000-0000-C000-000000000046}"
182 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}]
183 @="IPersistStorage"
185 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\BaseInterface]
186 @="{0000010C-0000-0000-C000-000000000046}"
188 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\NumMethods]
189 @="10"
191 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\ProxyStubClsid32]
192 @="{00000320-0000-0000-C000-000000000046}"
194 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}]
195 @="IDataObject"
197 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\NumMethods]
198 @="12"
200 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\ProxyStubClsid32]
201 @="{00000320-0000-0000-C000-000000000046}"
203 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}]
204 @="IOleObject"
206 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\NumMethods]
207 @="24"
209 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\ProxyStubClsid32]
210 @="{00000320-0000-0000-C000-000000000046}"
212 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}]
213 @="IDataObject"
215 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}\ProxyStubClsid32]
216 @="{00000320-0000-0000-C000-000000000046}"
218 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}\NumMethods]
219 @="12"
221 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}]
222 @="IAdviseSink"
224 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\NumMethods]
225 @="8"
227 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\ProxyStubClsid32]
228 @="{00000320-0000-0000-C000-000000000046}"
230 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}]
231 @="IOleClientSite"
233 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\NumMethods]
234 @="9"
236 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\ProxyStubClsid32]
237 @="{00000320-0000-0000-C000-000000000046}"
239 [HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}]
240 @="FileMoniker"
242 [HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}\InprocServer32]
243 @="ole32.dll"
245 [HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}]
246 @="ItemMoniker"
248 [HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}\InprocServer32]
249 @="ole32.dll"
251 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}]
252 @="IDispatch"
254 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid]
255 @="{00020420-0000-0000-C000-000000000046}"
257 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32]
258 @="{00020420-0000-0000-C000-000000000046}"
260 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\NumMethods]
261 @="7"
263 # IClassFactory, standard interface for creating instances of classes.
264 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}]
265 @="IClassFactory"
267 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\NumMethods]
268 @="5"
270 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\ProxyStubClsid32]
271 @="{00000320-0000-0000-C000-000000000046}"
273 #IClassFactory2 - IClassFactory with licensing support
274 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}]
275 @="IClassFactory2"
277 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\NumMethods]
278 @="8"
280 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
281 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
283 #ITypeLib2 - ITypeLib decendant
284 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}]
285 @="ITypeLib2"
287 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\NumMethods]
288 @="16"
290 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\ProxyStubClsid32]
291 @="{00020420-0000-0000-C000-000000000046}"
293 #ITypeInfo2 - ITypeInfo decendant
294 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}]
295 @="ITypeInfo2"
297 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\NumMethods]
298 @="32"
300 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\ProxyStubClsid32]
301 @="{00020420-0000-0000-C000-000000000046}"
303 #IErrorInfo - returns information about an error in addition to an error code
304 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}]
305 @="IErrorInfo"
307 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\NumMethods]
308 @="8"
310 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
311 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
313 #ICreateErrorInfo - creates an instance of generic error object
314 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}]
315 @="ICreateErrorInfo"
317 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\NumMethods]
318 @="8"
320 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
321 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
323 #IErrorLog - an error log interface
324 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}]
325 @="IErrorLog"
327 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\NumMethods]
328 @="4"
330 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\ProxyStubClsid32]
331 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
333 #IPropertyPage - property page interface
334 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}]
335 @="IPropertyPage"
337 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\NumMethods]
338 @="14"
340 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
341 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
343 #IPropertyPage2 - an extention of IPropertyPage to support initial selection on a property page
344 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}]
345 @="IPropertyPage2"
347 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\NumMethods]
348 @="15"
350 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\ProxyStubClsid32]
351 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
353 #ISpecifyPropertyPages - property pages support
354 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}]
355 @="ISpecifyPropertyPages"
357 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\NumMethods]
358 @="4"
360 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
361 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
363 #IPropertyPageSite - property pages management
364 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}]
365 @="IPropertyPageSite"
367 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\NumMethods]
368 @="7"
370 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
371 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
373 #IPropertyBag - an object with a properties which can be persisted
374 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}]
375 @="IPropertyBag"
377 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\NumMethods]
378 @="5"
380 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
381 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
383 #Enhancement of IPropertyBag interface
384 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}]
385 @="IPropertyBag2"
387 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
388 @="8"
390 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
391 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
393 #IPersistPropertyBag - property-based persistence interface
394 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}]
395 @="IPersistPropertyBag"
397 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\NumMethods]
398 @="7"
400 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
401 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
403 #IPersistPropertyBag2 - allows to support properties, implemented by IPropertyBag2
404 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}]
405 @="IPersistPropertyBag2"
407 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
408 @="8"
410 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
411 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
413 #IPerPropertyBrowsing - property pages browser
414 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}]
415 @="IPerPropertyBrowsing"
417 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\NumMethods]
418 @="7"
420 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\ProxyStubClsid32]
421 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
423 #IAdviseSinkEx - an extention of IAdviseSink which provides notifications about object status changes
424 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}]
425 @="IAdviseSinkEx"
427 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\NumMethods]
428 @="9"
430 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\ProxyStubClsid32]
431 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
433 #IFontEventsDisp - interface used in font events processing
434 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}]
435 @="IFontEventsDisp"
437 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\NumMethods]
438 @="7"
440 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\ProxyStubClsid32]
441 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
443 #IPointerInactive - allows an object to be inactive
444 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}]
445 @="IPointerInactive"
447 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\NumMethods]
448 @="6"
450 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\ProxyStubClsid32]
451 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
453 #ISimpleFrameSite - container-type interface
454 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}]
455 @="ISimpleFrameSite"
457 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\NumMethods]
458 @="5"
460 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\ProxyStubClsid32]
461 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
463 #IPicture - abstraction of a picture and its properties
464 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}]
465 @="IPicture"
467 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
468 @="17"
470 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
471 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
473 #IPictureDisp - provides access to IPicture's properties
474 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}]
475 @="IPictureDisp"
477 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
478 @="7"
480 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
481 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
483 #IPersistStreamInit - IPersistStream with an initialization method
484 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}]
485 @="IPersistStreamInit"
487 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\NumMethods]
488 @="9"
490 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\ProxyStubClsid32]
491 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
493 #IPropertyNotifySink - processes notifications about object changes
494 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}]
495 @="IPropertyNotifySink"
497 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\NumMethods]
498 @="5"
500 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\ProxyStubClsid32]
501 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
503 #IOleInPlaceSiteEx - allows an object to use activation and deactivation notifications
504 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}]
505 @="IOleInPlaceSiteEx"
507 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\NumMethods]
508 @="18"
510 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\ProxyStubClsid32]
511 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
513 #IOleUndoUnit - an interface for actions undo
514 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}]
515 @="IOleUndoUnit"
517 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
518 @="7"
520 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
521 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
523 #IEnumOleUndoUnits - provides access to the list of OLE undo units
524 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}]
525 @="IEnumOleUndoUnits"
527 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
528 @="7"
530 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
531 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
533 #IOleParentUndoUnit - an undo unit which can contain other undo units
534 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}]
535 @="IOleParentUndoUnit"
537 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
538 @="12"
540 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
541 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
543 #IOleUndoManager - allows container to support multi-level undo/redo
544 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}]
545 @="IOleUndoManager"
547 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
548 @="15"
550 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
551 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
553 #Provides object's type information
554 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}]
555 @="IProvideClassInfo"
557 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\NumMethods]
558 @="4"
560 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
561 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
563 #IProvideClassInfo2 - extention of class IProvideClassInfo
564 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}]
565 @="IProvideClassInfo2"
567 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\NumMethods]
568 @="5"
570 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\ProxyStubClsid32]
571 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
573 #IProvideMultipleClassInfo - an extention of IProvideClassInfo2 which can provide information about
574 #a few implemented classes
575 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}]
576 @="IProvideMultipleClassInfo"
578 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\NumMethods]
579 @="7"
581 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\ProxyStubClsid32]
582 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
584 #IConnectionPointContainer - connection points support
585 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}]
586 @="IConnectionPointContainer"
588 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\NumMethods]
589 @="5"
591 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
592 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
594 #IEnumConnectionPoints - connection points list
595 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}]
596 @="IEnumConnectionPoints"
598 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\NumMethods]
599 @="7"
601 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
602 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
604 #IConnectionPoint - a connection point
605 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}]
606 @="IConnectionPoint"
608 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\NumMethods]
609 @="8"
611 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
612 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
614 #IEnumConnections - lists current connections
615 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}]
616 @="IEnumConnections"
618 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\NumMethods]
619 @="7"
621 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
622 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
624 #IOleControl - an interface for processing of keyboard events and ambient properties
625 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}]
626 @="IOleControl"
628 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\NumMethods]
629 @="7"
631 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
632 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
634 #IOleControlSite - used for management objects in a container
635 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}]
636 @="IOleControlSite"
638 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\NumMethods]
639 @="10"
641 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
642 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
644 #IPersistMemory - for storage and retrieving objects from a stream
645 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}]
646 @="IPersistMemory"
648 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\NumMethods]
649 @="9"
651 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\ProxyStubClsid32]
652 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
654 #IFont - Windows font object wrapper
655 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}]
656 @="IFont"
658 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\NumMethods]
659 @="27"
661 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
662 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
664 #IFontDisp - provides access to IFont object properties
665 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}]
666 @="IFontDisp"
668 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\NumMethods]
669 @="7"
671 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
672 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
674 #IQuickActivate - efficient object loading
675 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}]
676 @="IQuickActivate"
678 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\NumMethods]
679 @="6"
681 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\ProxyStubClsid32]
682 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
684 #IObjectWithSite - an object with site
685 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}]
686 @="IObjectWithSite"
688 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\NumMethods]
689 @="5"
691 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\ProxyStubClsid32]
692 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
697 # Entries for OLEAUT32 (OLE Automation)
700 # The Universal Marshaler, also known as the Type Library Marshaler.
701 # (PSOAInterface = Proxy/Stub OLE Automation interface)
702 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}]
703 @="PSOAInterface"
705 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer]
706 @="ole2disp.dll"
708 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer32]
709 @="oleaut32.dll"
710 "ThreadingModel"="Both"
712 #Other PS* classes
713 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}]
714 @="PSDispatch"
716 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer]
717 @="ole2disp.dll"
719 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer32]
720 @="oleaut32.dll"
721 "ThreadingModel"="Both"
723 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}]
724 @="PSEnumVariant"
726 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer]
727 @="ole2disp.dll"
729 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer32]
730 @="oleaut32.dll"
731 "ThreadingModel"="Both"
733 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}]
734 @="PSTypeInfo"
736 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer]
737 @="ole2disp.dll"
739 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer32]
740 @="oleaut32.dll"
741 "ThreadingModel"="Both"
743 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}]
744 @="PSTypeLib"
746 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer]
747 @="ole2disp.dll"
749 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer32]
750 @="oleaut32.dll"
751 "ThreadingModel"="Both"
753 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}]
754 @="PSTypeComp"
756 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer]
757 @="ole2disp.dll"
759 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer32]
760 @="oleaut32.dll"
761 "ThreadingModel"="Both"
763 #Other OLEAUT32 entries
764 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}]
765 @="CLSID_RecordInfo"
767 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}\InprocServer32]
768 @="oleaut32.dll"
769 "ThreadingModel"="Both"
771 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}]
772 @="CLSID_StdFont"
774 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\CLSID]
775 @="Standard Font"
777 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
778 @="oleaut32.dll"
779 "ThreadingModel"="Both"
781 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\ProgID]
782 @="StdFont"
784 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}]
785 @="CLSID_StdPict"
787 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\CLSID]
788 @="Standard Picture"
790 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
791 @="oleaut32.dll"
792 "ThreadingModel"="Apartment"
794 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\ProgID]
795 @="StdPicture"
797 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}]
798 @="Obsolete Font"
800 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\CLSID]
801 @="Obsolete Font"
803 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\InprocServer32]
804 @="oleaut32.dll"
806 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\ProgID]
807 @="OldFont"
809 [HKEY_LOCAL_MACHINE\Software\Classes\OldFont\CLSID]
810 @="{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}"
812 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\StdFont\CLSID]
813 @="{0BE35203-8F91-11CE-9DE3-00AA004BB851}"
815 [HKEY_LOCAL_MACHINE\Software\Classes\StdPicture\CLSID]
816 @="{0BE35204-8F91-11CE-9DE3-00AA004BB851}"
818 # OLE Automation type libraries.
819 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0]
820 @="OLE Automation"
822 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16]
823 @="stdole.tlb"
825 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32]
826 @="stdole32.tlb"
828 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS]
829 @="1"
831 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0]
832 @="OLE Automation"
834 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32]
835 @="stdole2.tlb"
837 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS]
838 @="0"
841 # SHELL32 entries base classes of the desktop/ shelllinks
842 # Used by common dialogs, programs creating and many others
845 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
846 @="Shortcut"
848 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
849 @="shell32.dll"
850 "ThreadingModel"="Apartment"
852 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
853 @="Shortcut"
855 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
856 @="shell32.dll"
857 "ThreadingModel"="Apartment"
859 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
860 @=""
863 # Entries for COMCAT (Component Category Manager)
866 # The Component Category Manager
867 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}]
868 @="StdComponentCategoriesMgr"
870 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}\InProcServer32]
871 @="comcat.dll"
872 "ThreadingModel"="Both"
875 # Entries for DirectX. Used by high-performance multimedia applications, like games.
878 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
879 # left here in case a program needs the DX 7.0 string
880 #"Version"="4.07.00.0700"
881 "Version"="4.08.01.0810"
883 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
884 @="DirectDraw Object"
886 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
887 @="ddraw.dll"
888 "ThreadingModel"="Both"
890 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
891 @="DirectDraw Clipper Object"
893 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
894 @="ddraw.dll"
895 "ThreadingModel"="Both"
897 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
898 @="DirectPlay Object"
900 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
901 @="dplayx.dll"
902 "ThreadingModel"="Both"
904 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
905 @="DirectSound Object"
907 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
908 @="dsound.dll"
909 "ThreadingModel"="Both"
911 [HKEY_CLASSES_ROOT\CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}]
912 @="DirectPlayLobby Object"
914 [HKEY_CLASSES_ROOT\CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}\InProcServer32]
915 @="dplayx.dll"
916 "ThreadingModel"="Both"
919 # Entries used by Internet Explorer installer
922 # Active Setup is installed
923 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}]
924 @="Microsoft Active Setup Engine"
926 # Active Setup is installed
927 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}\InProcServer32]
928 @="inseng.dll"
929 "ThreadingModel"="Apartment"
931 # IDispatch
932 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}]
933 @="IDispatch"
935 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32]
936 @="{00020420-0000-0000-C000-000000000046}"
938 # Without this IE setup creates garbage filenames in Windows directory
939 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Advanced INF Setup]
940 @=""
942 # Session Manager is installed
943 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager]
944 @=""
946 # NT 4.0 SP6 is installed
947 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Windows]
948 "CSDVersion"=dword:00000600
951 # Entries for programs that read the registry to get Serial/Com Port info
953 [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SerialComm]
954 "Serial0"="COM1"
957 # Entries for Multimedia
960 # Midi Mapper
961 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap] 989041554
962 "AutoScheme"=dword:00000000
963 "CurrentInstrument"="#0"
964 "UseScheme"=dword:00000000
967 # Entries for IWebBrowser
968 # Used by Internet Explorer HTML-rendering control
971 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
972 @="Shortcut"
974 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
975 @="shdocvw.dll"
976 "ThreadingModel"="Apartment"
978 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
979 @="Shortcut"
981 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
982 @="shdocvw.dll"
983 "ThreadingModel"="Apartment"
985 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\shellex\MayChangeDefaultMenu]
986 @=""
990 # Entries for Mozilla ActiveX control support
993 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}]
994 @="MozillaBrowser Class"
996 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Control]
998 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\InprocServer32]
999 @="mozctl.dll"
1000 "ThreadingModel"="Apartment"
1002 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Insertable]
1004 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus]
1005 @="0"
1007 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus\1]
1008 @="131473"
1010 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ProgID]
1011 @="Mozilla.Browser.1"
1013 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Programmable]
1015 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ToolboxBitmap32]
1016 @="mozctl.dll, 1"
1018 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\TypeLib]
1019 @="{1339B53E-3453-11D2-93B9-000000000000}"
1021 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Version]
1022 @="1.0"
1024 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\VersionIndependentProgID]
1025 @="Mozilla.Browser"
1027 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser]
1028 @="Mozilla Web Browser"
1030 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser\CurVer]
1031 @="Mozilla.Browser.1"
1033 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1]
1034 @="Mozilla Web Browser"
1036 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1\CLSID]
1037 @="{1339B54C-3453-11D2-93B9-000000000000}"
1039 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
1040 @="MozillaControl 1.0 Type Library"
1042 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
1043 @="C:\\mozilla\\bin\\mozctl.dll"
1045 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla]
1046 "BinDirectoryPath"="C:\\mozilla\\bin"
1048 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
1049 @="MozillaControl 1.0 Type Library"
1051 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
1052 @="C:\\mozilla\\bin\\mozctl.dll"
1054 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
1055 "Arial CE,238"="Arial,238"
1056 "Arial CYR,204"="Arial,204"
1057 "Arial Greek,161"="Arial,161"
1058 "Arial TUR,162"="Arial,162"
1059 "Courier New CE,238"="Courier New,238"
1060 "Courier New CYR,204"="Courier New,204"
1061 "Courier New Greek,161"="Courier New,161"
1062 "Courier New TUR,162"="Courier New,162"
1063 "Helv"="Arial"
1064 "Helvetica"="Arial"
1065 "MS Shell Dlg"="Tahoma"
1066 "MS Shell Dlg 2"="Tahoma"
1067 "Times"="Times New Roman"
1068 "Times New Roman CE,238"="Times New Roman,238"
1069 "Times New Roman CYR,204"="Times New Roman,204"
1070 "Times New Roman Greek,161"="Times New Roman,161"
1071 "Times New Roman TUR,162"="Times New Roman,162"
1072 "Tms Rmn"="Times New Roman"
1074 [HKEY_CLASSES_ROOT\AVIFile\Compressors\auds]
1075 @="{0002000F-0000-0000-C000-000000000046}"
1077 [HKEY_CLASSES_ROOT\AVIFile\Compressors\vids]
1078 @="{00020001-0000-0000-C000-000000000046}"
1080 [HKEY_CLASSES_ROOT\AVIFile\Extensions\AU]
1081 @="{00020003-0000-0000-C000-000000000046}"
1083 [HKEY_CLASSES_ROOT\AVIFile\Extensions\AVI]
1084 @="{00020000-0000-0000-C000-000000000046}"
1086 [HKEY_CLASSES_ROOT\AVIFile\Extensions\WAV]
1087 @="{00020003-0000-0000-C000-000000000046}"
1089 [HKEY_CLASSES_ROOT\AVIFile\RIFFHandlers\AVI]
1090 @="{00020000-0000-0000-C000-000000000046}"
1092 [HKEY_CLASSES_ROOT\AVIFile\RIFFHandlers\WAVE]
1093 @="{00020003-0000-0000-C000-000000000046}"
1095 [HKEY_CLASSES_ROOT\CLSID\{00020000-0000-0000-C000-000000000046}\InProcServer]
1096 @="avifile.dll"
1098 [HKEY_CLASSES_ROOT\CLSID\{00020000-0000-0000-C000-000000000046}\InProcServer32]
1099 @="avifil32.dll"
1100 "ThreadingModel"="Apartment"
1102 [HKEY_CLASSES_ROOT\CLSID\{00020001-0000-0000-C000-000000000046}\InProcServer]
1103 @="avifile.dll"
1105 [HKEY_CLASSES_ROOT\CLSID\{00020001-0000-0000-C000-000000000046}\InProcServer32]
1106 @="avifil32.dll"
1107 "ThreadingModel"="Apartment"
1109 [HKEY_CLASSES_ROOT\CLSID\{00020003-0000-0000-C000-000000000046}\InProcServer]
1110 @="avifile.dll"
1112 [HKEY_CLASSES_ROOT\CLSID\{00020003-0000-0000-C000-000000000046}\InProcServer32]
1113 @="avifil32.dll"
1114 "ThreadingModel"="Apartment"
1116 [HKEY_CLASSES_ROOT\CLSID\{0002000D-0000-0000-C000-000000000046}\InProcServer]
1117 @="avifile.dll"
1119 [HKEY_CLASSES_ROOT\CLSID\{0002000D-0000-0000-C000-000000000046}\InProcServer32]
1120 @="avifil32.dll"
1121 "ThreadingModel"="Apartment"
1123 [HKEY_CLASSES_ROOT\CLSID\{0002000F-0000-0000-C000-000000000046}\InProcServer]
1124 @="avifile.dll"
1126 [HKEY_CLASSES_ROOT\CLSID\{0002000F-0000-0000-C000-000000000046}\InProcServer32]
1127 @="avifil32.dll"
1128 "ThreadingModel"="Apartment"