Very hacked implementation of url monikers.
[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 # IClassFactory, standard interface for creating instances of classes.
144 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}]
145 @="IClassFactory"
146
147 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\NumMethods]
148 @="5"
149
150 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\ProxyStubClsid32]
151 @="{00000320-0000-0000-C000-000000000046}"
152
153 #IClassFactory2 - IClassFactory with licensing support
154 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}]
155 @="IClassFactory2"
156
157 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\NumMethods]
158 @="8"
159
160 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
161 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
162
163 #ITypeLib2 - ITypeLib decendant
164 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}]
165 @="ITypeLib2"
166
167 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\NumMethods]
168 @="16"
169
170 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\ProxyStubClsid32]
171 @="{00020420-0000-0000-C000-000000000046}"
172
173 #ITypeInfo2 - ITypeInfo decendant
174 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}]
175 @="ITypeInfo2"
176
177 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\NumMethods]
178 @="32"
179
180 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\ProxyStubClsid32]
181 @="{00020420-0000-0000-C000-000000000046}"
182
183 #IErrorInfo - returns information about an error in addition to an error code
184 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}]
185 @="IErrorInfo"
186
187 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\NumMethods]
188 @="8"
189
190 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
191 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
192
193 #ICreateErrorInfo - creates an instance of generic error object
194 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}]
195 @="ICreateErrorInfo"
196
197 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\NumMethods]
198 @="8"
199
200 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
201 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
202
203 #IErrorLog - an error log interface
204 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}]
205 @="IErrorLog"
206
207 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\NumMethods]
208 @="4"
209
210 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\ProxyStubClsid32]
211 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
212
213 #IPropertyPage - property page interface
214 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}]
215 @="IPropertyPage"
216
217 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\NumMethods]
218 @="14"
219
220 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
221 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
222
223 #IPropertyPage2 - an extention of IPropertyPage to support initial selection on a property page
224 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}]
225 @="IPropertyPage2"
226
227 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\NumMethods]
228 @="15"
229
230 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\ProxyStubClsid32]
231 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
232
233 #ISpecifyPropertyPages - property pages support
234 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}]
235 @="ISpecifyPropertyPages"
236
237 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\NumMethods]
238 @="4"
239
240 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
241 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
242
243 #IPropertyPageSite - property pages management
244 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}]
245 @="IPropertyPageSite"
246
247 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\NumMethods]
248 @="7"
249
250 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
251 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
252
253 #IPropertyBag - an object with a properties which can be persisted
254 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}]
255 @="IPropertyBag"
256
257 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\NumMethods]
258 @="5"
259
260 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
261 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
262
263 #Enhancement of IPropertyBag interface
264 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}]
265 @="IPropertyBag2"
266
267 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
268 @="8"
269
270 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
271 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
272
273 #IPersistPropertyBag - property-based persistence interface
274 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}]
275 @="IPersistPropertyBag"
276
277 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\NumMethods]
278 @="7"
279
280 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
281 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
282
283 #IPersistPropertyBag2 - allows to support properties, implemented by IPropertyBag2
284 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}]
285 @="IPersistPropertyBag2"
286
287 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
288 @="8"
289
290 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
291 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
292
293 #IPerPropertyBrowsing - property pages browser
294 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}]
295 @="IPerPropertyBrowsing"
296
297 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\NumMethods]
298 @="7"
299
300 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\ProxyStubClsid32]
301 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
302
303 #IAdviseSinkEx - an extention of IAdviseSink which provides notifications about object status changes
304 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}]
305 @="IAdviseSinkEx"
306
307 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\NumMethods]
308 @="9"
309
310 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\ProxyStubClsid32]
311 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
312
313 #IFontEventsDisp - interface used in font events processing
314 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}]
315 @="IFontEventsDisp"
316
317 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\NumMethods]
318 @="7"
319
320 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\ProxyStubClsid32]
321 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
322
323 #IPointerInactive - allows an object to be inactive
324 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}]
325 @="IPointerInactive"
326
327 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\NumMethods]
328 @="6"
329
330 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\ProxyStubClsid32]
331 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
332
333 #ISimpleFrameSite - container-type interface
334 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}]
335 @="ISimpleFrameSite"
336
337 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\NumMethods]
338 @="5"
339
340 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\ProxyStubClsid32]
341 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
342
343 #IPicture - abstraction of a picture and its properties
344 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}]
345 @="IPicture"
346
347 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
348 @="17"
349
350 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
351 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
352
353 #IPictureDisp - provides access to IPicture's properties
354 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}]
355 @="IPictureDisp"
356
357 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
358 @="7"
359
360 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
361 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
362
363 #IPersistStreamInit - IPersistStream with an initialization method
364 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}]
365 @="IPersistStreamInit"
366
367 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\NumMethods]
368 @="9"
369
370 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\ProxyStubClsid32]
371 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
372
373 #IPropertyNotifySink - processes notifications about object changes
374 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}]
375 @="IPropertyNotifySink"
376
377 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\NumMethods]
378 @="5"
379
380 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\ProxyStubClsid32]
381 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
382
383 #IOleInPlaceSiteEx - allows an object to use activation and deactivation notifications
384 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}]
385 @="IOleInPlaceSiteEx"
386
387 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\NumMethods]
388 @="18"
389
390 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\ProxyStubClsid32]
391 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
392
393 #IOleUndoUnit - an interface for actions undo
394 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}]
395 @="IOleUndoUnit"
396
397 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
398 @="7"
399
400 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
401 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
402
403 #IEnumOleUndoUnits - provides access to the list of OLE undo units
404 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}]
405 @="IEnumOleUndoUnits"
406
407 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
408 @="7"
409
410 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
411 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
412
413 #IOleParentUndoUnit - an undo unit which can contain other undo units
414 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}]
415 @="IOleParentUndoUnit"
416
417 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
418 @="12"
419
420 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
421 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
422
423 #IOleUndoManager - allows container to support multi-level undo/redo
424 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}]
425 @="IOleUndoManager"
426
427 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
428 @="15"
429
430 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
431 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
432
433 #Provides object's type information
434 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}]
435 @="IProvideClassInfo"
436
437 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\NumMethods]
438 @="4"
439
440 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
441 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
442
443 #IProvideClassInfo2 - extention of class IProvideClassInfo
444 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}]
445 @="IProvideClassInfo2"
446
447 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\NumMethods]
448 @="5"
449
450 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\ProxyStubClsid32]
451 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
452
453 #IProvideMultipleClassInfo - an extention of IProvideClassInfo2 which can provide information about
454 #a few implemented classes
455 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}]
456 @="IProvideMultipleClassInfo"
457
458 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\NumMethods]
459 @="7"
460
461 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\ProxyStubClsid32]
462 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
463
464 #IConnectionPointContainer - connection points support
465 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}]
466 @="IConnectionPointContainer"
467
468 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\NumMethods]
469 @="5"
470
471 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
472 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
473
474 #IEnumConnectionPoints - connection points list
475 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}]
476 @="IEnumConnectionPoints"
477
478 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\NumMethods]
479 @="7"
480
481 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
482 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
483
484 #IConnectionPoint - a connection point
485 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}]
486 @="IConnectionPoint"
487
488 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\NumMethods]
489 @="8"
490
491 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
492 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
493
494 #IEnumConnections - lists current connections
495 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}]
496 @="IEnumConnections"
497
498 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\NumMethods]
499 @="7"
500
501 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
502 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
503
504 #IOleControl - an interface for processing of keyboard events and ambient properties
505 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}]
506 @="IOleControl"
507
508 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\NumMethods]
509 @="7"
510
511 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
512 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
513
514 #IOleControlSite - used for management objects in a container
515 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}]
516 @="IOleControlSite"
517
518 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\NumMethods]
519 @="10"
520
521 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
522 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
523
524 #IPersistMemory - for storage and retrieving objects from a stream
525 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}]
526 @="IPersistMemory"
527
528 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\NumMethods]
529 @="9"
530
531 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\ProxyStubClsid32]
532 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
533
534 #IFont - Windows font object wrapper
535 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}]
536 @="IFont"
537
538 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\NumMethods]
539 @="27"
540
541 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
542 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
543
544 #IFontDisp - provides access to IFont object properties
545 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}]
546 @="IFontDisp"
547
548 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\NumMethods]
549 @="7"
550
551 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
552 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
553
554 #IQuickActivate - efficient object loading
555 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}]
556 @="IQuickActivate"
557
558 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\NumMethods]
559 @="6"
560
561 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\ProxyStubClsid32]
562 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
563
564 #IObjectWithSite - an object with site
565 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}]
566 @="IObjectWithSite"
567
568 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\NumMethods]
569 @="5"
570
571 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\ProxyStubClsid32]
572 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
573
574
575
576 #
577 # Entries for OLEAUT32 (OLE Automation)
578 #
579
580 # The Universal Marshaler, also known as the Type Library Marshaler.
581 # (PSOAInterface = Proxy/Stub OLE Automation interface)
582 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}]
583 @="PSOAInterface"
584
585 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer]
586 @="ole2disp.dll"
587
588 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer32]
589 @="oleaut32.dll"
590 "ThreadingModel"="Both"
591
592 #Other PS* classes
593 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}]
594 @="PSDispatch"
595
596 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer]
597 @="ole2disp.dll"
598
599 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer32]
600 @="oleaut32.dll"
601 "ThreadingModel"="Both"
602
603 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}]
604 @="PSEnumVariant"
605
606 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer]
607 @="ole2disp.dll"
608
609 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer32]
610 @="oleaut32.dll"
611 "ThreadingModel"="Both"
612
613 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}]
614 @="PSTypeInfo"
615
616 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer]
617 @="ole2disp.dll"
618
619 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer32]
620 @="oleaut32.dll"
621 "ThreadingModel"="Both"
622
623 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}]
624 @="PSTypeLib"
625
626 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer]
627 @="ole2disp.dll"
628
629 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer32]
630 @="oleaut32.dll"
631 "ThreadingModel"="Both"
632
633 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}]
634 @="PSTypeComp"
635
636 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer]
637 @="ole2disp.dll"
638
639 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer32]
640 @="oleaut32.dll"
641 "ThreadingModel"="Both"
642
643 #Other OLEAUT32 entries
644 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}]
645 @="CLSID_RecordInfo"
646
647 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}\InprocServer32]
648 @="oleaut32.dll"
649 "ThreadingModel"="Both"
650
651 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}]
652 @="CLSID_StdFont"
653
654 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\CLSID]
655 @="Standard Font"
656
657 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
658 @="oleaut32.dll"
659 "ThreadingModel"="Both"
660
661 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\ProgID]
662 @="StdFont"
663
664 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}]
665 @="CLSID_StdPict"
666
667 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\CLSID]
668 @="Standard Picture"
669
670 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
671 @="oleaut32.dll"
672 "ThreadingModel"="Apartment"
673
674 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\ProgID]
675 @="StdPicture"
676
677 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}]
678 @="Obsolete Font"
679
680 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\CLSID]
681 @="Obsolete Font"
682
683 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\InprocServer32]
684 @="oleaut32.dll"
685
686 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\ProgID]
687 @="OldFont"
688
689 [HKEY_LOCAL_MACHINE\Software\Classes\OldFont\CLSID]
690 @="{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}"
691
692 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\StdFont\CLSID]
693 @="{0BE35203-8F91-11CE-9DE3-00AA004BB851}"
694
695 [HKEY_LOCAL_MACHINE\Software\Classes\StdPicture\CLSID]
696 @="{0BE35204-8F91-11CE-9DE3-00AA004BB851}"
697
698 # OLE Automation type libraries.
699 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0]
700 @="OLE Automation"
701
702 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16]
703 @="stdole.tlb"
704
705 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32]
706 @="stdole32.tlb"
707
708 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS]
709 @="1"
710
711 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0]
712 @="OLE Automation"
713
714 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32]
715 @="stdole2.tlb"
716
717 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS]
718 @="0"
719
720 #
721 # SHELL32 entries base classes of the desktop/ shelllinks
722 # Used by common dialogs, programs creating and many others
723 #
724
725 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
726 @="Shortcut"
727
728 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
729 @="shell32.dll"
730 "ThreadingModel"="Apartment"
731
732 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
733 @="Shortcut"
734
735 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
736 @="shell32.dll"
737 "ThreadingModel"="Apartment"
738
739 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
740 @=""
741
742 #
743 # Entries for COMCAT (Component Category Manager)
744 #
745
746 # The Component Category Manager
747 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}]
748 @="StdComponentCategoriesMgr"
749
750 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}\InProcServer32]
751 @="comcat.dll"
752 "ThreadingModel"="Both"
753
754 #
755 # Entries for DirectX. Used by high-performance multimedia applications, like games.
756 #
757
758 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
759 "Version"="4.07.00.0700"
760
761 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
762 @="DirectDraw Object"
763
764 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
765 @="ddraw.dll"
766 "ThreadingModel"="Both"
767
768 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
769 @="DirectDraw Clipper Object"
770
771 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
772 @="ddraw.dll"
773 "ThreadingModel"="Both"
774
775 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
776 @="DirectPlay Object"
777
778 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
779 @="dplayx.dll"
780 "ThreadingModel"="Both"
781
782 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
783 @="DirectSound Object"
784
785 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
786 @="dsound.dll"
787 "ThreadingModel"="Both"
788
789 #
790 # Entries used by Internet Explorer installer
791 #
792
793 # Active Setup is installed
794 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}]
795 @="Microsoft Active Setup Engine"
796
797 # Active Setup is installed
798 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}\InProcServer32]
799 @="inseng.dll"
800 "ThreadingModel"="Apartment"
801
802 # IDispatch
803 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}]
804 @="IDispatch"
805
806 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32]
807 @="{00020420-0000-0000-C000-000000000046}"
808
809 # Without this IE setup creates garbage filenames in Windows directory
810 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Advanced INF Setup]
811 @=""
812
813 # Session Manager is installed
814 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager]
815 @=""
816
817 # NT 4.0 SP6 is installed
818 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Windows]
819 "CSDVersion"=dword:00000600
820
821 #
822 # Entries for programs that read the registry to get Serial/Com Port info
823 #
824 [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SerialComm]
825 "Serial0"="COM1"
826
827 #
828 # Entries for Multimedia
829 #
830
831 # Midi Mapper
832 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap] 989041554
833 "AutoScheme"=dword:00000000
834 "CurrentInstrument"="#0"
835 "UseScheme"=dword:00000000
836
837 #
838 # Entries for IWebBrowser
839 # Used by Internet Explorer HTML-rendering control
840 #
841
842 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
843 @="Shortcut"
844
845 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
846 @="shdocvw.dll"
847 "ThreadingModel"="Apartment"
848
849 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
850 @="Shortcut"
851
852 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
853 @="shdocvw.dll"
854 "ThreadingModel"="Apartment"
855
856 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\shellex\MayChangeDefaultMenu]
857 @=""
858
859
860 #
861 # Entries for Mozilla ActiveX control support
862 #
863
864 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}]
865 @="MozillaBrowser Class"
866
867 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Control]
868
869 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\InprocServer32]
870 @="mozctl.dll"
871 "ThreadingModel"="Apartment"
872
873 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Insertable]
874
875 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus]
876 @="0"
877
878 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus\1]
879 @="131473"
880
881 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ProgID]
882 @="Mozilla.Browser.1"
883
884 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Programmable]
885
886 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ToolboxBitmap32]
887 @="mozctl.dll, 1"
888
889 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\TypeLib]
890 @="{1339B53E-3453-11D2-93B9-000000000000}"
891
892 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Version]
893 @="1.0"
894
895 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\VersionIndependentProgID]
896 @="Mozilla.Browser"
897
898 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser]
899 @="Mozilla Web Browser"
900
901 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser\CurVer]
902 @="Mozilla.Browser.1"
903
904 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1]
905 @="Mozilla Web Browser"
906
907 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1\CLSID]
908 @="{1339B54C-3453-11D2-93B9-000000000000}"
909
910 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
911 @="MozillaControl 1.0 Type Library"
912
913 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
914 @="C:\\mozilla\\bin\\mozctl.dll"
915
916 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla]
917 "BinDirectoryPath"="C:\\mozilla\\bin"
918
919 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
920 @="MozillaControl 1.0 Type Library"
921
922 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
923 @="C:\\mozilla\\bin\\mozctl.dll"
924
925 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
926 "Arial CE,238"="Arial,238"
927 "Arial CYR,204"="Arial,204"
928 "Arial Greek,161"="Arial,161"
929 "Arial TUR,162"="Arial,162"
930 "Courier New CE,238"="Courier New,238"
931 "Courier New CYR,204"="Courier New,204"
932 "Courier New Greek,161"="Courier New,161"
933 "Courier New TUR,162"="Courier New,162"
934 "Helv"="Arial"
935 "Helvetica"="Arial"
936 "MS Shell Dlg"="Tahoma"
937 "MS Shell Dlg 2"="Tahoma"
938 "Times"="Times New Roman"
939 "Times New Roman CE,238"="Times New Roman,238"
940 "Times New Roman CYR,204"="Times New Roman,204"
941 "Times New Roman Greek,161"="Times New Roman,161"
942 "Times New Roman TUR,162"="Times New Roman,162"
943 "Tms Rmn"="Times New Roman"