Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4405 lines
238 KiB

  1. @*:
  2. @*: This file is processed by prodfilt utility. The
  3. @*: order of precedence is:
  4. @*:
  5. @*: Platform = @i: - i386
  6. @*: = @m: - ia64
  7. @*: = @a: - amd64
  8. @*: = @n: - NEC98
  9. @*:
  10. @*: Hotfix/ServicePack = @u: - Service Pack
  11. @*: = @h: - Hotfix (new update.exe style)
  12. @*: = @x: - Hotfix (old hotfix.exe style - not built)
  13. @*:
  14. @*:
  15. @*: @@ - represents any
  16. @*:
  17. @*:
  18. [Version]
  19. Signature = "$Windows NT$"
  20. LanguageType = %LangTypeValue%
  21. NtBuildToUpdate = 2600
  22. NtMajorVersionToUpdate = 5
  23. NtMinorVersionToUpdate = 1
  24. MaxNtBuildToUpdate = 2600
  25. MaxNtMajorVersionToUpdate = 5
  26. MaxNtMinorVersionToUpdate = 1
  27. @@:@u: MinNtServicePackVersion = 0
  28. @@:@h: MinNtServicePackVersion = 256
  29. MaxNtServicePackVersion = 256
  30. ThisServicePackVersion = 256
  31. @@:@u: CatalogFile = sp1.cat
  32. @@:@h: CatalogFile = %SP_SHORT_TITLE%.cat
  33. @n:@u: MachineType = 98
  34. @m: MachineType = 64
  35. [DirectoryId.Include]
  36. AddDirId=Hyper.DirId
  37. AddDirId=IE.DirId
  38. AddDirId=Eudc.DirId
  39. AddDirId=Htr.DirId
  40. AddDirId=Cluster.DirId
  41. AddDirId=CMAK.DirId
  42. AddDirId=RISAdm.DirId
  43. AddDirId=Proxy.DirId
  44. AddDirId=Admt.DirId
  45. AddDirId=Tsclient.DirId
  46. AddDirId=FPNW.DirId
  47. AddDirId=Mts.DirId
  48. AddDirId=Spool.Dirid
  49. @@:@u: AddDirId=JVMStage.DirId
  50. @i: AddDirId=BuildType.DirId
  51. @*:
  52. @*: If one were to need to uses environment variable to
  53. @*: obtain path. Here is how:
  54. @*:
  55. @*: [sample.DirId]
  56. @*: InstallPathEnvVar=HYPERDIR
  57. @*: ExpandEnvironmentVarsInPath=1
  58. @*: ExpandEnvironmentVarsInPath=1
  59. @*: InstallFromSection = SampleSection
  60. @*: CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  61. @*:
  62. [Hyper.DirId]
  63. DirId = 65605
  64. InstallPathRegistryKey = HKLM,%HyperRegKey%
  65. ; InstallPathEnvVar=HYPERDIR
  66. ; ExpandEnvironmentVarsInPath=1
  67. InstallFromSection = HyperSection
  68. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  69. [RISAdm.DirId]
  70. DirId = 65625
  71. CustomFunction=SpCustom.dll,GetRISAdminPathName
  72. InstallFromSection = RISAdminSection
  73. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  74. [IE.DirId]
  75. DirId = 65604
  76. InstallPathRegistryKey = HKLM,%IeRegKey%,Path
  77. InstallFromSection = IESection
  78. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  79. [Proxy.DirId]
  80. DirId = 65609
  81. InstallPathRegistryKey = HKLM,%ProxyRegKey%,InstallRoot
  82. InstallFromSection = ProxySection
  83. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  84. [Eudc.DirId]
  85. DirId = 65606
  86. InstallPathRegistryKey = HKLM,%EudcRegKey%
  87. InstallFromSection = EudcSection
  88. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  89. [Admt.DirId]
  90. DirId = 65622
  91. InstallPathRegistryKey = HKLM,%AdmtRegKey%,Directory
  92. InstallFromSection = AdmtSection
  93. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  94. [Tsclient.DirId]
  95. DirId = 65624
  96. InstallPathRegistryKey = HKLM,%TsclientRegKey%
  97. InstallFromSection = TsclientSection
  98. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  99. [Htr.DirId]
  100. DirId = 65603
  101. CustomFunction=SpCustom.dll,GetHTRPathName
  102. InstallFromSection = HtrSection
  103. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  104. [FPNW.DirId]
  105. DirId = 65602
  106. CustomFunction=SpCustom.dll,GetFPNWPathName
  107. InstallFromSection = FPNWSection
  108. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  109. [Cluster.DirId]
  110. DirId = 65607
  111. CustomFunction=SpCustom.dll,GetClusterPathName
  112. InstallFromSection = ClusterSection
  113. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  114. [Mts.DirId]
  115. DirId = 65610
  116. CustomFunction=SpCustom.dll,GetMtsPathName
  117. InstallFromSection = MtsSection
  118. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  119. [CMAK.DirId]
  120. DirId = 65615
  121. InstallPathRegistryKey = HKLM,%CMAKRegKey%,Path
  122. InstallFromSection = CMAKSection
  123. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  124. [Spool.Dirid]
  125. DirId = 65690
  126. CustomFunction=SpCustom.dll,GetPrinterDriverPath
  127. InstallFromSection=SpoolSection
  128. CopyFlags = SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  129. [JVMStage.DirId]
  130. DirId = 65628
  131. CustomFunction=SpCustom.dll,GetJVMStage
  132. InstallFromSection = JVMInstall
  133. InstallStage = BeforeArchive
  134. CopyFlags = SP_COPY_FORCE_NEWER
  135. [JVMInstall]
  136. CopyFiles=JVMStage
  137. [JVMStage]
  138. @i:@u:[ProductInstall.Conditional]
  139. @i:@u: FileCondition=MSN.Block.Condition
  140. @i:@u:[MSN.Block.Condition]
  141. @i:@u: InstallFromSection=MSN.no.ver
  142. @i:@u: Operation=CustomFunction,SpCustom.dll,BlockMSNCopy,6.10.16.1625
  143. @i:@u: CopyFlags=SP_COPY_NEWER_OR_SAME | SP_COPY_REPLACEONLY
  144. @i:@u:[Register.Include]
  145. @i:@u: RegCondition=WM.Reg.Install.Condition
  146. @i:@u: RegCondition=ActiveX.Reg.Install.Condition
  147. @i:@u:
  148. @i:@u:[WM.Reg.Install.Condition]
  149. @i:@u: InstallFromSection=WMSection
  150. @i:@u: Operation=CheckInstall,msmsgs.exe,msmsgs.exe
  151. @i:@u: TargetFromSection=program_files.messenger
  152. @i:@u:
  153. @i:@u:[ActiveX.Reg.Install.Condition]
  154. @i:@u: InstallFromSection=ActiveX.Registry.Install
  155. @i:@u: Operation=CheckInstall,msrdp.ocx,msrdp.ocx
  156. @i:@u: TargetFromSection=ActiveX.files
  157. @i:[BuildType.DirId]
  158. @i: InstallFromFunction=SpCustom.dll,GetBuildType
  159. @i: InstallFromSection1=BuildType.IC.Section
  160. @i: InstallFromSection5=BuildType.IP.Section
  161. @i: InstallFromSection6=BuildType.IP.Sel.Section
  162. @i: InstallFromSection7=BuildType.IP.Evl.Section
  163. @i: InstallFromSection8=BuildType.IP.Mnt.Section
  164. @i: CopyFlags=SP_COPY_FORCE_NEWER | SP_COPY_REPLACEONLY
  165. [ProductCatalogsToInstall]
  166. @@:@u: sp1.cat, update\sp1.cat
  167. @@:@h: %SP_SHORT_TITLE%.cat, update\%SP_SHORT_TITLE%.cat
  168. [ProductCatalogsToInstall.IP]
  169. [ProductCatalogsToInstall.IS]
  170. [ProductCatalogsToInstall.IA]
  171. [ProductCatalogsToInstall.IW]
  172. [ProductCatalogsToInstall.ID]
  173. [ProductCatalogsToInstall.IC]
  174. [ProductInstall.ReplaceFilesIfExist]
  175. CopyFiles=System32.files
  176. CopyFiles=System.Files
  177. @m: CopyFiles=SysWOW64.Files
  178. CopyFiles=System32.usmt.Files
  179. CopyFiles=System32.oobe.files
  180. CopyFiles=System32.oobe.actsetup.files
  181. CopyFiles=System32.oobe.setup.files
  182. CopyFiles=SystemRoot.files
  183. CopyFiles=Inf.files
  184. CopyFiles=Colors.files
  185. CopyFiles=Fonts.files
  186. CopyFiles=OleDb.Files
  187. @m: CopyFiles=Win32.OLEDB.Files
  188. CopyFiles=Setup.files
  189. CopyFiles=WBEM.Files
  190. CopyFiles=WBEM.SNMP.Files
  191. CopyFiles=WBEM.XML.Files
  192. @m: CopyFiles=WBEM.SysWOW64.Files
  193. CopyFiles=Cache.files
  194. CopyFiles=Export.Files
  195. CopyFiles=Common.System.Files
  196. @m: CopyFiles=Win32.Common.System.Files
  197. CopyFiles=CMAK.files
  198. CopyFiles=CMAK.Support.files
  199. CopyFiles=Help.files
  200. CopyFiles=Media.files
  201. CopyFiles=Help.Media.files
  202. @i: CopyFiles=MSInfo.Files
  203. @i: CopyFiles=DAO.Files
  204. CopyFiles=MSADC.Files
  205. CopyFiles=ADO.Files
  206. CopyFiles=OE.Files
  207. CopyFiles=Windows.NT
  208. @m: CopyFiles=Win32.MSInfo.Files
  209. @m: CopyFiles=Win32.DAO.Files
  210. @m: CopyFiles=Win32.MSADC.Files
  211. @m: CopyFiles=Win32.ADO.Files
  212. @m: CopyFiles=Win32.OE.Files
  213. @m: CopyFiles=Win32.Windows.NT
  214. CopyFiles=TSClient.Files
  215. CopyFiles=TSClientDefault.Files
  216. CopyFiles=Terminal.Service32.files
  217. CopyFiles=TS32Disk1.Install.Files
  218. CopyFiles=TS32Disk2.Install.Files
  219. CopyFiles=TS32Disk3.Install.Files
  220. CopyFiles=TS32Disk4.Install.Files
  221. CopyFiles=Terminal.Service16.files
  222. CopyFiles=TS16Disk1.Install.Files
  223. CopyFiles=TS16Disk2.Install.Files
  224. CopyFiles=TS16Disk3.Install.Files
  225. CopyFiles=TS16Disk4.Install.Files
  226. CopyFiles=WSE.Bots.Files
  227. CopyFiles=WSE.ISAPI.Files
  228. CopyFiles=WSE.IAUT.Files
  229. CopyFiles=WSE.VTI.Files
  230. CopyFiles=WSE.AUT.Files
  231. CopyFiles=WSE.SCR.Files
  232. CopyFiles=WSE.ASCR.Files
  233. CopyFiles=WSE.VTIBIN.Files
  234. CopyFiles=WSE.IP.Files
  235. CopyFiles=WSE.VB.Files
  236. CopyFiles=FP.Files
  237. CopyFiles=WSE.Bin.Files
  238. CopyFiles=WSE.SRV.Files
  239. CopyFiles=WSE.Lang.Files
  240. CopyFiles=Media.Tools.files
  241. CopyFiles=MediaPlayer.files
  242. CopyFiles=MediaPlayer.Skins.files
  243. CopyFiles=Certsrv.files
  244. CopyFiles=Control.files
  245. CopyFiles=Control.x86.files
  246. CopyFiles=Control.alpha.files
  247. CopyFiles=ConnWiz.Files
  248. @m: CopyFiles=Win32.ConnWiz.Files
  249. CopyFiles=AppPatch.Files
  250. @m: CopyFiles=Ia64.AppPatch.Files
  251. CopyFiles=Com.files
  252. CopyFiles=PhoneBook.files
  253. CopyFiles=NetMeeting.files
  254. CopyFiles=DirSync10.files
  255. CopyFiles=SMTP.Files
  256. CopyFiles=SupportTools.Files
  257. CopyFiles=WebPrinters.files
  258. CopyFiles=windows.web.tsweb
  259. CopyFiles=Netmon.files
  260. CopyFiles=Netmon.Parser.files
  261. CopyFiles=RpcProxy.files
  262. CopyFiles=DirSync10.files
  263. CopyFiles=RIS.Reminst.files
  264. CopyFiles=PhoneBook.files
  265. CopyFiles=NetMeeting.files
  266. CopyFiles=IMEJP.Files
  267. CopyFiles=windows.ime.imkr6_1
  268. CopyFiles=windows.ime.imkr6_1.dicts
  269. CopyFiles=windows.ime.imkr6_1.applets
  270. CopyFiles=windows.ime.imkr6_1.help
  271. @m: CopyFiles=windows.imeWOW.imkr6_1
  272. CopyFiles=windows.ime.imjp8_1
  273. CopyFiles=windows.ime.imjp8_1.dicts
  274. CopyFiles=windows.ime.imjp8_1.applets
  275. CopyFiles=windows.ime.imjp8_1.help
  276. @m: CopyFiles=windows.imeWOW.imjp8_1
  277. @m: CopyFiles=windows.imeWOW.imjp8_1.applets
  278. @m: CopyFiles=windows.imeWOW.imjp8_1.dicts
  279. CopyFiles=windows.ime
  280. CopyFiles=windows.ime.shared
  281. CopyFiles=windows.ime.shared.res
  282. CopyFiles=windows.ime.chtime.applets
  283. CopyFiles=windows.ime.chsime.applets
  284. CopyFiles=windows.system32.ime.cintlgnt
  285. CopyFiles=windows.system32.ime.pintlgnt
  286. CopyFiles=windows.system32.ime.tintlgnt
  287. @m: CopyFiles=windows.imeWoW
  288. @m: CopyFiles=windows.imeWOW.shared
  289. @m: CopyFiles=windows.imeWOW.shared.res
  290. @m: CopyFiles=windows.imeWOW.chtime.applets
  291. @m: CopyFiles=windows.imeWOW.chsime.applets
  292. @m: CopyFiles=SysWOW64.ime.cintlgnt
  293. @m: CopyFiles=SysWOW64.ime.pintlgnt
  294. @m: CopyFiles=SysWOW64.ime.tintlgnt
  295. CopyFiles=windows.system32.RAS
  296. CopyFiles=windows.web.Wallpaper
  297. CopyFiles=windows.html.tour
  298. CopyFiles=IAS.Files
  299. CopyFiles=Cmdcons.Files
  300. CopyFiles=windows.srchasst.mui.lang
  301. CopyFiles=windows.srchasst.chars
  302. CopyFiles=windows.srchasst
  303. CopyFiles=windows.system32.mui.lang
  304. CopyFiles=windows.system32.mui.dispspec
  305. @i: CopyFiles=common.mssoap.binaries.res.lang
  306. @i: CopyFiles=common.mssoap.binaries
  307. @m: CopyFiles=Win32.common.mssoap.binaries.res.lang
  308. @m: CopyFiles=Win32.common.mssoap.binaries
  309. CopyFiles=common.speechengines.microsoft.tts.lang
  310. CopyFiles=common.speechengines.microsoft
  311. CopyFiles=common.microsoft_shared.speech.lang
  312. CopyFiles=common.microsoft_shared.speech
  313. @i: CopyFiles=common.microsoft_shared.textconv
  314. @i: CopyFiles=common.microsoft_shared.triedit
  315. CopyFiles=common.microsoft_shared.vgx
  316. @m: CopyFiles=Win32.common.microsoft_shared.textconv
  317. @m: CopyFiles=Win32.common.microsoft_shared.triedit
  318. @m: CopyFiles=Win32.common.microsoft_shared.vgx
  319. CopyFiles=windows.msagent
  320. CopyFiles=windows.msagent.intl
  321. @m: CopyFiles=windows.msagent64
  322. @m: CopyFiles=windows.msagent64.intl
  323. CopyFiles=windows.lastgood.msagent.intl
  324. CopyFiles=windows.twain_32
  325. CopyFiles=windows.tapi
  326. CopyFiles=windows.mui
  327. CopyFiles=windows.system32.npp
  328. CopyFiles=windows.help.iishelp.iis.htm.core
  329. CopyFiles=windows.prefetch
  330. CopyFiles=windows.system32.restore
  331. CopyFiles=windows.system32.macromed.flash
  332. CopyFiles=Windows.cursors
  333. CopyFiles=Windows.cursores
  334. CopyFiles=program_files.windows_nt.accessories
  335. @m: CopyFiles=Win32.program_files.windows_nt.accessories
  336. CopyFiles=program_files.windows_nt.pinball
  337. CopyFiles=program_files.msn_gaming_zone.windows
  338. @i: CopyFiles=program_files.messenger
  339. CopyFiles=program_files.internet_explorer
  340. CopyFiles=program_files.internet_explorer.signup
  341. @m: CopyFiles=Win32.program_files.internet_explorer
  342. @m: CopyFiles=Win32.program_files.internet_explorer.signup
  343. CopyFiles=program_files.movie_maker
  344. CopyFiles=pchealth.helpctr.system.sysinfo.files
  345. CopyFiles=pchealth.helpctr.binaries.files
  346. CopyFiles=pchealth.uploadlb.binaries.files
  347. CopyFiles=CatRoot
  348. DelFiles=System32.Delfiles
  349. @m: DelFiles=SysWOW64.Delfiles
  350. DelFiles=DllCache.Delfiles
  351. DelFiles=Web.Tsweb.Delfiles
  352. [Nec98Section]
  353. CopyFiles=NEC98.Drivers.files
  354. CopyFiles=NEC98.Cache.files
  355. [ProductInstall.DontDelayUntilReboot]
  356. ;
  357. ; These files must be replaced before rebooting, not delayed-until-reboot,
  358. ; because they are loaded before the delay-until-reboot code is executed.
  359. ;
  360. CopyFiles=MustReplace.System32.files
  361. CopyFiles=MustReplace.IIS.files
  362. CopyFiles=MustReplace.AppPatch.files
  363. @m: CopyFiles=MustReplace.Ia64.AppPatch.files
  364. CopyFiles=Drivers.files
  365. CopyFiles=Osldr.files
  366. CopyFiles=ActiveX.files
  367. [ProductInstall.DontDelayUntilReboot]
  368. [ProductInstall.CopyFilesAlways]
  369. CopyFiles=CopyAlways.Pchealth.Helpctr.Binaries.files
  370. CopyFiles=CopyAlways.Templates.files
  371. CopyFiles=CopyAlways.SystemRoot.files
  372. CopyFiles=CopyAlways.System32.files
  373. CopyFiles=CopyAlways.Drivers.files
  374. CopyFiles=CopyAlways.Inf.files
  375. CopyFiles=CopyAlways.DriverCab.files
  376. CopyFiles=CopyAlways.Classes.files
  377. CopyFiles=CopyAlways.OE.Files
  378. CopyFiles=CopyAlways.Help.Files
  379. CopyFiles=CopyAlways.Cache.files
  380. @m: CopyFiles=CopyAlways.SysWOW64.Files
  381. CopyFiles=ResourceKit.Files
  382. CopyFiles=Java.Cert.Files
  383. CopyFiles=Startmenu.files
  384. CopyFiles=CopyAlways.AppPatch.files
  385. @m: CopyFiles=CopyAlways.Ia64.AppPatch.files
  386. CopyFiles=CopyAlways.sptools.files
  387. CopyFiles=CopyAlways.catroot
  388. CopyFiles=CopyAlways.windows.ime
  389. @m: CopyFiles=CopyAlways.windows.imeWoW
  390. @i: CopyFiles=CopyAlways.program_files.messenger
  391. [ProductInstall.CopyFilesAlways.Professional]
  392. CopyFiles=CopyAlways.Prf.System32.files
  393. CopyFiles=CopyAlways.Prf.Drivers.files
  394. CopyFiles=CopyAlways.Prf.Cache.files
  395. CopyFiles=CopyAlways.Prf.WBEM.files
  396. CopyFiles=CopyAlways.Prf.Help.files
  397. CopyFiles=CopyAlways.Prf.Inf.files
  398. CopyFiles=CopyAlways.Prf.Setup.files
  399. CopyFiles=CopyAlways.Prf.Templates.files
  400. CopyFiles=CopyAlways.Prf.program_files.internet_explorer.signup
  401. CopyFiles=CopyAlways.Prf.Ehome.files
  402. [ProductInstall.CopyFilesAlways.Consumer]
  403. CopyFiles=CopyAlways.Con.System32.files
  404. CopyFiles=CopyAlways.Con.Drivers.files
  405. CopyFiles=CopyAlways.Con.Cache.files
  406. CopyFiles=CopyAlways.Con.WBEM.files
  407. CopyFiles=CopyAlways.Con.Help.files
  408. CopyFiles=CopyAlways.Con.Inf.files
  409. CopyFiles=CopyAlways.Con.Templates.files
  410. CopyFiles=CopyAlways.Con.program_files.internet_explorer.signup
  411. [ProductInstall.CopyFilesAlways.Server]
  412. CopyFiles=CopyAlways.Srv.System32.files
  413. CopyFiles=CopyAlways.Srv.Drivers.files
  414. CopyFiles=CopyAlways.Srv.Cache.files
  415. CopyFiles=CopyAlways.Srv.WBEM.files
  416. CopyFiles=CopyAlways.Srv.Help.files
  417. CopyFiles=CopyAlways.Srv.Inf.files
  418. [ProductInstall.CopyFilesAlways.Advanced]
  419. CopyFiles=CopyAlways.Adv.System32.files
  420. CopyFiles=CopyAlways.Adv.Drivers.files
  421. CopyFiles=CopyAlways.Adv.Cache.files
  422. CopyFiles=CopyAlways.Adv.WBEM.files
  423. CopyFiles=CopyAlways.Adv.Help.files
  424. CopyFiles=CopyAlways.Adv.Inf.files
  425. [ProductInstall.CopyFilesAlways.Datacenter]
  426. CopyFiles=CopyAlways.Dtc.System32.files
  427. CopyFiles=CopyAlways.Dtc.Drivers.files
  428. CopyFiles=CopyAlways.Dtc.Cache.files
  429. CopyFiles=CopyAlways.Dtc.WBEM.files
  430. CopyFiles=CopyAlways.Dtc.Help.files
  431. CopyFiles=CopyAlways.Dtc.Inf.files
  432. [ProductInstall.CopyFilesAlways.WindowsPowered]
  433. CopyFiles=CopyAlways.Pwr.System32.files
  434. CopyFiles=CopyAlways.Pwr.Drivers.files
  435. CopyFiles=CopyAlways.Pwr.Cache.files
  436. CopyFiles=CopyAlways.Pwr.WBEM.files
  437. CopyFiles=CopyAlways.Pwr.Help.files
  438. CopyFiles=CopyAlways.Pwr.Inf.files
  439. [ProductInstall.DataCenterFiles]
  440. CopyFiles=DataCenter.Help.files
  441. CopyFiles=DataCenter.Inf.files
  442. CopyFiles=DataCenter.Cache.files
  443. CopyFiles=DataCenter.CatRoot.files
  444. CopyFiles=DataCenter.System32.files
  445. CopyFiles=DataCenter.Drivers.files
  446. CopyFiles=DataCenter.Templates.files
  447. CopyFiles=DataCenter.Setup.files
  448. CopyFiles=DataCenter.SMTP.files
  449. CopyFiles=DataCenter.WBEM.files
  450. CopyFiles=DataCenter.System.files
  451. [ProductInstall.WindowsPoweredFiles]
  452. CopyFiles=WindowsPowered.Help.files
  453. CopyFiles=WindowsPowered.Inf.files
  454. CopyFiles=WindowsPowered.Cache.files
  455. CopyFiles=WindowsPowered.CatRoot.files
  456. CopyFiles=WindowsPowered.System32.files
  457. CopyFiles=WindowsPowered.Drivers.files
  458. CopyFiles=WindowsPowered.Templates.files
  459. CopyFiles=WindowsPowered.Setup.files
  460. CopyFiles=WindowsPowered.SMTP.files
  461. CopyFiles=WindowsPowered.System.files
  462. [ProductInstall.AdvancedFiles]
  463. CopyFiles=Advanced.Help.files
  464. CopyFiles=Advanced.Inf.files
  465. CopyFiles=Advanced.Cache.files
  466. CopyFiles=Advanced.CatRoot.files
  467. CopyFiles=Advanced.System32.files
  468. CopyFiles=Advanced.Drivers.files
  469. CopyFiles=Advanced.Templates.files
  470. CopyFiles=Advanced.Setup.files
  471. CopyFiles=Advanced.SMTP.files
  472. CopyFiles=Advanced.WBEM.files
  473. CopyFiles=Advanced.System.files
  474. [ProductInstall.ServerFiles]
  475. CopyFiles=Server.Help.files
  476. CopyFiles=Server.Inf.files
  477. CopyFiles=Server.Cache.files
  478. CopyFiles=Server.CatRoot.files
  479. CopyFiles=Server.System32.files
  480. CopyFiles=Server.Drivers.files
  481. CopyFiles=Server.Templates.files
  482. CopyFiles=Server.Setup.files
  483. CopyFiles=Server.SMTP.files
  484. CopyFiles=Server.WBEM.files
  485. CopyFiles=Server.System.files
  486. [ProductInstall.ProfessionalFiles]
  487. CopyFiles=Professional.Help.files
  488. CopyFiles=Professional.Inf.files
  489. CopyFiles=Professional.Cache.files
  490. CopyFiles=Professional.CatRoot.files
  491. CopyFiles=Professional.System32.files
  492. CopyFiles=Professional.Drivers.files
  493. CopyFiles=Professional.Templates.files
  494. CopyFiles=Professional.Setup.files
  495. CopyFiles=Professional.SMTP.files
  496. CopyFiles=Professional.WBEM.files
  497. CopyFiles=Professional.System.files
  498. CopyFiles=Professional.IISDocSearch.files
  499. CopyFiles=program_files.Professional.internet_explorer.signup
  500. CopyFiles=Professional.pchealth.helpctr.binaries.files
  501. DelReg=Product.Del.Reg.Professional
  502. AddReg=Product.Add.Reg.Professional
  503. [ProductInstall.ConsumerFiles]
  504. CopyFiles=Consumer.Help.files
  505. CopyFiles=Consumer.Inf.files
  506. CopyFiles=Consumer.System32.files
  507. CopyFiles=Consumer.Cache.files
  508. CopyFiles=Consumer.CatRoot.files
  509. CopyFiles=Consumer.Drivers.files
  510. CopyFiles=Consumer.Templates.files
  511. CopyFiles=Consumer.Setup.files
  512. CopyFiles=Consumer.WBEM.files
  513. CopyFiles=Consumer.System.files
  514. CopyFiles=program_files.Consumer.internet_explorer.signup
  515. CopyFiles=Consumer.pchealth.helpctr.binaries.files
  516. DelReg=Product.Del.Reg.Consumer
  517. AddReg=Product.Add.Reg.Consumer
  518. [MSN.no.ver]
  519. CopyFiles=program_files.msn.msncorefiles
  520. CopyFiles=Program_files.msn.msncorefiles.markets.100
  521. CopyFiles=Program_files.msn.msncorefiles.markets.14
  522. CopyFiles=Program_files.msn.msncorefiles.markets.150
  523. CopyFiles=Program_files.msn.msncorefiles.markets.163
  524. CopyFiles=Program_files.msn.msncorefiles.markets.188
  525. CopyFiles=Program_files.msn.msncorefiles.markets.220
  526. CopyFiles=Program_files.msn.msncorefiles.markets.222
  527. CopyFiles=Program_files.msn.msncorefiles.markets.238
  528. CopyFiles=Program_files.msn.msncorefiles.markets.36
  529. CopyFiles=program_files.msn.msncorefiles.setup
  530. CopyFiles=program_files.messenger.no.ver
  531. CopyFiles=MSN.Inf.files
  532. [ProductInstall.UniprocessorFiles]
  533. CopyFiles=Uniprocessor.Kernel.files
  534. [ProductInstall.MultiprocessorFiles]
  535. CopyFiles=Multiprocessor.Kernel.files
  536. [ProductInstall.GlobalRegistryChanges.Install]
  537. DelReg=Product.Del.Reg
  538. @@:@u: AddReg=Product.Add.Reg, Product.RunOnce
  539. @@:@u: AddReg=Product.Add.Reg2
  540. @@:@h: AddReg=Product.Add.Reg
  541. [ProductInstall.GlobalRegistryChanges.ReInstall]
  542. DelReg=Product.Del.Reg
  543. @@:@u: AddReg=Product.Add.Reg, Product.RunOnce
  544. @@:@u: AddReg=Product.Add.Reg2
  545. @@:@h: AddReg=Product.Add.Reg
  546. [ProductInstall.56BitFiles]
  547. CopyFiles=System32.56bit.files
  548. CopyFiles=Drivers.56bit.files
  549. CopyFiles=Cache.56bit.files
  550. [ProductInstall.128BitFiles]
  551. CopyFiles=System32.128bit.files
  552. CopyFiles=Drivers.128bit.files
  553. CopyFiles=Cache.128bit.files
  554. [ProxySection]
  555. CopyFiles=Proxy.Files
  556. [ServicesToStopAndStart]
  557. [IISSection]
  558. CopyFiles=IIS.files
  559. CopyFiles=IISAdmin.files
  560. CopyFiles=IISASPHelp.Files
  561. CopyFiles=IISDocSearch.Files
  562. AddReg=IIS.AddReg
  563. [IISSectionDataCenter]
  564. CopyFiles=DataCenter.IIS.Inf.files
  565. AddReg=DataCenter.IIS.AddReg
  566. [IISSectionWindowsPowered]
  567. CopyFiles=WindowsPowered.IIS.Inf.files
  568. AddReg=WindowsPowered.IIS.AddReg
  569. [IISSectionAdvanced]
  570. CopyFiles=Advanced.IIS.Inf.files
  571. AddReg=Advanced.IIS.AddReg
  572. [IISSectionServer]
  573. CopyFiles=Server.IIS.Inf.files
  574. AddReg=Server.IIS.AddReg
  575. [IISSectionProfessional]
  576. CopyFiles=Professional.IIS.Inf.files
  577. AddReg=Professional.IIS.AddReg
  578. [IISSectionConsumer]
  579. CopyFiles=Consumer.IIS.Inf.files
  580. AddReg=Consumer.IIS.AddReg
  581. [FPNWSection]
  582. CopyFiles=FPNW.files
  583. [NWPROVAUSection]
  584. AddReg=NWPROVAU.AddReg
  585. DelReg=NWPROVAU.DelReg
  586. [HTRSection]
  587. CopyFiles=HTR.files
  588. [IESection]
  589. CopyFiles=IE.files
  590. [IE50Section]
  591. CopyFiles=IE50.files
  592. [HyperSection]
  593. CopyFiles=Hyper.files
  594. [EudcSection]
  595. CopyFiles=Eudc.files
  596. [DataAccessSection]
  597. AddReg=DataAccess.AddReg
  598. [VMSection]
  599. AddReg=VM.AddReg
  600. @@:@u:[OESection]
  601. @@:@u: AddReg=OE.AddReg
  602. @@:@u: DelReg=OE.DelReg
  603. @@:@u:[IE5Section]
  604. @@:@u: DelReg=IE.DelReg
  605. @@:@u: AddReg=IE.AddReg
  606. @i:@u:[WMSection]
  607. @i:@u: AddReg=WM.AddReg
  608. @i:@u: DelReg=WM.DelReg
  609. @i:@u:[ActiveX.Registry.Install]
  610. @i:@u: AddReg=Activex.AddReg
  611. [ClusterSection]
  612. CopyFiles=Cluster.files
  613. [RISAdminSection]
  614. CopyFiles=RIS.Admin.files
  615. [SpoolSection]
  616. CopyFiles=Spldrv.files
  617. [AdmtSection]
  618. CopyFiles=Admt.Files
  619. @@:@u:[ServicePackFiles.IP]
  620. @@:@u:
  621. @@:@u: CopyFiles=ServicePackFiles.IP.Files
  622. @@:@u: CopyFiles=ServicePackFiles.Lang.IP.Files
  623. @m:@u: CopyFiles=ServicePackFiles.WOW.IP.Files
  624. @m:@u: CopyFiles=ServicePackFiles.WOW.Lang.IP.Files
  625. @@:@u:
  626. @@:@u:[ServicePackFiles.IC]
  627. @@:@u:
  628. @@:@u: CopyFiles=ServicePackFiles.IC.Files
  629. @@:@u: CopyFiles=ServicePackFiles.Lang.IC.Files
  630. @m:@u: CopyFiles=ServicePackFiles.WOW.IC.Files
  631. @m:@u: CopyFiles=ServicePackFiles.WOW.Lang.IC.Files
  632. @@:@u:
  633. @@:@u:
  634. @@:@u:[ServicePackDirectoriesToUpdate]
  635. @@:@u:
  636. @@:@u:[ServicePackDirectoriesToUpdate.IP]
  637. @@:@u:
  638. @@:@u:[ServicePackDirectoriesToUpdate.IC]
  639. @@:@u:
  640. @@:@u:
  641. @@:@u:[ServicePackFilesDelete.files]
  642. @@:@u:
  643. @i:@u:[ServicePackFiles.BuildType.IC.Files]
  644. @i:@u: dpcdll.dll,ic\dpcdll.dll
  645. @i:@u: pidgen.dll,ic\pidgen.dll
  646. @i:@u:
  647. @i:@u:[ServicePackFiles.BuildType.IP.Files]
  648. @i:@u: dpcdll.dll,ip\dpcdll.dll
  649. @i:@u: pidgen.dll,ip\pidgen.dll
  650. @i:@u:
  651. @i:@u:[ServicePackFiles.BuildType.IP.Sel.Files]
  652. @i:@u: dpcdll.dll,ipseldpc.dll
  653. @i:@u: pidgen.dll,ipselpid.dll
  654. @i:@u:
  655. @i:@u:[ServicePackFiles.BuildType.IP.Evl.Files]
  656. @i:@u: dpcdll.dll,ipevldpc.dll
  657. @i:@u: pidgen.dll,ipevlpid.dll
  658. @i:@u:
  659. @i:@u:[ServicePackFiles.BuildType.IP.Mnt.Files]
  660. @i:@u: dpcdll.dll,ipmntdpc.dll
  661. [ProcessesToRun.VM]
  662. [ProcessesToRun]
  663. @@:@u: "%systemroot%\system32\regsvr32.exe /s %systemroot%\system32\gptext.dll"
  664. @@:@u: "%SYSTEMROOT%\system32\regsvr32.exe /s /i:XPSP1_UPDATE /n %SYSTEMROOT%\system32\wbem\wbemupgd.dll"
  665. @@:@u: "%systemroot%\system32\shmgrate.exe AddConfigurePrograms"
  666. @@:@u: "%systemroot%\system32\shmgrate.exe OCInstallUpdate"
  667. @@:@u: "%systemroot%\system32\sessmgr.exe -SP1Upgrade"
  668. @i:@u: "%systemroot%\system32\regsvr32.exe /s %sourcepath%\licdll.dll"
  669. @i:@u: "%systemroot%\system32\regsvr32.exe /s %systemroot%\system32\licdll.dll"
  670. @i:@u: "%systemroot%\system32\wbem\mofcomp.exe %sourcepath%\licwmi.mof"
  671. @@:@u: "%SYSTEMROOT%\system32\regsvr32.exe /s %SYSTEMROOT%\system32\shimgvw.dll"
  672. @@:@u: "%windir%\pchealth\helpctr\binaries\HSCUpd.exe -i %windir%\pchealth\helpctr\binaries"
  673. @@:@u: "%systemroot%\system32\spiisupd.exe"
  674. @i:@u: "%systemroot%\system32\faxpatch.exe"
  675. @@:@u: "%systemroot%\system32\rundll32.exe %systemroot%\system32\apphelp.dll,ShimFlushCache"
  676. @i:@u: "%systemroot%\system32\regsvr32.exe /s ""%systemroot%\Downloaded Program Files\msrdp.ocx"""
  677. @@:@u: "%systemroot%\system32\xpsp1hfm.exe -SP1Upgrade"
  678. [ProcessesToRunBeforeArchive]
  679. #if defined PRERELEASE_IDWLOG
  680. @@:@u: "%sourcepath%\new\idwlog.exe -1 %InstallType2% upgrade %InstallType% Path=%sourcepath%"
  681. #endif
  682. @@:@u: "%systemroot%\system32\rundll32.exe %systemroot%\system32\apphelp.dll,ShimFlushCache"
  683. @@:@u: #JVMInstall,@JVMStage,msjavx86.exe /Q /C:"""javatrig.exe /l /webjit /q /qq"""
  684. [ProcessesToRunAfterUninstall]
  685. #if defined PRERELEASE_IDWLOG
  686. @@:@u: "%windir%\system32\idwlog.exe -1 cdrom upgrade sp_remove Path=%windir%\system32"
  687. #endif
  688. @i:@u: "%systemroot%\system32\regsvr32.exe /s %systemroot%\system32\licdll.dll"
  689. @i:@u: "%systemroot%\system32\wbem\mofcomp.exe %systemroot%\system32\wbem\licwmi.mof"
  690. @i:@u: "%systemroot%\system32\regsvr32.exe /s ""%systemroot%\Downloaded Program Files\msrdp.ocx"""
  691. @@:@u: "%systemroot%\system32\rundll32.exe %systemroot%\system32\apphelp.dll,ShimFlushCache"
  692. @@:@u: "%systemroot%\system32\xpsp1hfm.exe -SP1AfterUninstall"
  693. [ProcessesToRunBeforeUninstall]
  694. @@:@u: "%systemroot%\system32\net stop WZCSVC"
  695. @i:@u: "%systemroot%\system32\regsvr32.exe /u /s %systemroot%\system32\licdll.dll"
  696. @@:@u: "%windir%\pchealth\helpctr\binaries\HSCUpd.exe -u"
  697. @i:@u: "%systemroot%\system32\regsvr32.exe /s /u ""%systemroot%\Downloaded Program Files\msrdp.ocx"""
  698. @@:@u: "%systemroot%\system32\xpsp1hfm.exe -SP1BeforeUninstall"
  699. [ProcessesToRunAfterCancel]
  700. #if defined PRERELEASE_IDWLOG
  701. @@:@u: "%sourcepath%\new\idwlog.exe -0"
  702. #endif
  703. [Save.Reg.For.Uninstall]
  704. @@:@u:HKCR,"MsRcIncident","EditFlags",0x00010003,0x00010000
  705. @@:@u: HKCR,"CEnroll.CEnroll"
  706. @@:@u: HKCR,"CEnroll.CEnroll.2"
  707. @@:@u: HKCR,"CLSID\{43F8F289-7A20-11D0-8F06-00C04FC295E1}"
  708. @@:@u: HKCR,"CLSID\{127698e4-e730-4e5c-a2b1-21490a70c8a1}"
  709. @@:@u: HKCR,"TypeLib\{5B9169C0-DB65-42AA-A38A-0726846AAEB3}"
  710. @@:@u: HKCR,"Interface\{43F8F288-7A20-11D0-8F06-00C04FC295E1}\TypeLib"
  711. @@:@u: HKCR,"Interface\{704CA730-C90B-11D1-9BEC-00C04FC295E1}\TypeLib"
  712. @@:@u: HKCR,"Interface\{C1F1188A-2EB5-4A80-841B-7E729A356D90}\TypeLib"
  713. @@:@u: HKCR,"Interface\{C28C2D95-B7DE-11D2-A421-00C04F79FE8E}\TypeLib"
  714. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%
  715. @@:@h: HKLM,SOFTWARE\Microsoft\Updates\Windows XP\SP%SERVICE_PACK_NUMBER%\%SP_SHORT_TITLE%
  716. @@:@u:HKLM,"SOFTWARE\Microsoft\DataAccess","FullInstallVer"
  717. @@:@u:HKLM,"SOFTWARE\Microsoft\DataAccess","Version"
  718. @m:@u: HKCR, ".dsn"
  719. @m:@u: HKCR, "ODBC.FileDSN"
  720. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion","CSDBuildNumber"
  721. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion","CSDVersion"
  722. @i:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{1fb464c8-09bb-4017-a2f5-eb742f04392f}"," AlternateCLSID"
  723. @i:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{791fa017-2de3-492e-acc5-53c67a2b94d0}"," AlternateCLSID"
  724. @i:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{931a8c29-3ea9-494d-91e7-22e9a9247687}"," AlternateCLSID"
  725. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Control\Windows"
  726. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Control\Network\Connections","ClassManagers"
  727. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Control\Watchdog\Display","EaRecovery"
  728. @@:@u: HKLM,"SOFTWARE\Microsoft\Updates\Windows XP"
  729. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn"
  730. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Oc Manager\Subcomponents","beacon"
  731. @@:@u: HKLM,"SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay","NATHelp"
  732. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix"
  733. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time 2"
  734. @@:@u: HKCR,"CLSID\{2087c2f4-2cef-4953-a8ab-66779b670495}"
  735. @@:@u: HKCR,"WinHttp.WinHttpRequest.5.1"
  736. @@:@u: HKCR,"TypeLib\{662901fc-6951-4854-9eb2-d9a2570f2b2e}"
  737. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\{ACC563BC-4266-43f0-B6ED-9D38C4202C7E}"
  738. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\>{26923b43-4d38-484f-9b9e-de460746276c}"
  739. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\>{881dd1c5-3dcf-431b-b061-f3f88e8be88a}"
  740. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup","ServicePackSourcePath"
  741. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25
  742. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26
  743. @*:; Keys Removed for Wireless Group Policy
  744. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\GPExtensions\{0ACDD40C-75AC-47ab-BAA0-BF6DE7E7FE63}"
  745. @@:@u:HKLM,"SOFTWARE\Policies\Microsoft\Windows\Wireless"
  746. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Userenv"
  747. @@:@u: HKCR,"AppID\{E495081B-BBA5-4b89-BA3C-3B86A686B87A}"
  748. @*:;
  749. @*:; Keys from sbe/encoder API
  750. @*:;
  751. @@:@u: HKCR,"CLSID\{B43C4EEC-8C32-4791-9102-508ADA5EE8E7}"
  752. @@:@u: HKCR,"CLSID\{6CFAD761-735D-4AA5-8AFC-AF91A7D61EBA}"
  753. @@:@u: HKCR,"CLSID\{2DB47AE5-CF39-43C2-B4D6-0CD8D90946F4}"
  754. @@:@u: HKCR,"CLSID\{FA8A68B2-C864-4BA2-AD53-D3876A87494B}"
  755. @@:@u: HKCR,"CLSID\{CCAA63AC-1057-4778-AE92-1206AB9ACEE6}"
  756. @@:@u: HKCR,"CLSID\{D682C4BA-A90A-42FE-B9E1-03109849C423}"
  757. @@:@u: HKCR,"CLSID\{C9F5FE02-F851-4EB5-99EE-AD602AF1E619}"
  758. @@:@u: HKCR,"CLSID\{EC00BA63-C73A-4679-AC8D-69366C766989}"
  759. @@:@u: HKCR,"CLSID\{87730E70-294F-4A20-B92D-66114D4797EE}"
  760. @@:@u: HKCR,"CLSID\{4582746F-473B-4022-A7E9-887CBEDD8F85}"
  761. @@:@u: HKCR,"CLSID\{FB64825E-498C-45E8-ADD4-37E0C4FC68A6}"
  762. @@:@u: HKCR,"CLSID\{34E3B4A1-9F47-4E80-A0EC-FADD49B2CA29}"
  763. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{6CFAD761-735D-4AA5-8AFC-AF91A7D61EBA}"
  764. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{2DB47AE5-CF39-43C2-B4D6-0CD8D90946F4}"
  765. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{C9F5FE02-F851-4EB5-99EE-AD602AF1E619}"
  766. @*:;
  767. @*:; Keys from encdec (encrypter/decrypter) API (XPSP1 638938)
  768. @*:;
  769. @@:@u: HKCR,"CLSID\{C4C4C481-0049-4E2B-98FB-9537F6CE516D}"
  770. @@:@u: HKCR,"CLSID\{C4C4C482-0049-4E2B-98FB-9537F6CE516D}"
  771. @@:@u: HKCR,"CLSID\{C4C4C483-0049-4E2B-98FB-9537F6CE516D}"
  772. @@:@u: HKCR,"CLSID\{C4C4C491-0049-4E2B-98FB-9537F6CE516D}"
  773. @@:@u: HKCR,"CLSID\{C4C4C492-0049-4E2B-98FB-9537F6CE516D}"
  774. @@:@u: HKCR,"CLSID\{C4C4C493-0049-4E2B-98FB-9537F6CE516D}"
  775. @@:@u: HKCR,"CLSID\{C4C4C4F1-0049-4E2B-98FB-9537F6CE516D}"
  776. @@:@u: HKCR,"CLSID\{C4C4C4F2-0049-4E2B-98FB-9537F6CE516D}"
  777. @@:@u: HKCR,"CLSID\{C4C4C4F3-0049-4E2B-98FB-9537F6CE516D}"
  778. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}"
  779. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance"
  780. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\Decrypt/Tag"
  781. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\Encrypt/Tag"
  782. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\XDS Codec"
  783. @@:@u: HKCR,"CLSID\{da4e3da0-d07d-11d0-bd50-00a0c911ce86}\Instance\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}"
  784. @*:;
  785. @*:; Keys from msvidctl.dll
  786. @*:;
  787. @@:@u: HKLM,"SOFTWARE\Classes\BDATuner.AuxiliaryInTuningSpace"
  788. @@:@u: HKLM,"SOFTWARE\Classes\BDATuner.AuxiliaryInTuningSpace.1"
  789. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}"
  790. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0429EC6E-1144-4BED-B88B-2FB9899A4A3D}"
  791. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{28953661-0231-41DB-8986-21FF4388EE9B}"
  792. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{3540D440-5B1D-49CB-821A-E84B8CF065A7}"
  793. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{38F03426-E83B-4E68-B65B-DCAE73304838}"
  794. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{3C4708DC-B181-46A8-8DA8-4AB0371758CD}"
  795. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{8D04238E-9FD1-41C6-8DE3-9E1EE309E935}"
  796. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9193A8F9-0CBA-400E-AA97-EB4709164576}"
  797. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}"
  798. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9F50E8B1-9530-4DDC-825E-1AF81D47AED6}"
  799. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{A0B9B497-AFBC-45AD-A8A6-9B077C40D4F2}"
  800. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{ABE40035-27C3-4A2F-8153-6624471608AF}"
  801. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}"
  802. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{B401C5EB-8457-427F-84EA-A4D2363364B0}"
  803. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}"
  804. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CAAFDD83-CEFC-4E3D-BA03-175F17A24F91}"
  805. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CC23F537-18D4-4ECE-93BD-207A84726979}"
  806. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{D02AAC50-027E-11D3-9D8E-00C04F72D980}\Implemented Categories"
  807. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}"
  808. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{0369B4E2-45B6-11D3-B650-00C04F79498E}"
  809. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{061C6E30-E622-11D2-9493-00C04F72D980}"
  810. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{07DDC146-FC3D-11D2-9D8C-00C04F72D980}"
  811. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{0DC13D4A-0313-11D3-9D8E-00C04F72D980}"
  812. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{11EBC158-E712-4D1F-8BB3-01ED5274C4CE}"
  813. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{159DBB45-CD1B-4DAB-83EA-5CB1F4F21D07}"
  814. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{160621AA-BBBC-4326-A824-C395AEBC6E74}"
  815. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{1A5576FC-0E19-11D3-9D8E-00C04F72D980}"
  816. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{286D7F89-760C-4F89-80C4-66841D2507AA}"
  817. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{2A6E293B-2595-11D3-B64C-00C04F79498E}"
  818. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{2A6E293C-2595-11D3-B64C-00C04F79498E}"
  819. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{50CE8A7D-9C28-4DA8-9042-CDFA7116F979}"
  820. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6A340DC0-0311-11D3-9D8E-00C04F72D980}"
  821. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6BDD5C1E-2810-4159-94BC-05511AE8549B}"
  822. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{7145ED66-4730-4FDB-8A53-FDE7508D3E5E}"
  823. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{843188B4-CE62-43DB-966B-8145A094E040}"
  824. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{ADA0B268-3B19-4E5B-ACC4-49F852BE13BA}"
  825. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{B0EDF162-910A-11D2-B632-00C04F79498E}"
  826. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{C0020FD4-BEE7-43D9-A495-9F213117103D}"
  827. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{CDF7BE60-D954-42FD-A972-78971958E470}"
  828. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E00CB864-A029-4310-9987-A873F5887D97}"
  829. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E48244B8-7E17-4F76-A763-5090FF1E2F30}"
  830. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{EB0C8CF9-6950-4772-87B1-47D11CF3A02F}"
  831. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{F798A36B-B05B-4BBE-9703-EAEA7D61CD51}"
  832. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{FCD01846-0E19-11D3-9D8E-00C04F72D980}"
  833. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidEncoder"
  834. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidEncoder.1"
  835. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferRecordingControl"
  836. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferRecordingControl.1"
  837. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSink"
  838. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSink.1"
  839. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSource"
  840. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSource.1"
  841. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidXDS"
  842. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidXDS.1"
  843. @@:@u: HKLM,"SOFTWARE\Microsoft\Tuning Spaces\5"
  844. @*:;
  845. @*:; Keys from removed mstvgs.dll
  846. @*:;
  847. @@:@u:HKCR,"CLSID\{16C9C579-B3F4-4C94-88EC-A65EA0B839E7}"
  848. @@:@u:HKCR,"CLSID\{226D6AD0-7026-494F-BCAD-FAB087E67290}"
  849. @@:@u:HKCR,"CLSID\{3CFC7A68-76E9-4F1D-8ECE-08C44F4FFC3E}"
  850. @@:@u:HKCR,"CLSID\{43F457D2-C955-48E2-91AD-B91C9154C613}"
  851. @@:@u:HKCR,"CLSID\{6E30077E-2E0B-4D4A-92B0-CDB5E5116E3B}"
  852. @@:@u:HKCR,"CLSID\{73AF9077-4F6D-4FCB-A9E2-FDFBB9AE5310}"
  853. @@:@u:HKCR,"CLSID\{83568B75-1FCC-4853-957A-9CF617B350A3}"
  854. @@:@u:HKCR,"CLSID\{8520EF80-1C19-4CB0-83FA-67DB59CC9AE4}"
  855. @@:@u:HKCR,"CLSID\{8F86A876-E12A-4159-9647-EAFE0288014F}"
  856. @@:@u:HKCR,"CLSID\{957D8D57-32B1-4BE3-8E37-EC8849F16815}"
  857. @@:@u:HKCR,"CLSID\{AFEBCA90-0FF9-48BD-BC98-95477A631BBB}"
  858. @@:@u:HKCR,"CLSID\{B485447D-B180-420F-B2A5-E7BBCEA07EAD}"
  859. @@:@u:HKCR,"CLSID\{C4001F96-2DEE-4C33-B807-F829889A8CCD}"
  860. @@:@u:HKCR,"CLSID\{C51F670A-7D1A-494E-931D-886BFDB2B438}"
  861. @@:@u:HKCR,"GuideStore.ScheduleEntries"
  862. @@:@u:HKCR,"GuideStore.ScheduleEntries.1"
  863. @@:@u:HKCR,"GuideStore.ScheduleEntry"
  864. @@:@u:HKCR,"GuideStore.ScheduleEntry.1"
  865. @@:@u:HKCR,"MSTVGS.Channel"
  866. @@:@u:HKCR,"MSTVGS.Channel.1"
  867. @@:@u:HKCR,"MSTVGS.ChannelLineup"
  868. @@:@u:HKCR,"MSTVGS.ChannelLineup.1"
  869. @@:@u:HKCR,"MSTVGS.ChannelLineups"
  870. @@:@u:HKCR,"MSTVGS.ChannelLineups.1"
  871. @@:@u:HKCR,"MSTVGS.Channels"
  872. @@:@u:HKCR,"MSTVGS.Channels.1"
  873. @@:@u:HKCR,"MSTVGS.GuideDataProvider"
  874. @@:@u:HKCR,"MSTVGS.GuideDataProvider.1"
  875. @@:@u:HKCR,"MSTVGS.GuideDataProviders"
  876. @@:@u:HKCR,"MSTVGS.GuideDataProviders.1"
  877. @@:@u:HKCR,"MSTVGS.GuideStore"
  878. @@:@u:HKCR,"MSTVGS.GuideStore.1"
  879. @@:@u:HKCR,"MSTVGS.Objects"
  880. @@:@u:HKCR,"MSTVGS.Objects.1"
  881. @@:@u:HKCR,"MSTVGS.Program"
  882. @@:@u:HKCR,"MSTVGS.Program.1"
  883. @@:@u:HKCR,"MSTVGS.Programs"
  884. @@:@u:HKCR,"MSTVGS.Programs.1"
  885. @@:@u:HKCR,"MSTVGS.Service"
  886. @@:@u:HKCR,"MSTVGS.Service.1"
  887. @@:@u:HKCR,"MSTVGS.Services"
  888. @@:@u:HKCR,"MSTVGS.Services.1"
  889. @@:@u:HKCR,"TypeLib\{8D9EEDCE-21E9-4845-82A8-99CEC53E6DB2}"
  890. @@:@u:HKCR,"Interface\{1E3971E3-CCDC-445D-AE97-A15D5D4A40C9}"
  891. @@:@u:HKCR,"Interface\{2F78C3E1-98FE-4526-A0A7-A621025AEFF6}"
  892. @@:@u:HKCR,"Interface\{32692A48-F4B5-4826-BE88-E7F8ED9E65DC}"
  893. @@:@u:HKCR,"Interface\{3BAE53BD-70F0-4C7B-8C9E-E0317FFF8D79}"
  894. @@:@u:HKCR,"Interface\{4B16049B-E548-4868-B303-D501340E2CB1}"
  895. @@:@u:HKCR,"Interface\{59745450-F0F4-4B3F-B49E-55664E425CF6}"
  896. @@:@u:HKCR,"Interface\{6C46F789-2156-4AF0-97D7-38D99E2C9160}"
  897. @@:@u:HKCR,"Interface\{6E945C62-0AB7-4D89-BB9E-212502FC7C88}"
  898. @@:@u:HKCR,"Interface\{850A646E-140B-43B0-A243-20CC6B9FA8BC}"
  899. @@:@u:HKCR,"Interface\{86502400-213B-4ADF-A1E2-76365E7172BD}"
  900. @@:@u:HKCR,"Interface\{8786250A-8EF8-4A51-B80A-643CCF835DB6}"
  901. @@:@u:HKCR,"Interface\{98FAAEF5-397A-4372-93A3-FB3DA49B3EF1}"
  902. @@:@u:HKCR,"Interface\{9AB9E463-1EC4-4D6B-AC80-5238561918EE}"
  903. @@:@u:HKCR,"Interface\{9BF4984A-4CFE-4588-9FCF-828C74EF7104}"
  904. @@:@u:HKCR,"Interface\{A4BBD2C0-D7E4-4FC2-8FB0-176DDBCB3D72}"
  905. @@:@u:HKCR,"Interface\{AB3FF8DB-C718-4ABD-98DE-E14DC74F4872}"
  906. @@:@u:HKCR,"Interface\{CA9DE996-637C-47BF-BC10-CF956BE298EC}"
  907. @@:@u:HKCR,"Interface\{CCFB9EC5-E28E-4DE1-BD07-1C79303DE0A0}"
  908. @@:@u:HKCR,"Interface\{D3517044-B747-42C0-AFD5-31265ABA4977}"
  909. @@:@u:HKCR,"Interface\{E4A9F7DA-F38F-43D3-AB3B-7E9F9FB7A7C7}"
  910. @@:@u:HKCR,"Interface\{E5FDD9C4-8E60-4BEB-BBC8-93BE39C75BAA}"
  911. @@:@u:HKCR,"Interface\{E7F78F69-8326-48A0-8E54-BBDCEE43BA70}"
  912. @@:@u:HKCR,"Interface\{E8F1FBD5-4E44-4C26-B3D2-2C1C6999D611}"
  913. @@:@u:HKCR,"Interface\{E8FD768C-EC4E-4DAB-A09C-011E8ECAE4D2}"
  914. @@:@u:HKCR,"Interface\{ED7DF8CD-4861-4389-8149-8EDE63A51F38}"
  915. @@:@u:HKCR,"Interface\{F71020D2-A467-4EB7-839A-63C8F40C7AB4}"
  916. @@:@u:HKCR,"Interface\{FC91783E-5703-4319-A5B1-19555059559C}"
  917. @*:;
  918. @*:; Keys from removed mstvca.dll
  919. @*:;
  920. @@:@u:HKCR,"CLSID\{11166100-DF8A-463a-B620-7BEC23542010}"
  921. @@:@u:HKCR,"CLSID\{11166301-DF8A-463A-B620-7BEC23542010}"
  922. @@:@u:HKCR,"CLSID\{11166550-DF8A-463a-B620-7BEC23542010}"
  923. @@:@u:HKCR,"CLSID\{11166990-DF8A-463a-B620-7BEC23542010}"
  924. @@:@u:HKCR,"CLSID\{11166998-DF8A-463a-B620-7BEC23542010}"
  925. @@:@u:HKCR,"CLSID\{11166998-DF8A-463A-B620-7BEC23542010}"
  926. @@:@u:HKCR,"CLSID\{11166998-DF8A-463a-B620-7BEC23542010}"
  927. @@:@u:HKCR,"Interface\{061C6E30-E622-11D2-9493-00C04F72D980}"
  928. @@:@u:HKCR,"Interface\{07DDC146-FC3D-11D2-9D8C-00C04F72D980}"
  929. @@:@u:HKCR,"Interface\{0DC13D4A-0313-11D3-9D8E-00C04F72D980}"
  930. @@:@u:HKCR,"Interface\{11166200-DF8A-463A-B620-7BEC23542010}"
  931. @@:@u:HKCR,"Interface\{11166210-DF8A-463A-B620-7BEC23542010}"
  932. @@:@u:HKCR,"Interface\{11166220-DF8A-463A-B620-7BEC23542010}"
  933. @@:@u:HKCR,"Interface\{11166230-DF8A-463A-B620-7BEC23542010}"
  934. @@:@u:HKCR,"Interface\{11166240-DF8A-463A-B620-7BEC23542010}"
  935. @@:@u:HKCR,"Interface\{11166250-DF8A-463A-B620-7BEC23542010}"
  936. @@:@u:HKCR,"Interface\{11166260-DF8A-463A-B620-7BEC23542010}"
  937. @@:@u:HKCR,"Interface\{11166298-DF8A-463A-B620-7BEC23542010}"
  938. @@:@u:HKCR,"Interface\{11166300-DF8A-463A-B620-7BEC23542010}"
  939. @@:@u:HKCR,"Interface\{11166301-DF8A-463A-B620-7BEC23542010}"
  940. @@:@u:HKCR,"Interface\{11166302-DF8A-463A-B620-7BEC23542010}"
  941. @@:@u:HKCR,"Interface\{11166310-DF8A-463A-B620-7BEC23542010}"
  942. @@:@u:HKCR,"Interface\{11166330-DF8A-463A-B620-7BEC23542010}"
  943. @@:@u:HKCR,"Interface\{11166340-DF8A-463A-B620-7BEC23542010}"
  944. @@:@u:HKCR,"Interface\{11166350-DF8A-463A-B620-7BEC23542010}"
  945. @@:@u:HKCR,"Interface\{11166360-DF8A-463A-B620-7BEC23542010}"
  946. @@:@u:HKCR,"Interface\{11166361-DF8A-463A-B620-7BEC23542010}"
  947. @@:@u:HKCR,"Interface\{11166420-DF8A-463A-B620-7BEC23542010}"
  948. @@:@u:HKCR,"Interface\{11166421-DF8A-463A-B620-7BEC23542010}"
  949. @@:@u:HKCR,"Interface\{11166430-DF8A-463A-B620-7BEC23542010}"
  950. @@:@u:HKCR,"Interface\{11166431-DF8A-463A-B620-7BEC23542010}"
  951. @@:@u:HKCR,"Interface\{11166440-DF8A-463A-B620-7BEC23542010}"
  952. @@:@u:HKCR,"Interface\{11166441-DF8A-463A-B620-7BEC23542010}"
  953. @@:@u:HKCR,"Interface\{11166450-DF8A-463A-B620-7BEC23542010}"
  954. @@:@u:HKCR,"Interface\{11166470-DF8A-463A-B620-7BEC23542010}"
  955. @@:@u:HKCR,"Interface\{11166898-DF8A-463A-B620-7BEC23542010}"
  956. @@:@u:HKCR,"Interface\{11166991-DF8A-463A-B620-7BEC23542010}"
  957. @@:@u:HKCR,"Interface\{1A5576FC-0E19-11D3-9D8E-00C04F72D980}"
  958. @@:@u:HKCR,"Interface\{286D7F89-760C-4F89-80C4-66841D2507AA}"
  959. @@:@u:HKCR,"Interface\{6A340DC0-0311-11D3-9D8E-00C04F72D980}"
  960. @@:@u:HKCR,"Interface\{860A3FE2-DED1-40E2-896C-057681A8A1A8}"
  961. @@:@u:HKCR,"Interface\{FCD01846-0E19-11D3-9D8E-00C04F72D980}"
  962. @@:@u:HKCR,"MSTvCA.CADefaultDlg"
  963. @@:@u:HKCR,"MSTvCA.CADefaultDlg.1"
  964. @@:@u:HKCR,"MSTvCA.CAManager"
  965. @@:@u:HKCR,"MSTvCA.CAManager.1"
  966. @@:@u:HKCR,"MSTvCA.CAOffer"
  967. @@:@u:HKCR,"MSTvCA.CAOffer.1"
  968. @@:@u:HKCR,"MSTvCA.CAResDenialTree"
  969. @@:@u:HKCR,"MSTvCA.CAResDenialTree.1"
  970. @@:@u:HKCR,"TypeLib\{11166000-DF8A-463A-B620-7BEC23542010}"
  971. @*:;
  972. @*:; Keys from removed msdvdopt.dll
  973. @*:;
  974. @@:@u:HKCR,CLSID\{574B4740-A328-42D6-A8E2-3F7C2F9D429C}
  975. @@:@u:HKCR,Interface\{6C727BC0-DBCB-406F-B8AD-89EDED823163}
  976. @@:@u:HKCR,Interface\{D549AF1E-3799-4D96-9475-E22610E0718D}
  977. @@:@u:HKCR,Msdvdopt.dvdopt
  978. @@:@u:HKCR,Msdvdopt.dvdopt.1
  979. @@:@u:HKCR,TypeLib\{BC4AAECA-8E95-4ECD-B4AE-CEE658EB81AB}
  980. @*:;
  981. @*:; values changed for zone information
  982. @*:;
  983. @@:@u:HKLM,"%PATH_ZONES%\0","1806"
  984. @@:@u:HKLM,"%PATH_ZONES%\1","1806"
  985. @@:@u:HKLM,"%PATH_ZONES%\2","1806"
  986. @@:@u:HKLM,"%PATH_ZONES%\3","1806"
  987. @@:@u:HKLM,"%PATH_ZONES%\4","1806"
  988. @@:@u:HKLM,"%PATH_ZONES%\0","1206"
  989. @@:@u:HKLM,"%PATH_ZONES%\1","1206"
  990. @@:@u:HKLM,"%PATH_ZONES%\2","1206"
  991. @@:@u:HKLM,"%PATH_ZONES%\3","1206"
  992. @@:@u:HKLM,"%PATH_ZONES%\4","1206"
  993. @*:;
  994. @*:; shimgvw.dll
  995. @*:;
  996. @@:@u:HKCR,"SystemFileAssociations\.html\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  997. @@:@u:HKCR,"SystemFileAssociations\.htm\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  998. @@:@u:HKCR,"SystemFileAssociations\.url\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  999. @@:@u:HKCR,"SystemFileAssociations\.mhtml\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1000. @@:@u:HKCR,"SystemFileAssociations\.mht\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1001. @@:@u:HKCR,"SystemFileAssociations\.xml\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1002. @@:@u:HKCR,"SystemFileAssociations\.nws\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1003. @@:@u:HKCR,"SystemFileAssociations\.eml\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1004. @@:@u:HKCR,".html\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1005. @@:@u:HKCR,".htm\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1006. @@:@u:HKCR,".url\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1007. @@:@u:HKCR,".mhtml\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1008. @@:@u:HKCR,".mht\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1009. @@:@u:HKCR,".xml\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1010. @@:@u:HKCR,".nws\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1011. @@:@u:HKCR,".eml\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
  1012. @*: ;---------------------------------------------------------------------------------------
  1013. @*: ; AutoUpdate Reg Uninstall actions
  1014. @*: ;---------------------------------------------------------------------------------------
  1015. @*: ;
  1016. @*: ; AutoUpdate Deleted Registry Keys
  1017. @*: ;
  1018. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate"
  1019. @@:@u:
  1020. @*: ;wuv3is.dll
  1021. @@:@u: HKLM,"SOFTWARE\CLASSES\CLSID\{CEBC955E-58AF-11D2-A30A-00A0C903492B}"
  1022. @@:@u: HKLM,"SOFTWARE\CLASSES\TypeLib\{CEBC954F-58AF-11D2-A30A-00A0C903492B}"
  1023. @@:@u: HKLM,"SOFTWARE\CLASSES\CV3.CV3"
  1024. @@:@u: HKLM,"SOFTWARE\CLASSES\CV3.CV3.1"
  1025. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{CEBC955D-58AF-11D2-A30A-00A0C903492B}"
  1026. @@:@u:
  1027. @*: ;wupdinfo.dll
  1028. @@:@u: HKLM,"SOFTWARE\CLASSES\CLSID\{A3863C2E-86EB-11D1-A9DB-00C04FB16F9E}"
  1029. @@:@u: HKLM,"SOFTWARE\CLASSES\TypeLib\{A3863C1C-86EB-11D1-A9DB-00C04FB16F9E}"
  1030. @@:@u: HKLM,"SOFTWARE\CLASSES\CWUpdInfo.CWUpdInfo.1"
  1031. @@:@u: HKLM,"SOFTWARE\CLASSES\CWUpdInfo.CWUpdInfo"
  1032. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{A3863C2D-86EB-11D1-A9DB-00C04FB16F9E}"
  1033. @@:@u:
  1034. @*: ;
  1035. @*: ; AutoUpdate Added Registry Keys
  1036. @*: ;
  1037. @*: ; wuauserv appid
  1038. @*: ;
  1039. @@:@u: HKCR,APPID\{653C5148-4DCE-4905-9CFD-1B23662D3D9E}
  1040. @*: ;
  1041. @*: ;
  1042. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry"
  1043. @*: ;
  1044. @*: ;---------------------------------------------------------------------------------------
  1045. @*: ; End AutoUpdate Reg Uninstall actions
  1046. @*: ;---------------------------------------------------------------------------------------
  1047. @*: IE/OE uninstall
  1048. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}"
  1049. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\{7790769C-0471-11d2-AF11-00C04FA35D02}"
  1050. @@:@u: HKLM,"SOFTWARE\Microsoft\Outlook Express"
  1051. @@:@u: HKLM,"SOFTWARE\Microsoft\WAB\Version Info"
  1052. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}"
  1053. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\{3af36230-a269-11d1-b5bf-0000f8051515}"
  1054. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\{630b1da0-b465-11d1-9948-00c04f98bbc9}"
  1055. @@:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4340}"
  1056. @@:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer"
  1057. @@:@u: HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings"
  1058. @@:@u: HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40"
  1059. @@:@u:HKCR,"Interface\{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}\TypeLib"
  1060. @@:@u:HKCR,"Interface\{3050F25E-98B5-11CF-BB82-00AA00BDCE0B}\TypeLib"
  1061. @@:@u:HKCR,"Interface\{3050F3EE-98B5-11CF-BB82-00AA00BDCE0B}\TypeLib"
  1062. @i:@u:;
  1063. @i:@u:; Windows Messenger
  1064. @i:@u:;
  1065. @i:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\Messenger"
  1066. @i:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","wmaccess"
  1067. @i:@u: HKLM,%KEY_BLCLIENT%,"RollbackCommand"
  1068. @i:@u: HKLM,%KEY_BLCLIENT%,"RollbackParameters"
  1069. @i:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{5945c046-1e7d-11d1-bc44-00c04fd912be}"
  1070. @i:@u: HKCR,CLSID\{83D4679F-B6D7-11D2-BF36-00C04FB90A03}
  1071. @i:@u: HKCR,RTCIMSP.RTCIMService.1
  1072. @i:@u: HKCR,RTCIMSP.RTCIMService
  1073. @i:@u: HKCR,.CTT,,,MessengerContactList
  1074. @i:@u: HKCR,MessengerContactList
  1075. @i:@u: HKCR,CLSID\%CLSID_MPRIOBJECT%
  1076. @i:@u: HKCR,CLSID\%CLSID_EXTOBJECT%
  1077. @i:@u: HKCR,Interface\{36602AFA-4859-4DF5-820B-BF35ACAA16CA}
  1078. @i:@u: HKCR,Interface\{D50C3286-0F89-48f8-B204-3604629DEE10}
  1079. @i:@u: HKCR,Interface\{D50C3386-0F89-48f8-B204-3604629DEE10}
  1080. @i:@u: HKCR,Interface\{D6B0E4C9-FAD6-4885-B271-0DC5A584ADF8}
  1081. @i:@u: HKCR,Interface\{2E50547B-A8AA-4f60-B57E-1F414711007B}
  1082. @i:@u: HKCR,Interface\{2E50547C-A8AA-4f60-B57E-1F414711007B}
  1083. @i:@u: HKCR,Interface\{E1AF1028-B884-44cb-A535-1C3C11A3D1DB}
  1084. @i:@u: HKCR,Interface\{E1AF1038-B884-44cb-A535-1C3C11A3D1DB}
  1085. @i:@u: HKCR,Interface\{7C95459B-C8E7-4605-B641-45EB06866659}
  1086. @i:@u: HKCR,Interface\{540F4CC0-57D4-45b4-A3CC-84DF89A235B1}
  1087. @i:@u: HKCR,Interface\{3A436309-C4D6-4233-A765-98CA06BDB304}
  1088. @i:@u: HKCR,Interface\{F1136AC4-9791-46e6-BBD6-626AC6369630}
  1089. @i:@u: HKCR,Interface\{D6D6E96F-C0A1-4ce8-860E-D124F98EFFEA}
  1090. @i:@u: HKCR,Interface\{D3898878-DA0A-471b-B14A-3276E1293195}
  1091. @i:@u: HKCR,Interface\{D2E5530F-0093-472e-A09A-104F4053977F}
  1092. @i:@u: HKCR,Interface\{A579B033-360C-41d8-8464-9508C9B8AEF7}
  1093. @i:@u: HKCR,Interface\{8F3BC1AE-4F2B-455e-ADBD-C3659BC22B36}
  1094. @i:@u: HKCR,Interface\{1D57F805-2E03-4649-85BD-6BB927B3B708}
  1095. @i:@u: HKCR,Interface\{B9102B4F-F82C-4e0d-98DC-7066A63CA70D}
  1096. @i:@u: HKCR,Interface\{D15F58EA-5B26-4b47-A77D-E45911D274D6}
  1097. @i:@u: HKCR,TypeLib\%LIBID_PRIOBJECT%
  1098. @i:@u: HKCR,TypeLib\%LIBID_MUAOBJECT%
  1099. @i:@u: HKCR,TypeLib\%LIBID_EXTOBJECT%
  1100. @i:@u: HKCR,MessengerPrivate.MessengerPriv
  1101. @i:@u: HKCR,MessengerPrivate.MessengerPriv.1
  1102. @i:@u: HKCR,Messenger.ExtensionsManager
  1103. @i:@u: HKCR,Messenger.ExtensionsManager.1
  1104. @i:@u: HKLM,SYSTEM\CurrentControlSet\Control\Terminal Server
  1105. @i:@u: HKLM,%KEY_BLCLIENT%
  1106. @i:@u: HKLM, %KEY_IM_XP%
  1107. @i:@u: HKLM, %KEY_IM_XP_INSTALLINFO%
  1108. @i:@u: HKLM,Software\Microsoft\MessengerService\ServiceProviders\{83D4679F-B6D7-11D2-BF36-00C04FB90A03}
  1109. @i:@u: HKCR,CLSID\{C08518E0-0532-11d2-8E15-0000F803A446}
  1110. @i:@u: HKCR,CLSID\{218CB450-20B6-11d2-8E17-0000F803A446}
  1111. @i:@u: HKCR,CLSID\{07CDD3FA-1758-11d2-B49D-00C04FB90376}
  1112. @i:@u: HKCR,CLSID\{FB7199AA-79BF-11d2-8D94-0000F875C541}
  1113. @i:@u: HKCR,Interface\{C08518E1-0532-11d2-8E15-0000F803A446}
  1114. @i:@u: HKCR,Interface\{C08518E3-0532-11d2-8E15-0000F803A446}
  1115. @i:@u: HKCR,Interface\{C08518E4-0532-11d2-8E15-0000F803A446}
  1116. @i:@u: HKCR,Interface\{3656FE3E-16A6-11d2-B49D-00C04FB90376}
  1117. @i:@u: HKCR,TypeLib\{C08518EF-0532-11d2-8E15-0000F803A446}
  1118. @i:@u: HKCR,TypeLib\{B2973F5E-C33E-4C94-8989-221CEEB8DC23}
  1119. @i:@u: HKLM,SOFTWARE\Microsoft\MessengerService\Domains
  1120. @i:@u: HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSMSGS
  1121. @i:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{306D6C21-C1B6-4629-986C-E59E1875B8AF}"
  1122. @i:@u: HKCU,AppEvents\Schemes\Apps\MSMSGS\%BUDDY_ONLINE_SOUND_OLD%
  1123. @i:@u: HKCU,AppEvents\Schemes\Apps\MSMSGS\%NEW_MESSAGE_SOUND_OLD%
  1124. @i:@u: HKCU,AppEvents\Schemes\Apps\MSMSGS\%NEW_MAIL_SOUND_OLD%
  1125. @i:@u: HKCU,AppEvents\Schemes\Apps\MSMSGS\%NEW_ALERT_SOUND_OLD%
  1126. @i:@u: HKCU,SOFTWARE\Microsoft\MessengerService\ListCache\MSN Messenger Service
  1127. @*:; Keys changed in shell32.dll, XPSP1 588371
  1128. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\WMPInfo"
  1129. @@:@u:HKCR,"CLSID\{f83cbf45-1c37-4ca1-a78a-28bcb91642ec}"
  1130. @*:;
  1131. @*:; Uninstall action CICERO component (XPSP1 BUG: 603061)
  1132. @*:;
  1133. @@:@u: HKLM,"SOFTWARE\CLASSES\CLSID\{4955DD33-B159-11D0-8FCF-00AA006BCC59}"
  1134. @@:@u: HKLM,"SOFTWARE\CLASSES\CLSID\{50D5107A-D278-4871-8989-F4CEAAF59CFC}"
  1135. @@:@u: HKLM,"SOFTWARE\CLASSES\CLSID\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}"
  1136. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{2DEE47C8-704D-42A0-9983-FFEED659B64D}\NumMethods"
  1137. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{4FD67194-1002-4513-BFF2-C0DDF6258552}"
  1138. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{7C6247A1-2884-4B7C-AF24-F198047AA728}"
  1139. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{F65567A7-34A1-46F4-B5DD-8804AEB06FF7}"
  1140. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr"
  1141. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\TIP\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}\Category\Category\{24AF3031-852D-40A2-BC09-8992898CE722}\{07A5EF1A-3DE1-432D-91E3-2BCDB9111A71}"
  1142. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\TIP\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}\Category\Category\{565FB8D8-6BD4-4CA1-B223-0F2CCB8F4F96}\{B2C7F219-68FB-47D8-9881-AA681D0944F0}"
  1143. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\TIP\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}\Category\Item\{07A5EF1A-3DE1-432D-91E3-2BCDB9111A71}\{24AF3031-852D-40A2-BC09-8992898CE722}"
  1144. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\TIP\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}\Category\Item\{B2C7F219-68FB-47D8-9881-AA681D0944F0}\{565FB8D8-6BD4-4CA1-B223-0F2CCB8F4F96}"
  1145. @*:;
  1146. @*:; Keys change in wzcsvc.dll
  1147. @*:;
  1148. @@:@u: HKLM,"SOFTWARE\Microsoft\WZCSVC"
  1149. @@:@u: HKLM,"SOFTWARE\Microsoft\EAPOL"
  1150. @*:;
  1151. @*:; Uninstall action (XPSP1 BUG: 631768)
  1152. @*:;
  1153. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers\LanMan Print Services\Servers"
  1154. @*:;
  1155. @*:; Uninstall HelpCtr.exe
  1156. @*:;
  1157. @@:@u: HKCR,"HCP\shell\open\command"
  1158. @*:;**********************************************************************************
  1159. @*:;*
  1160. @*:;* NOTE NOTE: Todo: We must preserve all keys that are hit by the delreg and addreg
  1161. @*:;*
  1162. @*:;**********************************************************************************
  1163. [Product.Del.Reg]
  1164. @*:;
  1165. @*:; Delete keys from 2600 to XP SP1
  1166. @*:;
  1167. @*:; hivesft.inf
  1168. @*:;
  1169. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost\iissvcs","ImpersonationLevel"
  1170. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomATAPI_CD-ROM____________________________"
  1171. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomATAPI_CD-ROM_DRIVE-20X__________________"
  1172. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomATAPI_CD-ROM_DRIVE-32X__________________"
  1173. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomBCD_16XA__CD-ROM________________________"
  1174. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomBCD_24XH__CD-ROM________________________"
  1175. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomChinon_CD-ROM_CDS-525___________________"
  1176. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomCOMPAQ_CD-ROM_CDU611-Q__________________"
  1177. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomCOMPAQ_CRD-8240B________________________"
  1178. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomCOMPAQ_CRD-8241B________________________"
  1179. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomCOMPAQ_PD-1_LF-1195C____________________"
  1180. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomCREATIVE_CD-RW_RW2024E__________________2.07____"
  1181. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomCREATIVE_CD-RW_RW4224E__________________1.36____"
  1182. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomCREATIVE_DVD-ROM_DVD2240E_______________"
  1183. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomE-IDE_CD-924E/AKM_______________________"
  1184. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomHI-VAL_H2242____________________________1.15____"
  1185. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomHITACHI_CDR-7930________________________"
  1186. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomHITACHI_CDR-8130________________________"
  1187. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomHITACHI_CDR-8235________________________"
  1188. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomHITACHI_CDR-8335________________________"
  1189. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomHP_CD-Writer+_7200______________________2.02____"
  1190. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomHP_CD-Writer+_7200______________________3.01____"
  1191. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomIDE-CD_R/RW_4x4x24______________________C12a____"
  1192. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomIDE-CD_R/RW_8x4x32______________________"
  1193. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomIDE-CD_R/RW_8x4x32______________________"
  1194. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomLITEON_CD-ROM_LTN242____________________"
  1195. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomLITEON_CD-ROM_LTN301____________________"
  1196. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomMATSHITA_CD-ROM_CR-585__________________ZB22____"
  1197. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomMemorex_CRW-1622________________________D4.0____"
  1198. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomNEC_CD-ROM_DRIVE:273____________________"
  1199. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomNEC_CD-ROM_DRIVE:282____________________3.63____"
  1200. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomNEC_CD-ROM_DRIVE:282____________________4.46____"
  1201. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomNEC_CD-ROM_DRIVE:287____________________"
  1202. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomNEC_CD-ROM_DRIVE:28B____________________"
  1203. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomNEC_CD-ROM_DRIVE:28C____________________"
  1204. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomNEC_PD-1_ODX656_________________________"
  1205. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomPHILIPS_CDD3610_CD-R/RW_________________3.01____"
  1206. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomPIONEER_CD-ROM_DR-A02S__________________"
  1207. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomPIONEER_CD-ROM_DR-A04S__________________"
  1208. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomRICOH_MP6200A___________________________2.40____"
  1209. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSAMSUNG_CD-R/RW_SW-208B_________________"
  1210. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSAMSUNG_CD-R/RW_SW-208B_________________"
  1211. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSAMSUNG_CD-R/RW_SW-212B_________________"
  1212. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSAMSUNG_CD-R/RW_SW-408B_________________"
  1213. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSAMSUNG_CD-ROM_SCR-2431_________________"
  1214. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSAMSUNG_SCR-2430_ma103__________________"
  1215. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSONY_CD-ROM_CDU611-FJ___________________"
  1216. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSONY_CD-ROM_CDU611______________________2.0d____"
  1217. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSONY_CD-ROM_CDU611______________________4.0c____"
  1218. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSONY_CD-ROM_CDU621______________________"
  1219. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSONY_CD-ROM_CDU711-F____________________"
  1220. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSONY_CD-ROM_CDU711______________________1.0g____"
  1221. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomSONY_CD-ROM_CDU711______________________1.1k____"
  1222. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomTEAC_CD-524E____________________________"
  1223. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomTORiSAN_CD-ROM_CDR_S112_________________"
  1224. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomTOSHIBA_CD-ROM_XM-5402TA________________"
  1225. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomTOSHIBA_CD-ROM_XM-5502TA________________"
  1226. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomTOSHIBA_CD-ROM_XM-5702B_________________"
  1227. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomTOSHIBA_CD-ROM_XM-6002B_________________"
  1228. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomTOSHIBA_CD-ROM_XM-6102B_________________"
  1229. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomTOSHIBA_CD-ROM_XM-6202B_________________"
  1230. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\IDE#CdRomWPI_CDD-1220____ERk_____________________"
  1231. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCMMSD#CdRomHP______CD-Writer+_8200a"
  1232. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCSI#CdRomHP______CD-Writer_6020__1.07"
  1233. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCSI#CdRomNEC_____CD-ROM_DRIVE:461"
  1234. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCSI#CdRomNEC_____CD-ROM_DRIVE:463"
  1235. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCSI#CdRomNEC_____CD-ROM_DRIVE:465"
  1236. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCSI#CdRomPIONEER_CD-ROM_DR-U06S__"
  1237. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCSI#CdRomPIONEER_CD-ROM_DR-U06S__"
  1238. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCSI#CdRomPIONEER_DVD-ROM_DVD-U02R"
  1239. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCSI#CdRomPLEXTOR_CD-R___PX-R412C_"
  1240. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCSI#CdRomPLEXTOR_CD-ROM_PX-12TS__"
  1241. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCSI#CdRomPLEXTOR_CD-ROM_PX-32TS__"
  1242. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\SCSI#CdRomPLEXTOR_CD-ROM_PX-4XCE__"
  1243. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\USBSTOR#CdRomIOMEGA__ZIPCD_650_USB___"
  1244. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\USBSTOR#CdRomSONY____DSC___DDX-G2000_"
  1245. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Storage\DeviceSettings\USBSTOR#CdRomSONY____DSC___DDX-G2100_"
  1246. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers\LanMan Print Services\Servers"
  1247. @*:;
  1248. @*:; hivesys.inf
  1249. @*:;
  1250. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup","Microsoft Writer (Service State)"
  1251. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup","WMI Writer"
  1252. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\AppCompatibility", "AppCompatCache"
  1253. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\apphelp"
  1254. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Userenv"
  1255. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\HTTP"
  1256. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\W3SSL"
  1257. @*:;
  1258. @*:; Keys from removed mstvgs.dll
  1259. @*:;
  1260. @@:@u:HKCR,"CLSID\{16C9C579-B3F4-4C94-88EC-A65EA0B839E7}"
  1261. @@:@u:HKCR,"CLSID\{226D6AD0-7026-494F-BCAD-FAB087E67290}"
  1262. @@:@u:HKCR,"CLSID\{3CFC7A68-76E9-4F1D-8ECE-08C44F4FFC3E}"
  1263. @@:@u:HKCR,"CLSID\{43F457D2-C955-48E2-91AD-B91C9154C613}"
  1264. @@:@u:HKCR,"CLSID\{6E30077E-2E0B-4D4A-92B0-CDB5E5116E3B}"
  1265. @@:@u:HKCR,"CLSID\{73AF9077-4F6D-4FCB-A9E2-FDFBB9AE5310}"
  1266. @@:@u:HKCR,"CLSID\{83568B75-1FCC-4853-957A-9CF617B350A3}"
  1267. @@:@u:HKCR,"CLSID\{8520EF80-1C19-4CB0-83FA-67DB59CC9AE4}"
  1268. @@:@u:HKCR,"CLSID\{8F86A876-E12A-4159-9647-EAFE0288014F}"
  1269. @@:@u:HKCR,"CLSID\{957D8D57-32B1-4BE3-8E37-EC8849F16815}"
  1270. @@:@u:HKCR,"CLSID\{AFEBCA90-0FF9-48BD-BC98-95477A631BBB}"
  1271. @@:@u:HKCR,"CLSID\{B485447D-B180-420F-B2A5-E7BBCEA07EAD}"
  1272. @@:@u:HKCR,"CLSID\{C4001F96-2DEE-4C33-B807-F829889A8CCD}"
  1273. @@:@u:HKCR,"CLSID\{C51F670A-7D1A-494E-931D-886BFDB2B438}"
  1274. @@:@u:HKCR,"GuideStore.ScheduleEntries"
  1275. @@:@u:HKCR,"GuideStore.ScheduleEntries.1"
  1276. @@:@u:HKCR,"GuideStore.ScheduleEntry"
  1277. @@:@u:HKCR,"GuideStore.ScheduleEntry.1"
  1278. @@:@u:HKCR,"MSTVGS.Channel"
  1279. @@:@u:HKCR,"MSTVGS.Channel.1"
  1280. @@:@u:HKCR,"MSTVGS.ChannelLineup"
  1281. @@:@u:HKCR,"MSTVGS.ChannelLineup.1"
  1282. @@:@u:HKCR,"MSTVGS.ChannelLineups"
  1283. @@:@u:HKCR,"MSTVGS.ChannelLineups.1"
  1284. @@:@u:HKCR,"MSTVGS.Channels"
  1285. @@:@u:HKCR,"MSTVGS.Channels.1"
  1286. @@:@u:HKCR,"MSTVGS.GuideDataProvider"
  1287. @@:@u:HKCR,"MSTVGS.GuideDataProvider.1"
  1288. @@:@u:HKCR,"MSTVGS.GuideDataProviders"
  1289. @@:@u:HKCR,"MSTVGS.GuideDataProviders.1"
  1290. @@:@u:HKCR,"MSTVGS.GuideStore"
  1291. @@:@u:HKCR,"MSTVGS.GuideStore.1"
  1292. @@:@u:HKCR,"MSTVGS.Objects"
  1293. @@:@u:HKCR,"MSTVGS.Objects.1"
  1294. @@:@u:HKCR,"MSTVGS.Program"
  1295. @@:@u:HKCR,"MSTVGS.Program.1"
  1296. @@:@u:HKCR,"MSTVGS.Programs"
  1297. @@:@u:HKCR,"MSTVGS.Programs.1"
  1298. @@:@u:HKCR,"MSTVGS.Service"
  1299. @@:@u:HKCR,"MSTVGS.Service.1"
  1300. @@:@u:HKCR,"MSTVGS.Services"
  1301. @@:@u:HKCR,"MSTVGS.Services.1"
  1302. @@:@u:HKCR,"TypeLib\{8D9EEDCE-21E9-4845-82A8-99CEC53E6DB2}"
  1303. @@:@u:HKCR,"Interface\{1E3971E3-CCDC-445D-AE97-A15D5D4A40C9}"
  1304. @@:@u:HKCR,"Interface\{2F78C3E1-98FE-4526-A0A7-A621025AEFF6}"
  1305. @@:@u:HKCR,"Interface\{32692A48-F4B5-4826-BE88-E7F8ED9E65DC}"
  1306. @@:@u:HKCR,"Interface\{3BAE53BD-70F0-4C7B-8C9E-E0317FFF8D79}"
  1307. @@:@u:HKCR,"Interface\{4B16049B-E548-4868-B303-D501340E2CB1}"
  1308. @@:@u:HKCR,"Interface\{59745450-F0F4-4B3F-B49E-55664E425CF6}"
  1309. @@:@u:HKCR,"Interface\{6C46F789-2156-4AF0-97D7-38D99E2C9160}"
  1310. @@:@u:HKCR,"Interface\{6E945C62-0AB7-4D89-BB9E-212502FC7C88}"
  1311. @@:@u:HKCR,"Interface\{850A646E-140B-43B0-A243-20CC6B9FA8BC}"
  1312. @@:@u:HKCR,"Interface\{86502400-213B-4ADF-A1E2-76365E7172BD}"
  1313. @@:@u:HKCR,"Interface\{8786250A-8EF8-4A51-B80A-643CCF835DB6}"
  1314. @@:@u:HKCR,"Interface\{98FAAEF5-397A-4372-93A3-FB3DA49B3EF1}"
  1315. @@:@u:HKCR,"Interface\{9AB9E463-1EC4-4D6B-AC80-5238561918EE}"
  1316. @@:@u:HKCR,"Interface\{9BF4984A-4CFE-4588-9FCF-828C74EF7104}"
  1317. @@:@u:HKCR,"Interface\{A4BBD2C0-D7E4-4FC2-8FB0-176DDBCB3D72}"
  1318. @@:@u:HKCR,"Interface\{AB3FF8DB-C718-4ABD-98DE-E14DC74F4872}"
  1319. @@:@u:HKCR,"Interface\{CA9DE996-637C-47BF-BC10-CF956BE298EC}"
  1320. @@:@u:HKCR,"Interface\{CCFB9EC5-E28E-4DE1-BD07-1C79303DE0A0}"
  1321. @@:@u:HKCR,"Interface\{D3517044-B747-42C0-AFD5-31265ABA4977}"
  1322. @@:@u:HKCR,"Interface\{E4A9F7DA-F38F-43D3-AB3B-7E9F9FB7A7C7}"
  1323. @@:@u:HKCR,"Interface\{E5FDD9C4-8E60-4BEB-BBC8-93BE39C75BAA}"
  1324. @@:@u:HKCR,"Interface\{E7F78F69-8326-48A0-8E54-BBDCEE43BA70}"
  1325. @@:@u:HKCR,"Interface\{E8F1FBD5-4E44-4C26-B3D2-2C1C6999D611}"
  1326. @@:@u:HKCR,"Interface\{E8FD768C-EC4E-4DAB-A09C-011E8ECAE4D2}"
  1327. @@:@u:HKCR,"Interface\{ED7DF8CD-4861-4389-8149-8EDE63A51F38}"
  1328. @@:@u:HKCR,"Interface\{F71020D2-A467-4EB7-839A-63C8F40C7AB4}"
  1329. @@:@u:HKCR,"Interface\{FC91783E-5703-4319-A5B1-19555059559C}"
  1330. @*:; AU Section starts
  1331. @*:; old IUpdate
  1332. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{C350CAC8-7BEB-494A-A846-FE42C392E054}"
  1333. @*:; wuv3is.dll
  1334. @@:@u: HKLM,"SOFTWARE\CLASSES\CLSID\{CEBC955E-58AF-11D2-A30A-00A0C903492B}"
  1335. @@:@u: HKLM,"SOFTWARE\CLASSES\TypeLib\{CEBC954F-58AF-11D2-A30A-00A0C903492B}"
  1336. @@:@u: HKLM,"SOFTWARE\CLASSES\CV3.CV3"
  1337. @@:@u: HKLM,"SOFTWARE\CLASSES\CV3.CV3.1"
  1338. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{CEBC955D-58AF-11D2-A30A-00A0C903492B}"
  1339. @*:; wupdinfo.dll
  1340. @@:@u: HKLM,"SOFTWARE\CLASSES\CLSID\{A3863C2E-86EB-11D1-A9DB-00C04FB16F9E}"
  1341. @@:@u: HKLM,"SOFTWARE\CLASSES\TypeLib\{A3863C1C-86EB-11D1-A9DB-00C04FB16F9E}"
  1342. @@:@u: HKLM,"SOFTWARE\CLASSES\CWUpdInfo.CWUpdInfo.1"
  1343. @@:@u: HKLM,"SOFTWARE\CLASSES\CWUpdInfo.CWUpdInfo"
  1344. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{A3863C2D-86EB-11D1-A9DB-00C04FB16F9E}"
  1345. @*:; w2k AU service
  1346. @@:@u: HKLM,"Software\Microsoft\Windows NT\CurrentVersion\SvcHost","wugroup"
  1347. @@:@u: HKLM,"Software\Microsoft\Windows NT\CurrentVersion\SvcHost\wugroup"
  1348. @*:; AU Section ends
  1349. @*:; Keys removed in shell32.dll, XPSP1 588371
  1350. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\WMPInfo"
  1351. @*:;
  1352. @*:; Keys from removed mstvca.dll
  1353. @*:;
  1354. @@:@u:HKCR,"CLSID\{11166100-DF8A-463a-B620-7BEC23542010}"
  1355. @@:@u:HKCR,"CLSID\{11166301-DF8A-463A-B620-7BEC23542010}"
  1356. @@:@u:HKCR,"CLSID\{11166550-DF8A-463a-B620-7BEC23542010}"
  1357. @@:@u:HKCR,"CLSID\{11166990-DF8A-463a-B620-7BEC23542010}"
  1358. @@:@u:HKCR,"CLSID\{11166998-DF8A-463a-B620-7BEC23542010}"
  1359. @@:@u:HKCR,"CLSID\{11166998-DF8A-463A-B620-7BEC23542010}"
  1360. @@:@u:HKCR,"CLSID\{11166998-DF8A-463a-B620-7BEC23542010}"
  1361. @@:@u:HKCR,"Interface\{061C6E30-E622-11D2-9493-00C04F72D980}"
  1362. @@:@u:HKCR,"Interface\{07DDC146-FC3D-11D2-9D8C-00C04F72D980}"
  1363. @@:@u:HKCR,"Interface\{0DC13D4A-0313-11D3-9D8E-00C04F72D980}"
  1364. @@:@u:HKCR,"Interface\{11166200-DF8A-463A-B620-7BEC23542010}"
  1365. @@:@u:HKCR,"Interface\{11166210-DF8A-463A-B620-7BEC23542010}"
  1366. @@:@u:HKCR,"Interface\{11166220-DF8A-463A-B620-7BEC23542010}"
  1367. @@:@u:HKCR,"Interface\{11166230-DF8A-463A-B620-7BEC23542010}"
  1368. @@:@u:HKCR,"Interface\{11166240-DF8A-463A-B620-7BEC23542010}"
  1369. @@:@u:HKCR,"Interface\{11166250-DF8A-463A-B620-7BEC23542010}"
  1370. @@:@u:HKCR,"Interface\{11166260-DF8A-463A-B620-7BEC23542010}"
  1371. @@:@u:HKCR,"Interface\{11166298-DF8A-463A-B620-7BEC23542010}"
  1372. @@:@u:HKCR,"Interface\{11166300-DF8A-463A-B620-7BEC23542010}"
  1373. @@:@u:HKCR,"Interface\{11166301-DF8A-463A-B620-7BEC23542010}"
  1374. @@:@u:HKCR,"Interface\{11166302-DF8A-463A-B620-7BEC23542010}"
  1375. @@:@u:HKCR,"Interface\{11166310-DF8A-463A-B620-7BEC23542010}"
  1376. @@:@u:HKCR,"Interface\{11166330-DF8A-463A-B620-7BEC23542010}"
  1377. @@:@u:HKCR,"Interface\{11166340-DF8A-463A-B620-7BEC23542010}"
  1378. @@:@u:HKCR,"Interface\{11166350-DF8A-463A-B620-7BEC23542010}"
  1379. @@:@u:HKCR,"Interface\{11166360-DF8A-463A-B620-7BEC23542010}"
  1380. @@:@u:HKCR,"Interface\{11166361-DF8A-463A-B620-7BEC23542010}"
  1381. @@:@u:HKCR,"Interface\{11166420-DF8A-463A-B620-7BEC23542010}"
  1382. @@:@u:HKCR,"Interface\{11166421-DF8A-463A-B620-7BEC23542010}"
  1383. @@:@u:HKCR,"Interface\{11166430-DF8A-463A-B620-7BEC23542010}"
  1384. @@:@u:HKCR,"Interface\{11166431-DF8A-463A-B620-7BEC23542010}"
  1385. @@:@u:HKCR,"Interface\{11166440-DF8A-463A-B620-7BEC23542010}"
  1386. @@:@u:HKCR,"Interface\{11166441-DF8A-463A-B620-7BEC23542010}"
  1387. @@:@u:HKCR,"Interface\{11166450-DF8A-463A-B620-7BEC23542010}"
  1388. @@:@u:HKCR,"Interface\{11166470-DF8A-463A-B620-7BEC23542010}"
  1389. @@:@u:HKCR,"Interface\{11166898-DF8A-463A-B620-7BEC23542010}"
  1390. @@:@u:HKCR,"Interface\{11166991-DF8A-463A-B620-7BEC23542010}"
  1391. @@:@u:HKCR,"Interface\{1A5576FC-0E19-11D3-9D8E-00C04F72D980}"
  1392. @@:@u:HKCR,"Interface\{286D7F89-760C-4F89-80C4-66841D2507AA}"
  1393. @@:@u:HKCR,"Interface\{6A340DC0-0311-11D3-9D8E-00C04F72D980}"
  1394. @@:@u:HKCR,"Interface\{860A3FE2-DED1-40E2-896C-057681A8A1A8}"
  1395. @@:@u:HKCR,"Interface\{FCD01846-0E19-11D3-9D8E-00C04F72D980}"
  1396. @@:@u:HKCR,"MSTvCA.CADefaultDlg"
  1397. @@:@u:HKCR,"MSTvCA.CADefaultDlg.1"
  1398. @@:@u:HKCR,"MSTvCA.CAManager"
  1399. @@:@u:HKCR,"MSTvCA.CAManager.1"
  1400. @@:@u:HKCR,"MSTvCA.CAOffer"
  1401. @@:@u:HKCR,"MSTvCA.CAOffer.1"
  1402. @@:@u:HKCR,"MSTvCA.CAResDenialTree"
  1403. @@:@u:HKCR,"MSTvCA.CAResDenialTree.1"
  1404. @@:@u:HKCR,"TypeLib\{11166000-DF8A-463A-B620-7BEC23542010}"
  1405. @*:;
  1406. @*:; Keys from removed msvidctl.dll
  1407. @*:;
  1408. @@:@u:HKLM,"SOFTWARE\Classes\CLSID\{D02AAC50-027E-11D3-9D8E-00C04F72D980}\Implemented Categories"
  1409. @@:@u:HKLM,"SOFTWARE\Classes\Interface\{B0EDF162-910A-11D2-B632-00C04F79498E}\NumMethods"
  1410. @*:;
  1411. @*:; Keys from removed msdvdopt.dll
  1412. @*:;
  1413. @@:@u:HKCR,CLSID\{574B4740-A328-42D6-A8E2-3F7C2F9D429C}
  1414. @@:@u:HKCR,Interface\{6C727BC0-DBCB-406F-B8AD-89EDED823163}
  1415. @@:@u:HKCR,Interface\{D549AF1E-3799-4D96-9475-E22610E0718D}
  1416. @@:@u:HKCR,Msdvdopt.dvdopt
  1417. @@:@u:HKCR,Msdvdopt.dvdopt.1
  1418. @@:@u:HKCR,TypeLib\{BC4AAECA-8E95-4ECD-B4AE-CEE658EB81AB}
  1419. @*:;
  1420. @*:; imjp - removed for IA64 WOW6432 (all SKUs which are enabled EA LPK has this key)
  1421. @*:;
  1422. @m:@u:HKLM,"SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run","IMJPMIG8.1"
  1423. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\{ACC563BC-4266-43f0-B6ED-9D38C4202C7E}"
  1424. @*:;
  1425. @*:; zachd - WMP skin file support removed to reduce attack scope
  1426. @*:;
  1427. @@:@u:HKLM,"SOFTWARE\Microsoft\Internet Explorer\EmbedExtnToClsidMappings\.wms"
  1428. @@:@u:HKCR,"MIME\Database\Content Type\application/x-ms-wms"
  1429. @@:@u:HKCR,"WMSFile","EditFlags"
  1430. @*:;
  1431. @*:; Delete LKG key
  1432. @*:;
  1433. @@:@u:HKLM,"System\LastKnownGoodRecovery\LastGood"
  1434. [Product.Add.Reg]
  1435. @@:@u:HKCR,"MsRcIncident","EditFlags",0x00010003,0x00010000
  1436. @@:@u:HKCR,"CEnroll.CEnroll\CurVer","",0x00000000,"CEnroll.CEnroll.2"
  1437. @@:@u:HKCR,"CEnroll.CEnroll.2",,0x00000010
  1438. @@:@u:HKCR,"CEnroll.CEnroll.2","",0x00000000,"CEnroll Class"
  1439. @@:@u:HKCR,"CEnroll.CEnroll.2\CLSID",,0x00000010
  1440. @@:@u:HKCR,"CEnroll.CEnroll.2\CLSID","",0x00000000,"{127698e4-e730-4e5c-a2b1-21490a70c8a1}"
  1441. @@:@u:HKCR,"CLSID\{43F8F289-7A20-11D0-8F06-00C04FC295E1}\TreatAs",,0x00000010
  1442. @@:@u:HKCR,"CLSID\{43F8F289-7A20-11D0-8F06-00C04FC295E1}\TreatAs","",0x00000000,"{127698e4-e730-4e5c-a2b1-21490a70c8a1}"
  1443. @@:@u:HKCR,"CLSID\{127698e4-e730-4e5c-a2b1-21490a70c8a1}",,0x00000010
  1444. @@:@u:HKCR,"CLSID\{127698e4-e730-4e5c-a2b1-21490a70c8a1}","",0x00000000,"CEnroll Class"
  1445. @@:@u:HKCR,"CLSID\{127698e4-e730-4e5c-a2b1-21490a70c8a1}\ProgID",,0x00000010
  1446. @@:@u:HKCR,"CLSID\{127698e4-e730-4e5c-a2b1-21490a70c8a1}\ProgID","",0x00000000,"CEnroll.CEnroll.2"
  1447. @@:@u:HKCR,"CLSID\{127698e4-e730-4e5c-a2b1-21490a70c8a1}\VersionIndependentProgID",,0x00000010
  1448. @@:@u:HKCR,"CLSID\{127698e4-e730-4e5c-a2b1-21490a70c8a1}\VersionIndependentProgID","",0x00000000,"CEnroll.CEnroll"
  1449. @@:@u:HKCR,"CLSID\{127698e4-e730-4e5c-a2b1-21490a70c8a1}\Programmable",,0x00000010
  1450. @@:@u:HKCR,"CLSID\{127698e4-e730-4e5c-a2b1-21490a70c8a1}\InprocServer32",,0x00000010
  1451. @@:@u:HKCR,"CLSID\{127698e4-e730-4e5c-a2b1-21490a70c8a1}\InprocServer32","",0x00000000,"%11%\xenroll.dll"
  1452. @@:@u:HKCR,"CLSID\{127698e4-e730-4e5c-a2b1-21490a70c8a1}\InprocServer32","ThreadingModel",0x00000000,"Apartment"
  1453. @@:@u:HKCR,"TypeLib\{5B9169C0-DB65-42AA-A38A-0726846AAEB3}",,0x00000010
  1454. @@:@u:HKCR,"TypeLib\{5B9169C0-DB65-42AA-A38A-0726846AAEB3}\1.0",,0x00000010
  1455. @@:@u:HKCR,"TypeLib\{5B9169C0-DB65-42AA-A38A-0726846AAEB3}\1.0","",0x00000000,"xenroll 1.0 Type Library"
  1456. @@:@u:HKCR,"TypeLib\{5B9169C0-DB65-42AA-A38A-0726846AAEB3}\1.0\0",,0x00000010
  1457. @@:@u:HKCR,"TypeLib\{5B9169C0-DB65-42AA-A38A-0726846AAEB3}\1.0\0\win32",,0x00000010
  1458. @@:@u:HKCR,"TypeLib\{5B9169C0-DB65-42AA-A38A-0726846AAEB3}\1.0\0\win32","",0x00000000,"%11%\xenroll.dll"
  1459. @@:@u:HKCR,"TypeLib\{5B9169C0-DB65-42AA-A38A-0726846AAEB3}\1.0\FLAGS",,0x00000010
  1460. @@:@u:HKCR,"TypeLib\{5B9169C0-DB65-42AA-A38A-0726846AAEB3}\1.0\FLAGS","",0x00000000,"0"
  1461. @@:@u:HKCR,"TypeLib\{5B9169C0-DB65-42AA-A38A-0726846AAEB3}\1.0\HELPDIR",,0x00000010
  1462. @@:@u:HKCR,"TypeLib\{5B9169C0-DB65-42AA-A38A-0726846AAEB3}\1.0\HELPDIR","",0x00000000,"%11%\"
  1463. @@:@u:HKCR,"Interface\{43F8F288-7A20-11D0-8F06-00C04FC295E1}\TypeLib","",0x00000000,"{5B9169C0-DB65-42AA-A38A-0726846AAEB3}"
  1464. @@:@u:HKCR,"Interface\{704CA730-C90B-11D1-9BEC-00C04FC295E1}\TypeLib","",0x00000000,"{5B9169C0-DB65-42AA-A38A-0726846AAEB3}"
  1465. @@:@u:HKCR,"Interface\{C1F1188A-2EB5-4A80-841B-7E729A356D90}\TypeLib","",0x00000000,"{5B9169C0-DB65-42AA-A38A-0726846AAEB3}"
  1466. @@:@u:HKCR,"Interface\{C28C2D95-B7DE-11D2-A421-00C04F79FE8E}\TypeLib","",0x00000000,"{5B9169C0-DB65-42AA-A38A-0726846AAEB3}"
  1467. @@:@u:HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,SM_ConfigureProgramsName,2,"%CONFIGURE_PROGRAMS%"
  1468. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu","{871C5380-42A0-1069-A2EA-08002B30309D}.default",REG_DWORD,0,0,0,0
  1469. @@:@u:HKLM,"Software\Clients\StartMenuInternet\IEXPLORE.EXE",,,"%DESC_IE%"
  1470. @@:@u:HKLM,"Software\Clients\StartMenuInternet\IEXPLORE.EXE","LocalizedString",0x00020000,"@%programfiles%\%LMSIE4%\iexplore.exe,-702"
  1471. @@:@u:HKLM,"Software\Clients\StartMenuInternet\IEXPLORE.EXE\DefaultIcon",,0x00020000,"%programfiles%\%LMSIE4%\iexplore.exe,0"
  1472. @@:@u:HKLM,"Software\Clients\StartMenuInternet\IEXPLORE.EXE\shell\open\command",,0x00020000,"""%programfiles%\%LMSIE4%\iexplore.exe"""
  1473. @@:@u:HKLM,"Software\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo","ReinstallCommand",0x00020000,"%systemroot%\system32\shmgrate.exe OCInstallReinstallIE"
  1474. @@:@u:HKLM,"Software\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo","HideIconsCommand",0x00020000,"%systemroot%\system32\shmgrate.exe OCInstallHideIE"
  1475. @@:@u:HKLM,"Software\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo","ShowIconsCommand",0x00020000,"%systemroot%\system32\shmgrate.exe OCInstallShowIE"
  1476. @@:@u:HKLM,"Software\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo","IconsVisible",0x00010001,0x00000001
  1477. @@:@u:HKLM,"Software\Clients\Mail\Outlook Express\InstallInfo","ReinstallCommand",0x00020000,"%systemroot%\system32\shmgrate.exe OCInstallReinstallOE"
  1478. @@:@u:HKLM,"Software\Clients\Mail\Outlook Express\InstallInfo","HideIconsCommand",0x00020000,"%systemroot%\system32\shmgrate.exe OCInstallHideOE"
  1479. @@:@u:HKLM,"Software\Clients\Mail\Outlook Express\InstallInfo","ShowIconsCommand",0x00020000,"%systemroot%\system32\shmgrate.exe OCInstallShowOE"
  1480. @@:@u:HKLM,"Software\Clients\Mail\Outlook Express\InstallInfo","IconsVisible",0x00010001,0x00000001
  1481. @@:@u:HKLM,"Software\Clients\JavaVM\MSJavaVM",,,"%DESC_JAVA%"
  1482. @@:@u:HKLM,"Software\Clients\JavaVM\MSJavaVM\InstallInfo","ReinstallCommand",0x00020000,"%systemroot%\system32\shmgrate.exe OCInstallReinstallVM"
  1483. @@:@u:HKLM,"Software\Clients\JavaVM\MSJavaVM\InstallInfo","HideIconsCommand",0x00020000,"%systemroot%\system32\shmgrate.exe OCInstallHideVM"
  1484. @@:@u:HKLM,"Software\Clients\JavaVM\MSJavaVM\InstallInfo","ShowIconsCommand",0x00020000,"%systemroot%\system32\shmgrate.exe OCInstallShowVM"
  1485. @@:@u:HKLM,"Software\Clients\JavaVM\MSJavaVM\InstallInfo","IconsVisible",0x00010001,0x00000000
  1486. @@:@u:HKLM,"Software\Clients\JavaVM\MSJavaVM\InstallInfo","VerifyFile",0x00020000,"%systemroot%\system32\msjava.dll"
  1487. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{26923b43-4d38-484f-9b9e-de460746276c}",,,"Internet Explorer"
  1488. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{26923b43-4d38-484f-9b9e-de460746276c}","ComponentID",,"IEACCESS"
  1489. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{26923b43-4d38-484f-9b9e-de460746276c}","Dontask",0x00010001,0x00000002
  1490. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{26923b43-4d38-484f-9b9e-de460746276c}","Locale",,"*"
  1491. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{26923b43-4d38-484f-9b9e-de460746276c}","StubPath",0x00020000,"%systemroot%\system32\shmgrate.exe OCInstallUserConfigIE"
  1492. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{26923b43-4d38-484f-9b9e-de460746276c}","Version",,"2,0,0,0"
  1493. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{881dd1c5-3dcf-431b-b061-f3f88e8be88a}",,,"Outlook Express"
  1494. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{881dd1c5-3dcf-431b-b061-f3f88e8be88a}","ComponentID",,"OEACCESS"
  1495. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{881dd1c5-3dcf-431b-b061-f3f88e8be88a}","Dontask",0x00010001,0x00000002
  1496. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{881dd1c5-3dcf-431b-b061-f3f88e8be88a}","Locale",,"*"
  1497. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{881dd1c5-3dcf-431b-b061-f3f88e8be88a}","StubPath",0x00020000,"%systemroot%\system32\shmgrate.exe OCInstallUserConfigOE"
  1498. @@:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{881dd1c5-3dcf-431b-b061-f3f88e8be88a}","Version",,"2,0,0,0"
  1499. @i:@u:HKLM, "SOFTWARE\Clients\Media\Windows Media Player",,,"%DESC_WMP%"
  1500. @i:@u:HKLM, "SOFTWARE\Clients\Media\Windows Media Player\InstallInfo","OCName",,"WMPOCM"
  1501. @i:@u:HKLM, "SOFTWARE\Clients\Media\Windows Media Player\InstallInfo","IconsVisible",0x00010003,1
  1502. @i:@u:HKLM, "SOFTWARE\Clients\Media\Windows Media Player\InstallInfo","ReinstallCommand",,"%17%\unregmp2.exe /SetWMPAsDefault"
  1503. @i:@u:HKLM, "SOFTWARE\Clients\Media\Windows Media Player\InstallInfo","HideIconsCommand",,"%17%\unregmp2.exe /HideWMP /SetShowState"
  1504. @i:@u:HKLM, "SOFTWARE\Clients\Media\Windows Media Player\InstallInfo","ShowIconsCommand",,"%17%\unregmp2.exe /ShowWMP /SetShowState"
  1505. @i:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{22d6f312-b0f6-11d0-94ab-0080c74c7e95}",,,%DESC_WMP%
  1506. @i:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{22d6f312-b0f6-11d0-94ab-0080c74c7e95}","ComponentID",,"WMPACCESS"
  1507. @i:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{22d6f312-b0f6-11d0-94ab-0080c74c7e95}","Dontask",0x00010001,0x00000002
  1508. @i:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{22d6f312-b0f6-11d0-94ab-0080c74c7e95}","IsInstalled",0x00010001,0x00000000
  1509. @i:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{22d6f312-b0f6-11d0-94ab-0080c74c7e95}","Locale",,"*"
  1510. @i:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{22d6f312-b0f6-11d0-94ab-0080c74c7e95}","StubPath",,"%17%\unregmp2.exe /ShowWMP"
  1511. @i:@u:HKLM,"Software\Microsoft\Active Setup\Installed Components\>{22d6f312-b0f6-11d0-94ab-0080c74c7e95}","Version",,"1,0,0,0"
  1512. @i:@u:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","WMPOCM",0x00010003,1
  1513. @*:
  1514. @*: Start Menu default MFU entries
  1515. @*:
  1516. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link0",,"@xpsp1res.dll,-2048"
  1517. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link1",,"@xpsp1res.dll,-2049"
  1518. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link2",,"@xpsp1res.dll,-2050"
  1519. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link3",,"@xpsp1res.dll,-2051"
  1520. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link4",,"@xpsp1res.dll,-2052"
  1521. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link5",,"@xpsp1res.dll,-2053"
  1522. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link6",,"@xpsp1res.dll,-2054"
  1523. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link7",,"@xpsp1res.dll,-2055"
  1524. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link8",,"@xpsp1res.dll,-2056"
  1525. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link9",,"@xpsp1res.dll,-2057"
  1526. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link10",,"@xpsp1res.dll,-2058"
  1527. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link11",,"@xpsp1res.dll,-2059"
  1528. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link12",,"@xpsp1res.dll,-2060"
  1529. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link13",,"@xpsp1res.dll,-2061"
  1530. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link14",,"@xpsp1res.dll,-2062"
  1531. @3:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link15",,"@xpsp1res.dll,-2063"
  1532. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link0",,"@xpsp1res.dll,-2064"
  1533. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link1",,"@xpsp1res.dll,-2065"
  1534. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link2",,"@xpsp1res.dll,-2066"
  1535. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link3",,"@xpsp1res.dll,-2067"
  1536. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link4",,"@xpsp1res.dll,-2068"
  1537. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link5",,"@xpsp1res.dll,-2069"
  1538. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link6",,"@xpsp1res.dll,-2070"
  1539. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link7",,"@xpsp1res.dll,-2071"
  1540. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link8",,"@xpsp1res.dll,-2072"
  1541. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link9",,"@xpsp1res.dll,-2073"
  1542. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link10",,"@xpsp1res.dll,-2074"
  1543. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link11",,"@xpsp1res.dll,-2075"
  1544. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link12",,"@xpsp1res.dll,-2076"
  1545. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link13",,"@xpsp1res.dll,-2077"
  1546. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link14",,"@xpsp1res.dll,-2078"
  1547. @6:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\SMDEn","Link15",,"@xpsp1res.dll,-2079"
  1548. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Installed",0x10001,1
  1549. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Comments",0,%COMMENT%
  1550. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Backup Dir",0,""
  1551. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Fix Description",0,%COMMENT%
  1552. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Installed By",0,""
  1553. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Installed On",0,""
  1554. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Service Pack",0x10001,%SERVICE_PACK_NUMBER%
  1555. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Valid",0x10001,1
  1556. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"Flags",0,""
  1557. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"New File",0,""
  1558. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"New Link Date",0,""
  1559. @@:@h: HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"Old Link Date",0,""
  1560. @*:; AU section starts
  1561. @@:@u: HKLM,"Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update","ResetAU",0x00010001,0x01
  1562. @@:@u: HKCR,APPID\{653C5148-4DCE-4905-9CFD-1B23662D3D9E},"LaunchPermission",1,01,00,04,80,48,00,00,00,64,00,00,00,00,00,00,00,14,00,00,00,02,00,34,00,02,00,00,00,00,00,18,00,01,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,05,00,00,00,00,00,05,15,00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00,01,05,00,00,00,00,00,05,15,00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00
  1563. @*:; AU section ends
  1564. @*:
  1565. @*: Fix Mexican Time Zone problem
  1566. @*:
  1567. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time 2", "Dlt",0x00000002,"%GMT_MINUS_07_B_DAYLIGHT%"
  1568. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time 2", "Std",0x00000002,"%GMT_MINUS_07_B_STANDARD%"
  1569. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Control\Windows","CSDVersion",0x10001,0x100
  1570. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Control\Windows","CSDReleaseType",0x10001,0
  1571. @*:
  1572. @*: add zone checking for shellexec() (XPSP1 BUG: 363695)
  1573. @*:
  1574. @@:@u:HKLM,"%PATH_ZONES%\0","1806",0x10001,0x0
  1575. @@:@u:HKLM,"%PATH_ZONES%\1","1806",0x10001,0x0
  1576. @@:@u:HKLM,"%PATH_ZONES%\2","1806",0x10001,0x0
  1577. @@:@u:HKLM,"%PATH_ZONES%\3","1806",0x10001,0x1
  1578. @@:@u:HKLM,"%PATH_ZONES%\4","1806",0x10001,0x3
  1579. @*:
  1580. @*: add zone checking for weboc (XPSP1 BUG: 568150)
  1581. @*:
  1582. @@:@u:HKLM,"%PATH_ZONES%\0","1206",0x10001,0x0
  1583. @@:@u:HKLM,"%PATH_ZONES%\1","1206",0x10001,0x0
  1584. @@:@u:HKLM,"%PATH_ZONES%\2","1206",0x10001,0x0
  1585. @@:@u:HKLM,"%PATH_ZONES%\3","1206",0x10001,0x3
  1586. @@:@u:HKLM,"%PATH_ZONES%\4","1206",0x10001,0x3
  1587. @*:;
  1588. @*:; Add Shell compatibility strings (XPSP1 Bug 657946)
  1589. @*:;
  1590. @@:@u:HKLM,"Software\Microsoft\Windows\CurrentVersion\ShellCompatibility\Objects\{ff463fe9-8da1-11d1-b516-e5028a4dae22}",CTXMENU_NOVERBS,,
  1591. @@:@u:HKLM,"Software\Microsoft\Windows\CurrentVersion\ShellCompatibility\Objects\{1E2CDF40-419B-11D2-A5A1-002018648BA7}",CTXMENU_NOVERBS,,
  1592. @@:@u:HKLM,"Software\Microsoft\Windows\CurrentVersion\ShellCompatibility\Objects\{DBD534C2-C04D-11D2-895B-00C04F8D8EF9}",CTXMENU_NOVERBS,,
  1593. #ifdef UPDATE2_POST_INSTALL
  1594. @*:
  1595. @*: update2.exe no longer being used for SP1 install
  1596. @*:
  1597. @@:@u: HKLM, "SYSTEM\CurrentControlSet\Control\Session Manager", "BootExecute", 0x00010008, "spsrestr"
  1598. @@:@u: HKLM, "SYSTEM\Setup", "CmdLine" ,0x00000000, "update2 -spsetup"
  1599. @@:@u: HKLM, "SYSTEM\Setup", "SetupType" ,0x00010001, 2
  1600. @@:@u: HKLM, "SYSTEM\Setup", "RestartSetup" ,0x00010001, 0
  1601. #endif
  1602. @*:;
  1603. @*:; Set content search support on common file types (Winse #21696)
  1604. @*:;
  1605. @@:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"Search Additions"
  1606. @@:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  1607. @@:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"1,0,0,0"
  1608. @@:@u: HKCR,".asm\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1609. @@:@u: HKCR,".c\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1610. @@:@u: HKCR,".cpp\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1611. @@:@u: HKCR,".cxx\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1612. @@:@u: HKCR,".def\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1613. @@:@u: HKCR,".h\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1614. @@:@u: HKCR,".hpp\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1615. @@:@u: HKCR,".hxx\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1616. @@:@u: HKCR,".idl\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1617. @@:@u: HKCR,".inc\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1618. @@:@u: HKCR,".js\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1619. @@:@u: HKCR,".log\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1620. @@:@u: HKCR,".pl\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1621. @@:@u: HKCR,".rc\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1622. @@:@u: HKCR,".rtf\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1623. @@:@u: HKCR,".url\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1624. @@:@u: HKCR,".xml\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1625. @@:@u: HKCR,".xsl\PersistentHandler",,0x00000002,"{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  1626. @@:@u: HKCR,".css\PersistentHandler",,0x00000002,"{eec97550-47a9-11cf-b952-00aa0051fe20}"
  1627. @@:@u: HKCR,".hta\PersistentHandler",,0x00000002,"{eec97550-47a9-11cf-b952-00aa0051fe20}"
  1628. @@:@u: HKCR,".htt\PersistentHandler",,0x00000002,"{eec97550-47a9-11cf-b952-00aa0051fe20}"
  1629. @@:@u: HKCR,".386\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1630. @@:@u: HKCR,".aifc\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1631. @@:@u: HKCR,".aiff\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1632. @@:@u: HKCR,".asx\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1633. @@:@u: HKCR,".au\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1634. @@:@u: HKCR,".AudioCD\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1635. @@:@u: HKCR,".bkf\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1636. @@:@u: HKCR,".bmp\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1637. @@:@u: HKCR,".cda\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1638. @@:@u: HKCR,".cpl\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1639. @@:@u: HKCR,".cur\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1640. @@:@u: HKCR,".DeskLink\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1641. @@:@u: HKCR,".dib\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1642. @@:@u: HKCR,".drv\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1643. @@:@u: HKCR,".dvd\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1644. @@:@u: HKCR,".emf\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1645. @@:@u: HKCR,".fnd\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1646. @@:@u: HKCR,".Folder\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1647. @@:@u: HKCR,".gz\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1648. @@:@u: HKCR,".ivf\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1649. @@:@u: HKCR,".jfif\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1650. @@:@u: HKCR,".jpe\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1651. @@:@u: HKCR,".jpeg\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1652. @@:@u: HKCR,".latex\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1653. @@:@u: HKCR,".m1v\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1654. @@:@u: HKCR,".m3u\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1655. @@:@u: HKCR,".MAPIMail\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1656. @@:@u: HKCR,".mid\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1657. @@:@u: HKCR,".midi\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1658. @@:@u: HKCR,".mp2\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1659. @@:@u: HKCR,".mp2v\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1660. @@:@u: HKCR,".mpa\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1661. @@:@u: HKCR,".mpe\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1662. @@:@u: HKCR,".mpeg\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1663. @@:@u: HKCR,".mpg\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1664. @@:@u: HKCR,".mpv2\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1665. @@:@u: HKCR,".mydocs\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1666. @@:@u: HKCR,".png\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1667. @@:@u: HKCR,".rle\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1668. @@:@u: HKCR,".rmi\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1669. @@:@u: HKCR,".sit\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1670. @@:@u: HKCR,".snd\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1671. @@:@u: HKCR,".tgz\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1672. @@:@u: HKCR,".vxd\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1673. @@:@u: HKCR,".wax\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1674. @@:@u: HKCR,".wm\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1675. @@:@u: HKCR,".wma\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1676. @@:@u: HKCR,".wmp\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1677. @@:@u: HKCR,".wmv\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1678. @@:@u: HKCR,".wmx\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1679. @@:@u: HKCR,".wmz\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1680. @@:@u: HKCR,".wsz\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1681. @@:@u: HKCR,".wvx\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1682. @@:@u: HKCR,".xbm\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1683. @@:@u: HKCR,".ZFSendToTarget\PersistentHandler",,0x00000002,"{098f2470-bae0-11cd-b579-08002b30bfeb}"
  1684. @*:;
  1685. @*:; Add SBE/encoder api components (XPSP1 623753)
  1686. @*:;
  1687. @@:@u: HKCR,"CLSID\{B43C4EEC-8C32-4791-9102-508ADA5EE8E7}","",0x00000002,"IVideoEncoder"
  1688. @@:@u: HKCR,"CLSID\{B43C4EEC-8C32-4791-9102-508ADA5EE8E7}\InprocServer32","",0x00020002,"%SystemRoot%\system32\encapi.dll"
  1689. @@:@u: HKCR,"CLSID\{B43C4EEC-8C32-4791-9102-508ADA5EE8E7}\InprocServer32","ThreadingModel",0x00000002,"Both"
  1690. @@:@u: HKCR,"CLSID\{6CFAD761-735D-4AA5-8AFC-AF91A7D61EBA}","",0x00000002, "Mpeg-2 Video Stream Analysis"
  1691. @@:@u: HKCR,"CLSID\{6CFAD761-735D-4AA5-8AFC-AF91A7D61EBA}\InprocServer32","",0x00020002,"%SystemRoot%\system32\sbe.dll"
  1692. @@:@u: HKCR,"CLSID\{6CFAD761-735D-4AA5-8AFC-AF91A7D61EBA}\InprocServer32","ThreadingModel",0x00000002, "Both"
  1693. @@:@u: HKCR,"CLSID\{2DB47AE5-CF39-43C2-B4D6-0CD8D90946F4}","",0x00000002, "StreamBufferSink"
  1694. @@:@u: HKCR,"CLSID\{2DB47AE5-CF39-43C2-B4D6-0CD8D90946F4}\InprocServer32","",0x00020002,"%SystemRoot%\system32\sbe.dll"
  1695. @@:@u: HKCR,"CLSID\{2DB47AE5-CF39-43C2-B4D6-0CD8D90946F4}\InprocServer32","ThreadingModel",0x00000002, "Both"
  1696. @@:@u: HKCR,"CLSID\{FA8A68B2-C864-4BA2-AD53-D3876A87494B}","",0x00000002, "StreamBufferConfig"
  1697. @@:@u: HKCR,"CLSID\{FA8A68B2-C864-4BA2-AD53-D3876A87494B}\InprocServer32","",0x00020002,"%SystemRoot%\system32\sbe.dll"
  1698. @@:@u: HKCR,"CLSID\{FA8A68B2-C864-4BA2-AD53-D3876A87494B}\InprocServer32","ThreadingModel",0x00000002, "Both"
  1699. @@:@u: HKCR,"CLSID\{CCAA63AC-1057-4778-AE92-1206AB9ACEE6}","",0x00000002, "StreamBufferRecordingAttributes"
  1700. @@:@u: HKCR,"CLSID\{CCAA63AC-1057-4778-AE92-1206AB9ACEE6}\InprocServer32","",0x00020002,"%SystemRoot%\system32\sbe.dll"
  1701. @@:@u: HKCR,"CLSID\{CCAA63AC-1057-4778-AE92-1206AB9ACEE6}\InprocServer32","ThreadingModel",0x00000002, "Both"
  1702. @@:@u: HKCR,"CLSID\{D682C4BA-A90A-42FE-B9E1-03109849C423}","",0x00000002, "StreamBufferComposeRecordingObj"
  1703. @@:@u: HKCR,"CLSID\{D682C4BA-A90A-42FE-B9E1-03109849C423}\InprocServer32","",0x00020002,"%SystemRoot%\system32\sbe.dll"
  1704. @@:@u: HKCR,"CLSID\{D682C4BA-A90A-42FE-B9E1-03109849C423}\InprocServer32","ThreadingModel",0x00000002, "Both"
  1705. @@:@u: HKCR,"CLSID\{C9F5FE02-F851-4EB5-99EE-AD602AF1E619}","",0x00000002, "StreamBufferSource"
  1706. @@:@u: HKCR,"CLSID\{C9F5FE02-F851-4EB5-99EE-AD602AF1E619}\InprocServer32","",0x00020002,"%SystemRoot%\system32\sbe.dll"
  1707. @@:@u: HKCR,"CLSID\{C9F5FE02-F851-4EB5-99EE-AD602AF1E619}\InprocServer32","ThreadingModel",0x00000002, "Both"
  1708. @@:@u: HKCR,"CLSID\{EC00BA63-C73A-4679-AC8D-69366C766989}","",0x00000002, "SBE Stats - receiver side"
  1709. @@:@u: HKCR,"CLSID\{EC00BA63-C73A-4679-AC8D-69366C766989}\InprocServer32","",0x00020002,"%SystemRoot%\system32\sbe.dll"
  1710. @@:@u: HKCR,"CLSID\{EC00BA63-C73A-4679-AC8D-69366C766989}\InprocServer32","ThreadingModel",0x00000002, "Both"
  1711. @@:@u: HKCR,"CLSID\{87730E70-294F-4A20-B92D-66114D4797EE}","",0x00000002, "SBE Stats - sender side"
  1712. @@:@u: HKCR,"CLSID\{87730E70-294F-4A20-B92D-66114D4797EE}\InprocServer32","",0x00020002,"%SystemRoot%\system32\sbe.dll"
  1713. @@:@u: HKCR,"CLSID\{87730E70-294F-4A20-B92D-66114D4797EE}\InprocServer32","ThreadingModel",0x00000002, "Both"
  1714. @@:@u: HKCR,"CLSID\{4582746F-473B-4022-A7E9-887CBEDD8F85}","",0x00000002, "SBE IO counters"
  1715. @@:@u: HKCR,"CLSID\{4582746F-473B-4022-A7E9-887CBEDD8F85}\InprocServer32","",0x00020002,"%SystemRoot%\system32\sbe.dll"
  1716. @@:@u: HKCR,"CLSID\{4582746F-473B-4022-A7E9-887CBEDD8F85}\InprocServer32","ThreadingModel",0x00000002, "Both"
  1717. @@:@u: HKCR,"CLSID\{FB64825E-498C-45E8-ADD4-37E0C4FC68A6}","",0x00000002, "SBE Stats - Mpeg2 Video Stream Analysis"
  1718. @@:@u: HKCR,"CLSID\{FB64825E-498C-45E8-ADD4-37E0C4FC68A6}\InprocServer32","",0x00020002,"%SystemRoot%\system32\sbe.dll"
  1719. @@:@u: HKCR,"CLSID\{FB64825E-498C-45E8-ADD4-37E0C4FC68A6}\InprocServer32","ThreadingModel",0x00000002, "Both"
  1720. @@:@u: HKCR,"CLSID\{34E3B4A1-9F47-4E80-A0EC-FADD49B2CA29}","",0x00000002, "SBE Analysis Filter Class Factory"
  1721. @@:@u: HKCR,"CLSID\{34E3B4A1-9F47-4E80-A0EC-FADD49B2CA29}\InprocServer32","",0x00020002,"%SystemRoot%\system32\sbe.dll"
  1722. @@:@u: HKCR,"CLSID\{34E3B4A1-9F47-4E80-A0EC-FADD49B2CA29}\InprocServer32","ThreadingModel",0x00000002, "Both"
  1723. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{6CFAD761-735D-4AA5-8AFC-AF91A7D61EBA}","FriendlyName",0x00000002, "MPEG-2 Video Stream Analyzer"
  1724. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{6CFAD761-735D-4AA5-8AFC-AF91A7D61EBA}","CLSID",0x00000002, "{6CFAD761-735D-4AA5-8AFC-AF91A7D61EBA}"
  1725. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{6CFAD761-735D-4AA5-8AFC-AF91A7D61EBA}","FilterData",0x00000003, 02,00,00,00,00,00,20,00,00,00,00,00,00,00,00,00
  1726. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{2DB47AE5-CF39-43C2-B4D6-0CD8D90946F4}","FriendlyName",0x00000002, "StreamBufferSink"
  1727. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{2DB47AE5-CF39-43C2-B4D6-0CD8D90946F4}","CLSID",0x00000002, "{2DB47AE5-CF39-43C2-B4D6-0CD8D90946F4}"
  1728. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{2DB47AE5-CF39-43C2-B4D6-0CD8D90946F4}","FilterData",0x00000003, 02,00,00,00,00,00,20,00,00,00,00,00,00,00,00,00
  1729. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{C9F5FE02-F851-4EB5-99EE-AD602AF1E619}","FriendlyName",0x00000002, "StreamBufferSource"
  1730. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{C9F5FE02-F851-4EB5-99EE-AD602AF1E619}","CLSID",0x00000002, "{C9F5FE02-F851-4EB5-99EE-AD602AF1E619}"
  1731. @@:@u: HKCR,"CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{C9F5FE02-F851-4EB5-99EE-AD602AF1E619}","FilterData",0x00000003, 02,00,00,00,00,00,20,00,00,00,00,00,00,00,00,00
  1732. @*:;
  1733. @*:; Keys from encdec (encrypter/decrypter) API (XPSP1 638938)
  1734. @*:;
  1735. @@:@u: HKCR,"CLSID\{C4C4C481-0049-4E2B-98FB-9537F6CE516D}","",0x00000002,"Encrypt"
  1736. @@:@u: HKCR,"CLSID\{C4C4C481-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","",0x0020002,"%SystemRoot%\system32\encdec.dll"
  1737. @@:@u: HKCR,"CLSID\{C4C4C481-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","ThreadingModel", 0x00000002, "Both"
  1738. @@:@u: HKCR,"CLSID\{C4C4C482-0049-4E2B-98FB-9537F6CE516D}","",0x00000002,"Decrypt"
  1739. @@:@u: HKCR,"CLSID\{C4C4C482-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","",0x0020002,"%SystemRoot%\system32\encdec.dll"
  1740. @@:@u: HKCR,"CLSID\{C4C4C482-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","ThreadingModel", 0x00000002, "Both"
  1741. @@:@u: HKCR,"CLSID\{C4C4C483-0049-4E2B-98FB-9537F6CE516D}","",0x00000002,"Properties"
  1742. @@:@u: HKCR,"CLSID\{C4C4C483-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","",0x0020002,"%SystemRoot%\system32\encdec.dll"
  1743. @@:@u: HKCR,"CLSID\{C4C4C483-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","ThreadingModel", 0x00000002, "Both"
  1744. @@:@u: HKCR,"CLSID\{C4C4C491-0049-4E2B-98FB-9537F6CE516D}","",0x00000002,"Tags"
  1745. @@:@u: HKCR,"CLSID\{C4C4C491-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","",0x0020002,"%SystemRoot%\system32\encdec.dll"
  1746. @@:@u: HKCR,"CLSID\{C4C4C491-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","ThreadingModel", 0x00000002, "Both"
  1747. @@:@u: HKCR,"CLSID\{C4C4C492-0049-4E2B-98FB-9537F6CE516D}","",0x00000002,"Tags"
  1748. @@:@u: HKCR,"CLSID\{C4C4C492-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","",0x0020002,"%SystemRoot%\system32\encdec.dll"
  1749. @@:@u: HKCR,"CLSID\{C4C4C492-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","ThreadingModel", 0x00000002, "Both"
  1750. @@:@u: HKCR,"CLSID\{C4C4C493-0049-4E2B-98FB-9537F6CE516D}","",0x00000002,"Tags"
  1751. @@:@u: HKCR,"CLSID\{C4C4C493-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","",0x0020002,"%SystemRoot%\system32\encdec.dll"
  1752. @@:@u: HKCR,"CLSID\{C4C4C493-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","ThreadingModel", 0x00000002, "Both"
  1753. @@:@u: HKCR,"CLSID\{C4C4C4F1-0049-4E2B-98FB-9537F6CE516D}","",0x00000002,"Encrypt/Tag"
  1754. @@:@u: HKCR,"CLSID\{C4C4C4F1-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","",0x0020002,"%SystemRoot%\system32\encdec.dll"
  1755. @@:@u: HKCR,"CLSID\{C4C4C4F1-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","ThreadingModel", 0x00000002, "Both"
  1756. @@:@u: HKCR,"CLSID\{C4C4C4F2-0049-4E2B-98FB-9537F6CE516D}","",0x00000002,"Decrypt/Tag"
  1757. @@:@u: HKCR,"CLSID\{C4C4C4F2-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","",0x0020002,"%SystemRoot%\system32\encdec.dll"
  1758. @@:@u: HKCR,"CLSID\{C4C4C4F2-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","ThreadingModel", 0x00000002, "Both"
  1759. @@:@u: HKCR,"CLSID\{C4C4C4F3-0049-4E2B-98FB-9537F6CE516D}","",0x00000002,"XDS Codec"
  1760. @@:@u: HKCR,"CLSID\{C4C4C4F3-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","",0x0020002,"%SystemRoot%\system32\encdec.dll"
  1761. @@:@u: HKCR,"CLSID\{C4C4C4F3-0049-4E2B-98FB-9537F6CE516D}\InprocServer32","ThreadingModel", 0x00000002, "Both"
  1762. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\Decrypt/Tag","FriendlyName", 0x00000002, "Decrypt/Tag"
  1763. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\Decrypt/Tag","CLSID", 0x00000002, "{C4C4C4F2-0049-4E2B-98FB-9537F6CE516D}"
  1764. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\Decrypt/Tag","FilterData", 0x00000003, 02,00,00,00,00,00,20,00,00,00,00,00,00,00,00,00
  1765. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\Encrypt/Tag", "FriendlyName", 0x00000002, "Encrypt/Tag"
  1766. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\Encrypt/Tag","CLSID", 0x00000002, "{C4C4C4F1-0049-4E2B-98FB-9537F6CE516D}"
  1767. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\Encrypt/Tag","FilterData", 0x00000003, 02,00,00,00,00,00,20,00,00,00,00,00,00,00,00,00
  1768. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\XDS Codec","FriendlyName", 0x00000002, "XDS Codec"
  1769. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\XDS Codec","CLSID", 0x00000002, "{C4C4C4F3-0049-4E2B-98FB-9537F6CE516D}"
  1770. @@:@u: HKCR,"CLSID\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}\Instance\XDS Codec","FilterData", 0x00000003, 02,00,00,00,00,00,20,00,00,00,00,00,00,00,00,00
  1771. @@:@u: HKCR,"CLSID\{da4e3da0-d07d-11d0-bd50-00a0c911ce86}\Instance\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}","FriendlyName", 0x00000002, "BDA CP/CA Filters"
  1772. @@:@u: HKCR,"CLSID\{da4e3da0-d07d-11d0-bd50-00a0c911ce86}\Instance\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}","CLSID", 0x00000002, "{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}"
  1773. @@:@u: HKCR,"CLSID\{da4e3da0-d07d-11d0-bd50-00a0c911ce86}\Instance\{C4C4C4FC-0049-4E2B-98FB-9537F6CE516D}","Merit", 0x00010003, 0x00600000
  1774. @*:;
  1775. @*:; Add WinHTTP component (XPSP1 DCR 571557)
  1776. @*:;
  1777. @@:@u: HKCR,"CLSID\{2087c2f4-2cef-4953-a8ab-66779b670495}","",0x00000002,"WinHttpRequest Component version 5.1"
  1778. @@:@u: HKCR,"CLSID\{2087c2f4-2cef-4953-a8ab-66779b670495}\InprocServer32","",0x00020002,"%SystemRoot%\system32\winhttp.dll"
  1779. @@:@u: HKCR,"CLSID\{2087c2f4-2cef-4953-a8ab-66779b670495}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  1780. @@:@u: HKCR,"CLSID\{2087c2f4-2cef-4953-a8ab-66779b670495}\ProgID","",0x00000002,"WinHttp.WinHttpRequest.5.1"
  1781. @@:@u: HKCR,"CLSID\{2087c2f4-2cef-4953-a8ab-66779b670495}\TypeLib","",0x00000002,"{662901fc-6951-4854-9eb2-d9a2570f2b2e}"
  1782. @@:@u: HKCR,"WinHttp.WinHttpRequest.5.1","",0x00000002,"WinHttpRequest Component version 5.1"
  1783. @@:@u: HKCR,"WinHttp.WinHttpRequest.5.1\CLSID","",0x00000002,"{2087c2f4-2cef-4953-a8ab-66779b670495}"
  1784. @@:@u: HKCR,"TypeLib\{662901fc-6951-4854-9eb2-d9a2570f2b2e}",,0x00000012
  1785. @@:@u: HKCR,"TypeLib\{662901fc-6951-4854-9eb2-d9a2570f2b2e}\5.1","",0x00000002,"Microsoft WinHTTP Services, version 5.1"
  1786. @@:@u: HKCR,"TypeLib\{662901fc-6951-4854-9eb2-d9a2570f2b2e}\5.1\0",,0x00000012
  1787. @@:@u: HKCR,"TypeLib\{662901fc-6951-4854-9eb2-d9a2570f2b2e}\5.1\0\win32","",0x00020002,"%SystemRoot%\system32\winhttp.dll"
  1788. @@:@u: HKCR,"TypeLib\{662901fc-6951-4854-9eb2-d9a2570f2b2e}\5.1\FLAGS","",0x00000002,"0"
  1789. @@:@u: HKCR,"TypeLib\{662901fc-6951-4854-9eb2-d9a2570f2b2e}\5.1\HELPDIR","",0x00020002,"%SystemRoot%\system32"
  1790. @*:; Keys added in shell32.dll, XPSP1 588371
  1791. @@:@u: HKCR,"CLSID\{f83cbf45-1c37-4ca1-a78a-28bcb91642ec}","",0x00000002,"CD Audio Burning Hook"
  1792. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CD Burning\AudioBurnHandlers","",0x00000002,"{8dd448e6-c188-4aed-af92-44956194eb1f}"
  1793. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CD Burning\AudioBurnHandlers\{8dd448e6-c188-4aed-af92-44956194eb1f}","verb",0x00000002,"WMPBurnAsAudioCD"
  1794. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CD Burning\AudioBurnHandlers\{8dd448e6-c188-4aed-af92-44956194eb1f}","SupportedFileTypes",0x00000002,"*.WMA;*.MP3;*.WAV"
  1795. @*:;
  1796. @*:; Add PEAP component (XPSP1 DCR 570832)
  1797. @*:;
  1798. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","FriendlyName",0x00000000,"%PEAP-DispName%"
  1799. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","Path",0x00020000, "%SystemRoot%\System32\rastls.dll"
  1800. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","ConfigUiPath",0x00020000,"%SystemRoot%\System32\rastls.dll"
  1801. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","IdentityPath",0x00020000, "%SystemRoot%\System32\rastls.dll"
  1802. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","InteractiveUIPath",0x00020000,"%SystemRoot%\System32\rastls.dll"
  1803. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","InvokeUsernameDialog",0x00010003, 0
  1804. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","InvokePasswordDialog", 0x00010003, 0
  1805. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","MPPEEncryptionSupported",0x00010003, 1
  1806. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","ConfigCLSID",0x00000000,"{58AB2366-D597-11d1-B90E-00C04FC9B263}"
  1807. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","StandaloneSupported",0x00010003, 1
  1808. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","NoRootRevocationCheck",0x00010003, 1
  1809. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25","RolesSupported",0x00010003, 26
  1810. @*:;
  1811. @*:; Add PEAP component - EAPMSCHAP v2(XPSP1 DCR 570832)
  1812. @*:;
  1813. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26","FriendlyName",0x00000000,"%EAPMSCHAP-DispName%"
  1814. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26","Path",0x00020000,"%SystemRoot%\System32\raschap.dll"
  1815. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26","ConfigUiPath",0x00020000,"%SystemRoot%\System32\raschap.dll"
  1816. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26","IdentityPath",0x00020000,"%SystemRoot%\System32\raschap.dll"
  1817. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26","InteractiveUIPath",0x00020000,"%SystemRoot%\System32\raschap.dll"
  1818. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26","InvokeUsernameDialog",0x00010003, 0
  1819. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26","InvokePasswordDialog",0x00010003, 0
  1820. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26","MPPEEncryptionSupported",0x00010003, 1
  1821. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26","ConfigCLSID",0x00000000,"{2af6bcaa-f526-4803-aeb8-5777ce386647}"
  1822. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26","StandaloneSupported",0x00010003, 1
  1823. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26","RolesSupported",0x00010003, 4
  1824. @*:;
  1825. @*:; Add ASR utility for protected files (bug 612411)
  1826. @*:;
  1827. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Asr\Commands","ASR protected file utility",0x00020000,"%SystemRoot%\system32\asr_pfu.exe /backup"
  1828. @*:;
  1829. @*:; Update registry with changes between XP Gold (2600) and XP SP1 (current builds)
  1830. @*:;
  1831. @*:; hivecls.inf
  1832. @@:@u:HKCR,".ppi","",0x00000002,"ppifile"
  1833. @@:@u:HKCR,"ppifile","",0x00000002,"%MICROSOFT_PASSPORT_CONFIG_FILE%"
  1834. @@:@u:HKCR,"ppifile\DefaultIcon","",0x00020002,"%SystemRoot%\system32\msppcnfg.exe,1"
  1835. @@:@u:HKCR,"ppifile\shell",,0x00000012
  1836. @@:@u:HKCR,"ppifile\shell\open",,0x00000012
  1837. @@:@u:HKCR,"ppifile\shell\open\command","",0x00020002,"%SystemRoot%\System32\msppcnfg.exe /Config %1"
  1838. @*:;
  1839. @*:; hivesft.inf
  1840. @*:;
  1841. @@:@u:HKLM,"SOFTWARE\Microsoft\NetSh","ipv6mon",0x00000002,"ipv6mon.dll"
  1842. @@:@u:HKLM,"SOFTWARE\Microsoft\CTF\SystemShared","CUAS",0x00010003,0
  1843. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\IMM","IME File",0x00000002,"msctfime.ime"
  1844. @m:@u:HKLM,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\IMM","IME File",0x00000002,"msctfime.ime"
  1845. @@:@u:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Oc Manager\Subcomponents","beacon",0x00010003,1
  1846. @@:@u:HKLM,"SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay","NATHelp",0x00000002,"dpnhupnp.dll"
  1847. @*:;
  1848. @*:; hivesys.inf
  1849. @*:;
  1850. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\vds","",0x00000000,"Service"
  1851. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\{533C5B84-EC70-11D2-9505-00C04F79DEAF}","",0x00000000,"Volume shadow copy"
  1852. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\SafeBoot\Network\Ndisuio","",0x00000000,"Service"
  1853. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\SafeBoot\Network\WZCSVC","",0x00000000,"Service"
  1854. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup","Registry Writer", 0x00010000,"%SystemRoot%\system32\NtmsData\*"
  1855. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup","VSS Service DB",0x00010000,"\System Volume Information\*.{7cc467ef-6865-4831-853f-2a4817fd1bca}DB"
  1856. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup","VSS Service Alternate DB",0x00010000,"\System Volume Information\*.{7cc467ef-6865-4831-853f-2a4817fd1bca}ALT"
  1857. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\NetworkProvider\Order",,0x00000012
  1858. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\ServiceGroupOrder","List",0x00010000,\
  1859. @@:@u: "System Reserved",\
  1860. @@:@u: "Boot Bus Extender",\
  1861. @@:@u: "System Bus Extender",\
  1862. @@:@u: "SCSI miniport",\
  1863. @@:@u: "Port",\
  1864. @@:@u: "Primary Disk",\
  1865. @@:@u: "SCSI Class",\
  1866. @@:@u: "SCSI CDROM Class",\
  1867. @@:@u: "FSFilter Infrastructure",\
  1868. @@:@u: "FSFilter System",\
  1869. @@:@u: "FSFilter Bottom",\
  1870. @@:@u: "FSFilter Copy Protection",\
  1871. @@:@u: "FSFilter Security Enhancer",\
  1872. @@:@u: "FSFilter Open File",\
  1873. @@:@u: "FSFilter Physical Quota Management",\
  1874. @@:@u: "FSFilter Encryption",\
  1875. @@:@u: "FSFilter Compression",\
  1876. @@:@u: "FSFilter HSM",\
  1877. @@:@u: "FSFilter Cluster File System",\
  1878. @@:@u: "FSFilter System Recovery",\
  1879. @@:@u: "FSFilter Quota Management",\
  1880. @@:@u: "FSFilter Content Screener",\
  1881. @@:@u: "FSFilter Continuous Backup",\
  1882. @@:@u: "FSFilter Replication",\
  1883. @@:@u: "FSFilter Anti-Virus",\
  1884. @@:@u: "FSFilter Undelete",\
  1885. @@:@u: "FSFilter Activity Monitor",\
  1886. @@:@u: "FSFilter Top",\
  1887. @@:@u: "Filter",\
  1888. @@:@u: "Boot File System",\
  1889. @@:@u: "Base",\
  1890. @@:@u: "Pointer Port",\
  1891. @@:@u: "Keyboard Port",\
  1892. @@:@u: "Pointer Class",\
  1893. @@:@u: "Keyboard Class",\
  1894. @@:@u: "Video Init",\
  1895. @@:@u: "Video",\
  1896. @@:@u: "Video Save",\
  1897. @@:@u: "File System",\
  1898. @@:@u: "Event Log",\
  1899. @@:@u: "Streams Drivers",\
  1900. @@:@u: "NDIS Wrapper",\
  1901. @@:@u: "COM Infrastructure",\
  1902. @@:@u: "UIGroup",\
  1903. @@:@u: "LocalValidation",\
  1904. @@:@u: "PlugPlay",\
  1905. @@:@u: "PNP_TDI",\
  1906. @@:@u: "NDIS",\
  1907. @@:@u: "TDI",\
  1908. @@:@u: "NetBIOSGroup",\
  1909. @@:@u: "ShellSvcGroup",\
  1910. @@:@u: "SchedulerGroup",\
  1911. @@:@u: "SpoolerGroup",\
  1912. @@:@u: "AudioGroup",\
  1913. @@:@u: "SmartCardGroup",\
  1914. @@:@u: "NetworkProvider",\
  1915. @@:@u: "RemoteValidation",\
  1916. @@:@u: "NetDDEGroup",\
  1917. @@:@u: "Parallel arbitrator",\
  1918. @@:@u: "Extended Base",\
  1919. @@:@u: "PCI Configuration"
  1920. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\Watchdog\Display","EaRecovery",0x00010003,1
  1921. @@:@u:; LocalSystem, Administrators ALLRIGHTS
  1922. @@:@u:; wmisecur guid dacl LocalSystem allow ALLRIGHTS
  1923. @@:@u:; wmisecur guid adacl Administrators allow ALLRIGHTS
  1924. @@:@u:; wmisecur guid adacl LocalService allow ALLRIGHTS
  1925. @@:@u:; wmisecur guid adacl NetworkService allow ALLRIGHTS
  1926. @@:@u:;
  1927. @@:@u:; 9. DefaultTraceSecurityGuid
  1928. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\WMI\Security","0811c1af-7a07-4a06-82ed-869455cdf713",0x00030003,\
  1929. @@:@u: 01,00,04,80,14,00,00,00,24,00,00,00,00,00,00,00,\
  1930. @@:@u: 34,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,\
  1931. @@:@u: 20,02,00,00,01,02,00,00,00,00,00,05,20,00,00,00,\
  1932. @@:@u: 20,02,00,00,02,00,00,02,04,00,00,00,00,00,18,00,\
  1933. @@:@u: ff,0f,12,00,01,02,00,00,00,00,00,05,20,00,00,00,\
  1934. @@:@u: 20,02,00,00,00,00,14,00,ff,0f,12,00,01,01,00,00,\
  1935. @@:@u: 00,00,00,05,12,00,00,00,00,00,14,00,ff,0f,12,00,\
  1936. @@:@u: 01,01,00,00,00,00,00,05,13,00,00,00,00,00,14,00,\
  1937. @@:@u: ff,0f,12,00,01,01,00,00,00,00,00,05,14,00,00,00,\
  1938. @@:@u: 7c,fa,06,00,b4,f9,06,00,01,00,00,00,0c,fa,06,00,\
  1939. @@:@u: 00,00,00,00,85,21,df,77,6a,a6,f5,77,0c,fa,06,00,\
  1940. @@:@u: a8,3a,08,00,80,f9,06,00,43,30,f8,77,05,00,00,00,\
  1941. @@:@u: b0,3e,08,00,00,00,08,00,a8,3a,08,00,00,00,00,00,\
  1942. @@:@u: 54,fa,06,00,10,8c,f5,77,78,01,08,00,80,3a,08,00,\
  1943. @@:@u: ac,f9,06,00,43,30,f8,77,86,00,00,00,a8,3a,08,00,\
  1944. @@:@u: 00,00,08,00,80,3a,08,00,00,00,00,00,80,fa,06,00,\
  1945. @@:@u: 10,8c,f5,77,78,01,08,00,dd,8d,f5,77,08,06,08,00,\
  1946. @@:@u: 56,8f,f5,77,bc,fa,06,00,14,fb,06,00,28,ff,06,00,\
  1947. @@:@u: ff,ff,ff,ff,56,8f,f5,77,3d,48,e7,77,78,01,08,00,\
  1948. @@:@u: b0,3a,08,00,1e,49,e7,77,78,01,08,00,78,01,08,00,\
  1949. @@:@u: 00,00,00,00,28,ff,06,00,6a,a6,f5,77,80,fa,06,00,\
  1950. @@:@u: 73,de,f7,77,a8,3a,08,00,78,01,08,00,88,3a,08,00,\
  1951. @@:@u: 00,00,00,00,78,01,08,00,78,01,08,00,1e,49,e7,77,\
  1952. @@:@u: 86,00,00,00,08,04,00,00,ee,f5,dd,77,28,4a,08,00,\
  1953. @@:@u: 80,3a,08,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  1954. @@:@u: 00,00,00,00,8c,fa,06,00,60,7a,fa,77,8b,00,00,00,\
  1955. @@:@u: 28,00,00,00,56,8f,f5,77,3d,48,e7,77,00,00,08,00,\
  1956. @@:@u: 00,00,01,01,00,00,08,00,c4,f9,06,00,14,fb,06,00,\
  1957. @@:@u: b0,ff,06,00,60,7a,fa,77,20,1c,f5,77,ff,ff,ff,ff,\
  1958. @@:@u: 56,8f,f5,77,a1,bf,f7,77,00,00,08,00,00,00,00,00,\
  1959. @@:@u: 88,3a,08,00,6f,ac,f5,77,88,3a,08,00,5c,ac,f5,77,\
  1960. @@:@u: 35,f7,dd,77,bc,fa,06,00,b2,21,c5,77,e0,3e,26,00,\
  1961. @@:@u: 05,3f,26,00,18,00,1a,00,b0,3a,08,00,a0,a7,c6,77,\
  1962. @@:@u: b2,21,c5,77,45,3f,26,00,e0,fa,06,00,df,21,c5,77,\
  1963. @@:@u: 45,3f,26,00,e8,15,00,01,38,ff,06,00,f4,15,00,01,\
  1964. @@:@u: 44,ff,06,00
  1965. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\apphelp","EventMessageFile",0x00020002,"%SystemRoot%\System32\apphelp.dll"
  1966. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\apphelp","TypesSupported",0x00010003,7
  1967. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\cryptsvc","EventMessageFile",0x00020000,"%SystemRoot%\System32\cryptsvc.dll"
  1968. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\System\cryptsvc","TypesSupported",0x00010003,7
  1969. #if defined PRERELEASE || defined PRERELEASE_IDWLOG
  1970. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","DisplayName",0x00000000,"Idwlog Service"
  1971. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","Description",0x00000000,""
  1972. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","DependOnService",0x00010002,"RpcSs"
  1973. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","ImagePath",0x00020002,"%SystemRoot%\System32\idwlog.exe"
  1974. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","Start",0x00010003,2
  1975. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","Type",0x00010003,16
  1976. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","ErrorControl",0x00010003,1
  1977. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","ObjectName",0x00000002,"LocalSystem"
  1978. #endif
  1979. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\MountMgr","DisplayName",0x00000000,"%MOUNTMGR_SERVICE%"
  1980. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\PartMgr","DisplayName",0x00000000,"%PARTMGR_SERVICE%"
  1981. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\PerfOS\Performance","Collect Timeout",0x00010001,8000
  1982. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\SCardSvr","Group",0x00000000,"SmartCardGroup"
  1983. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\ScsiPort","ImagePath",0x00020002,"%SystemRoot%\system32\drivers\scsiport.sys"
  1984. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\swwd\Parameters","ExceptionTasks",0x00010000,"autochk.exe","chkdsk.exe","autoconv.exe"
  1985. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave","Description",0x00000000,"%VGASAVE_DESCRIPTION%"
  1986. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave","DisplayName",0x00000000,"%VGASAVE_DISPLAYNAME%"
  1987. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\W32Time","FailureActions",0x00000003, \
  1988. @@:@u: 05,00,00,00,00,00,00,00,00,00,00,00,02,00,00,00,64,00,20,00,01,00,00,00,60,EA,00,00,01,00,00,00,60,EA,00,00
  1989. @@:@u:HKLM,"SYSTEM\Setup\AllowStart\Sacsvr",,0x00000010
  1990. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","759836355196470116432875075352719368045",0x00010003,0x00003bbc
  1991. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","31201081023141380871971491562964136521",0x00010003,0x00003f08
  1992. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","2236257933255982206610612438381165446813",0x00010003,0x000031be
  1993. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","250153239513251071619937627273064686729",0x00010003,0x0000393c
  1994. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","123892500533680544333792785953265880023",0x00010003,0x000065b8
  1995. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","3232921342295069033492045977297776504",0x00010003,0x000070cc
  1996. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","110701215198207921430106767603362976780",0x00010003,0x00005434
  1997. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","18315419833596577732804927360167748216",0x00010003,0x00003b17
  1998. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","534385382196949278426487088731447829188",0x00010003,0x00003ed7
  1999. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","2117145300104658635922891143221327231034",0x00010003,0x000030ca
  2000. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","202315359224578449923832318334689545061",0x00010003,0x000037f5
  2001. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","239143530433762014158959751161467473627",0x00010003,0x000063a9
  2002. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","377424428414834195038216645453495672483",0x00010003,0x0000706c
  2003. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","345458271126867440384201098427628239681",0x00010003,0x000053a9
  2004. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","2913513121276017290636006150141201379004",0x00010003,0x00003b8c
  2005. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","374266662241192330481212073653045129164",0x00010003,0x00003f1b
  2006. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","122480074329235720653494287652090052749",0x00010003,0x000031b8
  2007. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","349183759723458232151089535808537937845",0x00010003,0x000038ac
  2008. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","409243695206146459636554608623932834239",0x00010003,0x00006548
  2009. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","3911984131197545598019713982267372560",0x00010003,0x000070d7
  2010. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","16799843084207251244114768332207600206",0x00010003,0x00005498
  2011. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","1096186870355500302736438383294102145342",0x00010003,0x00003b9f
  2012. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","263730790836141322632295798971057458294",0x00010003,0x00003f1e
  2013. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","231338797396349318138753840152947156933",0x00010003,0x0000319b
  2014. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","301041256826182258125837825563105308910",0x00010003,0x000038ff
  2015. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","951662534533577838748579251538997673",0x00010003,0x0000657a
  2016. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","40516491947879509462273700913115044439",0x00010003,0x000070e3
  2017. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","2205592198177798884315377470544167400871",0x00010003,0x00005474
  2018. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","45665088220500043611428098892840990339",0x00010003,0x00003bb7
  2019. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","168503096225512615220787626034281352961",0x00010003,0x00003f1b
  2020. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","2622178187291782944122653746304076025173",0x00010003,0x000031d1
  2021. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","35501806844269678103385120265642492641",0x00010003,0x000038d7
  2022. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","2386980086346637267834663257101281701080",0x00010003,0x000065a4
  2023. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","32906341164000006511288493911336454106",0x00010003,0x000070b7
  2024. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","425049830835138737381621076613834218456",0x00010003,0x0000546b
  2025. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","273153458012644511552530295831280254577",0x00010003,0x00003c30
  2026. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","93776176859797401735714879492478115842",0x00010003,0x00003f65
  2027. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","3153011509263679363323570338294220557613",0x00010003,0x00003302
  2028. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","289847165941287988619340424412397874737",0x00010003,0x00003a7b
  2029. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","395851621189816531110379067141723591477",0x00010003,0x0000673a
  2030. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","4023732848122949273434246725693853128194",0x00010003,0x00007141
  2031. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","2865606051144020415419428416321005291199",0x00010003,0x00005542
  2032. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","23017067661801968972146276262952551800",0x00010003,0x00001f5f
  2033. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","151335588414524090086460481584248794553",0x00010003,0x00001f44
  2034. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","2203002876202313235418322117873297446950",0x00010003,0x00001f4b
  2035. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","108147788237263905819996286251163528597",0x00010003,0x00001f44
  2036. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","216670763106432720133427631742754862055",0x00010003,0x00001f47
  2037. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","181300800188918632416544014844083055379",0x00010003,0x00001fbe
  2038. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","17543836791543348803515660327847306486",0x00010003,0x00001f7f
  2039. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","350779979227911894741354520884006304280",0x00010003,0x00001f3a
  2040. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","1563131723405338815356672911924895142",0x00010003,0x00001f43
  2041. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","416473528721035448613853396411373290883",0x00010003,0x00001f48
  2042. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","420212029193365027714513311323797233565",0x00010003,0x00001f4e
  2043. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","1468917077131965830714487110751398696173",0x00010003,0x00001f75
  2044. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","431669286415970877512633631721439743867",0x00010003,0x00001f52
  2045. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","314557626522944333594074956042977300370",0x00010003,0x00001f4f
  2046. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","166992257223727311483054219998608359797",0x00010003,0x00001f8c
  2047. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","85079218729887599515764100962414962115",0x00010003,0x00001f63
  2048. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","239058526231469671172319280987485472678",0x00010003,0x00001f3f
  2049. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","2170520030367887090537329878981893656942",0x00010003,0x00001f42
  2050. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","59312625617506463853893452292402541166",0x00010003,0x00001f4b
  2051. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","1481590384355781377585675538260320995",0x00010003,0x00001f73
  2052. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","3965825631327931302334098510913708282888",0x00010003,0x00001f4a
  2053. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","99101569834855281964163309032971779330",0x00010003,0x00001f46
  2054. @@:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TemplateRegistry","4156458644135791857613524070611387686230",0x00010003,0x00001f41
  2055. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Userenv","EventMessageFile",0x00020002,"%SystemRoot%\System32\userenv.dll;%SystemRoot%\System32\xpsp1res.dll"
  2056. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Userenv","TypesSupported",0x00010003,7
  2057. @@:@u:HKCR,"AppID\{E495081B-BBA5-4b89-BA3C-3B86A686B87A}","LaunchPermission",0x30003, \
  2058. @@:@u: 01,00,04,80,44,00,00,00,50,00,00,00,00,00,00,00,14,00,00,00,02,00,30,00,02,00,00,\
  2059. @@:@u: 00,01,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,02,00,00,00,00,00,14,00,01,00,\
  2060. @@:@u: 00,00,01,01,00,00,00,00,00,01,00,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,\
  2061. @@:@u: 02,00,00,00,00,00,05,20,00,00,00,20,02,00,00
  2062. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Codepage","28603",0x00000002,"c_28603.nls"
  2063. @*:;
  2064. @*:; Add CICERO component (XPSP1 BUG: 603061)
  2065. @*:;
  2066. @@:@u: HKLM,"SOFTWARE\CLASSES\CLSID\{4955DD33-B159-11D0-8FCF-00AA006BCC59}",,0x00000002,"CActiveIMMApp"
  2067. @@:@u: HKLM,"SOFTWARE\CLASSES\CLSID\{50D5107A-D278-4871-8989-F4CEAAF59CFC}",,0x00000002,"CActiveIMMAppEx_Trident"
  2068. @@:@u: HKLM,"SOFTWARE\CLASSES\CLSID\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}",,0x00000002,"CActiveIMMAppEx"
  2069. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{2DEE47C8-704D-42A0-9983-FFEED659B64D}\NumMethods",,0x00000002,"20"
  2070. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{4FD67194-1002-4513-BFF2-C0DDF6258552}",,0x00000002,"ITfInputProcessorProfileSubstituteLayout"
  2071. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{4FD67194-1002-4513-BFF2-C0DDF6258552}\NumMethods",,0x00000002,"4"
  2072. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{4FD67194-1002-4513-BFF2-C0DDF6258552}\ProxyStubClsid32",,0x00000002,"{B5F8FB3B-393F-4F7C-84CB-504924C2705A}"
  2073. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{7C6247A1-2884-4B7C-AF24-F198047AA728}",,0x00000002,"ITfThreadMgr_P"
  2074. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{7C6247A1-2884-4B7C-AF24-F198047AA728}\NumMethods",,0x00000002,"20"
  2075. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{7C6247A1-2884-4B7C-AF24-F198047AA728}\ProxyStubClsid32",,0x00000002,"{B5F8FB3B-393F-4F7C-84CB-504924C2705A}"
  2076. @@:@u: HKLM,"SOFTWARE\CLASSES\Interface\{F65567A7-34A1-46F4-B5DD-8804AEB06FF7}",,0x00000002,"ITfThreadMgr_P_old"
  2077. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","SelectCmd",0x00010003,1
  2078. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","NavigateCmd",0x00010003,1
  2079. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","CasingCmd",0x00010003,1
  2080. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","EditCmd",0x00010003,1
  2081. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","KeyboardCmd",0x00010003,1
  2082. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","TTSCmd",0x00010003,1
  2083. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","LangBarCmd",0x00010003,1
  2084. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","DictationCommands",0x00010003,1
  2085. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","ModeButton",0x00010003,0
  2086. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","EnableLMA",0x00010003,1
  2087. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","HighConfidenceForShortWord",0x00010003,1
  2088. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","Serialize",0x00010003,0
  2089. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","RemoveSpaceForSymbol",0x00010003,1
  2090. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","DisableDictTyping",0x00010003,1
  2091. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","PlayBackCandUI",0x00010003,0
  2092. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","DictCandOpen",0x00010003,1
  2093. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","NumAlt",0x00010003,9
  2094. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","MaxCandChars",0x00010003,0x80
  2095. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","DictationKey",0x00010003,0x7a
  2096. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","CommandKey",0x00010003,0x7b
  2097. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","ContextFeed",0x00010003,1
  2098. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","DictModebias",0x00010003,1
  2099. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\Sapilayr","MasterLM",0x00010003,0
  2100. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\TIP\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}\Category\Category\{24AF3031-852D-40A2-BC09-8992898CE722}\{07A5EF1A-3DE1-432D-91E3-2BCDB9111A71}",,0x00000012
  2101. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\TIP\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}\Category\Category\{565FB8D8-6BD4-4CA1-B223-0F2CCB8F4F96}\{B2C7F219-68FB-47D8-9881-AA681D0944F0}",,0x00000012
  2102. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\TIP\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}\Category\Item\{07A5EF1A-3DE1-432D-91E3-2BCDB9111A71}\{24AF3031-852D-40A2-BC09-8992898CE722}",,0x00000012
  2103. @@:@u: HKLM,"SOFTWARE\Microsoft\CTF\TIP\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}\Category\Item\{B2C7F219-68FB-47D8-9881-AA681D0944F0}\{565FB8D8-6BD4-4CA1-B223-0F2CCB8F4F96}",,0x00000012
  2104. @*:;
  2105. @*:; Update HCP registry from HelpCtr.exe
  2106. @*:;
  2107. @@:@u: HKCR,"HCP\shell\open\command","",0x00020000,"%SystemRoot%\PCHEALTH\HELPCTR\Binaries\HelpCtr.exe -FromHCP -url ""%1"""
  2108. [Product.Add.Reg2]
  2109. @*:;
  2110. @*:; Keys from msvidctl
  2111. @*:;
  2112. @@:@u: HKLM,"SOFTWARE\Classes\BDATuner.AuxiliaryInTuningSpace","",0x00000002,"BDA Tuning Model Auxiliary Inputs Tuning Space"
  2113. @@:@u: HKLM,"SOFTWARE\Classes\BDATuner.AuxiliaryInTuningSpace\CLSID","",0x00000002,"{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}"
  2114. @@:@u: HKLM,"SOFTWARE\Classes\BDATuner.AuxiliaryInTuningSpace\CurVer","",0x00000002,"BDATuner.AuxiliaryInTuningSpace.1"
  2115. @@:@u: HKLM,"SOFTWARE\Classes\BDATuner.AuxiliaryInTuningSpace.1","",0x00000002,"BDA Tuning Model Auxiliary Inputs Tuning Space"
  2116. @@:@u: HKLM,"SOFTWARE\Classes\BDATuner.AuxiliaryInTuningSpace.1\CLSID","",0x00000002,"{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}"
  2117. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}","",0x00000002,"XDS Feature Segment"
  2118. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}\Implemented Categories",,0x00000010
  2119. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}\Implemented Categories\{0DE86A57-2BAA-11CF-A229-00AA003D7352}",,0x00000010
  2120. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}",,0x00000010
  2121. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}",,0x00000010
  2122. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2123. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2124. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}\ProgID","",0x00000002,"MSVidCtl.MSVidXDS.1"
  2125. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}\Programmable",,0x00000010
  2126. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2127. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0149EEDF-D08F-4142-8D73-D23903D21E90}\VersionIndependentProgID","",0x00000002,"MSVidCtl.MSVidXDS"
  2128. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0429EC6E-1144-4BED-B88B-2FB9899A4A3D}","",0x00000002,"Custom Composition Segment from Data Services to XDS"
  2129. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0429EC6E-1144-4BED-B88B-2FB9899A4A3D}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2130. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0429EC6E-1144-4BED-B88B-2FB9899A4A3D}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2131. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{0429EC6E-1144-4BED-B88B-2FB9899A4A3D}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2132. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{28953661-0231-41DB-8986-21FF4388EE9B}","",0x00000002,"MSVidCtl Analog Capture to Encoder Composition Segment"
  2133. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{28953661-0231-41DB-8986-21FF4388EE9B}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2134. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{28953661-0231-41DB-8986-21FF4388EE9B}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2135. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{28953661-0231-41DB-8986-21FF4388EE9B}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2136. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{3540D440-5B1D-49CB-821A-E84B8CF065A7}","",0x00000002,"MSVidCtl Analog Capture to XDS Composition Segment"
  2137. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{3540D440-5B1D-49CB-821A-E84B8CF065A7}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2138. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{3540D440-5B1D-49CB-821A-E84B8CF065A7}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2139. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{3540D440-5B1D-49CB-821A-E84B8CF065A7}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2140. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{38F03426-E83B-4E68-B65B-DCAE73304838}","",0x00000002,"Custom Composition Segment from Data Services to Time Shift Sink"
  2141. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{38F03426-E83B-4E68-B65B-DCAE73304838}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2142. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{38F03426-E83B-4E68-B65B-DCAE73304838}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2143. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{38F03426-E83B-4E68-B65B-DCAE73304838}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2144. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{3C4708DC-B181-46A8-8DA8-4AB0371758CD}","",0x00000002,"MSVidCtl SBE Source to Video Mixing Renderer Composition Segment"
  2145. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{3C4708DC-B181-46A8-8DA8-4AB0371758CD}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2146. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{3C4708DC-B181-46A8-8DA8-4AB0371758CD}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2147. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{3C4708DC-B181-46A8-8DA8-4AB0371758CD}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2148. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{8D04238E-9FD1-41C6-8DE3-9E1EE309E935}","",0x00000002,"MSVidCtl DVD to Audio Renderer Composition Segment"
  2149. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{8D04238E-9FD1-41C6-8DE3-9E1EE309E935}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2150. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{8D04238E-9FD1-41C6-8DE3-9E1EE309E935}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2151. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{8D04238E-9FD1-41C6-8DE3-9E1EE309E935}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2152. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9193A8F9-0CBA-400E-AA97-EB4709164576}","",0x00000002,"MSVidCtl SBE Source to Closed Caption Composition Segment"
  2153. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9193A8F9-0CBA-400E-AA97-EB4709164576}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2154. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9193A8F9-0CBA-400E-AA97-EB4709164576}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2155. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9193A8F9-0CBA-400E-AA97-EB4709164576}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2156. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}","",0x00000002,"Stream Buffer Sink Segment"
  2157. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}\Implemented Categories",,0x00000010
  2158. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}\Implemented Categories\{0DE86A57-2BAA-11CF-A229-00AA003D7352}",,0x00000010
  2159. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}",,0x00000010
  2160. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}",,0x00000010
  2161. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2162. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2163. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}\ProgID","",0x00000002,"MSVidCtl.MSVidStreamBufferSink.1"
  2164. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}\Programmable",,0x00000010
  2165. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2166. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}\VersionIndependentProgID","",0x00000002,"MSVidCtl.MSVidStreamBufferSink"
  2167. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9F50E8B1-9530-4DDC-825E-1AF81D47AED6}","",0x00000002,"MSVidCtl Analog TV to StreamBufferSource Composition Segment"
  2168. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9F50E8B1-9530-4DDC-825E-1AF81D47AED6}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2169. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9F50E8B1-9530-4DDC-825E-1AF81D47AED6}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2170. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{9F50E8B1-9530-4DDC-825E-1AF81D47AED6}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2171. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{A0B9B497-AFBC-45AD-A8A6-9B077C40D4F2}","",0x00000002,"Custom Composition Segment from Encoder to Time Shift Sink"
  2172. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{A0B9B497-AFBC-45AD-A8A6-9B077C40D4F2}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2173. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{A0B9B497-AFBC-45AD-A8A6-9B077C40D4F2}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2174. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{A0B9B497-AFBC-45AD-A8A6-9B077C40D4F2}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2175. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{ABE40035-27C3-4A2F-8153-6624471608AF}","",0x00000002,"MSVidCtl Digital TV to StreamBufferSource Composition Segment"
  2176. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{ABE40035-27C3-4A2F-8153-6624471608AF}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2177. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{ABE40035-27C3-4A2F-8153-6624471608AF}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2178. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{ABE40035-27C3-4A2F-8153-6624471608AF}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2179. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}","",0x00000002,"Stream Buffer Source"
  2180. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}\Implemented Categories",,0x00000010
  2181. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}\Implemented Categories\{0DE86A57-2BAA-11CF-A229-00AA003D7352}",,0x00000010
  2182. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}",,0x00000010
  2183. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}",,0x00000010
  2184. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2185. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2186. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}\ProgID","",0x00000002,"MSVidCtl.MSVidStreamBufferSource.1"
  2187. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}\Programmable",,0x00000010
  2188. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2189. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{AD8E510D-217F-409B-8076-29C5E73B98E8}\VersionIndependentProgID","",0x00000002,"MSVidCtl.MSVidStreamBufferSource"
  2190. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{B401C5EB-8457-427F-84EA-A4D2363364B0}","",0x00000002,"MSVidCtl FilePlayback to Video Renderer Composition Segment"
  2191. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{B401C5EB-8457-427F-84EA-A4D2363364B0}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2192. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{B401C5EB-8457-427F-84EA-A4D2363364B0}\InprocServer32","ThreadingModel", 0x00000002, "Apartment"
  2193. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{B401C5EB-8457-427F-84EA-A4D2363364B0}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2194. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}","",0x00000002,"Encoder Feature Segment"
  2195. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}\Implemented Categories",,0x00000010
  2196. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}\Implemented Categories\{0DE86A57-2BAA-11CF-A229-00AA003D7352}",,0x00000010
  2197. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}",,0x00000010
  2198. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}",,0x00000010
  2199. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2200. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}\InprocServer32","ThreadingModel", 0x00000002, "Apartment"
  2201. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}\ProgID","",0x00000002,"MSVidCtl.MSVidEncoder.1"
  2202. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}\Programmable",,0x00000010
  2203. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2204. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{BB530C63-D9DF-4B49-9439-63453962E598}\VersionIndependentProgID","",0x00000002,"MSVidCtl.MSVidEncoder"
  2205. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CAAFDD83-CEFC-4E3D-BA03-175F17A24F91}","",0x00000002,"Stream Buffer Recording Control Object"
  2206. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CAAFDD83-CEFC-4E3D-BA03-175F17A24F91}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2207. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CAAFDD83-CEFC-4E3D-BA03-175F17A24F91}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2208. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CAAFDD83-CEFC-4E3D-BA03-175F17A24F91}\ProgID","",0x00000002,"MSVidCtl.MSVidStreamBufferRecordingControl.1"
  2209. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CAAFDD83-CEFC-4E3D-BA03-175F17A24F91}\Programmable",,0x00000010
  2210. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CAAFDD83-CEFC-4E3D-BA03-175F17A24F91}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2211. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CAAFDD83-CEFC-4E3D-BA03-175F17A24F91}\VersionIndependentProgID","",0x00000002,"MSVidCtl.MSVidStreamBufferRecordingControl"
  2212. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CC23F537-18D4-4ECE-93BD-207A84726979}","",0x00000002,"MSVidCtl FilePlayback to Audio Renderer Composition Segment"
  2213. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CC23F537-18D4-4ECE-93BD-207A84726979}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2214. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CC23F537-18D4-4ECE-93BD-207A84726979}\InprocServer32","ThreadingModel",0x00000002,"Apartment"
  2215. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{CC23F537-18D4-4ECE-93BD-207A84726979}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2216. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}","",0x00000002,"BDA Tuning Model Auxiliary Inputs Tuning Space"
  2217. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}\Implemented Categories",,0x00000010
  2218. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}\Implemented Categories\{0DE86A57-2BAA-11CF-A229-00AA003D7352}",,0x00000010
  2219. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}",,0x00000010
  2220. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}",,0x00000010
  2221. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}\InprocServer32","",0x00020002,"%SystemRoot%\system32\msvidctl.dll"
  2222. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}\InprocServer32","ThreadingModel",0x00000002,"Both"
  2223. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}\ProgID","",0x00000002,"BDATuner.AuxiliaryInTuningSpace.1"
  2224. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}\Programmable",,0x00000010
  2225. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}\TypeLib","",0x00000002,"{9B085638-018E-11D3-9D8E-00C04F72D980}"
  2226. @@:@u: HKLM,"SOFTWARE\Classes\CLSID\{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}\VersionIndependentProgID","",0x00000002,"BDATuner.AuxiliaryInTuningSpace"
  2227. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{0369B4E2-45B6-11D3-B650-00C04F79498E}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2228. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{0369B4E2-45B6-11D3-B650-00C04F79498E}\TypeLib","",0x00000002,"{9B085638-018E-11D3-9D8E-00C04F72D980}"
  2229. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{0369B4E2-45B6-11D3-B650-00C04F79498E}\TypeLib","Version",0x00000002,"1.0"
  2230. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{061C6E30-E622-11D2-9493-00C04F72D980}","",0x00000002,"ITuningSpace"
  2231. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{061C6E30-E622-11D2-9493-00C04F72D980}\NumMethods","",0x00000002,"26"
  2232. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{061C6E30-E622-11D2-9493-00C04F72D980}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2233. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{061C6E30-E622-11D2-9493-00C04F72D980}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2234. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{061C6E30-E622-11D2-9493-00C04F72D980}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2235. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{061C6E30-E622-11D2-9493-00C04F72D980}\TypeLib","Version",0x00000002,"1.0"
  2236. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{07DDC146-FC3D-11D2-9D8C-00C04F72D980}","",0x00000002,"ITuneRequest"
  2237. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{07DDC146-FC3D-11D2-9D8C-00C04F72D980}\NumMethods","",0x00000002,"12"
  2238. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{07DDC146-FC3D-11D2-9D8C-00C04F72D980}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2239. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{07DDC146-FC3D-11D2-9D8C-00C04F72D980}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2240. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{07DDC146-FC3D-11D2-9D8C-00C04F72D980}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2241. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{07DDC146-FC3D-11D2-9D8C-00C04F72D980}\TypeLib","Version",0x00000002,"1.0"
  2242. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{0DC13D4A-0313-11D3-9D8E-00C04F72D980}","",0x00000002,"IComponentTypes"
  2243. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{0DC13D4A-0313-11D3-9D8E-00C04F72D980}\NumMethods","",0x00000002,"15"
  2244. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{0DC13D4A-0313-11D3-9D8E-00C04F72D980}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2245. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{0DC13D4A-0313-11D3-9D8E-00C04F72D980}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2246. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{0DC13D4A-0313-11D3-9D8E-00C04F72D980}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2247. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{0DC13D4A-0313-11D3-9D8E-00C04F72D980}\TypeLib","Version",0x00000002,"1.0"
  2248. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{11EBC158-E712-4D1F-8BB3-01ED5274C4CE}","",0x00000002,"IMSVidXDS"
  2249. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{11EBC158-E712-4D1F-8BB3-01ED5274C4CE}\NumMethods","",0x00000002,"16"
  2250. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{11EBC158-E712-4D1F-8BB3-01ED5274C4CE}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2251. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{11EBC158-E712-4D1F-8BB3-01ED5274C4CE}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2252. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{11EBC158-E712-4D1F-8BB3-01ED5274C4CE}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2253. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{11EBC158-E712-4D1F-8BB3-01ED5274C4CE}\TypeLib","Version",0x00000002,"1.0"
  2254. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{159DBB45-CD1B-4DAB-83EA-5CB1F4F21D07}","",0x00000002,"IMSVidStreamBufferSink"
  2255. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{159DBB45-CD1B-4DAB-83EA-5CB1F4F21D07}\NumMethods","",0x00000002,"22"
  2256. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{159DBB45-CD1B-4DAB-83EA-5CB1F4F21D07}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2257. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{159DBB45-CD1B-4DAB-83EA-5CB1F4F21D07}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2258. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{159DBB45-CD1B-4DAB-83EA-5CB1F4F21D07}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2259. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{159DBB45-CD1B-4DAB-83EA-5CB1F4F21D07}\TypeLib","Version",0x00000002,"1.0"
  2260. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{160621AA-BBBC-4326-A824-C395AEBC6E74}","",0x00000002,"IMSVidStreamBufferRecordingControl"
  2261. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{160621AA-BBBC-4326-A824-C395AEBC6E74}\NumMethods","",0x00000002,"15"
  2262. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{160621AA-BBBC-4326-A824-C395AEBC6E74}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2263. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{160621AA-BBBC-4326-A824-C395AEBC6E74}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2264. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{160621AA-BBBC-4326-A824-C395AEBC6E74}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2265. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{160621AA-BBBC-4326-A824-C395AEBC6E74}\TypeLib","Version",0x00000002,"1.0"
  2266. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{1A5576FC-0E19-11D3-9D8E-00C04F72D980}","",0x00000002,"IComponent"
  2267. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{1A5576FC-0E19-11D3-9D8E-00C04F72D980}\NumMethods","",0x00000002,"16"
  2268. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{1A5576FC-0E19-11D3-9D8E-00C04F72D980}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2269. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{1A5576FC-0E19-11D3-9D8E-00C04F72D980}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2270. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{1A5576FC-0E19-11D3-9D8E-00C04F72D980}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2271. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{1A5576FC-0E19-11D3-9D8E-00C04F72D980}\TypeLib","Version",0x00000002,"1.0"
  2272. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{286D7F89-760C-4F89-80C4-66841D2507AA}","",0x00000002,"ILocator"
  2273. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{286D7F89-760C-4F89-80C4-66841D2507AA}\NumMethods","",0x00000002,"22"
  2274. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{286D7F89-760C-4F89-80C4-66841D2507AA}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2275. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{286D7F89-760C-4F89-80C4-66841D2507AA}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2276. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{286D7F89-760C-4F89-80C4-66841D2507AA}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2277. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{286D7F89-760C-4F89-80C4-66841D2507AA}\TypeLib","Version",0x00000002,"1.0"
  2278. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{2A6E293B-2595-11D3-B64C-00C04F79498E}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2279. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{2A6E293B-2595-11D3-B64C-00C04F79498E}\TypeLib","",0x00000002,"{9B085638-018E-11D3-9D8E-00C04F72D980}"
  2280. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{2A6E293B-2595-11D3-B64C-00C04F79498E}\TypeLib","Version",0x00000002,"1.0"
  2281. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{2A6E293C-2595-11D3-B64C-00C04F79498E}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2282. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{2A6E293C-2595-11D3-B64C-00C04F79498E}\TypeLib","",0x00000002,"{9B085638-018E-11D3-9D8E-00C04F72D980}"
  2283. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{2A6E293C-2595-11D3-B64C-00C04F79498E}\TypeLib","Version",0x00000002,"1.0"
  2284. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{50CE8A7D-9C28-4DA8-9042-CDFA7116F979}","",0x00000002,"IMSVidStreamBufferSourceEvent"
  2285. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{50CE8A7D-9C28-4DA8-9042-CDFA7116F979}\NumMethods","",0x00000002,"17"
  2286. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{50CE8A7D-9C28-4DA8-9042-CDFA7116F979}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2287. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{50CE8A7D-9C28-4DA8-9042-CDFA7116F979}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2288. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{50CE8A7D-9C28-4DA8-9042-CDFA7116F979}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2289. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{50CE8A7D-9C28-4DA8-9042-CDFA7116F979}\TypeLib","Version",0x00000002,"1.0"
  2290. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6A340DC0-0311-11D3-9D8E-00C04F72D980}","",0x00000002,"IComponentType"
  2291. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6A340DC0-0311-11D3-9D8E-00C04F72D980}\NumMethods","",0x00000002,"24"
  2292. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6A340DC0-0311-11D3-9D8E-00C04F72D980}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2293. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6A340DC0-0311-11D3-9D8E-00C04F72D980}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2294. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6A340DC0-0311-11D3-9D8E-00C04F72D980}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2295. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6A340DC0-0311-11D3-9D8E-00C04F72D980}\TypeLib","Version",0x00000002,"1.0"
  2296. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6BDD5C1E-2810-4159-94BC-05511AE8549B}","",0x00000002,"IMSVidVideoRenderer2"
  2297. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6BDD5C1E-2810-4159-94BC-05511AE8549B}\NumMethods","",0x00000002,"53"
  2298. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6BDD5C1E-2810-4159-94BC-05511AE8549B}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2299. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6BDD5C1E-2810-4159-94BC-05511AE8549B}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2300. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6BDD5C1E-2810-4159-94BC-05511AE8549B}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2301. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{6BDD5C1E-2810-4159-94BC-05511AE8549B}\TypeLib","Version",0x00000002,"1.0"
  2302. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{7145ED66-4730-4FDB-8A53-FDE7508D3E5E}","",0x00000002,"IMSVidVideoRendererEvent2"
  2303. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{7145ED66-4730-4FDB-8A53-FDE7508D3E5E}\NumMethods","",0x00000002,"9"
  2304. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{7145ED66-4730-4FDB-8A53-FDE7508D3E5E}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2305. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{843188B4-CE62-43DB-966B-8145A094E040}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2306. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{843188B4-CE62-43DB-966B-8145A094E040}\TypeLib","",0x00000002,"{9B085638-018E-11D3-9D8E-00C04F72D980}"
  2307. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{843188B4-CE62-43DB-966B-8145A094E040}\TypeLib","Version",0x00000002,"1.0"
  2308. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{ADA0B268-3B19-4E5B-ACC4-49F852BE13BA}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2309. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{ADA0B268-3B19-4E5B-ACC4-49F852BE13BA}\TypeLib","",0x00000002,"{9B085638-018E-11D3-9D8E-00C04F72D980}"
  2310. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{ADA0B268-3B19-4E5B-ACC4-49F852BE13BA}\TypeLib","Version",0x00000002,"1.0"
  2311. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{B0EDF162-910A-11D2-B632-00C04F79498E}\NumMethods","",0x00000002,"51"
  2312. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{C0020FD4-BEE7-43D9-A495-9F213117103D}","",0x00000002,"IMSVidEncoder"
  2313. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{C0020FD4-BEE7-43D9-A495-9F213117103D}\NumMethods","",0x00000002,"18"
  2314. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{C0020FD4-BEE7-43D9-A495-9F213117103D}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2315. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{C0020FD4-BEE7-43D9-A495-9F213117103D}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2316. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{C0020FD4-BEE7-43D9-A495-9F213117103D}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2317. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{C0020FD4-BEE7-43D9-A495-9F213117103D}\TypeLib","Version",0x00000002,"1.0"
  2318. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{CDF7BE60-D954-42FD-A972-78971958E470}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2319. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{CDF7BE60-D954-42FD-A972-78971958E470}\TypeLib","",0x00000002,"{9B085638-018E-11D3-9D8E-00C04F72D980}"
  2320. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{CDF7BE60-D954-42FD-A972-78971958E470}\TypeLib","Version",0x00000002,"1.0"
  2321. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E00CB864-A029-4310-9987-A873F5887D97}","",0x00000002,"IMSVidClosedCaptioning2"
  2322. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E00CB864-A029-4310-9987-A873F5887D97}\NumMethods","",0x00000002,"20"
  2323. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E00CB864-A029-4310-9987-A873F5887D97}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2324. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E00CB864-A029-4310-9987-A873F5887D97}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2325. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E00CB864-A029-4310-9987-A873F5887D97}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2326. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E00CB864-A029-4310-9987-A873F5887D97}\TypeLib","Version",0x00000002,"1.0"
  2327. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E48244B8-7E17-4F76-A763-5090FF1E2F30}","",0x00000002,"IAuxInTuningSpace"
  2328. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E48244B8-7E17-4F76-A763-5090FF1E2F30}\NumMethods","",0x00000002,"26"
  2329. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E48244B8-7E17-4F76-A763-5090FF1E2F30}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2330. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E48244B8-7E17-4F76-A763-5090FF1E2F30}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2331. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E48244B8-7E17-4F76-A763-5090FF1E2F30}\TypeLib","",0x00000002,"{9B085638-018E-11D3-9D8E-00C04F72D980}"
  2332. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{E48244B8-7E17-4F76-A763-5090FF1E2F30}\TypeLib","Version",0x00000002,"1.0"
  2333. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{EB0C8CF9-6950-4772-87B1-47D11CF3A02F}","",0x00000002,"IMSVidStreamBufferSource"
  2334. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{EB0C8CF9-6950-4772-87B1-47D11CF3A02F}\NumMethods","",0x00000002,"41"
  2335. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{EB0C8CF9-6950-4772-87B1-47D11CF3A02F}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2336. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{EB0C8CF9-6950-4772-87B1-47D11CF3A02F}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2337. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{EB0C8CF9-6950-4772-87B1-47D11CF3A02F}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2338. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{EB0C8CF9-6950-4772-87B1-47D11CF3A02F}\TypeLib","Version",0x00000002,"1.0"
  2339. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{F798A36B-B05B-4BBE-9703-EAEA7D61CD51}","",0x00000002,"IMSVidStreamBufferSinkEvent"
  2340. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{F798A36B-B05B-4BBE-9703-EAEA7D61CD51}\NumMethods","",0x00000002,"11"
  2341. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{F798A36B-B05B-4BBE-9703-EAEA7D61CD51}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2342. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{F798A36B-B05B-4BBE-9703-EAEA7D61CD51}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2343. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{F798A36B-B05B-4BBE-9703-EAEA7D61CD51}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2344. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{F798A36B-B05B-4BBE-9703-EAEA7D61CD51}\TypeLib","Version",0x00000002,"1.0"
  2345. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{FCD01846-0E19-11D3-9D8E-00C04F72D980}","",0x00000002,"IComponents"
  2346. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{FCD01846-0E19-11D3-9D8E-00C04F72D980}\NumMethods","",0x00000002,"14"
  2347. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{FCD01846-0E19-11D3-9D8E-00C04F72D980}\ProxyStubClsid","",0x00000002,"{00020424-0000-0000-C000-000000000046}"
  2348. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{FCD01846-0E19-11D3-9D8E-00C04F72D980}\ProxyStubClsid32","",0x00000002,"{8664DA16-DDA2-42AC-926A-C18F9127C302}"
  2349. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{FCD01846-0E19-11D3-9D8E-00C04F72D980}\TypeLib","",0x00000002,"{B0EDF154-910A-11D2-B632-00C04F79498E}"
  2350. @@:@u: HKLM,"SOFTWARE\Classes\Interface\{FCD01846-0E19-11D3-9D8E-00C04F72D980}\TypeLib","Version",0x00000002,"1.0"
  2351. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidEncoder","",0x00000002,"Encoder Feature Segment"
  2352. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidEncoder\CLSID","",0x00000002,"{BB530C63-D9DF-4B49-9439-63453962E598}"
  2353. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidEncoder\CurVer","",0x00000002,"MSVidCtl.MSVidEncoder.1"
  2354. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidEncoder.1","",0x00000002,"Encoder Feature Segment"
  2355. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidEncoder.1\CLSID","",0x00000002,"{BB530C63-D9DF-4B49-9439-63453962E598}"
  2356. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferRecordingControl","",0x00000002,"Stream Buffer Recording Control Object"
  2357. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferRecordingControl\CLSID","",0x00000002,"{CAAFDD83-CEFC-4E3D-BA03-175F17A24F91}"
  2358. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferRecordingControl\CurVer","",0x00000002,"MSVidCtl.MSVidStreamBufferRecordingControl.1"
  2359. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferRecordingControl.1","",0x00000002,"Stream Buffer Recording Control Object"
  2360. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferRecordingControl.1\CLSID","",0x00000002,"{CAAFDD83-CEFC-4E3D-BA03-175F17A24F91}"
  2361. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSink","",0x00000002,"Stream Buffer Sink Segment"
  2362. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSink\CLSID","",0x00000002,"{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}"
  2363. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSink\CurVer","",0x00000002,"MSVidCtl.MSVidStreamBufferSink.1"
  2364. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSink.1","",0x00000002,"Stream Buffer Sink Segment"
  2365. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSink.1\CLSID","",0x00000002,"{9E77AAC4-35E5-42A1-BDC2-8F3FF399847C}"
  2366. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSource","",0x00000002,"Stream Buffer Source"
  2367. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSource\CLSID","",0x00000002,"{AD8E510D-217F-409B-8076-29C5E73B98E8}"
  2368. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSource\CurVer","",0x00000002,"MSVidCtl.MSVidStreamBufferSource.1"
  2369. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSource.1","",0x00000002,"Stream Buffer Source"
  2370. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidStreamBufferSource.1\CLSID","",0x00000002,"{AD8E510D-217F-409B-8076-29C5E73B98E8}"
  2371. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidXDS","",0x00000002,"XDS Feature Segment"
  2372. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidXDS\CLSID","",0x00000002,"{0149EEDF-D08F-4142-8D73-D23903D21E90}"
  2373. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidXDS\CurVer","",0x00000002,"MSVidCtl.MSVidXDS.1"
  2374. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidXDS.1","",0x00000002,"XDS Feature Segment"
  2375. @@:@u: HKLM,"SOFTWARE\Classes\MSVidCtl.MSVidXDS.1\CLSID","",0x00000002,"{0149EEDF-D08F-4142-8D73-D23903D21E90}"
  2376. @@:@u: HKLM,"SOFTWARE\Microsoft\Tuning Spaces\5","",0x00000002,"{F9769A06-7ACA-4E39-9CFB-97BB35F0E77E}"
  2377. @@:@u: HKLM,"SOFTWARE\Microsoft\Tuning Spaces\5","Name", 0x00000002, "AuxIn1"
  2378. @@:@u: HKLM,"SOFTWARE\Microsoft\Tuning Spaces\5","Description", 0x00000002, "Analog Auxiliary Input #1"
  2379. @@:@u: HKLM,"SOFTWARE\Microsoft\Tuning Spaces\5","Network Type", 0x00000002, "{00000000-0000-0000-0000-000000000000}"
  2380. [Product.Del.Reg.Professional]
  2381. [Product.Add.Reg.Professional]
  2382. [Product.Del.Reg.Consumer]
  2383. [Product.Add.Reg.Consumer]
  2384. [DataAccess.AddReg]
  2385. @@:@u:HKLM,"SOFTWARE\Microsoft\DataAccess","FullInstallVer",,"2.71.9030.4"
  2386. @@:@u:HKLM,"SOFTWARE\Microsoft\DataAccess","Version",,"2.71.9030.4"
  2387. @m:@u: HKCR, ".dsn" , , 0x00000002, "ODBC.FileDSN"
  2388. @m:@u: HKCR, "ODBC.FileDSN" , , 0x00000002, "ODBC Data Source"
  2389. @m:@u: HKCR, "ODBC.FileDSN\DefaultIcon" , , 0x00000002, "%11%\odbcint.dll,1"
  2390. [VM.AddReg]
  2391. @@:@u:[OE.AddReg]
  2392. @@:@u:
  2393. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}","Version",,"6,0,2800,TOK_QFE"
  2394. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\{7790769C-0471-11d2-AF11-00C04FA35D02}","Version",,"6,0,2800,TOK_QFE"
  2395. @@:@u: HKLM,"SOFTWARE\Microsoft\Outlook Express","MediaVer",,"6,0,2800,TOK_QFE"
  2396. @@:@u: HKLM,"SOFTWARE\Microsoft\Outlook Express\Version Info","Current",,"6,0,2800,TOK_QFE"
  2397. @@:@u: HKLM,"SOFTWARE\Microsoft\Outlook Express\Version Info","Previous",,"6,0,2600,0000"
  2398. @@:@u: HKLM,"SOFTWARE\Microsoft\Outlook Express\Inetcomm","Version",,"6,0,2800,TOK_QFE"
  2399. @@:@u: HKLM,"SOFTWARE\Microsoft\WAB\Version Info","Current",,"6.0.2800.TOK_QFE"
  2400. @@:@u: HKLM,"SOFTWARE\Microsoft\WAB\Version Info","Previous",,"6,0,2600,0000"
  2401. @@:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer\International","msimn.exe",,"6.0.2600.0-6.0.9999.9999"
  2402. @@:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer\International","wab.exe",,"6.0.2600.0-6.0.9999.9999"
  2403. @@:@u:
  2404. [OE.DelReg]
  2405. @@:@u: [IE.AddReg]
  2406. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","Version",,"6,0,2800,TOK_QFE"
  2407. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\{3af36230-a269-11d1-b5bf-0000f8051515}","Version",,"6,0,2800,TOK_QFE"
  2408. @@:@u: HKLM,"Software\Microsoft\Active Setup\Installed Components\{630b1da0-b465-11d1-9948-00c04f98bbc9}","Version",,"6,0,2800,TOK_QFE"
  2409. @@:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4340}","Version",,"6,0,2800,TOK_QFE"
  2410. @@:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer","Build",,"62800"
  2411. @@:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer","Version",,"6.0.2800.TOK_QFE"
  2412. @@:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer","W2kVersion",,"6.0.2800.TOK_QFE"
  2413. @@:@u: HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings","MinorVersion",,";SP1;"
  2414. @@:@u:
  2415. @@:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer\International","iexplore.exe",,"6.0.2600.0-6.0.9999.9999"
  2416. @@:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer\International","explorer.exe",,"6.0.2600.0-6.0.9999.9999"
  2417. @@:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer\International","rundll32.exe",,"6.0.2600.0-6.0.9999.9999"
  2418. @*: MSHMTL registry changes
  2419. @@:@u: HKCR,"Interface\{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}\TypeLib",,,"{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}"
  2420. @@:@u: HKCR,"Interface\{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}\TypeLib","Version",,"4.0"
  2421. @@:@u: HKCR,"Interface\{3050F25E-98B5-11CF-BB82-00AA00BDCE0B}\TypeLib",,,"{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}"
  2422. @@:@u: HKCR,"Interface\{3050F25E-98B5-11CF-BB82-00AA00BDCE0B}\TypeLib","Version",,"4.0"
  2423. @@:@u: HKCR,"Interface\{3050F3EE-98B5-11CF-BB82-00AA00BDCE0B}\TypeLib",,,"{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}"
  2424. @@:@u: HKCR,"Interface\{3050F3EE-98B5-11CF-BB82-00AA00BDCE0B}\TypeLib","Version",,"4.0"
  2425. @*: New items for IE kill control list
  2426. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{1141B704-053E-11D0-9DF0-00C04FD7BF41}", "Compatibility Flags",0x00010001,0x400
  2427. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{183C259A-0480-11d1-87EA-00C04FC29D46}", "Compatibility Flags",0x00010001,0x400
  2428. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{1fb464c8-09bb-4017-a2f5-eb742f04392f}", "Compatibility Flags",0x00010001,0x400
  2429. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{29c13b62-b9f7-4cd3-8cef-0a58a1a99441}", "Compatibility Flags",0x00010001,0x400
  2430. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{43F8F289-7A20-11D0-8F06-00C04FC295E1}", "Compatibility Flags",0x00010001,0x400
  2431. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{791fa017-2de3-492e-acc5-53c67a2b94d0}", "Compatibility Flags",0x00010001,0x400
  2432. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{80CB7887-20DE-11D2-8D5C-00C04FC29D45}", "Compatibility Flags",0x00010001,0x400
  2433. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{81361143-FAF9-11D3-B0D3-00C04F612FF1}", "Compatibility Flags",0x00010001,0x400
  2434. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{81361146-FAF9-11D3-B0D3-00C04F612FF1}", "Compatibility Flags",0x00010001,0x400
  2435. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{81361149-FAF9-11D3-B0D3-00C04F612FF1}", "Compatibility Flags",0x00010001,0x400
  2436. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8136114B-FAF9-11D3-B0D3-00C04F612FF1}", "Compatibility Flags",0x00010001,0x400
  2437. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8136114D-FAF9-11D3-B0D3-00C04F612FF1}", "Compatibility Flags",0x00010001,0x400
  2438. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8136114F-FAF9-11D3-B0D3-00C04F612FF1}", "Compatibility Flags",0x00010001,0x400
  2439. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{81361152-FAF9-11D3-B0D3-00C04F612FF1}", "Compatibility Flags",0x00010001,0x400
  2440. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{81361155-FAF9-11D3-B0D3-00C04F612FF1}", "Compatibility Flags",0x00010001,0x400
  2441. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{886E7BF0-C867-11CF-B1AE-00AA00A3F2C3}", "Compatibility Flags",0x00010001,0x400
  2442. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9088E688-063A-4806-A3DB-6522712FC061}", "Compatibility Flags",0x00010001,0x400
  2443. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{931a8c29-3ea9-494d-91e7-22e9a9247687}", "Compatibility Flags",0x00010001,0x400
  2444. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{99B42120-6EC7-11CF-A6C7-00AA00A47DD2}", "Compatibility Flags",0x00010001,0x400
  2445. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E87A6788-1D0F-4444-8898-1D25829B6755}", "Compatibility Flags",0x00010001,0x400
  2446. @@:@u: [IE.DelReg]
  2447. @@:@u: HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40","DisplayName"
  2448. @@:@u: HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40","UninstallString"
  2449. @@:@u: HKLM,"Software\Microsoft\Internet Explorer\International","CheckVersion"
  2450. @@:@u: HKCR,"CLSID\{4B106874-DD36-11D0-8B44-00A024DD9EFF}"
  2451. @i:@u:;
  2452. @i:@u:; Windows Messenger
  2453. @i:@u:;
  2454. @i:@u: [WM.AddReg]
  2455. @i:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\Messenger",Installed,,"1"
  2456. @i:@u: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents","wmaccess",0x10001,1,0,0,0
  2457. @i:@u: HKLM,%KEY_BLCLIENT%,"RollbackCommand",,"RunDll32.EXE"
  2458. @i:@u: HKLM,%KEY_BLCLIENT%,"RollbackParameters",," advpack.dll,LaunchINFSection %17%\msmsgs.inf,BLC.Remove,5"
  2459. @i:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{5945c046-1e7d-11d1-bc44-00c04fd912be}","StubPath",,"rundll32.exe advpack.dll,LaunchINFSection %17%\msmsgs.inf,BLC.Install.PerUser"
  2460. @i:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{5945c046-1e7d-11d1-bc44-00c04fd912be}","Version",,"4,7,0,0041"
  2461. @i:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{5945c046-1e7d-11d1-bc44-00c04fd912be}","IsInstalled",0x10001,1,0,0,0
  2462. @i:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{306D6C21-C1B6-4629-986C-E59E1875B8AF}","StubPath",,"""%11%\rundll32.exe"" ""%16422%\Messenger\msgsc.dll"",ShowIconsUser"
  2463. @i:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{306D6C21-C1B6-4629-986C-E59E1875B8AF}","Version",,"4,7,0,0041"
  2464. @i:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{306D6C21-C1B6-4629-986C-E59E1875B8AF}","IsInstalled",0x10001,0,0,0,0
  2465. @i:@u: HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{306D6C21-C1B6-4629-986C-E59E1875B8AF}","DontAsk",0x10001,2,0,0,0
  2466. @i:@u: HKCR,CLSID\{83D4679F-B6D7-11D2-BF36-00C04FB90A03},,,"RTCIMService Class"
  2467. @i:@u: HKCR,CLSID\{83D4679F-B6D7-11D2-BF36-00C04FB90A03}\InprocServer32,,,"%16422%\Messenger\rtcimsp.dll"
  2468. @i:@u: HKCR,CLSID\{83D4679F-B6D7-11D2-BF36-00C04FB90A03}\InprocServer32,"ThreadingModel",,"Apartment"
  2469. @i:@u: HKCR,CLSID\{83D4679F-B6D7-11D2-BF36-00C04FB90A03}\ProgID,,,"RTCIMSP.RTCIMService.1"
  2470. @i:@u: HKCR,CLSID\{83D4679F-B6D7-11D2-BF36-00C04FB90A03}\Programmable
  2471. @i:@u: HKCR,CLSID\{83D4679F-B6D7-11D2-BF36-00C04FB90A03}\TypeLib,,,"{DCB43485-19FB-4D6D-BB3D-73C7F48D5F00}"
  2472. @i:@u: HKCR,CLSID\{83D4679F-B6D7-11D2-BF36-00C04FB90A03}\VersionIndependentProgID,,,"RTCIMSP.RTCIMService"
  2473. @i:@u: HKCR,RTCIMSP.RTCIMService.1,,,"RTCIMService Class"
  2474. @i:@u: HKCR,RTCIMSP.RTCIMService.1\CLSID,,,"{83D4679F-B6D7-11D2-BF36-00C04FB90A03}"
  2475. @i:@u: HKCR,RTCIMSP.RTCIMService,,,"RTCIMService Class"
  2476. @i:@u: HKCR,RTCIMSP.RTCIMService\CLSID,,,"{83D4679F-B6D7-11D2-BF36-00C04FB90A03}"
  2477. @i:@u: HKCR,RTCIMSP.RTCIMService\CurVer,,,"RTCIMSP.RTCIMService.1"
  2478. @i:@u: HKCR,.CTT,,,MessengerContactList
  2479. @i:@u: HKCR,MessengerContactList,,,%CTT_FILE_DESC%
  2480. @i:@u: HKCR,MessengerContactList,NoOpen,,%CTT_FILE_ACTION%
  2481. @i:@u: HKCR,MessengerContactList\DefaultIcon,,,"%16422%\Messenger\msmsgs.exe,-1"
  2482. @i:@u: HKCR,CLSID\%CLSID_MPRIOBJECT%,,,%MPRI_OBJECT%
  2483. @i:@u: HKCR,CLSID\%CLSID_MPRIOBJECT%\LocalServer32,,,"""%16422%\Messenger\msmsgs.exe"""
  2484. @i:@u: HKCR,CLSID\%CLSID_MPRIOBJECT%\InProcServer32,,,"%16422%\Messenger\msgsc.dll"
  2485. @i:@u: HKCR,CLSID\%CLSID_MPRIOBJECT%\InProcServer32,"ThreadingModel",,"Apartment"
  2486. @i:@u: HKCR,CLSID\%CLSID_MPRIOBJECT%\ProgID,,,"MessengerPrivate.MessengerPriv.1"
  2487. @i:@u: HKCR,CLSID\%CLSID_MPRIOBJECT%\TypeLib,,,%LIBID_PRIOBJECT%
  2488. @i:@u: HKCR,CLSID\%CLSID_MPRIOBJECT%\Programmable
  2489. @i:@u: HKCR,CLSID\%CLSID_MPRIOBJECT%\Version,,,"1.0"
  2490. @i:@u: HKCR,CLSID\%CLSID_MPRIOBJECT%\VersionIndependentProgID,,,"MessengerPrivate.MessengerPriv"
  2491. @i:@u: HKCR,CLSID\%CLSID_EXTOBJECT%,,,%EXT_OBJECT%
  2492. @i:@u: HKCR,CLSID\%CLSID_EXTOBJECT%\LocalServer32,,,"""%16422%\Messenger\msmsgs.exe"""
  2493. @i:@u: HKCR,CLSID\%CLSID_EXTOBJECT%\ProgID,,,"Messenger.ExtensionsManager.1"
  2494. @i:@u: HKCR,CLSID\%CLSID_EXTOBJECT%\TypeLib,,,%LIBID_EXTOBJECT%
  2495. @i:@u: HKCR,CLSID\%CLSID_EXTOBJECT%\Programmable
  2496. @i:@u: HKCR,CLSID\%CLSID_EXTOBJECT%\Version,,,"1.0"
  2497. @i:@u: HKCR,CLSID\%CLSID_EXTOBJECT%\VersionIndependentProgID,,,"Messenger.ExtensionsManager"
  2498. @i:@u: HKCR,Interface\{36602AFA-4859-4DF5-820B-BF35ACAA16CA},,,"IMsgrLock"
  2499. @i:@u: HKCR,Interface\{36602AFA-4859-4DF5-820B-BF35ACAA16CA}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2500. @i:@u: HKCR,Interface\{36602AFA-4859-4DF5-820B-BF35ACAA16CA}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2501. @i:@u: HKCR,Interface\{36602AFA-4859-4DF5-820B-BF35ACAA16CA}\TypeLib,,,%LIBID_PRIOBJECT%
  2502. @i:@u: HKCR,Interface\{36602AFA-4859-4DF5-820B-BF35ACAA16CA}\TypeLib,"Version",,"1.0"
  2503. @i:@u: HKCR,Interface\{D50C3286-0F89-48f8-B204-3604629DEE10},,,"IMessenger2"
  2504. @i:@u: HKCR,Interface\{D50C3286-0F89-48f8-B204-3604629DEE10}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2505. @i:@u: HKCR,Interface\{D50C3286-0F89-48f8-B204-3604629DEE10}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2506. @i:@u: HKCR,Interface\{D50C3286-0F89-48f8-B204-3604629DEE10}\TypeLib,,,%LIBID_MUAOBJECT%
  2507. @i:@u: HKCR,Interface\{D50C3286-0F89-48f8-B204-3604629DEE10}\TypeLib,"Version",,"1.0"
  2508. @i:@u: HKCR,Interface\{D50C3386-0F89-48f8-B204-3604629DEE10},,,"IMessenger3"
  2509. @i:@u: HKCR,Interface\{D50C3386-0F89-48f8-B204-3604629DEE10}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2510. @i:@u: HKCR,Interface\{D50C3386-0F89-48f8-B204-3604629DEE10}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2511. @i:@u: HKCR,Interface\{D50C3386-0F89-48f8-B204-3604629DEE10}\TypeLib,,,%LIBID_MUAOBJECT%
  2512. @i:@u: HKCR,Interface\{D50C3386-0F89-48f8-B204-3604629DEE10}\TypeLib,"Version",,"1.0"
  2513. @i:@u: HKCR,Interface\{D6B0E4C9-FAD6-4885-B271-0DC5A584ADF8},,,"IMessengerConversationWnd"
  2514. @i:@u: HKCR,Interface\{D6B0E4C9-FAD6-4885-B271-0DC5A584ADF8}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2515. @i:@u: HKCR,Interface\{D6B0E4C9-FAD6-4885-B271-0DC5A584ADF8}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2516. @i:@u: HKCR,Interface\{D6B0E4C9-FAD6-4885-B271-0DC5A584ADF8}\TypeLib,,,%LIBID_MUAOBJECT%
  2517. @i:@u: HKCR,Interface\{D6B0E4C9-FAD6-4885-B271-0DC5A584ADF8}\TypeLib,"Version",,"1.0"
  2518. @i:@u: HKCR,Interface\{2E50547B-A8AA-4f60-B57E-1F414711007B},,,"IMessengerServices"
  2519. @i:@u: HKCR,Interface\{2E50547B-A8AA-4f60-B57E-1F414711007B}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2520. @i:@u: HKCR,Interface\{2E50547B-A8AA-4f60-B57E-1F414711007B}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2521. @i:@u: HKCR,Interface\{2E50547B-A8AA-4f60-B57E-1F414711007B}\TypeLib,,,%LIBID_MUAOBJECT%
  2522. @i:@u: HKCR,Interface\{2E50547B-A8AA-4f60-B57E-1F414711007B}\TypeLib,"Version",,"1.0"
  2523. @i:@u: HKCR,Interface\{2E50547C-A8AA-4f60-B57E-1F414711007B},,,"IMessengerService"
  2524. @i:@u: HKCR,Interface\{2E50547C-A8AA-4f60-B57E-1F414711007B}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2525. @i:@u: HKCR,Interface\{2E50547C-A8AA-4f60-B57E-1F414711007B}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2526. @i:@u: HKCR,Interface\{2E50547C-A8AA-4f60-B57E-1F414711007B}\TypeLib,,,%LIBID_MUAOBJECT%
  2527. @i:@u: HKCR,Interface\{2E50547C-A8AA-4f60-B57E-1F414711007B}\TypeLib,"Version",,"1.0"
  2528. @i:@u: HKCR,Interface\{E1AF1028-B884-44cb-A535-1C3C11A3D1DB},,,"IMessengerGroups"
  2529. @i:@u: HKCR,Interface\{E1AF1028-B884-44cb-A535-1C3C11A3D1DB}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2530. @i:@u: HKCR,Interface\{E1AF1028-B884-44cb-A535-1C3C11A3D1DB}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2531. @i:@u: HKCR,Interface\{E1AF1028-B884-44cb-A535-1C3C11A3D1DB}\TypeLib,,,%LIBID_MUAOBJECT%
  2532. @i:@u: HKCR,Interface\{E1AF1028-B884-44cb-A535-1C3C11A3D1DB}\TypeLib,"Version",,"1.0"
  2533. @i:@u: HKCR,Interface\{E1AF1038-B884-44cb-A535-1C3C11A3D1DB},,,"IMessengerGroup"
  2534. @i:@u: HKCR,Interface\{E1AF1038-B884-44cb-A535-1C3C11A3D1DB}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2535. @i:@u: HKCR,Interface\{E1AF1038-B884-44cb-A535-1C3C11A3D1DB}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2536. @i:@u: HKCR,Interface\{E1AF1038-B884-44cb-A535-1C3C11A3D1DB}\TypeLib,,,%LIBID_MUAOBJECT%
  2537. @i:@u: HKCR,Interface\{E1AF1038-B884-44cb-A535-1C3C11A3D1DB}\TypeLib,"Version",,"1.0"
  2538. @i:@u: HKCR,Interface\{7C95459B-C8E7-4605-B641-45EB06866659},,,"IMessengerPrivate"
  2539. @i:@u: HKCR,Interface\{7C95459B-C8E7-4605-B641-45EB06866659}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2540. @i:@u: HKCR,Interface\{7C95459B-C8E7-4605-B641-45EB06866659}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2541. @i:@u: HKCR,Interface\{7C95459B-C8E7-4605-B641-45EB06866659}\TypeLib,,,%LIBID_PRIOBJECT%
  2542. @i:@u: HKCR,Interface\{7C95459B-C8E7-4605-B641-45EB06866659}\TypeLib,"Version",,"1.0"
  2543. @i:@u: HKCR,Interface\{540F4CC0-57D4-45b4-A3CC-84DF89A235B1},,,"IMessengerPagingExt"
  2544. @i:@u: HKCR,Interface\{540F4CC0-57D4-45b4-A3CC-84DF89A235B1}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2545. @i:@u: HKCR,Interface\{540F4CC0-57D4-45b4-A3CC-84DF89A235B1}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2546. @i:@u: HKCR,Interface\{540F4CC0-57D4-45b4-A3CC-84DF89A235B1}\TypeLib,,,%LIBID_EXTOBJECT%
  2547. @i:@u: HKCR,Interface\{540F4CC0-57D4-45b4-A3CC-84DF89A235B1}\TypeLib,"Version",,"1.0"
  2548. @i:@u: HKCR,Interface\{3A436309-C4D6-4233-A765-98CA06BDB304},,,"IMessengerPagingEvents"
  2549. @i:@u: HKCR,Interface\{3A436309-C4D6-4233-A765-98CA06BDB304}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2550. @i:@u: HKCR,Interface\{3A436309-C4D6-4233-A765-98CA06BDB304}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2551. @i:@u: HKCR,Interface\{3A436309-C4D6-4233-A765-98CA06BDB304}\TypeLib,,,%LIBID_EXTOBJECT%
  2552. @i:@u: HKCR,Interface\{3A436309-C4D6-4233-A765-98CA06BDB304}\TypeLib,"Version",,"1.0"
  2553. @i:@u: HKCR,Interface\{F1136AC4-9791-46e6-BBD6-626AC6369630},,,"IMessengerMailExt"
  2554. @i:@u: HKCR,Interface\{F1136AC4-9791-46e6-BBD6-626AC6369630}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2555. @i:@u: HKCR,Interface\{F1136AC4-9791-46e6-BBD6-626AC6369630}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2556. @i:@u: HKCR,Interface\{F1136AC4-9791-46e6-BBD6-626AC6369630}\TypeLib,,,%LIBID_EXTOBJECT%
  2557. @i:@u: HKCR,Interface\{F1136AC4-9791-46e6-BBD6-626AC6369630}\TypeLib,"Version",,"1.0"
  2558. @i:@u: HKCR,Interface\{D6D6E96F-C0A1-4ce8-860E-D124F98EFFEA},,,"IMessengerMailEvents"
  2559. @i:@u: HKCR,Interface\{D6D6E96F-C0A1-4ce8-860E-D124F98EFFEA}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2560. @i:@u: HKCR,Interface\{D6D6E96F-C0A1-4ce8-860E-D124F98EFFEA}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2561. @i:@u: HKCR,Interface\{D6D6E96F-C0A1-4ce8-860E-D124F98EFFEA}\TypeLib,,,%LIBID_EXTOBJECT%
  2562. @i:@u: HKCR,Interface\{D6D6E96F-C0A1-4ce8-860E-D124F98EFFEA}\TypeLib,"Version",,"1.0"
  2563. @i:@u: HKCR,Interface\{D3898878-DA0A-471b-B14A-3276E1293195},,,"IMessengerAnnouncementsExt"
  2564. @i:@u: HKCR,Interface\{D3898878-DA0A-471b-B14A-3276E1293195}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2565. @i:@u: HKCR,Interface\{D3898878-DA0A-471b-B14A-3276E1293195}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2566. @i:@u: HKCR,Interface\{D3898878-DA0A-471b-B14A-3276E1293195}\TypeLib,,,%LIBID_EXTOBJECT%
  2567. @i:@u: HKCR,Interface\{D3898878-DA0A-471b-B14A-3276E1293195}\TypeLib,"Version",,"1.0"
  2568. @i:@u: HKCR,Interface\{D2E5530F-0093-472e-A09A-104F4053977F},,,"IMessengerViewProfile"
  2569. @i:@u: HKCR,Interface\{D2E5530F-0093-472e-A09A-104F4053977F}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2570. @i:@u: HKCR,Interface\{D2E5530F-0093-472e-A09A-104F4053977F}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2571. @i:@u: HKCR,Interface\{D2E5530F-0093-472e-A09A-104F4053977F}\TypeLib,,,%LIBID_EXTOBJECT%
  2572. @i:@u: HKCR,Interface\{D2E5530F-0093-472e-A09A-104F4053977F}\TypeLib,"Version",,"1.0"
  2573. @i:@u: HKCR,Interface\{A579B033-360C-41d8-8464-9508C9B8AEF7},,,"IMessengerEditProfile"
  2574. @i:@u: HKCR,Interface\{A579B033-360C-41d8-8464-9508C9B8AEF7}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2575. @i:@u: HKCR,Interface\{A579B033-360C-41d8-8464-9508C9B8AEF7}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2576. @i:@u: HKCR,Interface\{A579B033-360C-41d8-8464-9508C9B8AEF7}\TypeLib,,,%LIBID_EXTOBJECT%
  2577. @i:@u: HKCR,Interface\{A579B033-360C-41d8-8464-9508C9B8AEF7}\TypeLib,"Version",,"1.0"
  2578. @i:@u: HKCR,Interface\{8F3BC1AE-4F2B-455e-ADBD-C3659BC22B36},,,"IMessengerChatExt"
  2579. @i:@u: HKCR,Interface\{8F3BC1AE-4F2B-455e-ADBD-C3659BC22B36}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2580. @i:@u: HKCR,Interface\{8F3BC1AE-4F2B-455e-ADBD-C3659BC22B36}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2581. @i:@u: HKCR,Interface\{8F3BC1AE-4F2B-455e-ADBD-C3659BC22B36}\TypeLib,,,%LIBID_EXTOBJECT%
  2582. @i:@u: HKCR,Interface\{8F3BC1AE-4F2B-455e-ADBD-C3659BC22B36}\TypeLib,"Version",,"1.0"
  2583. @i:@u: HKCR,Interface\{1D57F805-2E03-4649-85BD-6BB927B3B708},,,"IMessengerPhoneExt"
  2584. @i:@u: HKCR,Interface\{1D57F805-2E03-4649-85BD-6BB927B3B708}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2585. @i:@u: HKCR,Interface\{1D57F805-2E03-4649-85BD-6BB927B3B708}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2586. @i:@u: HKCR,Interface\{1D57F805-2E03-4649-85BD-6BB927B3B708}\TypeLib,,,%LIBID_EXTOBJECT%
  2587. @i:@u: HKCR,Interface\{1D57F805-2E03-4649-85BD-6BB927B3B708}\TypeLib,"Version",,"1.0"
  2588. @i:@u: HKCR,Interface\{B9102B4F-F82C-4e0d-98DC-7066A63CA70D},,,"IMessengerExtension"
  2589. @i:@u: HKCR,Interface\{B9102B4F-F82C-4e0d-98DC-7066A63CA70D}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2590. @i:@u: HKCR,Interface\{B9102B4F-F82C-4e0d-98DC-7066A63CA70D}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2591. @i:@u: HKCR,Interface\{B9102B4F-F82C-4e0d-98DC-7066A63CA70D}\TypeLib,,,%LIBID_EXTOBJECT%
  2592. @i:@u: HKCR,Interface\{B9102B4F-F82C-4e0d-98DC-7066A63CA70D}\TypeLib,"Version",,"1.0"
  2593. @i:@u: HKCR,Interface\{D15F58EA-5B26-4b47-A77D-E45911D274D6},,,"IMessengerExtensionsManager"
  2594. @i:@u: HKCR,Interface\{D15F58EA-5B26-4b47-A77D-E45911D274D6}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  2595. @i:@u: HKCR,Interface\{D15F58EA-5B26-4b47-A77D-E45911D274D6}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  2596. @i:@u: HKCR,Interface\{D15F58EA-5B26-4b47-A77D-E45911D274D6}\TypeLib,,,%LIBID_EXTOBJECT%
  2597. @i:@u: HKCR,Interface\{D15F58EA-5B26-4b47-A77D-E45911D274D6}\TypeLib,"Version",,"1.0"
  2598. @i:@u: HKCR,TypeLib\%LIBID_PRIOBJECT%\1.0,,,"Messenger Private Type Library"
  2599. @i:@u: HKCR,TypeLib\%LIBID_PRIOBJECT%\1.0\0\win32,,,"%16422%\Messenger\msmsgs.exe\2"
  2600. @i:@u: HKCR,TypeLib\%LIBID_PRIOBJECT%\FLAGS,,,"0"
  2601. @i:@u: HKCR,TypeLib\%LIBID_PRIOBJECT%\HELPDIR,,,"%18%"
  2602. @i:@u: HKCR,TypeLib\%LIBID_MUAOBJECT%\1.0,,,"Messenger API Type Library"
  2603. @i:@u: HKCR,TypeLib\%LIBID_MUAOBJECT%\1.0\0\win32,,,"%16422%\Messenger\msmsgs.exe\3"
  2604. @i:@u: HKCR,TypeLib\%LIBID_MUAOBJECT%\FLAGS,,,"0"
  2605. @i:@u: HKCR,TypeLib\%LIBID_MUAOBJECT%\HELPDIR,,,"%18%"
  2606. @i:@u: HKCR,TypeLib\%LIBID_EXTOBJECT%\1.0,,,"Messenger Extensions Type Library"
  2607. @i:@u: HKCR,TypeLib\%LIBID_EXTOBJECT%\1.0\0\win32,,,"%16422%\Messenger\msmsgs.exe\4"
  2608. @i:@u: HKCR,TypeLib\%LIBID_EXTOBJECT%\FLAGS,,,"0"
  2609. @i:@u: HKCR,TypeLib\%LIBID_EXTOBJECT%\HELPDIR,,,"%18%"
  2610. @i:@u: HKCR,MessengerPrivate.MessengerPriv,,,%MPRI_OBJECT%
  2611. @i:@u: HKCR,MessengerPrivate.MessengerPriv\CLSID,,,%CLSID_MPRIOBJECT%
  2612. @i:@u: HKCR,MessengerPrivate.MessengerPriv\CurVer,,,"MessengerPrivate.MessengerPriv.1"
  2613. @i:@u: HKCR,MessengerPrivate.MessengerPriv.1,,,%MPRI_OBJECT%
  2614. @i:@u: HKCR,MessengerPrivate.MessengerPriv.1\CLSID,,,%CLSID_MPRIOBJECT%
  2615. @i:@u: HKCR,Messenger.ExtensionsManager,,,%EXT_OBJECT%
  2616. @i:@u: HKCR,Messenger.ExtensionsManager\CLSID,,,%CLSID_EXTOBJECT%
  2617. @i:@u: HKCR,Messenger.ExtensionsManager\CurVer,,,"Messenger.MessengerExtensions.1"
  2618. @i:@u: HKCR,Messenger.ExtensionsManager.1,,,%EXT_OBJECT%
  2619. @i:@u: HKCR,Messenger.ExtensionsManager.1\CLSID,,,%CLSID_EXTOBJECT%
  2620. @i:@u: HKLM,SYSTEM\CurrentControlSet\Control\Terminal Server,"UseExchangeIM",0x10003,3,0,0,0
  2621. @i:@u: HKLM,%KEY_BLCLIENT%,,,"%MSMSGSXP_NAME%"
  2622. @i:@u: HKLM, %KEY_IM_XP%,"",,"%MSMSGSXP_NAME%"
  2623. @i:@u: HKLM, %KEY_IM_XP_INSTALLINFO%, "IconsVisible",0x10001,1,0,0,0
  2624. @i:@u: HKLM, %KEY_IM_XP%, "LocalizedString",,"@%16422%\Messenger\msgslang.dll,-61144"
  2625. @i:@u: HKLM, %KEY_IM_XP_INSTALLINFO%, "ReinstallCommand",,"""%11%\rundll32.exe"" ""%16422%\Messenger\msgsc.dll"",Reinstall"
  2626. @i:@u: HKLM, %KEY_IM_XP_INSTALLINFO%, "ShowIconsCommand",,"""%11%\rundll32.exe"" ""%16422%\Messenger\msgsc.dll"",ShowIcons"
  2627. @i:@u: HKLM, %KEY_IM_XP_INSTALLINFO%, "HideIconsCommand",,"""%11%\rundll32.exe"" ""%16422%\Messenger\msgsc.dll"",HideIcons"
  2628. @i:@u: HKLM,Software\Microsoft\MessengerService\ServiceProviders\{83D4679F-B6D7-11D2-BF36-00C04FB90A03},"Enabled",0x10001,1,0,0,0
  2629. @i:@u: [WM.DelReg]
  2630. @i:@u: HKCR,CLSID\{C08518E0-0532-11d2-8E15-0000F803A446}
  2631. @i:@u: HKCR,CLSID\{218CB450-20B6-11d2-8E17-0000F803A446}
  2632. @i:@u: HKCR,CLSID\{07CDD3FA-1758-11d2-B49D-00C04FB90376}
  2633. @i:@u: HKCR,CLSID\{FB7199AA-79BF-11d2-8D94-0000F875C541}
  2634. @i:@u: HKCR,Interface\{C08518E1-0532-11d2-8E15-0000F803A446}
  2635. @i:@u: HKCR,Interface\{C08518E3-0532-11d2-8E15-0000F803A446}
  2636. @i:@u: HKCR,Interface\{C08518E4-0532-11d2-8E15-0000F803A446}
  2637. @i:@u: HKCR,Interface\{3656FE3E-16A6-11d2-B49D-00C04FB90376}
  2638. @i:@u: HKCR,TypeLib\{C08518EF-0532-11d2-8E15-0000F803A446}
  2639. @i:@u: HKCR,TypeLib\{B2973F5E-C33E-4C94-8989-221CEEB8DC23}
  2640. @i:@u: HKLM,SOFTWARE\Microsoft\MessengerService\Domains
  2641. @i:@u: HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSMSGS
  2642. @i:@u: HKCU,AppEvents\Schemes\Apps\MSMSGS\%BUDDY_ONLINE_SOUND_OLD%
  2643. @i:@u: HKCU,AppEvents\Schemes\Apps\MSMSGS\%NEW_MESSAGE_SOUND_OLD%
  2644. @i:@u: HKCU,AppEvents\Schemes\Apps\MSMSGS\%NEW_MAIL_SOUND_OLD%
  2645. @i:@u: HKCU,AppEvents\Schemes\Apps\MSMSGS\%NEW_ALERT_SOUND_OLD%
  2646. @i:@u: HKCU,SOFTWARE\Microsoft\MessengerService\ListCache\MSN Messenger Service
  2647. @i:@u:[ActiveX.AddReg]
  2648. @i:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{1fb464c8-09bb-4017-a2f5-eb742f04392f}","AlternateCLSID",0x00000002,"{9059f30f-4eb1-4bd2-9fdc-36f43a218f4a}"
  2649. @i:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{791fa017-2de3-492e-acc5-53c67a2b94d0}","AlternateCLSID",0x00000002,"{9059f30f-4eb1-4bd2-9fdc-36f43a218f4a}"
  2650. @i:@u: HKLM,"SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{931a8c29-3ea9-494d-91e7-22e9a9247687}","AlternateCLSID",0x00000002,"{9059f30f-4eb1-4bd2-9fdc-36f43a218f4a}"
  2651. [NWPROVAU.AddReg]
  2652. [NWPROVAU.DelReg]
  2653. [Product.RunOnce]
  2654. @@:@u:[ServicePackFilesAlways]
  2655. @@:@u:[ServicePackFilesAlways.files]
  2656. [DestinationDirs]
  2657. SystemRoot.files=10 ; %windir% (replace if exist)
  2658. CopyAlways.SystemRoot.files=10 ; %windir% (replace if exist)
  2659. CopyAlways.Templates.files=10,security\templates
  2660. @m: SysWOW64.Files=10,SysWOW64 ; %windir%\SysWOW64 (replace if exist)
  2661. @m: CopyAlways.SysWOW64.Files=10,SysWOW64 ; %windir%\SysWOW64 (copy always)
  2662. @m: SysWOW64.Delfiles=10,SysWOW64 ; %windir%\SysWOW64 (delete)
  2663. System32.usmt.files=11,usmt ; %windir%\system32\usmt (replace if exist)
  2664. System32.oobe.files=11,oobe ; %windir%\system32\oobe (replace if exist)
  2665. System32.oobe.actsetup.files=11,oobe\actsetup ; %windir%\system32\oobe\actsetup (replace if exist)
  2666. System32.oobe.setup.files=11,oobe\setup ; %windir%\system32\oobe\setup (replace if exist)
  2667. System32.files=11 ; %windir%\system32 (replace if exist)
  2668. System32.Delfiles=11 ; %windir%\system32 (delete if exist)
  2669. IE50.files=11 ; %windir%\system32 (replace if exist)
  2670. CopyAlways.System32.files=11 ; %windir%\system32 (copy even if don't exist)
  2671. MustReplace.System32.files=11 ; %windir%\system32 (don't delay until reboot)
  2672. CheckSecurity.System32.files=11 ; %windir%\system32 (warn if std encryption security replacing high)
  2673. Export.files=11,export ; %windir%\system32\export (replace if exist)
  2674. CopyAlways.DriverCab.files=65623 ; Destination determined at runtime
  2675. Netmon.files=11,"netmon" ; %windir%\system32\netmon
  2676. Netmon.Parser.files=11,"netmon\parsers" ; %windir%\system32\netmon\parsers
  2677. Drivers.files=12 ; %windir%\system32\drivers (don't delay until reboot)
  2678. NEC98.Drivers.files=12 ; %windir%\system32\drivers (don't delay until reboot)
  2679. CopyAlways.Drivers.files=12 ; %windir%\system32\drivers (copy even if don't exist)
  2680. CheckSecurity.Drivers.files=12 ; %windir%\system32\drivers (warn if std encryption security replacing high)
  2681. Uniprocessor.Kernel.files=11 ; %windir%\system32 (don't delay until reboot)
  2682. Multiprocessor.Kernel.files=11 ; %windir%\system32 (don't delay until reboot)
  2683. Cache.files=65619 ; %windir%\system32\DllCache (replace if exist)
  2684. DllCache.Delfiles=65619 ; %windir%\system32\DllCache (delete if exist)
  2685. CopyAlways.Cache.files=65619 ; %windir%\system32\DllCache (copy even if don't exist)
  2686. NEC98.Cache.files=65619 ; %windir%\system32\DllCache (replace if exist)
  2687. DataCenter.Cache.files=65619 ; %windir%\system32\DllCache (replace if exist)
  2688. WindowsPowered.Cache.files=65619 ; %windir%\system32\DllCache (replace if exist)
  2689. Advanced.Cache.files=65619 ; %windir%\system32\DllCache (replace if exist)
  2690. Server.Cache.files=65619 ; %windir%\system32\DllCache (replace if exist)
  2691. Professional.Cache.files=65619 ; %windir%\system32\DllCache (replace if exist)
  2692. Consumer.Cache.files=65619 ; %windir%\system32\DllCache (replace if exist)
  2693. DataCenter.System32.files=11 ; %windir%\system32 (replace if exist)
  2694. WindowsPowered.System32.files=11 ; %windir%\system32 (replace if exist)
  2695. Advanced.System32.files=11 ; %windir%\system32 (replace if exist)
  2696. Server.System32.files=11 ; %windir%\system32 (replace if exist)
  2697. Professional.System32.files=11 ; %windir%\system32 (replace if exist)
  2698. Consumer.System32.files=11 ; %windir%\system32 (replace if exist)
  2699. DataCenter.Drivers.files=12 ; %windir%\system32\drivers (replace if exist)
  2700. WindowsPowered.Drivers.files=12 ; %windir%\system32\drivers (replace if exist)
  2701. Advanced.Drivers.files=12 ; %windir%\system32\drivers (replace if exist)
  2702. Server.Drivers.files=12 ; %windir%\system32\drivers (replace if exist)
  2703. Professional.Drivers.files=12 ; %windir%\system32\drivers (replace if exist)
  2704. Consumer.Drivers.files=12 ; %windir%\system32\drivers (replace if exist)
  2705. Inf.files=17 ; %windir%\inf (replace if exist)
  2706. CopyAlways.Inf.files=17 ; %windir%\inf (copy even if don't exist)
  2707. DataCenter.Inf.Files=17 ; %windir%\inf (replace if exist)
  2708. WindowsPowered.Inf.Files=17 ; %windir%\inf (replace if exist)
  2709. Advanced.Inf.Files=17 ; %windir%\inf (replace if exist)
  2710. Server.Inf.Files=17 ; %windir%\inf (replace if exist)
  2711. Professional.Inf.Files=17 ; %windir%\inf (replace if exist)
  2712. Consumer.Inf.Files=17 ; %windir%\inf (replace if exist)
  2713. Help.files=10,"Help" ;%windir%\help
  2714. CopyAlways.Help.files=10,"Help" ;%windir%\help
  2715. CopyAlways.Srv.Help.files=10,"Help" ;%windir%\help
  2716. DataCenter.Help.files=10,"Help" ;%windir%\help
  2717. WindowsPowered.Help.files=10,"Help" ;%windir%\help
  2718. Advanced.Help.files=10,"Help" ;%windir%\help
  2719. Server.Help.files=10,"Help" ;%windir%\help
  2720. Professional.Help.files=10,"Help" ;%windir%\help
  2721. Consumer.Help.files=10,"Help" ;%windir%\help
  2722. SMTP.Files=11,inetsrv ; %windir%\system32\inetsrv (replace if exist)
  2723. DataCenter.SMTP.Files=11,inetsrv ; %windir%\system32\inetsrv (replace if exist)
  2724. WindowsPowered.SMTP.Files=11,inetsrv ; %windir%\system32\inetsrv (replace if exist)
  2725. Advanced.SMTP.Files=11,inetsrv ; %windir%\system32\inetsrv (replace if exist)
  2726. Server.SMTP.Files=11,inetsrv ; %windir%\system32\inetsrv (replace if exist)
  2727. Professional.SMTP.Files=11,inetsrv ; %windir%\system32\inetsrv (replace if exist)
  2728. @*: No consumer SMTP
  2729. System.Files=10,"System" ; %windir%
  2730. DataCenter.System.Files=10,"System" ; %windir%
  2731. WindowsPowered.System.Files=10,"System" ; %windir%
  2732. Advanced.System.Files=10,"System" ; %windir%
  2733. Server.System.Files=10,"System" ; %windir%
  2734. Professional.System.Files=10,"System" ; %windir%
  2735. Consumer.System.Files=10,"System" ; %windir%
  2736. DataCenter.WBEM.files=11,WBEM ; WBEM root (replace if exist)
  2737. WindowsPowered.WBEM.files=11,WBEM ; WBEM root (replace if exist)
  2738. Advanced.WBEM.files=11,WBEM ; WBEM root (replace if exist)
  2739. Server.WBEM.files=11,WBEM ; WBEM root (replace if exist)
  2740. Professional.WBEM.files=11,WBEM ; WBEM root (replace if exist)
  2741. Consumer.WBEM.files=11,WBEM ; WBEM root (replace if exist)
  2742. Setup.files=11,Setup ; %windir%\system32\Setup (replace if exist)
  2743. DataCenter.Setup.files=11,Setup ; %windir%\system32\Setup (replace if exist)
  2744. WindowsPowered.Setup.files=11,Setup ; %windir%\system32\Setup (replace if exist)
  2745. Advanced.Setup.files=11,Setup ; %windir%\system32\Setup (replace if exist)
  2746. Server.Setup.files=11,Setup ; %windir%\system32\Setup (replace if exist)
  2747. Professional.Setup.files=11,Setup ; %windir%\system32\Setup (replace if exist)
  2748. Consumer.Setup.files=11,Setup ; %windir%\system32\Setup (replace if exist)
  2749. DataCenter.Templates.files=10,security\templates
  2750. WindowsPowered.Templates.files=10,security\templates
  2751. Advanced.Templates.files=10,security\templates
  2752. Server.Templates.files=10,security\templates
  2753. Professional.Templates.files=10,security\templates
  2754. Consumer.Templates.files=10,security\templates
  2755. CopyAlways.Prf.Templates.files=10,security\templates
  2756. CopyAlways.Con.Templates.files=10,security\templates
  2757. CopyAlways.Prf.System32.files=11 ; %windir%\system32 (copy even if don't exist)
  2758. CopyAlways.Prf.Drivers.files=12 ; %windir%\system32\drivers (copy even if don't exist)
  2759. CopyAlways.Prf.Cache.files=65619 ; %windir%\system32\dllcache(copy even if don't exist)
  2760. CopyAlways.Prf.WBEM.files=11,WBEM ; WBEM root (copy even if don't exist)
  2761. CopyAlways.Prf.Help.files=10,"Help" ; %windir%\help (copy even if don't exist)
  2762. CopyAlways.Prf.Inf.files=17 ; %windir%\inf (copy even if don't exist)
  2763. CopyAlways.Prf.Setup.files=11,Setup ; %windir%\system32\Setup (copy even if don't exist)
  2764. CopyAlways.Prf.Ehome.files=10,ehome ; %windir%\ehome (copy even if don't exist)
  2765. CopyAlways.Con.System32.files=11 ; %windir%\system32 (copy even if don't exist)
  2766. CopyAlways.Con.Drivers.files=12 ; %windir%\system32\drivers (copy even if don't exist)
  2767. CopyAlways.Con.Cache.files=65619 ; %windir%\system32\dllcache(copy even if don't exist)
  2768. CopyAlways.Con.WBEM.files=11,WBEM ; WBEM root (copy even if don't exist)
  2769. CopyAlways.Con.Help.files=10,"Help" ; %windir%\help (copy even if don't exist)
  2770. CopyAlways.Con.Inf.files=17 ; %windir%\inf (copy even if don't exist)
  2771. CopyAlways.Srv.System32.files=11 ; %windir%\system32 (copy even if don't exist)
  2772. CopyAlways.Srv.Drivers.files=12 ; %windir%\system32\drivers (copy even if don't exist)
  2773. CopyAlways.Srv.Cache.files=65619 ; %windir%\system32\dllcache(copy even if don't exist)
  2774. CopyAlways.Srv.WBEM.files=11,WBEM ; WBEM root (copy even if don't exist)
  2775. CopyAlways.Srv.Help.files=10,"Help" ; %windir%\help (copy even if don't exist)
  2776. CopyAlways.Srv.Inf.files=17 ; %windir%\inf (copy even if don't exist)
  2777. CopyAlways.Adv.System32.files=11 ; %windir%\system32 (copy even if don't exist)
  2778. CopyAlways.Adv.Drivers.files=12 ; %windir%\system32\drivers (copy even if don't exist)
  2779. CopyAlways.Adv.Cache.files=65619 ; %windir%\system32\dllcache(copy even if don't exist)
  2780. CopyAlways.Adv.WBEM.files=11,WBEM ; WBEM root (copy even if don't exist)
  2781. CopyAlways.Adv.Help.files=10,"Help" ; %windir%\help (copy even if don't exist)
  2782. CopyAlways.Adv.Inf.files=17 ; %windir%\inf (copy even if don't exist)
  2783. CopyAlways.Dtc.System32.files=11 ; %windir%\system32 (copy even if don't exist)
  2784. CopyAlways.Dtc.Drivers.files=12 ; %windir%\system32\drivers (copy even if don't exist)
  2785. CopyAlways.Dtc.Cache.files=65619 ; %windir%\system32\dllcache(copy even if don't exist)
  2786. CopyAlways.Dtc.WBEM.files=11,WBEM ; WBEM root (copy even if don't exist)
  2787. CopyAlways.Dtc.Help.files=10,"Help" ; %windir%\help (copy even if don't exist)
  2788. CopyAlways.Dtc.Inf.files=17 ; %windir%\inf (copy even if don't exist)
  2789. CopyAlways.Pwr.System32.files=11 ; %windir%\system32 (copy even if don't exist)
  2790. CopyAlways.Pwr.Drivers.files=12 ; %windir%\system32\drivers (copy even if don't exist)
  2791. CopyAlways.Pwr.Cache.files=65619 ; %windir%\system32\dllcache(copy even if don't exist)
  2792. CopyAlways.Pwr.WBEM.files=11,WBEM ; WBEM root (copy even if don't exist)
  2793. CopyAlways.Pwr.Help.files=10,"Help" ; %windir%\help (copy even if don't exist)
  2794. CopyAlways.Pwr.Inf.files=17 ; %windir%\inf (copy even if don't exist)
  2795. CopyAlways.sptools.files=11,sptools ; %windir%\system32\sptools (copy even if don't exist)
  2796. ActiveX.files=10,"Downloaded Program Files"; %windir%\ Downloaded Program Files (don't delay until reboot)
  2797. System32.56bit.files=11
  2798. System32.128bit.files=11
  2799. Drivers.56bit.files=12
  2800. Drivers.128bit.files=12
  2801. Cache.56bit.files=65619
  2802. Cache.128bit.files=65619
  2803. Osldr.files=54 ; path to ntldr or osloader.exe (don't delay until reboot)
  2804. Cmdcons.files=54,cmdcons ; path to cmdcons files (replace if exist)
  2805. RpcProxy.files=11,rpcproxy ; %windir%\system32\rpcproxy (replace if exist)
  2806. DirSync10.files=11,"directory synchronization" ; %windir%\system32\directory synchronization (replace if exist)
  2807. Fonts.files=20 ; %windir%\fonts (replace if exist)
  2808. Spldrv.Files=65690,3 ; %windir%\system32\spool\drivers\<platform>\3
  2809. Colors.files=11,spool\drivers\color ; %windir%\system32\spool\drivers\color
  2810. OLEDB.Files=65620,"SYSTEM\ole db" ; common files\ole db(replace if exist)
  2811. Common.System.Files=65620,"SYSTEM" ; common files\system(replace if exist)
  2812. @m: Win32.OLEDB.Files=16428,"SYSTEM\ole db" ; common files\ole db(replace if exist)
  2813. @m: Win32.Common.System.Files=16428,"SYSTEM" ; common files\system(replace if exist)
  2814. IIS.files=65601 ; destination determined at runtime
  2815. MustReplace.IIS.files=65601 ; destination determined at runtime
  2816. IISAdmin.files=65601,iisadmin ; destination determined at runtime
  2817. IISASPHelp.Files=10,"help\iishelp\iis\htm\asp"
  2818. IISDocSearch.files=10,"Help\iisHelp\iis\misc" ;%windir%\Help\iisHelp\iis\misc
  2819. Professional.IISDocSearch.files=10,"Help\iisHelp\iis\misc" ;%windir%\Help\iisHelp\iis\misc
  2820. FPNW.files=65602 ; destination determined at runtime
  2821. HTR.files=65603 ; destination determined at runtime
  2822. Mts.files=65610 ; destination determined at runtime
  2823. IE.files=65604 ; destination determined at runtime
  2824. IAS.Files=11,"ias" ; %windir%\system32\ias
  2825. Hyper.files=65605 ; destination determined at runtime
  2826. Eudc.files=65606 ; destination determined at runtime
  2827. Cluster.files=65607 ; destination determined at runtime
  2828. DataCenter.IIS.Inf.Files=65601 ; destination determined at runtime
  2829. WindowsPowered.IIS.Inf.Files=65601 ; destination determined at runtime
  2830. Advanced.IIS.Inf.Files=65601 ; destination determined at runtime
  2831. Server.IIS.Inf.Files=65601 ; destination determined at runtime
  2832. Professional.IIS.Inf.Files=65601 ; destination determined at runtime
  2833. Consumer.IIS.Inf.Files=65601 ; destination determined at runtime
  2834. WBEM.Files=11,WBEM ; WBEM root (replace if exists)
  2835. WBEM.SNMP.Files=11,WBEM\SNMP ; SNMP (replace if exists)
  2836. WBEM.XML.Files=11,WBEM\XML ; SNMP (replace if exists)
  2837. @m: WBEM.SysWOW64.Files=10,SysWOW64\wbem
  2838. Proxy.Files=65609
  2839. CMAK.files=65615 ; Destination determined at runtime
  2840. CMAK.Support.files=65615,"Support" ; Destination determined at runtime
  2841. JVMStage = 65628 ; set by JVMStage.DirId
  2842. @@: ServicePackFiles.IP.Files=65621 ; Destination determined at runtime
  2843. @@: ServicePackFiles.IC.Files=65621 ; Destination determined at runtime
  2844. @@: ServicePackFiles.Lang.IP.Files=65621,lang
  2845. @@: ServicePackFiles.Lang.IC.Files=65621,lang
  2846. @m: ServicePackFiles.WOW.IP.Files=65627 ; Destination determined at runtime
  2847. @m: ServicePackFiles.WOW.IC.Files=65627 ; Destination determined at runtime
  2848. @m: ServicePackFiles.WOW.Lang.IP.Files=65627,lang
  2849. @m: ServicePackFiles.WOW.Lang.IC.Files=65627,lang
  2850. Media.files=11,"windows media\server"
  2851. Help.Media.files=11,"windows media\server\admin\web\help\htm"
  2852. Media.Tools.files=65618,"windows media components\tools"
  2853. MediaPlayer.files=65618,"windows media player"
  2854. MediaPlayer.Skins.files=65618,"windows media player\skins"
  2855. Java.Cert.Files=10,Java\Classes ;%windir%\java\classes
  2856. @i: MSInfo.Files=65620,"Microsoft Shared\msinfo"
  2857. @i: DAO.Files=65620,"Microsoft Shared\DAO" ; Common Files\Microsoft Shared\DAO
  2858. MSADC.Files=65620,"System\MSADC" ; Common files\System\MSADC (RIE)
  2859. ADO.Files=65620,"System\ADO" ; common files\system\ado (RIE)
  2860. OE.Files=65618,"Outlook Express" ; program files\outlook express (RIE)
  2861. Windows.NT=65618,"Windows NT" ; Program Files\Windows NT
  2862. @m: Win32.MSInfo.Files=16428,"Microsoft Shared\msinfo"
  2863. @m: Win32.DAO.Files=16428,"Microsoft Shared\DAO" ; Common Files\Microsoft Shared\DAO
  2864. @m: Win32.MSADC.Files=16428,"System\MSADC" ; Common files\System\MSADC (RIE)
  2865. @m: Win32.ADO.Files=16428,"System\ADO" ; common files\system\ado (RIE)
  2866. @m: Win32.OE.Files=16426,"Outlook Express" ; program files\outlook express (RIE)
  2867. @m: Win32.Windows.NT=16426,"Windows NT" ; Program Files\Windows NT
  2868. SupportTools.Files=65626 ; Destination determined at runtime
  2869. ResourceKit.Files=65618,"Resource Kit" ; program files\Resource Kit
  2870. CopyAlways.OE.Files=65618,"Outlook Express" ; program files\outlook express (RIE)
  2871. CopyAlways.Classes.files=10,java\classes ; %windir%\java\classes
  2872. WSE.Bin.Files=65620,"Microsoft Shared\Web Server Extensions\40\bin"
  2873. WSE.SRV.Files=65620,"Microsoft Shared\Web Server Extensions\40\servsupp"
  2874. WSE.Bots.Files=65620,"Microsoft Shared\Web Server Extensions\40\bots\vinavbar"
  2875. WSE.ISAPI.Files=65620,"Microsoft Shared\Web Server Extensions\40\isapi\_vti_adm"
  2876. WSE.IAUT.Files=65620,"Microsoft Shared\Web Server Extensions\40\isapi\_vti_aut"
  2877. WSE.VTI.Files=65620,"Microsoft Shared\Web Server Extensions\40\_vti_bin\_vti_adm"
  2878. WSE.AUT.Files=65620,"Microsoft Shared\Web Server Extensions\40\_vti_bin\_vti_aut"
  2879. WSE.SCR.Files=65620,"microsoft shared\web server extensions\40\admcgi\scripts"
  2880. WSE.ASCR.Files=65620,"microsoft shared\web server extensions\40\admisapi\scripts"
  2881. WSE.VTIBIN.Files=65620,"microsoft shared\web server extensions\40\_vti_bin"
  2882. WSE.IP.Files=65620,"microsoft shared\web server extensions\40\isapi"
  2883. WSE.VB.Files=65620,"microsoft shared\web server extensions\40\_vti_bin"
  2884. WSE.Lang.Files=65620,"microsoft shared\web server extensions\40\BIN\%WSEDIR%"
  2885. FP.Files=65618,"Microsoft Frontpage\version3.0\bin"
  2886. ADMT.FIles=65622
  2887. TSClient.Files=65624 ; Destination determined at runtime
  2888. Terminal.Service32.files=11,"Clients\tsclient\net\win32"
  2889. Terminal.Service16.files=11,"Clients\tsclient\net\win16"
  2890. TSClientDefault.Files=65618,%TSCLIENTDIR%
  2891. TS32Disk1.Install.Files=11,"clients\tsclient\win32\disks\disk1"
  2892. TS32Disk2.Install.Files=11,"clients\tsclient\win32\disks\disk2"
  2893. TS32Disk3.Install.Files=11,"clients\tsclient\win32\disks\disk3"
  2894. TS32Disk4.Install.Files=11,"clients\tsclient\win32\disks\disk4"
  2895. TS16Disk1.Install.Files=11,"clients\tsclient\win16\disks\disk1"
  2896. TS16Disk2.Install.Files=11,"clients\tsclient\win16\disks\disk2"
  2897. TS16Disk3.Install.Files=11,"clients\tsclient\win16\disks\disk3"
  2898. TS16Disk4.Install.Files=11,"clients\tsclient\win16\disks\disk4"
  2899. RIS.Reminst.files=11,Reminst ; %windir%\system32\reminst (replace if exist)
  2900. RIS.Admin.files=65625 ; destination determined at runtime
  2901. Certsrv.files=11,CertSrv ; %windir%\system32\CertSrv (replace if exist)
  2902. Control.files=11,CertSrv\CertControl ; %windir%\system32\CertSrv\CertControl (replace if exist)
  2903. Control.x86.files=11,CertSrv\CertControl\x86 ; %windir%\system32\CertSrv\CertControl\x86(replace if exist)
  2904. Control.alpha.files=11,CertSrv\CertControl\alpha ; %windir%\system32\CertSrv\CertControl\alpha (replace if exist)
  2905. ConnWiz.Files=65618,"Internet Explorer\%CONN_WIZ%"
  2906. @m: Win32.ConnWiz.Files=16426,"Internet Explorer\%CONN_WIZ%"
  2907. AppPatch.Files=10,AppPatch
  2908. CopyAlways.AppPatch.Files=10,AppPatch ; copy always
  2909. MustReplace.AppPatch.Files=10,AppPatch ; must replace
  2910. @m: Ia64.AppPatch.Files=10,AppPatch\ia64
  2911. @m: CopyAlways.Ia64.AppPatch.Files=10,AppPatch\ia64 ; copy always
  2912. @m: MustReplace.Ia64.AppPatch.Files=10,AppPatch\ia64 ; must replace
  2913. Com.files=11,com
  2914. WebPrinters.files=10,"Web\Printers"
  2915. windows.web.tsweb=10,"Web\Tsweb"
  2916. Web.Tsweb.Delfiles=10,"Web\TsWeb" ; delete files from %windir%\web\tsweb
  2917. windows.web.Wallpaper=10,"Web\Wallpaper"
  2918. windows.html.tour=10,"help\tours\htmltour"
  2919. PhoneBook.files=65618,"Phone Book Service\bin"
  2920. NetMeeting.files=65618,"NetMeeting"
  2921. Startmenu.files=16408 ; ...\All Users\Start Menu\Programs\Startup
  2922. IMEJP.files=10,ime\imejp
  2923. windows.ime.imkr6_1=10,ime\imkr6_1
  2924. windows.ime.imkr6_1.applets=10,ime\imkr6_1\applets
  2925. windows.ime.imkr6_1.dicts=10,ime\imkr6_1\dicts
  2926. windows.ime.imkr6_1.help=10,ime\imkr6_1\help
  2927. @m: windows.imeWOW.imkr6_1=10,"ime (x86)\imkr6_1"
  2928. windows.ime.imjp8_1=10,ime\imjp8_1
  2929. windows.ime.imjp8_1.applets=10,ime\imjp8_1\applets
  2930. windows.ime.imjp8_1.dicts=10,ime\imjp8_1\dicts
  2931. windows.ime.imjp8_1.help=10,ime\imjp8_1\help
  2932. @m: windows.imeWOW.imjp8_1=10,"ime (x86)\imjp8_1"
  2933. @m: windows.imeWOW.imjp8_1.applets=10,"ime (x86)\imjp8_1\applets"
  2934. @m: windows.imeWOW.imjp8_1.dicts=10,"ime (x86)\imjp8_1\dicts"
  2935. windows.ime=10,ime
  2936. CopyAlways.windows.ime=10,ime
  2937. windows.ime.shared=10,ime\shared
  2938. windows.ime.shared.res=10,ime\shared\res
  2939. windows.ime.chtime.applets=10,ime\chtime\applets
  2940. windows.ime.chsime.applets=10,ime\chsime\applets
  2941. windows.system32.ime.cintlgnt=11,ime\cintlgnt
  2942. windows.system32.ime.pintlgnt=11,ime\pintlgnt
  2943. windows.system32.ime.tintlgnt=11,ime\tintlgnt
  2944. @m: windows.imeWOW=10,"ime (x86)"
  2945. @m: CopyAlways.windows.imeWOW=10,"ime (x86)"
  2946. @m: windows.imeWOW.shared=10,"ime (x86)\shared"
  2947. @m: windows.imeWOW.shared.res=10,"ime (x86)\shared\res"
  2948. @m: windows.imeWOW.chtime.applets=10,"ime (x86)\chtime\applets"
  2949. @m: windows.imeWOW.chsime.applets=10,"ime (x86)\chsime\applets"
  2950. @m: SysWOW64.ime.cintlgnt=10,sysWOW64\ime\cintlgnt
  2951. @m: SysWOW64.ime.pintlgnt=10,sysWOW64\ime\pintlgnt
  2952. @m: SysWOW64.ime.tintlgnt=10,sysWOW64\ime\tintlgnt
  2953. CatRoot=11,"catroot.{f750e6c3-38ee-11d1-85e5-00c04fc295ee}"
  2954. CopyAlways.catroot=11,"catroot.{f750e6c3-38ee-11d1-85e5-00c04fc295ee}"
  2955. Consumer.CatRoot.files=11,"catroot.{f750e6c3-38ee-11d1-85e5-00c04fc295ee}"
  2956. Professional.CatRoot.files=11,"catroot.{f750e6c3-38ee-11d1-85e5-00c04fc295ee}"
  2957. Server.CatRoot.files=11,"catroot.{f750e6c3-38ee-11d1-85e5-00c04fc295ee}"
  2958. Advanced.CatRoot.files=11,"catroot.{f750e6c3-38ee-11d1-85e5-00c04fc295ee}"
  2959. WindowsPowered.CatRoot.files=11,"catroot.{f750e6c3-38ee-11d1-85e5-00c04fc295ee}"
  2960. DataCenter.CatRoot.files=11,"catroot.{f750e6c3-38ee-11d1-85e5-00c04fc295ee}"
  2961. windows.system32.RAS=11,ras
  2962. windows.system32.mui.lang=11,mui\%W32ID%
  2963. windows.system32.mui.dispspec=11,mui\dispspec
  2964. windows.srchasst=10,"srchasst" ; Search Assistant files
  2965. windows.srchasst.chars=10,"srchasst\chars" ; Search Assistant files
  2966. windows.srchasst.mui.lang=10,"srchasst\mui\%LCID%" ; Search Assistant files
  2967. windows.msagent=10,msagent
  2968. windows.msagent.intl=10,msagent\intl
  2969. @m: windows.msagent64=10,msagent64
  2970. @m: windows.msagent64.intl=10,msagent64\intl
  2971. windows.lastgood.msagent.intl=10,msagent\lastgood\intl
  2972. windows.twain_32=10,twain_32
  2973. windows.tapi=10,tapi
  2974. windows.mui=10,mui
  2975. windows.help.iishelp.iis.htm.core=10,help\iishelp\iis\htm\core
  2976. windows.prefetch=10,prefetch
  2977. Windows.cursors=10,cursors
  2978. Windows.cursores=10,cursores
  2979. windows.system32.npp=11,npp
  2980. windows.system32.restore=11,restore
  2981. windows.system32.macromed.flash=11,macromed\flash
  2982. @i: common.mssoap.binaries.res.lang=65620,mssoap\binaries\resources\%WSEDIR%
  2983. @i: common.mssoap.binaries=65620,mssoap\binaries
  2984. @m: Win32.common.mssoap.binaries.res.lang=16428,mssoap\binaries\resources\%WSEDIR%
  2985. @m: Win32.common.mssoap.binaries=16428,mssoap\binaries
  2986. common.speechengines.microsoft.tts.lang=65620,speechengines\microsoft\tts\1033
  2987. common.speechengines.microsoft=65620,speechengines\microsoft
  2988. common.microsoft_shared.speech.lang=65620,"microsoft shared\speech\%WSEDIR%"
  2989. common.microsoft_shared.speech=65620,"microsoft shared\speech"
  2990. @i: common.microsoft_shared.textconv=65620,"microsoft shared\textconv"
  2991. @i: common.microsoft_shared.triedit=65620,"microsoft shared\triedit"
  2992. common.microsoft_shared.vgx=65620,"microsoft shared\vgx"
  2993. @m: Win32.common.microsoft_shared.textconv=16428,"microsoft shared\textconv"
  2994. @m: Win32.common.microsoft_shared.triedit=16428,"microsoft shared\triedit"
  2995. @m: Win32.common.microsoft_shared.vgx=16428,"microsoft shared\vgx"
  2996. program_files.windows_nt.accessories=65618,"windows nt\%ACCESSDIR%"
  2997. @m: Win32.program_files.windows_nt.accessories=16426,"windows nt\%ACCESSDIR%"
  2998. program_files.windows_nt.pinball=65618,"windows nt\pinball"
  2999. program_files.msn_gaming_zone.windows=65618,"msn gaming zone\windows"
  3000. program_files.msn.msncorefiles=65618,"msn\msncorefiles"
  3001. program_files.msn.msncorefiles.setup=65618,"msn\msncorefiles\setup"
  3002. @i: program_files.messenger=65618,"messenger"
  3003. @i: CopyAlways.program_files.messenger=65618,"messenger"
  3004. program_files.internet_explorer=65618,"internet explorer"
  3005. @m: Win32.program_files.internet_explorer=16426,"internet explorer"
  3006. @m: Win32.program_files.internet_explorer.signup=16426,"internet explorer\signup"
  3007. program_files.internet_explorer.signup=65618,"internet explorer\signup"
  3008. program_files.Professional.internet_explorer.signup=65618,"internet explorer\signup"
  3009. program_files.Consumer.internet_explorer.signup=65618,"internet explorer\signup"
  3010. CopyAlways.Prf.program_files.internet_explorer.signup=65618,"internet explorer\signup"
  3011. CopyAlways.Con.program_files.internet_explorer.signup=65618,"internet explorer\signup"
  3012. program_files.movie_maker=65618,"movie maker"
  3013. program_files.messenger.no.ver=65618,"messenger"
  3014. Program_files.msn.msncorefiles.markets.100=65618,"msn\msncorefiles\markets\100"
  3015. Program_files.msn.msncorefiles.markets.14=65618,"msn\msncorefiles\markets\14"
  3016. Program_files.msn.msncorefiles.markets.150=65618,"msn\msncorefiles\markets\150"
  3017. Program_files.msn.msncorefiles.markets.163=65618,"msn\msncorefiles\markets\163"
  3018. Program_files.msn.msncorefiles.markets.188=65618,"msn\msncorefiles\markets\188"
  3019. Program_files.msn.msncorefiles.markets.220=65618,"msn\msncorefiles\markets\220"
  3020. Program_files.msn.msncorefiles.markets.222=65618,"msn\msncorefiles\markets\222"
  3021. Program_files.msn.msncorefiles.markets.238=65618,"msn\msncorefiles\markets\238"
  3022. Program_files.msn.msncorefiles.markets.36=65618,"msn\msncorefiles\markets\36"
  3023. MSN.Inf.files=17 ; %windir%\inf (replace if exist)
  3024. pchealth.helpctr.system.sysinfo.files=10,"pchealth\helpctr\system\sysinfo"
  3025. CopyAlways.Pchealth.Helpctr.Binaries.files=10,"pchealth\helpctr\binaries"
  3026. pchealth.helpctr.binaries.files=10,"pchealth\helpctr\binaries"
  3027. Professional.pchealth.helpctr.binaries.files=10,"pchealth\helpctr\binaries"
  3028. Consumer.pchealth.helpctr.binaries.files=10,"pchealth\helpctr\binaries"
  3029. pchealth.uploadlb.binaries.files=10,"pchealth\uploadlb\binaries"
  3030. @i: BuildType.IC.System32.Files=11 ; %windir%\system32 (replace if exist)
  3031. @i: BuildType.IC.Cache.Files=65619 ; %windir%\system32\DllCache (replace if exist)
  3032. @i: BuildType.IP.System32.Files=11
  3033. @i: BuildType.IP.Cache.Files=65619
  3034. @i: BuildType.IP.Sel.System32.Files=11
  3035. @i: BuildType.IP.Sel.Cache.Files=65619
  3036. @i: BuildType.IP.Evl.System32.Files=11
  3037. @i: BuildType.IP.Evl.Cache.Files=65619
  3038. @i: BuildType.IP.Mnt.System32.Files=11
  3039. @i: BuildType.IP.Mnt.Cache.Files=65619
  3040. @i:
  3041. @i:[BuildType.IC.Section]
  3042. @i: CopyFiles=BuildType.IC.System32.Files
  3043. @i: CopyFiles=BuildType.IC.Cache.Files
  3044. @i:
  3045. @i:[BuildType.IP.Section]
  3046. @i: CopyFiles=BuildType.IP.System32.Files
  3047. @i: CopyFiles=BuildType.IP.Cache.Files
  3048. @i:
  3049. @i:[BuildType.IP.Sel.Section]
  3050. @i: CopyFiles=BuildType.IP.Sel.System32.Files
  3051. @i: CopyFiles=BuildType.IP.Sel.Cache.Files
  3052. @i:
  3053. @i:[BuildType.IP.Evl.Section]
  3054. @i: CopyFiles=BuildType.IP.Evl.System32.Files
  3055. @i: CopyFiles=BuildType.IP.Evl.Cache.Files
  3056. @i:
  3057. @i:[BuildType.IP.Mnt.Section]
  3058. @i: CopyFiles=BuildType.IP.Mnt.System32.Files
  3059. @i: CopyFiles=BuildType.IP.Mnt.Cache.Files
  3060. @i:
  3061. @i:[BuildType.IC.System32.Files]
  3062. @i:
  3063. @i:[BuildType.IC.Cache.Files]
  3064. @i:
  3065. @i:[BuildType.IP.System32.Files]
  3066. @i:
  3067. @i:[BuildType.IP.Cache.Files]
  3068. @i:
  3069. @i:[BuildType.IP.Sel.System32.Files]
  3070. @i:
  3071. @i:[BuildType.IP.Sel.Cache.Files]
  3072. @i:
  3073. @i:[BuildType.IP.Evl.System32.Files]
  3074. @i:
  3075. @i:[BuildType.IP.Evl.Cache.Files]
  3076. @i:
  3077. @i:[BuildType.IP.Mnt.System32.Files]
  3078. @i:
  3079. @i:[BuildType.IP.Mnt.Cache.Files]
  3080. @i:
  3081. [Startmenu.files]
  3082. [ActiveX.files]
  3083. [CopyAlways.Pchealth.Helpctr.Binaries.files]
  3084. [CopyAlways.Templates.files]
  3085. [CopyAlways.Prf.Templates.files]
  3086. [CopyAlways.Con.Templates.files]
  3087. [Media.Tools.files]
  3088. [System.Files]
  3089. @m:[SysWOW64.Files]
  3090. @m:
  3091. @m:[CopyAlways.SysWOW64.Files]
  3092. @m:
  3093. @m:[SysWOW64.Delfiles]
  3094. @m:
  3095. [System32.usmt.files]
  3096. [System32.oobe.files]
  3097. [System32.oobe.actsetup.files]
  3098. [System32.oobe.setup.files]
  3099. [WSE.1033.Files]
  3100. [WSE.Lang.Files]
  3101. [WSE.Bin.Files]
  3102. [WSE.SRV.Files]
  3103. [WSE.Bots.Files]
  3104. [WSE.ISAPI.Files]
  3105. [WSE.IAUT.Files]
  3106. [WSE.VTI.Files]
  3107. [WSE.AUT.Files]
  3108. [WSE.SCR.Files]
  3109. [WSE.ASCR.Files]
  3110. [WSE.VTIBIN.Files]
  3111. [WSE.IP.Files]
  3112. [WSE.VB.Files]
  3113. [Proxy.Files]
  3114. [FP.Files]
  3115. [OE.Files]
  3116. [windows.system32.RAS]
  3117. [Windows.NT]
  3118. [ResourceKit.Files]
  3119. [SupportTools.Files]
  3120. [CopyAlways.OE.Files]
  3121. [MSADC.Files]
  3122. [ADO.Files]
  3123. [ADMT.Files]
  3124. [Java.Cert.Files]
  3125. [CopyAlways.Classes.files]
  3126. [Terminal.Service32.files]
  3127. [Terminal.Service16.files]
  3128. [TSClient.Files]
  3129. [TSClientDefault.Files]
  3130. [TS32Disk1.Install.Files]
  3131. [TS32Disk2.Install.Files]
  3132. [TS32Disk3.Install.Files]
  3133. [TS32Disk4.Install.Files]
  3134. [TS16Disk1.Install.Files]
  3135. [TS16Disk2.Install.Files]
  3136. [TS16Disk3.Install.Files]
  3137. [TS16Disk4.Install.Files]
  3138. [MSInfo.files]
  3139. [DAO.Files]
  3140. @m:[Win32.MSInfo.Files]
  3141. @m:
  3142. @m:[Win32.DAO.Files]
  3143. @m:
  3144. @m:[Win32.MSADC.Files]
  3145. @m:
  3146. @m:[Win32.ADO.Files]
  3147. @m:
  3148. @m:[Win32.OE.Files]
  3149. @m:
  3150. @m:[Win32.Windows.NT]
  3151. @m:
  3152. [Export.Files]
  3153. [Help.files]
  3154. [CopyAlways.Help.files]
  3155. [Media.files]
  3156. [Help.Media.files]
  3157. [MediaPlayer.files]
  3158. [MediaPlayer.Skins.files]
  3159. [Common.System.Files]
  3160. [CMAK.files]
  3161. [CMAK.Support.files]
  3162. [DirSync10.files]
  3163. [Common.System.files]
  3164. @m:[Win32.Common.System.Files]
  3165. @m:
  3166. [MustReplace.System32.files]
  3167. [CopyAlways.System32.files]
  3168. [CopyAlways.Drivers.files]
  3169. [CopyAlways.Inf.files]
  3170. [CopyAlways.DriverCab.files]
  3171. [CopyAlways.catroot]
  3172. [CopyAlways.Dtc.System32.files]
  3173. [CopyAlways.Dtc.Drivers.files]
  3174. [CopyAlways.Dtc.Cache.files]
  3175. [CopyAlways.Dtc.WBEM.files]
  3176. [CopyAlways.Dtc.Help.files]
  3177. [CopyAlways.Dtc.Inf.files]
  3178. [CopyAlways.Pwr.System32.files]
  3179. [CopyAlways.Pwr.Drivers.files]
  3180. [CopyAlways.Pwr.Cache.files]
  3181. [CopyAlways.Pwr.WBEM.files]
  3182. [CopyAlways.Pwr.Help.files]
  3183. [CopyAlways.Pwr.Inf.files]
  3184. [CopyAlways.Adv.System32.files]
  3185. [CopyAlways.Adv.Drivers.files]
  3186. [CopyAlways.Adv.Cache.files]
  3187. [CopyAlways.Adv.WBEM.files]
  3188. [CopyAlways.Adv.Help.files]
  3189. [CopyAlways.Adv.Inf.files]
  3190. [CopyAlways.Srv.System32.files]
  3191. [CopyAlways.Srv.Drivers.files]
  3192. [CopyAlways.Srv.Cache.files]
  3193. [CopyAlways.Srv.WBEM.files]
  3194. [CopyAlways.Srv.Help.files]
  3195. [CopyAlways.Srv.Inf.files]
  3196. [CopyAlways.Prf.System32.files]
  3197. [CopyAlways.Prf.Drivers.files]
  3198. [CopyAlways.Prf.Cache.files]
  3199. [CopyAlways.Prf.WBEM.files]
  3200. [CopyAlways.Prf.Help.files]
  3201. [CopyAlways.Prf.Inf.files]
  3202. [CopyAlways.Prf.Setup.files]
  3203. [CopyAlways.Prf.Ehome.files]
  3204. [CopyAlways.Con.System32.files]
  3205. [CopyAlways.Con.Drivers.files]
  3206. [CopyAlways.Con.Cache.files]
  3207. [CopyAlways.Con.WBEM.files]
  3208. [CopyAlways.Con.Help.files]
  3209. [CopyAlways.Con.Inf.files]
  3210. [CopyAlways.sptools.files]
  3211. [CopyAlways.SystemRoot.files]
  3212. [SystemRoot.files]
  3213. [System32.files]
  3214. [IE50.files]
  3215. [Cache.files]
  3216. [CopyAlways.Cache.files]
  3217. [NEC98.Cache.files]
  3218. [Drivers.files]
  3219. [NEC98.Drivers.files]
  3220. [Osldr.files]
  3221. [Cmdcons.files]
  3222. [Inf.files]
  3223. [Spldrv.files]
  3224. [Colors.files]
  3225. [Fonts.files]
  3226. [Uniprocessor.Kernel.files]
  3227. [Multiprocessor.Kernel.files]
  3228. [SMTP.Files]
  3229. [Netmon.files]
  3230. [Netmon.Parser.files]
  3231. [IIS.files]
  3232. [MustReplace.IIS.files]
  3233. [FPNW.files]
  3234. [HTR.files]
  3235. [Hyper.files]
  3236. [Eudc.files]
  3237. [Export.files]
  3238. [Cluster.files]
  3239. [OleDb.Files]
  3240. @m:[Win32.OleDb.files]
  3241. @m:
  3242. [RpcProxy.files]
  3243. [DirSync10.files]
  3244. [RIS.Reminst.files]
  3245. [RIS.Admin.files]
  3246. [OLEDB.Files]
  3247. [IISAdmin.files]
  3248. [Setup.files]
  3249. [DataCenter.IIS.Inf.Files]
  3250. [DataCenter.System.files]
  3251. [DataCenter.SMTP.files]
  3252. [DataCenter.WBEM.files]
  3253. [DataCenter.Help.files]
  3254. [DataCenter.Inf.Files]
  3255. [DataCenter.Cache.Files]
  3256. [DataCenter.CatRoot.files]
  3257. [DataCenter.System32.files]
  3258. [DataCenter.Drivers.files]
  3259. [DataCenter.Templates.files]
  3260. [DataCenter.Setup.files]
  3261. [WindowsPowered.IIS.Inf.Files]
  3262. [WindowsPowered.System.files]
  3263. [WindowsPowered.SMTP.files]
  3264. [WindowsPowered.WBEM.files]
  3265. [WindowsPowered.Help.files]
  3266. [WindowsPowered.Inf.Files]
  3267. [WindowsPowered.Cache.Files]
  3268. [WindowsPowered.CatRoot.files]
  3269. [WindowsPowered.System32.files]
  3270. [WindowsPowered.Drivers.files]
  3271. [WindowsPowered.Templates.files]
  3272. [WindowsPowered.Setup.files]
  3273. [Advanced.IIS.Inf.Files]
  3274. [Advanced.System.files]
  3275. [Advanced.SMTP.files]
  3276. [Advanced.WBEM.files]
  3277. [Advanced.Help.files]
  3278. [Advanced.Inf.files]
  3279. [Advanced.Cache.files]
  3280. [Advanced.CatRoot.files]
  3281. [Advanced.System32.files]
  3282. [Advanced.Drivers.files]
  3283. [Advanced.Templates.files]
  3284. [Advanced.Setup.files]
  3285. [Server.IIS.Inf.Files]
  3286. [Server.System.files]
  3287. [Server.SMTP.files]
  3288. [Server.WBEM.files]
  3289. [Server.Help.files]
  3290. [Server.Inf.files]
  3291. [Server.Cache.files]
  3292. [Server.CatRoot.files]
  3293. [Server.System32.files]
  3294. [Server.Drivers.files]
  3295. [Server.Templates.files]
  3296. [Server.Setup.files]
  3297. [Professional.IIS.Inf.Files]
  3298. [Professional.System.files]
  3299. [Professional.SMTP.files]
  3300. [Professional.WBEM.files]
  3301. [Professional.Help.files]
  3302. [Professional.Inf.files]
  3303. [Professional.Cache.files]
  3304. [Professional.CatRoot.files]
  3305. [Professional.System32.files]
  3306. [Professional.Drivers.files]
  3307. [Professional.Templates.files]
  3308. [Professional.Setup.files]
  3309. [Consumer.IIS.Inf.Files]
  3310. [Consumer.System.files]
  3311. [Consumer.WBEM.files]
  3312. [Consumer.Help.files]
  3313. [Consumer.Inf.files]
  3314. [Consumer.Cache.files]
  3315. [Consumer.CatRoot.files]
  3316. [Consumer.System32.files]
  3317. [Consumer.Drivers.files]
  3318. [Consumer.Templates.files]
  3319. [Consumer.Setup.files]
  3320. [WBEM.FILES]
  3321. [WBEM.SNMP.files]
  3322. [WBEM.XML.files]
  3323. @m:[WBEM.SysWOW64.Files]
  3324. @m:
  3325. [Certsrv.files]
  3326. [Control.files]
  3327. [Control.x86.files]
  3328. [Control.alpha.files]
  3329. [ConnWiz.Files]
  3330. @m:[Win32.ConnWiz.Files]
  3331. [IE.Files]
  3332. [System32.Delfiles]
  3333. [Dllcache.Delfiles]
  3334. [AppPatch.Files]
  3335. [CopyAlways.AppPatch.Files]
  3336. [MustReplace.AppPatch.Files]
  3337. @m:[Ia64.AppPatch.Files]
  3338. @m:
  3339. @m:[CopyAlways.Ia64.AppPatch.Files]
  3340. @m:
  3341. @m:[MustReplace.Ia64.AppPatch.Files]
  3342. @m:
  3343. @@:@u:[OEMDriver.Exclusions]
  3344. @@:@u: Ntkrnlmp.exe,1
  3345. @@:@u: Ntkrnlpa.exe,1
  3346. @@:@u: Ntkrpamp.exe,1
  3347. @@:@u: Ntoskrnl.exe,1
  3348. [Com.files]
  3349. [Web.Tsweb.Delfiles]
  3350. [WebPrinters.files]
  3351. [windows.web.Tsweb]
  3352. [windows.web.Wallpaper]
  3353. [windows.html.tour]
  3354. [PhoneBook.files]
  3355. [NetMeeting.files]
  3356. [System32.56bit.files]
  3357. [System32.128bit.files]
  3358. [Drivers.56bit.files]
  3359. [Drivers.128bit.files]
  3360. [Cache.56bit.files]
  3361. [Cache.128bit.files]
  3362. [IMEJP.files]
  3363. [windows.ime.imkr6_1]
  3364. [windows.ime.imkr6_1.dicts]
  3365. [windows.ime.imkr6_1.applets]
  3366. [windows.ime.imkr6_1.help]
  3367. @m:[windows.imeWOW.imkr6_1]
  3368. @m:
  3369. [windows.ime.imjp8_1]
  3370. [windows.ime.imjp8_1.dicts]
  3371. [windows.ime.imjp8_1.applets]
  3372. [windows.ime.imjp8_1.help]
  3373. @m:[windows.imeWOW.imjp8_1]
  3374. @m:
  3375. @m:[windows.imeWOW.imjp8_1.applets]
  3376. @m:
  3377. @m:[windows.imeWOW.imjp8_1.dicts]
  3378. @m:
  3379. [windows.ime]
  3380. [CopyAlways.windows.ime]
  3381. [windows.ime.shared]
  3382. [windows.ime.shared.res]
  3383. [windows.system32.ime.cintlgnt]
  3384. [windows.system32.ime.pintlgnt]
  3385. [windows.system32.ime.tintlgnt]
  3386. [windows.ime.chtime.applets]
  3387. [windows.ime.chsime.applets]
  3388. @m:[windows.imeWOW]
  3389. @m:
  3390. @m:[CopyAlways.windows.imeWOW]
  3391. @m:
  3392. @m:[windows.imeWOW.shared]
  3393. @m:
  3394. @m:[windows.imeWOW.shared.res]
  3395. @m:
  3396. @m:[windows.imeWOW.chtime.applets]
  3397. @m:
  3398. @m:[windows.imeWOW.chsime.applets]
  3399. @m:
  3400. @m:[SysWOW64.ime.cintlgnt]
  3401. @m:
  3402. @m:[SysWOW64.ime.pintlgnt]
  3403. @m:
  3404. @m:[SysWOW64.ime.tintlgnt]
  3405. @m:
  3406. [IAS.Files]
  3407. [IISASPHelp.Files]
  3408. [IISDocSearch.Files]
  3409. [Professional.IISDocSearch.files]
  3410. [UpdateDrivers]
  3411. [windows.system32.mui.lang]
  3412. [windows.system32.mui.dispspec]
  3413. [windows.srchasst.mui.lang]
  3414. [windows.srchasst.chars]
  3415. [windows.srchasst]
  3416. @i:[common.mssoap.binaries.res.lang]
  3417. @i:[common.mssoap.binaries]
  3418. @m:[Win32.common.mssoap.binaries.res.lang]
  3419. @m:[Win32.common.mssoap.binaries]
  3420. [common.microsoft_shared.speech.lang]
  3421. [common.microsoft_shared.speech]
  3422. [common.speechengines.microsoft.tts.lang]
  3423. [common.speechengines.microsoft]
  3424. @i:[common.microsoft_shared.textconv]
  3425. @i:[common.microsoft_shared.triedit]
  3426. [common.microsoft_shared.vgx]
  3427. @m:[Win32.common.microsoft_shared.textconv]
  3428. @m:[Win32.common.microsoft_shared.triedit]
  3429. @m:[Win32.common.microsoft_shared.vgx]
  3430. [windows.msagent]
  3431. [windows.msagent.intl]
  3432. @m:[windows.msagent64]
  3433. @m:[windows.msagent64.intl]
  3434. [windows.lastgood.msagent.intl]
  3435. [windows.microsoft.net.framework.v1.0.2817]
  3436. [windows.microsoft.net.framework.v1.0.3119]
  3437. [windows.twain_32]
  3438. [windows.tapi]
  3439. [windows.mui]
  3440. [windows.lastgood.tmp.system32]
  3441. [windows.system32.npp]
  3442. [windows.help.iishelp.iis.htm.core]
  3443. [windows.prefetch]
  3444. [windows.cursors]
  3445. [windows.cursores]
  3446. [windows.system32.restore]
  3447. [windows.system32.macromed.flash]
  3448. [program_files.windows_nt.accessories]
  3449. @m:[Win32.program_files.windows_nt.accessories]
  3450. [program_files.windows_nt.pinball]
  3451. [program_files.msn_gaming_zone.windows]
  3452. [program_files.msn.msncorefiles]
  3453. [program_files.msn.msncorefiles.setup]
  3454. @i:[program_files.messenger]
  3455. @i:[CopyAlways.program_files.messenger]
  3456. @m:[Win32.program_files.internet_explorer]
  3457. @m:[Win32.program_files.internet_explorer.signup]
  3458. [program_files.internet_explorer.signup]
  3459. [program_files.Professional.internet_explorer.signup]
  3460. [program_files.Consumer.internet_explorer.signup]
  3461. [CopyAlways.Prf.program_files.internet_explorer.signup]
  3462. [CopyAlways.Con.program_files.internet_explorer.signup]
  3463. [program_files.internet_explorer]
  3464. [program_files.movie_maker]
  3465. [Catroot]
  3466. [pchealth.helpctr.system.sysinfo.files]
  3467. [pchealth.helpctr.binaries.files]
  3468. [Professional.pchealth.helpctr.binaries.files]
  3469. [Consumer.pchealth.helpctr.binaries.files]
  3470. [pchealth.uploadlb.binaries.files]
  3471. @@:@u:[ServicePackDirectoriesToInsert]
  3472. @m:@u: wow,..\i386
  3473. @m:@u: wow\lang,..\i386\lang
  3474. @m:@u: asms\x86\10100\msft\windows\gdiplus,..\i386\asms\10100\msft\windows\gdiplus
  3475. @m:@u: asms\x86\10100\policy\msft\windows\gdiplus,..\i386\asms\10100\policy\msft\windows\gdiplus
  3476. @m:@u: asms\wasms\60100\msft\windows\common\controls,..\i386\wasms\60100\msft\windows\common\controls
  3477. @m:@u: asms\wasms\60100\policy\60100\comctl,..\i386\wasms\60100\policy\60100\comctl
  3478. @m:@u: asms\x86\70100\msft\windows\mswincrt,..\i386\asms\70100\msft\windows\mswincrt
  3479. @m:@u: asms\x86\70100\policy\msft\mswincrt,..\i386\asms\70100\policy\msft\mswincrt
  3480. @@:@u: asms\10100\Msft\Windows\GdiPlus
  3481. @@:@u: asms\10100\policy\Msft\Windows\GdiPlus
  3482. @@:@u: asms\60100\Msft\Windows\Common\Controls
  3483. @@:@u: asms\60100\policy\60100\comctl
  3484. @@:@u: asms\70100\msft\windows\mswincrt
  3485. @@:@u: asms\70100\policy\msft\mswincrt
  3486. @@:@u: winntupg\ms\modemshr
  3487. @@:@u: system32
  3488. @@:@u: winntupg
  3489. @@:@u: lang
  3490. @@:@u: support,..\support
  3491. @@:@u: support\tools,..\support\tools
  3492. @@:@u: valueadd,..\valueadd
  3493. @@:@u: valueadd\msft,..\valueadd\msft
  3494. @@:@u: valueadd\msft\usmt,..\valueadd\msft\usmt
  3495. @@:@u: valueadd\msft\usmt\ansi,..\valueadd\msft\usmt\ansi
  3496. @@:@u: compdata,compdata
  3497. @i:@u: win9xupg,win9xupg
  3498. @i:@u: win9xmig\setup
  3499. @@:@u:[ServicePackDirectoriesToInsert.IP]
  3500. @@:@u:
  3501. @i:@u: root\ip,..
  3502. @@:@u: ip\compdata,compdata
  3503. @i:@u: ip\win9xupg,win9xupg
  3504. @@:@u:[ServicePackDirectoriesToInsert.IC]
  3505. @@:@u:
  3506. @i:@u: root\ic,..
  3507. @i:@u: ic\compdata,compdata
  3508. @i:@u: ic\win9xupg,win9xupg
  3509. [ArchiveCacheFilesOnly]
  3510. [ArchiveSystem32FilesOnly]
  3511. [ArchiveDriversFilesOnly]
  3512. [ArchiveJavaPackages]
  3513. @@:@u: *
  3514. [ArchiveJavaPackagesData]
  3515. @@:@u: *
  3516. [ArchiveAppPatch]
  3517. @@:@u: *
  3518. [ArchiveCatalogFilesOnly]
  3519. @@:@u:sp1.CAT
  3520. [DirectoriesToCleanUp]
  3521. @@:@u: Directory,"%windir%\system32\jvminst.tmp"
  3522. [DirectoriesToCleanUp.AfterInstall]
  3523. @@:@u: Directory,"%windir%\prefetch"
  3524. [DirectoriesToCleanUp.Uninstall]
  3525. @@:@u: Directory,"%windir%\prefetch"
  3526. [SourceDisksNames]
  3527. 1=%ServicePackSourceFiles%
  3528. [SourceDisksFiles]
  3529. [OverrideVersionNumbers]
  3530. @*: To delete a file during SP uninstall...
  3531. @*:
  3532. @*: 1. Add a section called [MySectionName.DelFiles.Uninstall]
  3533. @*:
  3534. @*: 2. In this new section, list the names of the files you want to delete.
  3535. @*: You'll specify the directory later.
  3536. @*:
  3537. @*: 3. In [UninstallSections], add the line
  3538. @*:
  3539. @*: MySectionName.DelFiles,MySectionName.DelFiles.Uninstall
  3540. @*:
  3541. @*: 4. In [DestinationDirs.Uninstall] add the line
  3542. @*:
  3543. @*: MySectionName.DelFiles = xxxxx
  3544. @*:
  3545. @*: where xxxxx is the directory specifier for the directory containing
  3546. @*: the files you want to delete.
  3547. @*:
  3548. @*: 5. In [RestoreFiles.Uninstall] add the line
  3549. @*:
  3550. @*: DelFiles = MySectionName.DelFiles
  3551. @*:
  3552. [UninstallSections]
  3553. @@:@u: DestinationDirs,DestinationDirs.Uninstall
  3554. @@:@u: RestoreFiles,RestoreFiles.Uninstall
  3555. @@:@u: AllUsersStartMenu.DelFiles,AllUsersStartMenu.DelFiles.Uninstall
  3556. @@:@u: DirectoriesToCleanUp.AfterUninstall,DirectoriesToCleanUp.Uninstall
  3557. @@:@u: LinkItems.Create, LinkItems.Create.Uninstall
  3558. GlobalRegistryChanges, GlobalRegistryChanges.UnInstall
  3559. Add.Reg, Add.Reg.Uninstall
  3560. Del.Reg, Del.Reg.Uninstall
  3561. [DestinationDirs.Uninstall]
  3562. @@:@u: AllUsersStartMenu.DelFiles = 16406 ; %allusersprofile%\Start Menu
  3563. [RestoreFiles.Uninstall]
  3564. @@:@u: DelFiles = AllUsersStartMenu.DelFiles
  3565. [AllUsersStartMenu.DelFiles.Uninstall]
  3566. @@:@u: "%CONFIGURE_PROGRAMS%.lnk"
  3567. [Strings]
  3568. @*:
  3569. @*: Needed reg keys for finding the install path of various components
  3570. @*:
  3571. CMAKRegkey=SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Cmak.exe
  3572. ProxyRegKey=SYSTEM\CurrentControlSet\Services\WSPSrv\Parameters
  3573. IeRegKey=Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe
  3574. HyperRegKey=SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\hypertrm.exe
  3575. EudcRegKey=Software\Microsoft\Windows\CurrentVersion\App Paths\eudcedit.exe
  3576. AdmtRegKey=SOFTWARE\Mission Critical Software\DomainAdmin
  3577. TsclientRegKey=SOFTWARE\Classes\conman.exe\DefaultIcon
  3578. PATH_ZONES="Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones"
  3579. @@:@u: KERNEL_REPLACE_ISSUE="Q327101"
  3580. @@:@u: OPTIONAL_EXCLUSION_WARNING="Q327120"
  3581. @i:@u:;
  3582. @i:@u:; Windows Messenger
  3583. @i:@u:;
  3584. @i:@u: KEY_BLCLIENT = "SOFTWARE\Microsoft\MessengerService"
  3585. @i:@u: KEY_IM_XP=SOFTWARE\Clients\IM\Windows Messenger
  3586. @i:@u: KEY_IM_XP_INSTALLINFO = SOFTWARE\Clients\IM\Windows Messenger\InstallInfo
  3587. @i:@u: CLSID_BLOBJECT = "{F3A614DC-ABE0-11d2-A441-00C04F795683}"
  3588. @i:@u: CLSID_UIOBJECT = "{FB7199AB-79BF-11d2-8D94-0000F875C541}"
  3589. @i:@u: CLSID_BIMOBJECT = "{E0B8F398-BB08-4298-87F0-34502693902E}"
  3590. @i:@u: CLSID_SMGROBJECT = "{E3A3B1D9-5675-43c0-BF04-37BE11939FB7}"
  3591. @i:@u: CLSID_MPRIOBJECT = "{AB1D8565-40E9-4616-984D-98465687E82C}"
  3592. @i:@u: CLSID_MUAOBJECT = "{B69003B3-C55E-4b48-836C-BC5946FC3B28}"
  3593. @i:@u: CLSID_EXTOBJECT = "{BC20CB75-A981-460e-81D4-F06F61B59247}"
  3594. @i:@u: BL_OBJECT = "Messenger Object"
  3595. @i:@u: UI_OBJECT = "Messenger Application"
  3596. @i:@u: BIM_OBJECT = "Messenger Basic IM Object"
  3597. @i:@u: SMGR_OBJECT = "Messenger Session Manager Object"
  3598. @i:@u: MUA_OBJECT = "Messenger Object"
  3599. @i:@u: MPRI_OBJECT = "Messenger Private Object"
  3600. @i:@u: EXT_OBJECT = "Messenger Extensions Manager Object"
  3601. @i:@u: LIBID_MUAOBJECT = "{E02AD29E-80F5-46c6-B416-9B3EBDDF057E}"
  3602. @i:@u: LIBID_PRIOBJECT = "{53CED51D-432B-45b2-A3E0-0CE2C24235D4}"
  3603. @i:@u: LIBID_EXTOBJECT = "{3201590C-8C63-4558-8142-82C29FC695E9}"
  3604. #if LANGUAGE_ID != 0x816
  3605. @@: CONN_WIZ = "Connection Wizard"
  3606. #else
  3607. @@: CONN_WIZ = "assistente de liga��o"
  3608. #endif
  3609. [LinkItems.Create]
  3610. #if defined PRERELEASE_IDWLOG
  3611. @@:@u: IDW Logging Tool = 0X0017,startup, "idwlog.exe -3"
  3612. #endif
  3613. [LinkItems.Create.Uninstall]
  3614. #if defined PRERELEASE_IDWLOG
  3615. @@:@u: IDW Logging Tool = 0X0017,startup, "idwlog.exe -3"
  3616. #endif
  3617. [DeleteFilesInUninstallSections]
  3618. #if defined PRERELEASE_IDWLOG
  3619. @@:@u: "SystemRoot\system32.restore.files","idwlog.exe"
  3620. @@:@u: "SystemRoot\system32\dllcache.restore.files","idwlog.exe"
  3621. #endif
  3622. [GlobalRegistryChanges.UnInstall]
  3623. AddReg=Add.Reg
  3624. DelReg=Del.Reg
  3625. [Del.Reg.Uninstall]
  3626. @@:@u: HKLM,"System\LastKnownGoodRecovery\LastGood"
  3627. @@:@u: HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\AppCompatibility", "AppCompatCache"
  3628. [Add.Reg.Uninstall]
  3629. #if defined PRERELEASE || defined PRERELEASE_IDWLOG
  3630. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","DisplayName",0x00000000,"Idwlog Service"
  3631. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","Description",0x00000000,""
  3632. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","DependOnService",0x00010002,"RpcSs"
  3633. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","ImagePath",0x00020002,"%SystemRoot%\System32\idwlog.exe"
  3634. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","Start",0x00010003,2
  3635. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","Type",0x00010003,16
  3636. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","ErrorControl",0x00010003,1
  3637. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\Idwlog","ObjectName",0x00000002,"LocalSystem"
  3638. #endif
  3639. [Configuration]
  3640. @@:@u: InstallationType = Update
  3641. @@:@u: UnInstallDirName = $NtServicePackUninstall$
  3642. @@:@u: InstallLogFileName = svcpack.log
  3643. @@:@u: UnInstallLogFileName = spuninst.log
  3644. @@:@u: PruneHotfixes = 1
  3645. @@:@u: Archive128Bit = 0
  3646. @@:@h: InstallationType = Hotfix
  3647. @@:@h: InstallLogFileName = %SP_SHORT_TITLE%.log
  3648. @@:@h: UnInstallLogFileName = %SP_SHORT_TITLE%Uninst.log
  3649. @@:@h: UnInstallDirName = $NtUninstall%SP_SHORT_TITLE%$
  3650. EventLogKeyName = NtServicePack
  3651. EventLogDllName = spmsg.dll