- Fix the tics drawing code.
[wine] / winedefault.reg
1 # These entries must apparently exist in any win95-compatible registry.
2 # (feed this to `regapi setValue' to install)
3
4 # Shell Folders. The purpose of these are pretty self-evident.
5 # Primarily used by installation programs and the Explorer.
6
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"
19
20 [HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
21 "Personal"="C:\\My Documents"
22 "Favorites"="C:\\WINDOWS\\Favorites"
23
24 # Same as above, but for HKEY_CURRENT_USER, not HKEY_USERS\.Default
25
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"
38
39 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
40 "Personal"="C:\\My Documents"
41 "Favorites"="C:\\WINDOWS\\Favorites"
42
43 [HKEY_CURRENT_USER\Control Panel\desktop]
44 "DragFullWindows"="0"
45
46 #
47 # Override default load address of BDE (Borland database engine),
48 # since it's not available on Linux
49 #
50
51 [HKEY_LOCAL_MACHINE\Software\Borland\Database Engine\Settings\SYSTEM\INIT]
52 "SHAREDMEMLOCATION"="9000"
53
54 #
55 # General OLE/DCOM config
56 #
57
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"
63
64 #
65 # General installation config
66 #
67
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
74
75 # Font name to font file mappings
76 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts]
77 # "Arial (TrueType)"="ARIAL.TTF"      # sample entry
78 @=""
79
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"
85
86 #
87 # Configuration for unhandled exceptions
88 #
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"
94
95 #
96 # This identifies the files for available code pages
97 #
98
99 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Codepage]
100 "ACP"="1252"
101 "OEMCP"="437"
102
103 #
104 # Entries for OLE32 (COM/OLE base)
105 #
106
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"
111
112 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00000320-0000-0000-C000-000000000046}\InProcServer32]
113 @="ole32.dll"
114 "ThreadingModel"="Both"
115
116 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0000030b-0000-0000-C000-000000000046}]
117 @="DfMarshal"
118
119 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0000030b-0000-0000-C000-000000000046}\InProcServer32]
120 @="ole32.dll"
121 "ThreadingModel"="Both"
122
123 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{B196B286-BAB4-101A-B69C-00AA00341D07}]
124 @="PSFactoryBuffer"
125
126 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{B196B286-BAB4-101A-B69C-00AA00341D07}\InprocServer32]
127 @="oleaut32.dll"
128 "ThreadingModel"="Both"
129
130 # IUnknown, the superclass for everything COM/OLE.
131 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}]
132 @="IUnknown"
133
134 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\BaseInterface]
135 @=""
136
137 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\NumMethods]
138 @="3"
139
140 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000000-0000-0000-C000-000000000046}\ProxyStubClsid32]
141 @="{00000320-0000-0000-C000-000000000046}"
142
143 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}]
144 @="IPersistStorage"
145
146 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\BaseInterface]
147 @="{0000010C-0000-0000-C000-000000000046}"
148
149 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\NumMethods]
150 @="10"
151
152 [HKEY_CLASSES_ROOT\Interface\{0000010a-0000-0000-C000-000000000046}\ProxyStubClsid32]
153 @="{00000320-0000-0000-C000-000000000046}"
154
155 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}]
156 @="IDataObject"
157
158 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\NumMethods]
159 @="12"
160
161 [HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\ProxyStubClsid32]
162 @="{00000320-0000-0000-C000-000000000046}"
163
164 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}]
165 @="IOleObject"
166
167 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\NumMethods]
168 @="24"
169
170 [HKEY_CLASSES_ROOT\Interface\{00000112-0000-0000-C000-000000000046}\ProxyStubClsid32]
171 @="{00000320-0000-0000-C000-000000000046}"
172
173 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}]
174 @="IDataObject"
175
176 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}\ProxyStubClsid32]
177 @="{00000320-0000-0000-C000-000000000046}"
178
179 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{0000010E-0000-0000-C000-000000000046}\NumMethods]
180 @="12"
181
182 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}]
183 @="IAdviseSink"
184
185 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\NumMethods]
186 @="8"
187
188 [HKEY_CLASSES_ROOT\Interface\{0000010f-0000-0000-C000-000000000046}\ProxyStubClsid32]
189 @="{00000320-0000-0000-C000-000000000046}"
190
191 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}]
192 @="IOleClientSite"
193
194 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\NumMethods]
195 @="9"
196
197 [HKEY_CLASSES_ROOT\Interface\{00000118-0000-0000-C000-000000000046}\ProxyStubClsid32]
198 @="{00000320-0000-0000-C000-000000000046}"
199
200 [HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}]
201 @="FileMoniker"
202
203 [HKEY_CLASSES_ROOT\CLSID\{00000303-0000-0000-C000-000000000046}\InprocServer32]
204 @="ole32.dll"
205
206 [HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}]
207 @="ItemMoniker"
208
209 [HKEY_CLASSES_ROOT\CLSID\{00000304-0000-0000-C000-000000000046}\InprocServer32]
210 @="ole32.dll"
211
212 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}]
213 @="IDispatch"
214
215 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid]
216 @="{00020420-0000-0000-C000-000000000046}"
217
218 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32]
219 @="{00020420-0000-0000-C000-000000000046}"
220
221 [HKEY_CLASSES_ROOT\Interface\{00020400-0000-0000-C000-000000000046}\NumMethods]
222 @="7"
223
224 # IClassFactory, standard interface for creating instances of classes.
225 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}]
226 @="IClassFactory"
227
228 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\NumMethods]
229 @="5"
230
231 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\ProxyStubClsid32]
232 @="{00000320-0000-0000-C000-000000000046}"
233
234 #IClassFactory2 - IClassFactory with licensing support
235 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}]
236 @="IClassFactory2"
237
238 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\NumMethods]
239 @="8"
240
241 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
242 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
243
244 #ITypeLib2 - ITypeLib decendant
245 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}]
246 @="ITypeLib2"
247
248 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\NumMethods]
249 @="16"
250
251 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\ProxyStubClsid32]
252 @="{00020420-0000-0000-C000-000000000046}"
253
254 #ITypeInfo2 - ITypeInfo decendant
255 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}]
256 @="ITypeInfo2"
257
258 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\NumMethods]
259 @="32"
260
261 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\ProxyStubClsid32]
262 @="{00020420-0000-0000-C000-000000000046}"
263
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"
267
268 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\NumMethods]
269 @="8"
270
271 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
272 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
273
274 #ICreateErrorInfo - creates an instance of generic error object
275 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}]
276 @="ICreateErrorInfo"
277
278 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\NumMethods]
279 @="8"
280
281 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
282 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
283
284 #IErrorLog - an error log interface
285 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}]
286 @="IErrorLog"
287
288 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\NumMethods]
289 @="4"
290
291 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\ProxyStubClsid32]
292 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
293
294 #IPropertyPage - property page interface
295 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}]
296 @="IPropertyPage"
297
298 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\NumMethods]
299 @="14"
300
301 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
302 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
303
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"
307
308 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\NumMethods]
309 @="15"
310
311 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\ProxyStubClsid32]
312 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
313
314 #ISpecifyPropertyPages - property pages support
315 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}]
316 @="ISpecifyPropertyPages"
317
318 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\NumMethods]
319 @="4"
320
321 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
322 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
323
324 #IPropertyPageSite - property pages management
325 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}]
326 @="IPropertyPageSite"
327
328 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\NumMethods]
329 @="7"
330
331 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
332 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
333
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"
337
338 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\NumMethods]
339 @="5"
340
341 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
342 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
343
344 #Enhancement of IPropertyBag interface
345 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}]
346 @="IPropertyBag2"
347
348 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
349 @="8"
350
351 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
352 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
353
354 #IPersistPropertyBag - property-based persistence interface
355 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}]
356 @="IPersistPropertyBag"
357
358 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\NumMethods]
359 @="7"
360
361 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
362 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
363
364 #IPersistPropertyBag2 - allows to support properties, implemented by IPropertyBag2
365 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}]
366 @="IPersistPropertyBag2"
367
368 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
369 @="8"
370
371 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
372 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
373
374 #IPerPropertyBrowsing - property pages browser
375 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}]
376 @="IPerPropertyBrowsing"
377
378 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\NumMethods]
379 @="7"
380
381 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\ProxyStubClsid32]
382 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
383
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"
387
388 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\NumMethods]
389 @="9"
390
391 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\ProxyStubClsid32]
392 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
393
394 #IFontEventsDisp - interface used in font events processing
395 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}]
396 @="IFontEventsDisp"
397
398 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\NumMethods]
399 @="7"
400
401 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\ProxyStubClsid32]
402 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
403
404 #IPointerInactive - allows an object to be inactive
405 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}]
406 @="IPointerInactive"
407
408 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\NumMethods]
409 @="6"
410
411 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\ProxyStubClsid32]
412 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
413
414 #ISimpleFrameSite - container-type interface
415 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}]
416 @="ISimpleFrameSite"
417
418 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\NumMethods]
419 @="5"
420
421 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\ProxyStubClsid32]
422 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
423
424 #IPicture - abstraction of a picture and its properties
425 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}]
426 @="IPicture"
427
428 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
429 @="17"
430
431 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
432 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
433
434 #IPictureDisp - provides access to IPicture's properties
435 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}]
436 @="IPictureDisp"
437
438 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
439 @="7"
440
441 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
442 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
443
444 #IPersistStreamInit - IPersistStream with an initialization method
445 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}]
446 @="IPersistStreamInit"
447
448 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\NumMethods]
449 @="9"
450
451 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\ProxyStubClsid32]
452 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
453
454 #IPropertyNotifySink - processes notifications about object changes
455 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}]
456 @="IPropertyNotifySink"
457
458 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\NumMethods]
459 @="5"
460
461 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\ProxyStubClsid32]
462 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
463
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"
467
468 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\NumMethods]
469 @="18"
470
471 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\ProxyStubClsid32]
472 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
473
474 #IOleUndoUnit - an interface for actions undo
475 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}]
476 @="IOleUndoUnit"
477
478 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
479 @="7"
480
481 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
482 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
483
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"
487
488 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
489 @="7"
490
491 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
492 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
493
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"
497
498 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
499 @="12"
500
501 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
502 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
503
504 #IOleUndoManager - allows container to support multi-level undo/redo
505 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}]
506 @="IOleUndoManager"
507
508 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
509 @="15"
510
511 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
512 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
513
514 #Provides object's type information
515 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}]
516 @="IProvideClassInfo"
517
518 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\NumMethods]
519 @="4"
520
521 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
522 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
523
524 #IProvideClassInfo2 - extention of class IProvideClassInfo
525 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}]
526 @="IProvideClassInfo2"
527
528 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\NumMethods]
529 @="5"
530
531 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\ProxyStubClsid32]
532 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
533
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"
538
539 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\NumMethods]
540 @="7"
541
542 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\ProxyStubClsid32]
543 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
544
545 #IConnectionPointContainer - connection points support
546 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}]
547 @="IConnectionPointContainer"
548
549 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\NumMethods]
550 @="5"
551
552 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
553 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
554
555 #IEnumConnectionPoints - connection points list
556 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}]
557 @="IEnumConnectionPoints"
558
559 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\NumMethods]
560 @="7"
561
562 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
563 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
564
565 #IConnectionPoint - a connection point
566 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}]
567 @="IConnectionPoint"
568
569 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\NumMethods]
570 @="8"
571
572 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
573 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
574
575 #IEnumConnections - lists current connections
576 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}]
577 @="IEnumConnections"
578
579 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\NumMethods]
580 @="7"
581
582 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
583 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
584
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"
588
589 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\NumMethods]
590 @="7"
591
592 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
593 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
594
595 #IOleControlSite - used for management objects in a container
596 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}]
597 @="IOleControlSite"
598
599 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\NumMethods]
600 @="10"
601
602 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
603 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
604
605 #IPersistMemory - for storage and retrieving objects from a stream
606 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}]
607 @="IPersistMemory"
608
609 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\NumMethods]
610 @="9"
611
612 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\ProxyStubClsid32]
613 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
614
615 #IFont - Windows font object wrapper
616 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}]
617 @="IFont"
618
619 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\NumMethods]
620 @="27"
621
622 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
623 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
624
625 #IFontDisp - provides access to IFont object properties
626 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}]
627 @="IFontDisp"
628
629 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\NumMethods]
630 @="7"
631
632 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
633 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
634
635 #IQuickActivate - efficient object loading
636 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}]
637 @="IQuickActivate"
638
639 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\NumMethods]
640 @="6"
641
642 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\ProxyStubClsid32]
643 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
644
645 #IObjectWithSite - an object with site
646 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}]
647 @="IObjectWithSite"
648
649 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\NumMethods]
650 @="5"
651
652 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\ProxyStubClsid32]
653 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
654
655
656
657 #
658 # Entries for OLEAUT32 (OLE Automation)
659 #
660
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"
665
666 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer]
667 @="ole2disp.dll"
668
669 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer32]
670 @="oleaut32.dll"
671 "ThreadingModel"="Both"
672
673 #Other PS* classes
674 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}]
675 @="PSDispatch"
676
677 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer]
678 @="ole2disp.dll"
679
680 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer32]
681 @="oleaut32.dll"
682 "ThreadingModel"="Both"
683
684 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}]
685 @="PSEnumVariant"
686
687 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer]
688 @="ole2disp.dll"
689
690 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer32]
691 @="oleaut32.dll"
692 "ThreadingModel"="Both"
693
694 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}]
695 @="PSTypeInfo"
696
697 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer]
698 @="ole2disp.dll"
699
700 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer32]
701 @="oleaut32.dll"
702 "ThreadingModel"="Both"
703
704 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}]
705 @="PSTypeLib"
706
707 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer]
708 @="ole2disp.dll"
709
710 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer32]
711 @="oleaut32.dll"
712 "ThreadingModel"="Both"
713
714 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}]
715 @="PSTypeComp"
716
717 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer]
718 @="ole2disp.dll"
719
720 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer32]
721 @="oleaut32.dll"
722 "ThreadingModel"="Both"
723
724 #Other OLEAUT32 entries
725 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}]
726 @="CLSID_RecordInfo"
727
728 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}\InprocServer32]
729 @="oleaut32.dll"
730 "ThreadingModel"="Both"
731
732 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}]
733 @="CLSID_StdFont"
734
735 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\CLSID]
736 @="Standard Font"
737
738 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
739 @="oleaut32.dll"
740 "ThreadingModel"="Both"
741
742 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\ProgID]
743 @="StdFont"
744
745 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}]
746 @="CLSID_StdPict"
747
748 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\CLSID]
749 @="Standard Picture"
750
751 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
752 @="oleaut32.dll"
753 "ThreadingModel"="Apartment"
754
755 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\ProgID]
756 @="StdPicture"
757
758 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}]
759 @="Obsolete Font"
760
761 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\CLSID]
762 @="Obsolete Font"
763
764 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\InprocServer32]
765 @="oleaut32.dll"
766
767 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\ProgID]
768 @="OldFont"
769
770 [HKEY_LOCAL_MACHINE\Software\Classes\OldFont\CLSID]
771 @="{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}"
772
773 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\StdFont\CLSID]
774 @="{0BE35203-8F91-11CE-9DE3-00AA004BB851}"
775
776 [HKEY_LOCAL_MACHINE\Software\Classes\StdPicture\CLSID]
777 @="{0BE35204-8F91-11CE-9DE3-00AA004BB851}"
778
779 # OLE Automation type libraries.
780 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0]
781 @="OLE Automation"
782
783 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16]
784 @="stdole.tlb"
785
786 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32]
787 @="stdole32.tlb"
788
789 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS]
790 @="1"
791
792 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0]
793 @="OLE Automation"
794
795 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32]
796 @="stdole2.tlb"
797
798 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS]
799 @="0"
800
801 #
802 # SHELL32 entries base classes of the desktop/ shelllinks
803 # Used by common dialogs, programs creating and many others
804 #
805
806 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
807 @="Shortcut"
808
809 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
810 @="shell32.dll"
811 "ThreadingModel"="Apartment"
812
813 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
814 @="Shortcut"
815
816 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
817 @="shell32.dll"
818 "ThreadingModel"="Apartment"
819
820 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
821 @=""
822
823 #
824 # Entries for COMCAT (Component Category Manager)
825 #
826
827 # The Component Category Manager
828 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}]
829 @="StdComponentCategoriesMgr"
830
831 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}\InProcServer32]
832 @="comcat.dll"
833 "ThreadingModel"="Both"
834
835 #
836 # Entries for DirectX. Used by high-performance multimedia applications, like games.
837 #
838
839 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
840 "Version"="4.07.00.0700"
841
842 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
843 @="DirectDraw Object"
844
845 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
846 @="ddraw.dll"
847 "ThreadingModel"="Both"
848
849 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
850 @="DirectDraw Clipper Object"
851
852 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
853 @="ddraw.dll"
854 "ThreadingModel"="Both"
855
856 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
857 @="DirectPlay Object"
858
859 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
860 @="dplayx.dll"
861 "ThreadingModel"="Both"
862
863 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
864 @="DirectSound Object"
865
866 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
867 @="dsound.dll"
868 "ThreadingModel"="Both"
869
870 #
871 # Entries used by Internet Explorer installer
872 #
873
874 # Active Setup is installed
875 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}]
876 @="Microsoft Active Setup Engine"
877
878 # Active Setup is installed
879 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}\InProcServer32]
880 @="inseng.dll"
881 "ThreadingModel"="Apartment"
882
883 # IDispatch
884 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}]
885 @="IDispatch"
886
887 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32]
888 @="{00020420-0000-0000-C000-000000000046}"
889
890 # Without this IE setup creates garbage filenames in Windows directory
891 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Advanced INF Setup]
892 @=""
893
894 # Session Manager is installed
895 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager]
896 @=""
897
898 # NT 4.0 SP6 is installed
899 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Windows]
900 "CSDVersion"=dword:00000600
901
902 #
903 # Entries for programs that read the registry to get Serial/Com Port info
904 #
905 [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SerialComm]
906 "Serial0"="COM1"
907
908 #
909 # Entries for Multimedia
910 #
911
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
917
918 #
919 # Entries for IWebBrowser
920 # Used by Internet Explorer HTML-rendering control
921 #
922
923 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
924 @="Shortcut"
925
926 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
927 @="shdocvw.dll"
928 "ThreadingModel"="Apartment"
929
930 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
931 @="Shortcut"
932
933 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
934 @="shdocvw.dll"
935 "ThreadingModel"="Apartment"
936
937 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\shellex\MayChangeDefaultMenu]
938 @=""
939
940
941 #
942 # Entries for Mozilla ActiveX control support
943 #
944
945 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}]
946 @="MozillaBrowser Class"
947
948 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Control]
949
950 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\InprocServer32]
951 @="mozctl.dll"
952 "ThreadingModel"="Apartment"
953
954 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Insertable]
955
956 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus]
957 @="0"
958
959 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus\1]
960 @="131473"
961
962 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ProgID]
963 @="Mozilla.Browser.1"
964
965 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Programmable]
966
967 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ToolboxBitmap32]
968 @="mozctl.dll, 1"
969
970 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\TypeLib]
971 @="{1339B53E-3453-11D2-93B9-000000000000}"
972
973 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Version]
974 @="1.0"
975
976 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\VersionIndependentProgID]
977 @="Mozilla.Browser"
978
979 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser]
980 @="Mozilla Web Browser"
981
982 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser\CurVer]
983 @="Mozilla.Browser.1"
984
985 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1]
986 @="Mozilla Web Browser"
987
988 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1\CLSID]
989 @="{1339B54C-3453-11D2-93B9-000000000000}"
990
991 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
992 @="MozillaControl 1.0 Type Library"
993
994 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
995 @="C:\\mozilla\\bin\\mozctl.dll"
996
997 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla]
998 "BinDirectoryPath"="C:\\mozilla\\bin"
999
1000 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
1001 @="MozillaControl 1.0 Type Library"
1002
1003 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
1004 @="C:\\mozilla\\bin\\mozctl.dll"
1005
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"