Convert HKL to a void*.
[wine/multimedia.git] / winedefault.reg
blobd47bc1995a34e112036d48861ffd16f6626e1e38
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 # IClassFactory, standard interface for creating instances of classes.
144 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}]
145 @="IClassFactory"
147 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\NumMethods]
148 @="5"
150 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00000001-0000-0000-C000-000000000046}\ProxyStubClsid32]
151 @="{00000320-0000-0000-C000-000000000046}"
153 #IClassFactory2 - IClassFactory with licensing support
154 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}]
155 @="IClassFactory2"
157 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\NumMethods]
158 @="8"
160 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28F-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
161 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
163 #ITypeLib2 - ITypeLib decendant
164 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}]
165 @="ITypeLib2"
167 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\NumMethods]
168 @="16"
170 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020411-0000-0000-C000-000000000046}\ProxyStubClsid32]
171 @="{00020420-0000-0000-C000-000000000046}"
173 #ITypeInfo2 - ITypeInfo decendant
174 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}]
175 @="ITypeInfo2"
177 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\NumMethods]
178 @="32"
180 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{00020412-0000-0000-C000-000000000046}\ProxyStubClsid32]
181 @="{00020420-0000-0000-C000-000000000046}"
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"
187 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\NumMethods]
188 @="8"
190 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{1CF2B120-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
191 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
193 #ICreateErrorInfo - creates an instance of generic error object
194 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}]
195 @="ICreateErrorInfo"
197 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\NumMethods]
198 @="8"
200 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F03340-547D-101B-8E65-08002B2BD119}\ProxyStubClsid32]
201 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
203 #IErrorLog - an error log interface
204 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}]
205 @="IErrorLog"
207 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\NumMethods]
208 @="4"
210 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3127CA40-446E-11CE-8135-00AA004BB851}\ProxyStubClsid32]
211 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
213 #IPropertyPage - property page interface
214 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}]
215 @="IPropertyPage"
217 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\NumMethods]
218 @="14"
220 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
221 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
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"
227 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\NumMethods]
228 @="15"
230 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}\ProxyStubClsid32]
231 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
233 #ISpecifyPropertyPages - property pages support
234 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}]
235 @="ISpecifyPropertyPages"
237 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\NumMethods]
238 @="4"
240 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28B-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
241 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
243 #IPropertyPageSite - property pages management
244 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}]
245 @="IPropertyPageSite"
247 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\NumMethods]
248 @="7"
250 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28C-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
251 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
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"
257 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\NumMethods]
258 @="5"
260 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55272A00-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
261 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
263 #Enhancement of IPropertyBag interface
264 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}]
265 @="IPropertyBag2"
267 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
268 @="8"
270 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55882-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
271 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
273 #IPersistPropertyBag - property-based persistence interface
274 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}]
275 @="IPersistPropertyBag"
277 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\NumMethods]
278 @="7"
280 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{37D84F60-42CB-11CE-8135-00AA004BB851}\ProxyStubClsid32]
281 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
283 #IPersistPropertyBag2 - allows to support properties, implemented by IPropertyBag2
284 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}]
285 @="IPersistPropertyBag2"
287 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\NumMethods]
288 @="8"
290 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{22F55881-280B-11D0-A8A9-00A0C90C2004}\ProxyStubClsid32]
291 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
293 #IPerPropertyBrowsing - property pages browser
294 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}]
295 @="IPerPropertyBrowsing"
297 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\NumMethods]
298 @="7"
300 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\ProxyStubClsid32]
301 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
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"
307 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\NumMethods]
308 @="9"
310 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\ProxyStubClsid32]
311 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
313 #IFontEventsDisp - interface used in font events processing
314 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}]
315 @="IFontEventsDisp"
317 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\NumMethods]
318 @="7"
320 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{4EF6100A-AF88-11D0-9846-00C04FC29993}\ProxyStubClsid32]
321 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
323 #IPointerInactive - allows an object to be inactive
324 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}]
325 @="IPointerInactive"
327 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\NumMethods]
328 @="6"
330 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\ProxyStubClsid32]
331 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
333 #ISimpleFrameSite - container-type interface
334 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}]
335 @="ISimpleFrameSite"
337 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\NumMethods]
338 @="5"
340 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{742B0E01-14E6-101B-914E-00AA00300CAB}\ProxyStubClsid32]
341 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
343 #IPicture - abstraction of a picture and its properties
344 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}]
345 @="IPicture"
347 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
348 @="17"
350 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
351 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
353 #IPictureDisp - provides access to IPicture's properties
354 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}]
355 @="IPictureDisp"
357 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\NumMethods]
358 @="7"
360 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\ProxyStubClsid32]
361 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
363 #IPersistStreamInit - IPersistStream with an initialization method
364 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}]
365 @="IPersistStreamInit"
367 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\NumMethods]
368 @="9"
370 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{7FD52380-4E07-101B-AE2D-08002B2EC713}\ProxyStubClsid32]
371 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
373 #IPropertyNotifySink - processes notifications about object changes
374 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}]
375 @="IPropertyNotifySink"
377 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\NumMethods]
378 @="5"
380 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\ProxyStubClsid32]
381 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
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"
387 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\NumMethods]
388 @="18"
390 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\ProxyStubClsid32]
391 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
393 #IOleUndoUnit - an interface for actions undo
394 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}]
395 @="IOleUndoUnit"
397 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
398 @="7"
400 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
401 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
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"
407 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
408 @="7"
410 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
411 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
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"
417 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
418 @="12"
420 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
421 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
423 #IOleUndoManager - allows container to support multi-level undo/redo
424 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}]
425 @="IOleUndoManager"
427 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\NumMethods]
428 @="15"
430 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{D001F200-EF97-11CE-9BC9-00AA00608E01}\ProxyStubClsid32]
431 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
433 #Provides object's type information
434 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}]
435 @="IProvideClassInfo"
437 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\NumMethods]
438 @="4"
440 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
441 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
443 #IProvideClassInfo2 - extention of class IProvideClassInfo
444 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}]
445 @="IProvideClassInfo2"
447 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\NumMethods]
448 @="5"
450 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\ProxyStubClsid32]
451 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
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"
458 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\NumMethods]
459 @="7"
461 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\ProxyStubClsid32]
462 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
464 #IConnectionPointContainer - connection points support
465 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}]
466 @="IConnectionPointContainer"
468 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\NumMethods]
469 @="5"
471 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B284-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
472 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
474 #IEnumConnectionPoints - connection points list
475 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}]
476 @="IEnumConnectionPoints"
478 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\NumMethods]
479 @="7"
481 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B285-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
482 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
484 #IConnectionPoint - a connection point
485 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}]
486 @="IConnectionPoint"
488 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\NumMethods]
489 @="8"
491 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B286-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
492 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
494 #IEnumConnections - lists current connections
495 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}]
496 @="IEnumConnections"
498 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\NumMethods]
499 @="7"
501 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B287-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
502 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
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"
508 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\NumMethods]
509 @="7"
511 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B288-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
512 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
514 #IOleControlSite - used for management objects in a container
515 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}]
516 @="IOleControlSite"
518 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\NumMethods]
519 @="10"
521 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B289-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
522 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
524 #IPersistMemory - for storage and retrieving objects from a stream
525 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}]
526 @="IPersistMemory"
528 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\NumMethods]
529 @="9"
531 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\ProxyStubClsid32]
532 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
534 #IFont - Windows font object wrapper
535 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}]
536 @="IFont"
538 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\NumMethods]
539 @="27"
541 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
542 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
544 #IFontDisp - provides access to IFont object properties
545 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}]
546 @="IFontDisp"
548 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\NumMethods]
549 @="7"
551 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\ProxyStubClsid32]
552 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
554 #IQuickActivate - efficient object loading
555 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}]
556 @="IQuickActivate"
558 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\NumMethods]
559 @="6"
561 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\ProxyStubClsid32]
562 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
564 #IObjectWithSite - an object with site
565 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}]
566 @="IObjectWithSite"
568 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\NumMethods]
569 @="5"
571 [HKEY_LOCAL_MACHINE\Software\Classes\Interface\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\ProxyStubClsid32]
572 @="{B196B286-BAB4-101A-B69C-00AA00341D07}"
577 # Entries for OLEAUT32 (OLE Automation)
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"
585 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer]
586 @="ole2disp.dll"
588 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00020424-0000-0000-C000-000000000046}\InProcServer32]
589 @="oleaut32.dll"
590 "ThreadingModel"="Both"
592 #Other PS* classes
593 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}]
594 @="PSDispatch"
596 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer]
597 @="ole2disp.dll"
599 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer32]
600 @="oleaut32.dll"
601 "ThreadingModel"="Both"
603 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}]
604 @="PSEnumVariant"
606 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer]
607 @="ole2disp.dll"
609 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer32]
610 @="oleaut32.dll"
611 "ThreadingModel"="Both"
613 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}]
614 @="PSTypeInfo"
616 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer]
617 @="ole2disp.dll"
619 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer32]
620 @="oleaut32.dll"
621 "ThreadingModel"="Both"
623 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}]
624 @="PSTypeLib"
626 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer]
627 @="ole2disp.dll"
629 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020423-0000-0000-C000-000000000046}\InprocServer32]
630 @="oleaut32.dll"
631 "ThreadingModel"="Both"
633 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}]
634 @="PSTypeComp"
636 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer]
637 @="ole2disp.dll"
639 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{00020425-0000-0000-C000-000000000046}\InprocServer32]
640 @="oleaut32.dll"
641 "ThreadingModel"="Both"
643 #Other OLEAUT32 entries
644 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}]
645 @="CLSID_RecordInfo"
647 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0000002F-0000-0000-C000-000000000046}\InprocServer32]
648 @="oleaut32.dll"
649 "ThreadingModel"="Both"
651 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}]
652 @="CLSID_StdFont"
654 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\CLSID]
655 @="Standard Font"
657 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
658 @="oleaut32.dll"
659 "ThreadingModel"="Both"
661 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\ProgID]
662 @="StdFont"
664 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}]
665 @="CLSID_StdPict"
667 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\CLSID]
668 @="Standard Picture"
670 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\InprocServer32]
671 @="oleaut32.dll"
672 "ThreadingModel"="Apartment"
674 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\ProgID]
675 @="StdPicture"
677 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}]
678 @="Obsolete Font"
680 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\CLSID]
681 @="Obsolete Font"
683 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\InprocServer32]
684 @="oleaut32.dll"
686 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\ProgID]
687 @="OldFont"
689 [HKEY_LOCAL_MACHINE\Software\Classes\OldFont\CLSID]
690 @="{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}"
692 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\StdFont\CLSID]
693 @="{0BE35203-8F91-11CE-9DE3-00AA004BB851}"
695 [HKEY_LOCAL_MACHINE\Software\Classes\StdPicture\CLSID]
696 @="{0BE35204-8F91-11CE-9DE3-00AA004BB851}"
698 # OLE Automation type libraries.
699 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0]
700 @="OLE Automation"
702 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16]
703 @="stdole.tlb"
705 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32]
706 @="stdole32.tlb"
708 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS]
709 @="1"
711 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0]
712 @="OLE Automation"
714 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32]
715 @="stdole2.tlb"
717 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS]
718 @="0"
721 # SHELL32 entries base classes of the desktop/ shelllinks
722 # Used by common dialogs, programs creating and many others
725 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
726 @="Shortcut"
728 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
729 @="shell32.dll"
730 "ThreadingModel"="Apartment"
732 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
733 @="Shortcut"
735 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
736 @="shell32.dll"
737 "ThreadingModel"="Apartment"
739 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
740 @=""
743 # Entries for COMCAT (Component Category Manager)
746 # The Component Category Manager
747 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}]
748 @="StdComponentCategoriesMgr"
750 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}\InProcServer32]
751 @="comcat.dll"
752 "ThreadingModel"="Both"
755 # Entries for DirectX. Used by high-performance multimedia applications, like games.
758 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
759 "Version"="4.07.00.0700"
761 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]
762 @="DirectDraw Object"
764 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\InprocServer32]
765 @="ddraw.dll"
766 "ThreadingModel"="Both"
768 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}]
769 @="DirectDraw Clipper Object"
771 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\InprocServer32]
772 @="ddraw.dll"
773 "ThreadingModel"="Both"
775 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}]
776 @="DirectPlay Object"
778 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
779 @="dplayx.dll"
780 "ThreadingModel"="Both"
782 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]
783 @="DirectSound Object"
785 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}\InprocServer32]
786 @="dsound.dll"
787 "ThreadingModel"="Both"
790 # Entries used by Internet Explorer installer
793 # Active Setup is installed
794 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}]
795 @="Microsoft Active Setup Engine"
797 # Active Setup is installed
798 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6E449686-C509-11CF-AAFA-00AA00B6015C}\InProcServer32]
799 @="inseng.dll"
800 "ThreadingModel"="Apartment"
802 # IDispatch
803 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}]
804 @="IDispatch"
806 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32]
807 @="{00020420-0000-0000-C000-000000000046}"
809 # Without this IE setup creates garbage filenames in Windows directory
810 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Advanced INF Setup]
811 @=""
813 # Session Manager is installed
814 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager]
815 @=""
817 # NT 4.0 SP6 is installed
818 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Windows]
819 "CSDVersion"=dword:00000600
822 # Entries for programs that read the registry to get Serial/Com Port info
824 [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SerialComm]
825 "Serial0"="COM1"
828 # Entries for Multimedia
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
838 # Entries for IWebBrowser
839 # Used by Internet Explorer HTML-rendering control
842 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
843 @="Shortcut"
845 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
846 @="shdocvw.dll"
847 "ThreadingModel"="Apartment"
849 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}]
850 @="Shortcut"
852 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\InProcServer32]
853 @="shdocvw.dll"
854 "ThreadingModel"="Apartment"
856 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856f961-340a-11d0-a96b-00c04fd705a2}\shellex\MayChangeDefaultMenu]
857 @=""
861 # Entries for Mozilla ActiveX control support
864 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}]
865 @="MozillaBrowser Class"
867 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Control]
869 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\InprocServer32]
870 @="mozctl.dll"
871 "ThreadingModel"="Apartment"
873 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Insertable]
875 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus]
876 @="0"
878 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\MiscStatus\1]
879 @="131473"
881 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ProgID]
882 @="Mozilla.Browser.1"
884 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Programmable]
886 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\ToolboxBitmap32]
887 @="mozctl.dll, 1"
889 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\TypeLib]
890 @="{1339B53E-3453-11D2-93B9-000000000000}"
892 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\Version]
893 @="1.0"
895 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1339B54C-3453-11D2-93B9-000000000000}\VersionIndependentProgID]
896 @="Mozilla.Browser"
898 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser]
899 @="Mozilla Web Browser"
901 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser\CurVer]
902 @="Mozilla.Browser.1"
904 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1]
905 @="Mozilla Web Browser"
907 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mozilla.Browser.1\CLSID]
908 @="{1339B54C-3453-11D2-93B9-000000000000}"
910 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
911 @="MozillaControl 1.0 Type Library"
913 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
914 @="C:\\mozilla\\bin\\mozctl.dll"
916 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla]
917 "BinDirectoryPath"="C:\\mozilla\\bin"
919 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0]
920 @="MozillaControl 1.0 Type Library"
922 [HKEY_LOCAL_MACHINE\TypeLib\{1339B53E-3453-11D2-93B9-000000000000}\1.0\0\win32]
923 @="C:\\mozilla\\bin\\mozctl.dll"
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"