Updated a lot of obsolete stuff.
[wine/multimedia.git] / winedefault.reg
blob0aa987a11d315ca86df7ec2a7b03ef91dee94514
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 "ProgramFilesDir"="C:\\Program Files"
70 "CommonFilesDir"="C:\\Program Files\\Common Files"
71 "RegisteredOrganization"="Change preferred organization in ~/.wine/system.reg"
72 "RegisteredOwner"="Change preferred owner in ~/.wine/system.reg"
73 "FirstInstallDateTime"=hex:21,81,7c,23
75 # Font name to font file mappings
76 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts]
77 # "Arial (TrueType)"="ARIAL.TTF"      # sample entry
78 @=""
80 # This is intended for a centrally managed (server) directory where
81 # system files and e.g. fonts can reside. Most installs have this set
82 # to C:\WINDOWS, though.
83 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup]
84 "SharedDir"="C:\\WINDOWS"
87 # Configuration for unhandled exceptions
89 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug]
90 # command line to start a debugger when an exception occurs
91 "Debugger"="winedbg --debugmsg -all %ld %ld"
92 # to 0 if a message box has to be presented before running the debugger
93 "Auto"="1"
96 # This identifies the files for available code pages
99 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
100 "ACP"="1252"
101 "OEMCP"="437"
104 # Entries for OLE32 (COM/OLE base)
107 # OLE32's built-in marshaler, handles standard interfaces such as IClassFactory.
108 # (PSFactoryBuffer = Proxy/Stub factory)
109 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00000320-0000-0000-C000-000000000046}]
110 @="PSFactoryBuffer"
112 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00000320-0000-0000-C000-000000000046}\InProcServer32]
113 @="ole32.dll"
114 "ThreadingModel"="Both"
116 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0000030b-0000-0000-C000-000000000046}]
117 @="DfMarshal"
119 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0000030b-0000-0000-C000-000000000046}\InProcServer32]
120 @="ole32.dll"
121 "ThreadingModel"="Both"
123 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{B196B286-BAB4-101A-B69C-00AA00341D07}]
124 @="PSFactoryBuffer"
126 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{B196B286-BAB4-101A-B69C-00AA00341D07}\InprocServer32]
127 @="oleaut32.dll"
128 "ThreadingModel"="Both"
130 # IUnknown, the superclass for everything COM/OLE.
131 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}]
132 @="IUnknown"
134 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\BaseInterface]
135 @=""
137 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\NumMethods]
138 @="3"
140 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\ProxyStubClsid32]
141 @="{00000320-0000-0000-C000-000000000046}"
143 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}]
144 @="IPersistStorage"
146 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\BaseInterface]
147 @="{0000010C-0000-0000-C000-000000000046}"
149 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\NumMethods]
150 @="10"
152 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\ProxyStubClsid32]
153 @="{00000320-0000-0000-C000-000000000046}"
155 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}]
156 @="IDataObject"
158 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\NumMethods]
159 @="12"
161 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\ProxyStubClsid32]
162 @="{00000320-0000-0000-C000-000000000046}"
164 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}]
165 @="IOleObject"
167 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\NumMethods]
168 @="24"
170 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\ProxyStubClsid32]
171 @="{00000320-0000-0000-C000-000000000046}"
173 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}]
174 @="IDataObject"
176 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}\ProxyStubClsid32]
177 @="{00000320-0000-0000-C000-000000000046}"
179 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}\NumMethods]
180 @="12"
182 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}]
183 @="IAdviseSink"
185 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\NumMethods]
186 @="8"
188 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\ProxyStubClsid32]
189 @="{00000320-0000-0000-C000-000000000046}"
191 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}]
192 @="IOleClientSite"
194 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\NumMethods]
195 @="9"
197 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\ProxyStubClsid32]
198 @="{00000320-0000-0000-C000-000000000046}"
200 [HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}]
201 @="FileMoniker"
203 [HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}\InprocServer32]
204 @="ole32.dll"
206 [HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}]
207 @="ItemMoniker"
209 [HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}\InprocServer32]
210 @="ole32.dll"
212 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}]
213 @="IDispatch"
215 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid]
216 @="{00020420-0000-0000-C000-000000000046}"
218 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32]
219 @="{00020420-0000-0000-C000-000000000046}"
221 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\NumMethods]
222 @="7"
224 # IClassFactory, standard interface for creating instances of classes.
225 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}]
226 @="IClassFactory"
228 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\NumMethods]
229 @="5"
231 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\ProxyStubClsid32]
232 @="{00000320-0000-0000-C000-000000000046}"
234 #IClassFactory2 - IClassFactory with licensing support
235 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}]
236 @="IClassFactory2"
238 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\NumMethods]
239 @="8"
241 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
242 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
244 #ITypeLib2 - ITypeLib decendant
245 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}]
246 @="ITypeLib2"
248 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\NumMethods]
249 @="16"
251 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\ProxyStubClsid32]
252 @="{00020420-0000-0000-C000-000000000046}"
254 #ITypeInfo2 - ITypeInfo decendant
255 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}]
256 @="ITypeInfo2"
258 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\NumMethods]
259 @="32"
261 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\ProxyStubClsid32]
262 @="{00020420-0000-0000-C000-000000000046}"
264 #IErrorInfo - returns information about an error in addition to an error code
265 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}]
266 @="IErrorInfo"
268 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\NumMethods]
269 @="8"
271 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
272 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
274 #ICreateErrorInfo - creates an instance of generic error object
275 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}]
276 @="ICreateErrorInfo"
278 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\NumMethods]
279 @="8"
281 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
282 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
284 #IErrorLog - an error log interface
285 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}]
286 @="IErrorLog"
288 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\NumMethods]
289 @="4"
291 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\ProxyStubClsid32]
292 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
294 #IPropertyPage - property page interface
295 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}]
296 @="IPropertyPage"
298 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\NumMethods]
299 @="14"
301 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
302 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
304 #IPropertyPage2 - an extention of IPropertyPage to support initial selection on a property page
305 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}]
306 @="IPropertyPage2"
308 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\NumMethods]
309 @="15"
311 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\ProxyStubClsid32]
312 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
314 #ISpecifyPropertyPages - property pages support
315 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}]
316 @="ISpecifyPropertyPages"
318 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\NumMethods]
319 @="4"
321 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
322 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
324 #IPropertyPageSite - property pages management
325 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}]
326 @="IPropertyPageSite"
328 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\NumMethods]
329 @="7"
331 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
332 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
334 #IPropertyBag - an object with a properties which can be persisted
335 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}]
336 @="IPropertyBag"
338 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\NumMethods]
339 @="5"
341 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
342 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
344 #Enhancement of IPropertyBag interface
345 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}]
346 @="IPropertyBag2"
348 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
349 @="8"
351 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
352 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
354 #IPersistPropertyBag - property-based persistence interface
355 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}]
356 @="IPersistPropertyBag"
358 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\NumMethods]
359 @="7"
361 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
362 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
364 #IPersistPropertyBag2 - allows to support properties, implemented by IPropertyBag2
365 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}]
366 @="IPersistPropertyBag2"
368 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
369 @="8"
371 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
372 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
374 #IPerPropertyBrowsing - property pages browser
375 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}]
376 @="IPerPropertyBrowsing"
378 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\NumMethods]
379 @="7"
381 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\ProxyStubClsid32]
382 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
384 #IAdviseSinkEx - an extention of IAdviseSink which provides notifications about object status changes
385 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}]
386 @="IAdviseSinkEx"
388 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\NumMethods]
389 @="9"
391 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\ProxyStubClsid32]
392 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
394 #IFontEventsDisp - interface used in font events processing
395 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}]
396 @="IFontEventsDisp"
398 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\NumMethods]
399 @="7"
401 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\ProxyStubClsid32]
402 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
404 #IPointerInactive - allows an object to be inactive
405 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}]
406 @="IPointerInactive"
408 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\NumMethods]
409 @="6"
411 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\ProxyStubClsid32]
412 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
414 #ISimpleFrameSite - container-type interface
415 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}]
416 @="ISimpleFrameSite"
418 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\NumMethods]
419 @="5"
421 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\ProxyStubClsid32]
422 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
424 #IPicture - abstraction of a picture and its properties
425 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}]
426 @="IPicture"
428 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
429 @="17"
431 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
432 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
434 #IPictureDisp - provides access to IPicture's properties
435 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}]
436 @="IPictureDisp"
438 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
439 @="7"
441 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
442 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
444 #IPersistStreamInit - IPersistStream with an initialization method
445 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}]
446 @="IPersistStreamInit"
448 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\NumMethods]
449 @="9"
451 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\ProxyStubClsid32]
452 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
454 #IPropertyNotifySink - processes notifications about object changes
455 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}]
456 @="IPropertyNotifySink"
458 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\NumMethods]
459 @="5"
461 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\ProxyStubClsid32]
462 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
464 #IOleInPlaceSiteEx - allows an object to use activation and deactivation notifications
465 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}]
466 @="IOleInPlaceSiteEx"
468 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\NumMethods]
469 @="18"
471 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\ProxyStubClsid32]
472 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
474 #IOleUndoUnit - an interface for actions undo
475 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}]
476 @="IOleUndoUnit"
478 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
479 @="7"
481 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
482 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
484 #IEnumOleUndoUnits - provides access to the list of OLE undo units
485 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}]
486 @="IEnumOleUndoUnits"
488 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
489 @="7"
491 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
492 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
494 #IOleParentUndoUnit - an undo unit which can contain other undo units
495 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}]
496 @="IOleParentUndoUnit"
498 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
499 @="12"
501 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
502 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
504 #IOleUndoManager - allows container to support multi-level undo/redo
505 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}]
506 @="IOleUndoManager"
508 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
509 @="15"
511 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
512 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
514 #Provides object's type information
515 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}]
516 @="IProvideClassInfo"
518 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\NumMethods]
519 @="4"
521 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
522 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
524 #IProvideClassInfo2 - extention of class IProvideClassInfo
525 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}]
526 @="IProvideClassInfo2"
528 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\NumMethods]
529 @="5"
531 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\ProxyStubClsid32]
532 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
534 #IProvideMultipleClassInfo - an extention of IProvideClassInfo2 which can provide information about
535 #a few implemented classes
536 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}]
537 @="IProvideMultipleClassInfo"
539 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\NumMethods]
540 @="7"
542 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\ProxyStubClsid32]
543 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
545 #IConnectionPointContainer - connection points support
546 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}]
547 @="IConnectionPointContainer"
549 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\NumMethods]
550 @="5"
552 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
553 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
555 #IEnumConnectionPoints - connection points list
556 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}]
557 @="IEnumConnectionPoints"
559 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\NumMethods]
560 @="7"
562 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
563 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
565 #IConnectionPoint - a connection point
566 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}]
567 @="IConnectionPoint"
569 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\NumMethods]
570 @="8"
572 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
573 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
575 #IEnumConnections - lists current connections
576 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}]
577 @="IEnumConnections"
579 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\NumMethods]
580 @="7"
582 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
583 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
585 #IOleControl - an interface for processing of keyboard events and ambient properties
586 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}]
587 @="IOleControl"
589 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\NumMethods]
590 @="7"
592 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
593 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
595 #IOleControlSite - used for management objects in a container
596 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}]
597 @="IOleControlSite"
599 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\NumMethods]
600 @="10"
602 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
603 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
605 #IPersistMemory - for storage and retrieving objects from a stream
606 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}]
607 @="IPersistMemory"
609 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\NumMethods]
610 @="9"
612 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\ProxyStubClsid32]
613 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
615 #IFont - Windows font object wrapper
616 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}]
617 @="IFont"
619 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\NumMethods]
620 @="27"
622 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
623 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
625 #IFontDisp - provides access to IFont object properties
626 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}]
627 @="IFontDisp"
629 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\NumMethods]
630 @="7"
632 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
633 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
635 #IQuickActivate - efficient object loading
636 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}]
637 @="IQuickActivate"
639 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\NumMethods]
640 @="6"
642 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\ProxyStubClsid32]
643 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
645 #IObjectWithSite - an object with site
646 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}]
647 @="IObjectWithSite"
649 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\NumMethods]
650 @="5"
652 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\ProxyStubClsid32]
653 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
658 # Entries for OLEAUT32 (OLE Automation)
661 # The Universal Marshaler, also known as the Type Library Marshaler.
662 # (PSOAInterface = Proxy/Stub OLE Automation interface)
663 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}]
664 @="PSOAInterface"
666 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer]
667 @="ole2disp.dll"
669 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer32]
670 @="oleaut32.dll"
671 "ThreadingModel"="Both"
673 #Other PS* classes
674 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}]
675 @="PSDispatch"
677 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer]
678 @="ole2disp.dll"
680 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer32]
681 @="oleaut32.dll"
682 "ThreadingModel"="Both"
684 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}]
685 @="PSEnumVariant"
687 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer]
688 @="ole2disp.dll"
690 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer32]
691 @="oleaut32.dll"
692 "ThreadingModel"="Both"
694 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}]
695 @="PSTypeInfo"
697 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer]
698 @="ole2disp.dll"
700 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer32]
701 @="oleaut32.dll"
702 "ThreadingModel"="Both"
704 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}]
705 @="PSTypeLib"
707 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer]
708 @="ole2disp.dll"
710 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer32]
711 @="oleaut32.dll"
712 "ThreadingModel"="Both"
714 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}]
715 @="PSTypeComp"
717 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer]
718 @="ole2disp.dll"
720 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer32]
721 @="oleaut32.dll"
722 "ThreadingModel"="Both"
724 #Other OLEAUT32 entries
725 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}]
726 @="CLSID_RecordInfo"
728 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}\InprocServer32]
729 @="oleaut32.dll"
730 "ThreadingModel"="Both"
732 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}]
733 @="CLSID_StdFont"
735 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\CLSID]
736 @="Standard Font"
738 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
739 @="oleaut32.dll"
740 "ThreadingModel"="Both"
742 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\ProgID]
743 @="StdFont"
745 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}]
746 @="CLSID_StdPict"
748 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\CLSID]
749 @="Standard Picture"
751 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
752 @="oleaut32.dll"
753 "ThreadingModel"="Apartment"
755 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\ProgID]
756 @="StdPicture"
758 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}]
759 @="Obsolete Font"
761 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\CLSID]
762 @="Obsolete Font"
764 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\InprocServer32]
765 @="oleaut32.dll"
767 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\ProgID]
768 @="OldFont"
770 [HKEY_LOCAL_MACHINE\Software\Classes\OldFont\CLSID]
771 @="{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}"
773 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\StdFont\CLSID]
774 @="{0BE35203-8F91-11CE-9DE3-00AA004BB851}"
776 [HKEY_LOCAL_MACHINE\Software\Classes\StdPicture\CLSID]
777 @="{0BE35204-8F91-11CE-9DE3-00AA004BB851}"
779 # OLE Automation type libraries.
780 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0]
781 @="OLE Automation"
783 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16]
784 @="stdole.tlb"
786 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32]
787 @="stdole32.tlb"
789 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS]
790 @="1"
792 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0]
793 @="OLE Automation"
795 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32]
796 @="stdole2.tlb"
798 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS]
799 @="0"
802 # SHELL32 entries base classes of the desktop/ shelllinks
803 # Used by common dialogs, programs creating and many others
806 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
807 @="Shortcut"
809 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
810 @="shell32.dll"
811 "ThreadingModel"="Apartment"
813 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
814 @="Shortcut"
816 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
817 @="shell32.dll"
818 "ThreadingModel"="Apartment"
820 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
821 @=""
824 # Entries for COMCAT (Component Category Manager)
827 # The Component Category Manager
828 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}]
829 @="StdComponentCategoriesMgr"
831 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}\InProcServer32]
832 @="comcat.dll"
833 "ThreadingModel"="Both"
836 # Entries for DirectX. Used by high-performance multimedia applications, like games.
839 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
840 "Version"="4.07.00.0700"
842 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
843 @="DirectDraw Object"
845 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
846 @="ddraw.dll"
847 "ThreadingModel"="Both"
849 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
850 @="DirectDraw Clipper Object"
852 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
853 @="ddraw.dll"
854 "ThreadingModel"="Both"
856 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
857 @="DirectPlay Object"
859 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
860 @="dplayx.dll"
861 "ThreadingModel"="Both"
863 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
864 @="DirectSound Object"
866 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
867 @="dsound.dll"
868 "ThreadingModel"="Both"
871 # Entries used by Internet Explorer installer
874 # Active Setup is installed
875 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}]
876 @="Microsoft Active Setup Engine"
878 # Active Setup is installed
879 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}\InProcServer32]
880 @="inseng.dll"
881 "ThreadingModel"="Apartment"
883 # IDispatch
884 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}]
885 @="IDispatch"
887 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32]
888 @="{00020420-0000-0000-C000-000000000046}"
890 # Without this IE setup creates garbage filenames in Windows directory
891 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Advanced INF Setup]
892 @=""
894 # Session Manager is installed
895 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager]
896 @=""
898 # NT 4.0 SP6 is installed
899 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Windows]
900 "CSDVersion"=dword:00000600
903 # Entries for programs that read the registry to get Serial/Com Port info
905 [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SerialComm]
906 "Serial0"="COM1"
909 # Entries for Multimedia
912 # Midi Mapper
913 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap] 989041554
914 "AutoScheme"=dword:00000000
915 "CurrentInstrument"="#0"
916 "UseScheme"=dword:00000000
919 # Entries for IWebBrowser
920 # Used by Internet Explorer HTML-rendering control
923 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
924 @="Shortcut"
926 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
927 @="shdocvw.dll"
928 "ThreadingModel"="Apartment"
930 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
931 @="Shortcut"
933 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
934 @="shdocvw.dll"
935 "ThreadingModel"="Apartment"
937 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\shellex\MayChangeDefaultMenu]
938 @=""
942 # Entries for Mozilla ActiveX control support
945 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}]
946 @="MozillaBrowser Class"
948 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Control]
950 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\InprocServer32]
951 @="mozctl.dll"
952 "ThreadingModel"="Apartment"
954 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Insertable]
956 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus]
957 @="0"
959 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus\1]
960 @="131473"
962 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ProgID]
963 @="Mozilla.Browser.1"
965 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Programmable]
967 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ToolboxBitmap32]
968 @="mozctl.dll, 1"
970 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\TypeLib]
971 @="{1339B53E-3453-11D2-93B9-000000000000}"
973 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Version]
974 @="1.0"
976 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\VersionIndependentProgID]
977 @="Mozilla.Browser"
979 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser]
980 @="Mozilla Web Browser"
982 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser\CurVer]
983 @="Mozilla.Browser.1"
985 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1]
986 @="Mozilla Web Browser"
988 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1\CLSID]
989 @="{1339B54C-3453-11D2-93B9-000000000000}"
991 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
992 @="MozillaControl 1.0 Type Library"
994 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
995 @="C:\\mozilla\\bin\\mozctl.dll"
997 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla]
998 "BinDirectoryPath"="C:\\mozilla\\bin"
1000 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
1001 @="MozillaControl 1.0 Type Library"
1003 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
1004 @="C:\\mozilla\\bin\\mozctl.dll"
1006 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
1007 "Arial CE,238"="Arial,238"
1008 "Arial CYR,204"="Arial,204"
1009 "Arial Greek,161"="Arial,161"
1010 "Arial TUR,162"="Arial,162"
1011 "Courier New CE,238"="Courier New,238"
1012 "Courier New CYR,204"="Courier New,204"
1013 "Courier New Greek,161"="Courier New,161"
1014 "Courier New TUR,162"="Courier New,162"
1015 "Helv"="Arial"
1016 "Helvetica"="Arial"
1017 "MS Shell Dlg"="Tahoma"
1018 "MS Shell Dlg 2"="Tahoma"
1019 "Times"="Times New Roman"
1020 "Times New Roman CE,238"="Times New Roman,238"
1021 "Times New Roman CYR,204"="Times New Roman,204"
1022 "Times New Roman Greek,161"="Times New Roman,161"
1023 "Times New Roman TUR,162"="Times New Roman,162"
1024 "Tms Rmn"="Times New Roman"