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.

850 lines
24 KiB

  1. ; MUI installation
  2. ; Copyright (c) 2001 Microsoft Corporation
  3. [version]
  4. Signature="$Chicago$"
  5. AdvancedINF=2.5,"INF installer is too old."
  6. [Buildnumber]
  7. -1=1
  8. [Languages]
  9. 040c=FR.MUI
  10. 0c0a=ES.MUI
  11. 0410=IT.MUI
  12. 041d=SV.MUI
  13. 0413=NL.MUI
  14. 0416=Br.MUI
  15. 040b=FI.MUI
  16. 0414=no.MUI
  17. 0406=da.MUI
  18. 040e=hu.MUI
  19. 0415=pl.MUI
  20. 0419=RU.MUI
  21. 0405=cs.MUI
  22. 0408=EL.MUI
  23. 0816=PT.MUI
  24. 041f=TR.MUI
  25. 0411=JPN.MUI
  26. 0412=KOR.MUI
  27. 0407=GER.MUI
  28. 0804=CHS.MUI
  29. 0404=CHH.MUI
  30. 0401=ARA.MUI
  31. 040d=HEB.MUI
  32. 0403=CA.MUI
  33. 041b=SK.MUI
  34. 0424=SL.MUI
  35. 0418=RO.MUI
  36. 041a=HR.MUI
  37. 0402=BG.MUI
  38. 0425=ET.MUI
  39. 0427=LT.MUI
  40. 0426=LV.MUI
  41. 041e=TH.MUI
  42. ;
  43. ; The display names to be used for the specified langauges.
  44. ;
  45. ; Normall, setup will display the name for a LCID using system NLS information.
  46. ; However, in this section, you can force setup to display a LCID using the
  47. ; customized names.
  48. ;
  49. ; It is always assumed that the LCID is in hex value, so there is no need
  50. ; to prefix by 0x.
  51. ;
  52. ; E.g. Suppose [LanguageDisplayName] has the following line:
  53. ; 0403=Pseudo Language
  54. ;
  55. ; Then setup will display the name for 0403 to be "Pseudo Language" in
  56. ; the list box.
  57. ;
  58. [LanguageDisplayName]
  59. 0403=Pseudo Language
  60. ;
  61. ; Indicate if setup should display the locale using the country name, instead of language name.
  62. ;
  63. [UseCountryName]
  64. 0804=1
  65. 0404=1
  66. 0416=1
  67. 0816=1
  68. ;
  69. ; Additional language pack to be installed for a language.
  70. ;
  71. ; The format is:
  72. ; LCID=LangPackValue,LangPackValue,...
  73. ;
  74. ; It is always assumed that the LCID is in hex value, so there is no need
  75. ; to prefix by 0x.
  76. ;
  77. ; The LangPackValue can be decimal or hex value (prefix by 0x), and
  78. ; values should be separated by commas.
  79. ;
  80. ; Currently, valid language pack values are:
  81. ;
  82. ; Western Europe & U.S. 0x0001
  83. ; Central Europe 0x0002
  84. ; Baltic 0x0003
  85. ; Greek 0x0004
  86. ; Cyrillic 0x0005
  87. ; Turkish 0x0006
  88. ; Japanese 0x0007
  89. ; Korean 0x0008
  90. ; Traditional Chinese 0x0009
  91. ; Simplified Chinese 0x000a
  92. ; Thai 0x000b
  93. ; Hebrew 0x000c
  94. ; Arabic 0x000d
  95. ; Vietnamese 0x000e
  96. ; Indic 0x000f
  97. ; Georgian 0x0010
  98. ; Armenian 0x0011
  99. ;
  100. ; E.g. Suppose [LanguagePack] section has the following line:
  101. ; 0411=0x09,0x0a
  102. ;
  103. ; Then if user choose to install language 0411 (Japanese),
  104. ; besides the default language pack for Japanese, setup will
  105. ; install additional language packs 0x0009 (Traditional Chinese)
  106. ; and 0x000a (Simplfied Chinese).
  107. ;
  108. ;
  109. [LanguagePack]
  110. 0403=0x07
  111. ;
  112. ; Component INF files installation.
  113. ; Format:
  114. ; CompnentName=ComponentDirectory,ComponentINF_FileName,InstallationSection,UninstallationSection
  115. ; E.g.
  116. ; IE5=ie5,ie5ui.inf,DefaultInsatll,DefaultUninstall
  117. ; The component name is IE5. Its INF file is called ie5ui.inf, and is stored in the ie5 direcotry of a specific language direcotry.
  118. ; During the installation, [DefaultInstall] section will be executed, and [DefaultUninstall] section will be executed
  119. ; in the uninstallation time.
  120. ;
  121. [Components]
  122. AppHelp DB=AppHelp,apphlpui.inf,DefaultInstall,DefaultUninstall
  123. IE5=ie5,ie5ui.inf,DefaultInstall,DefaultUninstall
  124. @@:@m:WIE5=wie5,wie5ui.inf,DefaultInstall,DefaultUninstall
  125. @@:@i:OOBE=oobe,oobemui.inf,DefaultInstall,DefaultUninstall
  126. Shell MUI support=shellmui,shellmui.inf,DefaultInstall, Uninstall
  127. ErrorReporting=er,ermui.inf,DefaultInstall,Uninstall
  128. @@:@m:WErrorReporting=wer,wermui.inf,DefaultInstall,Uninstall
  129. @w:@i:Movie Maker Support=moviemk,moviemui.inf,DefaultInstall,Uninstall
  130. @@!d:@3:Windows Media Profiles=netshow,wmprfmui.inf,InstallWmPrf,DefaultUninstall
  131. @@!d:@3:Windows Media Skins=netshow,skinsmui.inf,InstallSkins,Uninstall
  132. @@!d:@3:Windows Media Tour=netshow,wmtrmui.inf,DefaultInstall,Uninstall
  133. HSS=hss,pchmui.inf,DefaultInstall,DefaultUninstall
  134. @w:@3:Tour=tourmui,tourmui.inf,DefaultInstall,DefaultUninstall
  135. @@:@i:Search Assistant=srchmui,srchmui.inf,DefaultInstall,DefaultUninstall
  136. [FileSize_UI]
  137. 040b=126862976
  138. 0414=126862976
  139. 0406=126862976
  140. 0408=126862976
  141. 0411=137721472
  142. 0412=137721472
  143. 0804=137721472
  144. 0404=137721472
  145. 0401=126862976
  146. 040d=126862976
  147. 040c=126862976
  148. 0c0a=126862976
  149. 0410=126862976
  150. 041d=126862976
  151. 0413=126862976
  152. 0416=126862976
  153. 040e=126862976
  154. 0415=126862976
  155. 0419=126862976
  156. 0405=126862976
  157. 0816=126862976
  158. 041f=126862976
  159. 0407=126862976
  160. 0403=126862976
  161. 041b=60000000
  162. 0424=60000000
  163. 0418=60000000
  164. 041a=60000000
  165. 0402=60000000
  166. 0425=60000000
  167. 0427=60000000
  168. 0426=60000000
  169. 041e=60000000
  170. [FileSize_UI_IA64]
  171. 040b=116862976
  172. 0414=116862976
  173. 0406=116862976
  174. 0408=116862976
  175. 0411=127721472
  176. 0412=127721472
  177. 0804=127721472
  178. 0404=127721472
  179. 0401=116862976
  180. 040d=116862976
  181. 040c=116862976
  182. 0c0a=116862976
  183. 0410=116862976
  184. 041d=116862976
  185. 0413=116862976
  186. 0416=116862976
  187. 040e=116862976
  188. 0415=116862976
  189. 0419=116862976
  190. 0405=116862976
  191. 0816=116862976
  192. 041f=116862976
  193. 0407=116862976
  194. 0403=116862976
  195. 041b=60000000
  196. 0424=60000000
  197. 0418=60000000
  198. 041a=60000000
  199. 0402=60000000
  200. 0425=60000000
  201. 0427=60000000
  202. 0426=60000000
  203. 041e=60000000
  204. [FileSize_LPK]
  205. 0404=210379120
  206. 0804=210379120
  207. 0411=210379120
  208. 0412=210379120
  209. 0401=0
  210. 040d=0
  211. 040e=0
  212. 0415=0
  213. 0405=0
  214. 0419=0
  215. 0408=0
  216. 0418=0
  217. 0403=0
  218. 041b=0
  219. 0424=0
  220. 0418=0
  221. 041a=0
  222. 0402=0
  223. 0425=0
  224. 0427=0
  225. 0426=0
  226. 041e=0
  227. [FileSize_LPK_IA64]
  228. 0404=199631928
  229. 0804=199631928
  230. 0411=199631928
  231. 0412=199631928
  232. 0401=0
  233. 040d=0
  234. 040e=0
  235. 0415=0
  236. 0405=0
  237. 0419=0
  238. 0408=0
  239. 0418=0
  240. 0403=0
  241. 041b=0
  242. 0424=0
  243. 0418=0
  244. 041a=0
  245. 0402=0
  246. 0425=0
  247. 0427=0
  248. 0426=0
  249. 041e=0
  250. [CD_LAYOUT]
  251. cdlabel="Windows XP Multilingual User Interface Pack CD"
  252. 040c=1
  253. 0c0a=2
  254. 0410=2
  255. 041d=2
  256. 0413=2
  257. 0416=2
  258. 040b=3
  259. 0414=3
  260. 0406=3
  261. 040e=4
  262. 0415=4
  263. 0419=3
  264. 0405=3
  265. 0408=4
  266. 0816=4
  267. 041f=4
  268. 0411=1
  269. 0412=1
  270. 0407=1
  271. 0804=1
  272. 0404=1
  273. 0401=2
  274. 040d=2
  275. 041b=5
  276. 0424=5
  277. 0418=5
  278. 041a=5
  279. 0402=5
  280. 0425=5
  281. 0427=5
  282. 0426=5
  283. 041e=5
  284. [CD_LAYOUT_IA64]
  285. cdlabel="Windows XP Multilingual User Interface Pack CD"
  286. 040c=1
  287. 0c0a=1
  288. 0410=1
  289. 041d=2
  290. 0413=2
  291. 0416=2
  292. 040b=3
  293. 0414=3
  294. 0406=3
  295. 040e=4
  296. 0415=4
  297. 0419=3
  298. 0405=3
  299. 0408=4
  300. 0816=4
  301. 041f=4
  302. 0411=1
  303. 0412=1
  304. 0407=1
  305. 0804=2
  306. 0404=2
  307. 0401=2
  308. 040d=2
  309. 041b=5
  310. 0424=5
  311. 0418=5
  312. 041a=5
  313. 0402=5
  314. 0425=5
  315. 0427=5
  316. 0426=5
  317. 041e=5
  318. [Directories]
  319. 1=\system32\wbem
  320. 2=\help
  321. [FileType_NoFallback]
  322. 1=.CHQ
  323. 2=.CHM
  324. 3=.HLP
  325. 4=.CNT
  326. [File_Layout]
  327. @s:acluiS.chm=aclui.chm,S,A,D
  328. @s:acluiS.hlp=aclui.hlp,S,A,D
  329. @s:adcon.chm=adconcepts.chm,S,A,D
  330. @s:adeS.hlp=adeS.hlp,S,A,D
  331. @w!p:admtoolW.chm=admtools.chm,P
  332. @s:admtoolS.chm=admtools.chm,S,A,D
  333. @s:adpropS.hlp=adprop.hlp,S,A,D
  334. @s:atmS.chm=atm.chm,S,A,D
  335. @s:atmcon.chm=atmconcepts.chm,S,A,D
  336. @w!p:auditW.chm=audit.chm,P
  337. @s:auditS.chm=audit.chm,S,A,D
  338. @@:blue_ss.dll=shellstyle.dll,P,S,A
  339. @w:bootconP.chm=bootcons.chm,P
  340. @s:bootconS.chm=bootcons.chm,S,A,D
  341. @s:certmgrS.hlp=certmgr.hlp,S,A,D
  342. @w!p:certmgrW.chm=certmgr.chm,P
  343. @s:certmgrS.chm=certmgr.chm,S,A,D
  344. @@:channels.scf="View Channels.scf",P,S,A
  345. @s:chooserS.hlp=chooser.hlp,S,A,D
  346. @@:classic.the="Windows Classic.theme",P,S,A
  347. @@:class_ss.dll=shellstyle.dll,P,S,A
  348. @w!p:cmconW.chm=cmconcepts.chm,P
  349. @s:cmconS.chm=cmconcepts.chm,S,A,D
  350. @s:cmmgr32s.hlp=cmmgr32.hlp,S,A,D
  351. @s:comntsrv.inf=comnt5.inf,S,A,D
  352. @w:comntwks.inf=comnt5.inf,P
  353. @s:comntsrv.inf=comsetup.inf,S,A,D
  354. @w:comntwks.inf=comsetup.inf,P
  355. @s:compmgtS.chm=compmgmt.chm,S,A,D
  356. @w:compmgtW.chm=compmgmt.chm,P
  357. @@!p:cpanelw.chm=cpanel.chm,P,S,A
  358. @s:cscon.chm=csconcepts.chm,S,A,D
  359. @s:ctcon.chm=ctconcepts.chm,S,A,D
  360. @w:defragP.chm=defrag.chm,P
  361. @s:defragS.chm=defrag.chm,S,A,D
  362. @s:devmgrS.hlp=devmgr.hlp,S,A,D
  363. @s:devmgrS.chm=devmgr.chm,S,A,D
  364. @s:dfcon.chm=dfconcepts.chm,S,A,D
  365. @@:dg18d50.icm="Diamond Compatible 5000K G1.8.icm",P,S,A
  366. @@:dg18d65.icm="Diamond Compatible 6500K G1.8.icm",P,S,A
  367. @@:dg18d93.icm="Diamond Compatible 9300K G1.8.icm",P,S,A
  368. @@:dg22d50.icm="Diamond Compatible 5000K G2.2.icm",P,S,A
  369. @@:dg22d65.icm="Diamond Compatible 6500K G2.2.icm",P,S,A
  370. @@:dg22d93.icm="Diamond Compatible 9300K G2.2.icm",P,S,A
  371. @s:dhcpcon.chm=dhcpconcepts.chm,S,A,D
  372. @w:diagbtP.chm=diagboot.chm,P
  373. @s:diagbtS.chm=diagboot.chm,S,A,D
  374. @s:diskconS.chm=diskconcepts.chm,S,A,D
  375. @s:diskmgmS.hlp=diskmgmt.hlp,S,A,D
  376. @s:diskmgtS.chm=diskmgmt.chm,S,A,D
  377. @w!p:diskmgtW.chm=diskmgmt.chm,P
  378. @@!p:displayw.chm=display.chm,P,S,A
  379. @w:dkconP.chm=dkconcepts.chm,P
  380. @s:dkconS.chm=dkconcepts.chm,S,A,D
  381. @s:dnscon.chm=dnsconcepts.chm,S,A,D
  382. @@!p:drvqry.exe=driverquery.exe,P,S,A
  383. @s:dsclienS.hlp=dsclient.hlp,S,A,D
  384. @w:dskquoP.chm=dskquoui.chm,P
  385. @s:dskquoS.chm=dskquoui.chm,S,A,D
  386. @s:dskquoS.hlp=dskquoui.hlp,S,A,D
  387. @s:dtcntsrv.inf=dtcnt5.inf,S,A,D
  388. @w:dtcntwks.inf=dtcnt5.inf,P
  389. @s:dtcntsrv.inf=dtcsetup.inf,S,A,D
  390. @w:dtcntwks.inf=dtcsetup.inf,P
  391. @@:dwil1033.dll=dwintl.dll,P,S,A
  392. @s:elsS.hlp=els.hlp,S,A,D
  393. @s:elsS.chm=els.chm,S,A,D
  394. @e!d:emaE.chm=ema.chm,A
  395. @d:emaD.chm=ema.chm,D
  396. @w!p:encryptW.chm=encrypt.chm,P
  397. @s:encryptS.chm=encrypt.chm,S,A,D
  398. @w:evcon.chm=evconcepts.chm,P
  399. @s:evconS.chm=evconcepts.chm,S,A,D
  400. @@!p:evcreate.exe=eventcreate.exe,P,S,A
  401. @s:evntwinS.hlp=evntwin.hlp,S,A,D
  402. @@!p:evtquery.vbs=eventquery.vbs,P,S,A
  403. @@!p:evtgprov.dll=CmdEvTgProv.dll,P,S,A
  404. @@!p:evtgprov.mof=CmdEvTgProv.mof,P,S,A
  405. @@!p:evtrig.exe=eventtriggers.exe,P,S,A
  406. @s:faultcon.chm=faultconcepts.chm,S,A,D
  407. @s:fdeS.hlp=fde.hlp,S,A,D
  408. @s:filesrvS.chm=file_srv.chm,S,A,D
  409. @@!p:filefldw.chm=filefold.chm,P,S,A
  410. @s:filemgtS.hlp=filemgmt.hlp,S,A,D
  411. @@!p:findw.chm=find.chm,P,S,A
  412. @w!p:genW.chm=gen.chm,P
  413. @s:genS.chm=gen.chm,S,A,D
  414. @w!p:glosW.chm=Glossary.chm,P
  415. @s:glosS.chm=Glossary.chm,S,A,D
  416. @s:gpeditS.hlp=gpedit.hlp,S,A,D
  417. @w!p:gpeditW.chm=gpedit.chm,P
  418. @s:gpeditS.chm=gpedit.chm,S,A,D
  419. @@!p:gprslt.exe=gpresult.exe,P,S,A
  420. @s:gptextS.hlp=gptext.hlp,S,A,D
  421. @d:gstartD.chm=gstart.chm,D
  422. @e!d:gstartE.chm=gstart.chm,A
  423. @@:hg18d50.icm="Hitachi Compatible 5000K G1.8.icm",P,S,A
  424. @@:hg18d65.icm="Hitachi Compatible 6500K G1.8.icm",P,S,A
  425. @@:hg18d93.icm="Hitachi Compatible 9300K G1.8.icm",P,S,A
  426. @@:hg22d50.icm="Hitachi Compatible 5000K G2.2.icm",P,S,A
  427. @@:hg22d65.icm="Hitachi Compatible 6500K G2.2.icm",P,S,A
  428. @@:hg22d93.icm="Hitachi Compatible 9300K G2.2.icm",P,S,A
  429. @@:home_ss.dll=shellstyle.dll,P,S,A
  430. @@!p:howtow.chm=howto.chm,P,S,A
  431. @@!p:hschelpw.chm=hschelp.chm,P,S,A
  432. @s:hyprtrmS.chm=hypertrm.chm,S,A,D
  433. @s:hypertrS.hlp=hypertrm.hlp,S,A,D
  434. @@:ias.mdb=iasnew.mdb,P,S,A
  435. @s:iisnts.chm=iis.chm,S,A,D
  436. @w!p:iisntw.chm=iis.chm,P
  437. @w!p:iiswmmc.chm=iismmc.chm,P
  438. @s:iissmmc.chm=iismmc.chm,S,A,D
  439. @s:infrareS.hlp=infrared.hlp,S,A,D
  440. @s:infrareS.chm=infrared.chm,S,A,D
  441. @w!p:intellim.chm=intellimirror.chm,P
  442. @s:intelliS.chm=intellimirror.chm,S,A,D
  443. @s:ipsecsnS.hlp=ipsecsnp.hlp,S,A,D
  444. @w!p:ipseconW.chm=ipsecconcepts.chm,P
  445. @s:ipseconS.chm=ipsecconcepts.chm,S,A,D
  446. @w!p:ipsecW.chm=ipsecsnp.chm,P
  447. @s:ipsecS.chm=ipsecsnp.chm,S,A,D
  448. @w:ipv6P.chm=Ipv6.chm,P
  449. @s:ipv6S.chm=Ipv6.chm,S,A,D
  450. @s:isS.chm=is.chm,S,A,D
  451. @@:isW.chm=is.chm,P,S,A
  452. @s:isconS.chm=isconcepts.chm,S,A,D
  453. @w:isconW.chm=isconcepts.chm,P
  454. @s:keyS.chm=key.chm,S,A,D
  455. @s:licecon.chm=liceconcepts.chm,S,A,D
  456. @s:locsecS.chm=localsec.chm,S,A,D
  457. @w!p:locsecw.chm=localsec.chm,P
  458. @s:localseS.hlp=localsec.hlp,S,A,D
  459. @s:lpeS.chm=lpe.chm,S,A,D
  460. @w!p:lpecon.chm=lpeconcepts.chm,P
  461. @s:lpeconS.chm=lpeconcepts.chm,S,A,D
  462. @s:lscon.chm=Lsconcepts.chm,S,A,D
  463. @@:luna.mst=luna.msstyles,P,S,A
  464. @@:luna.the=Luna.theme,P,S,A
  465. @@:metal_ss.dll=shellstyle.dll,P,S,A
  466. @w!p:miscw.chm=misc.chm,P
  467. @s:miscs.chm=misc.chm,S,A,D
  468. @s:mmc_dlgS.hlp=mmc_dlg.hlp,S,A,D
  469. @s:mmccon.chm=mmcconcepts.chm,S,A,D
  470. @s:mmcS.chm=mmc.chm,S,A,D
  471. @s:mobsyncS.chm=mobsync.chm,S,A,D
  472. @s:mobsyncS.hlp=mobsync.hlp,S,A,D
  473. @s:modeS.chm=mode.chm,S,A,D
  474. @w:modeW.chm=mode.chm,P
  475. @s:modemS.hlp=modem.hlp,S,A,D
  476. @w!p:mpconW.chm=mpconcepts.chm,P
  477. @s:mpconS.chm=mpconcepts.chm,S,A,D
  478. @e:mscscon.chm=mscsconcepts.chm,A,D
  479. @s:msinf32S.chm=msinfo32.chm,S,A,D
  480. @@:msjetol1.dll=msjetoledb40.dll,P,S,A
  481. @s:msmqS.chm=msmq.chm,S,A,D
  482. @s:msmqconS.chm=msmqconcepts.chm,S,A,D
  483. @w!p:msmqW.chm=msmq.chm,P
  484. @w!p:msmqconW.chm=msmqconcepts.chm,P
  485. @s:msmqocmS.inf=msmqocm.inf,S,A,D
  486. @w!p:msmqocmW.inf=msmqocm.inf,P
  487. @s:mstaskS.hlp=mstask.hlp,S,A,D
  488. @s:mstaskS.chm=mstask.chm,S,A,D
  489. @w:mstaskW.chm=mstask.chm,P
  490. @s:mstscS.chm=mstsc.chm,S,A,D
  491. @s:netcfgS.hlp=netcfg.hlp,S,A,D
  492. @e:netcfgE.chm=netcfg.chm,A,D
  493. @s!e:netcfgS.chm=netcfg.chm,S
  494. @w!p:netcfgW.chm=netcfg.chm,P
  495. @s:netmncon.chm=netmnconcepts.chm,S,A,D
  496. @s:newfeatS.chm=newfeat1.chm,S,A,D
  497. @s:newfeatS.hlp=newfeat1.hlp,S,A,D
  498. @@:ng18d50.icm="NEC Compatible 5000K G1.8.icm",P,S,A
  499. @@:ng18d65.icm="NEC Compatible 6500K G1.8.icm",P,S,A
  500. @@:ng18d93.icm="NEC Compatible 9300K G1.8.icm",P,S,A
  501. @@:ng22d50.icm="NEC Compatible 5000K G2.2.icm",P,S,A
  502. @@:ng22d65.icm="NEC Compatible 6500K G2.2.icm",P,S,A
  503. @@:ng22d93.icm="NEC Compatible 9300K G2.2.icm",P,S,A
  504. @d:ntartD.chm=ntart.chm,D
  505. @e!d:ntartS.chm=ntart.chm,A
  506. @w!p:ntartW.chm=ntart.chm,P
  507. @s:ntbckupS.hlp=ntbackup.hlp,S,A,D
  508. @w!p:ntbckupW.chm=ntbackup.chm,P
  509. @s:ntbckupS.chm=ntbackup.chm,S,A,D
  510. @s:ntcmdsS.chm=ntcmds.chm,S,A,D
  511. @w!p:ntcmdsW.chm=ntcmds.chm,P
  512. @d:ntdefD.chm=ntdef.chm,D
  513. @e!d:ntdefE.chm=ntdef.chm,A
  514. @e!d:ntdefe64.chm=ntdef.chm,A
  515. @s:ntshruiS.hlp=ntshrui.hlp,S,A,D
  516. @w!p:nusrmgrW.chm=nusrmgr.chm,P
  517. @s:nwcon.chm=nwconcepts.chm,S,A,D
  518. @@!p:nwdocW.chm=nwdoc.chm,P,S,A
  519. @s:objselS.hlp=objsel.hlp,S,A,D
  520. @s:offlfdrS.chm=offlinefolders.chm,S,A,D
  521. @w!p:offlfdrW.chm=offlinefolders.chm,P
  522. @s:omcS.chm=omc.chm,S,A,D
  523. @@!p:opnfiles.exe=openfiles.exe,P,S,A
  524. @s:othprcon.chm=othprconcepts.chm,S,A,D
  525. @@!p:pagefile.vbs=pagefileconfig.vbs,P,S,A
  526. @s:passwdS.chm=password.chm,S,A,D
  527. @w!p:passwrdw.chm=password.chm,P
  528. @w!p:printW.chm=printing.chm,P
  529. @s:printS.chm=printing.chm,S,A,D
  530. @d:procctrl.chm=proccon.chm,D
  531. @d:procconc.chm=proccon_concepts.chm,D
  532. @@!p:pwrmnw.chm=pwrmn.chm,P,S,A
  533. @w:qosconw.chm=qosconcepts.chm,P
  534. @s:qosconS.chm=qosconcepts.chm,S,A,D
  535. @s:rdsktpS.chm=rdesktop.chm,S,A,D
  536. @w!p:rdsktpW.chm=rdesktop.chm,P
  537. @s:regeditS.hlp=regedit.hlp,S,A,D
  538. @s:regcon.chm=regconcepts.chm,S,A,D
  539. @s:regeditS.chm=regedit.chm,S,A,D
  540. @w!p:reskitW.chm=reskit.chm,P
  541. @s:reskitS.chm=reskit.chm,S,A,D
  542. @s:riscon.chm=risconcepts.chm,S,A,D
  543. @w!p:rrcW.chm=rrc.chm,P
  544. @s:rrcS.chm=rrc.chm,S,A,D
  545. @s:rrascon.chm=rrasconcepts.chm,S,A,D
  546. @s:rsscon.chm=rssconcepts.chm,S,A,D
  547. @s:rsmS.hlp=rsm.hlp,S,A,D
  548. @s:rsmS.chm=rsm.chm,S,A,D
  549. @s:rsmconS.chm=rsmconcepts.chm,S,A,D
  550. @w:rsmconW.chm=rsmconcepts.chm,P
  551. @w:rsmW.chm=rsm.chm,P
  552. @w!p:rsopW.chm=rsop.chm,P
  553. @s:rsopS.chm=rsop.chm,S,A,D
  554. @w!p:rsopsnpW.chm=rsopsnp.chm,P
  555. @s:rsopsnpS.chm=rsopsnp.chm,S,A,D
  556. @w!p:saferW.chm=safer.chm,P
  557. @s:saferS.chm=safer.chm,S,A,D
  558. @w!p:safrconW.chm=saferconcepts.chm,P
  559. @s:safrconS.chm=saferconcepts.chm,S,A,D
  560. @s:scS.chm=sc.chm,S,A,D
  561. @w!p:scW.chm=sc.chm,P
  562. @s:scarddlS.hlp=scarddlg.hlp,S,A,D
  563. @w!p:sceW.chm=sce.chm,P
  564. @s:sceS.chm=sce.chm,S,A,D
  565. @w!p:sceconW.chm=sceconcepts.chm,P
  566. @s:sceconS.chm=sceconcepts.chm,S,A,D
  567. @s:scmS.chm=scm.chm,S,A,D
  568. @w!p:scmcon.chm=scmconcepts.chm,P
  569. @s:scmconS.chm=scmconcepts.chm,S,A,D
  570. @@!p:sctasks.exe=schtasks.exe,P,S,A
  571. @s:secauthS.hlp=secauth.hlp,S,A,D
  572. @s:seceditS.chm=secedit.chm,S,A,D
  573. @s:secon.chm=seconcepts.chm,S,A,D
  574. @w!p:secsconW.chm=secsetconcepts.chm,P
  575. @s:secsconS.chm=secsetconcepts.chm,S,A,D
  576. @w!p:secsetW.chm=secsettings.chm,P
  577. @s:secsetS.chm=secsettings.chm,S,A,D
  578. @s:sendcmsS.chm=sendcmsg.chm,S,A,D
  579. @s:sendcmsS.hlp=sendcmsg.hlp,S,A,D
  580. @w:setup_w.bmp=setup.bmp,P
  581. @e!d:setup_e.bmp=setup.bmp,A
  582. @d:setup_d.bmp=setup.bmp,D
  583. @@:setup16.inf=setup.inf,P,S,A
  584. @s:sfmcon.chm=sfmconcepts.chm,S,A,D
  585. @s:sfmmgrS.hlp=sfmmgr.hlp,S,A,D
  586. @w!p:smlgcfgW.chm=smlogcfg.chm,P
  587. @s:smlgcfgS.chm=smlogcfg.chm,S,A,D
  588. @w:snmpcon.chm=snmpconcepts.chm,P
  589. @s:snmpconS.chm=snmpconcepts.chm,S,A,D
  590. @s:snmpsnaS.hlp=snmpsnap.hlp,S,A,D
  591. @w!p:spconW.chm=spconcepts.chm,P
  592. @s:spconS.chm=spconcepts.chm,S,A,D
  593. @@!d:Splat.wmz=3,P,S,A
  594. @w!p:spolconW.chm=spolsconcepts.chm,P
  595. @s:spolconS.chm=spolsconcepts.chm,S,A,D
  596. @w!p:sr_uiW.chm=sr_ui.chm,P
  597. @@:srgb.icm="sRGB Color Space Profile.icm",P,S,A
  598. @s:syspropS.chm=sysprop.chm,S,A,D
  599. @s:sys_srvS.chm=sys_srv.chm,S,A,D
  600. @@!p:sysdmw.chm=sysdm.chm,P,S,A
  601. @@!p:sysinfo.exe=systeminfo.exe,P,S,A
  602. @s:sysmonS.hlp=sysmon.hlp,S,A,D
  603. @w!p:sysmonW.chm=sysmon.chm,P
  604. @s:sysmonS.chm=sysmon.chm,S,A,D
  605. @w!p:sysrestW.chm=sysrestore.chm,P
  606. @w:sysrestr.hlp=sysrestore.hlp,P
  607. @s:tapiS.hlp=tapi.hlp,S,A,D
  608. @w:tapiP.chm=tapi.chm,P
  609. @s:tapiS.chm=tapi.chm,S,A,D
  610. @s:tapiconS.chm=tapiconcepts.chm,S,A,D
  611. @@!p:taskbarw.chm=taskbar.chm,P,S,A
  612. @@!p:taskmgrw.chm=taskmgr.chm,P,S,A
  613. @w!p:tcpipW.chm=tcpip.chm,P
  614. @s:tcpipcon.chm=tcpipconcepts.chm,S,A,D
  615. @s:tcpipS.chm=tcpip.chm,S,A,D
  616. @s:telnetS.chm=telnet.chm,S,A,D
  617. @s:telnetS.hlp=telnet.hlp,S,A,D
  618. @w:telnetW.chm=telnet.chm,P
  619. @@:tg18d50.icm="Trinitron Compatible 5000K G1.8.icm",P,S,A
  620. @@:tg18d65.icm="Trinitron Compatible 6500K G1.8.icm",P,S,A
  621. @@:tg18d93.icm="Trinitron Compatible 9300K G1.8.icm",P,S,A
  622. @@:tg22d50.icm="Trinitron Compatible 5000K G2.2.icm",P,S,A
  623. @@:tg22d65.icm="Trinitron Compatible 6500K G2.2.icm",P,S,A
  624. @@:tg22d93.icm="Trinitron Compatible 9300K G2.2.icm",P,S,A
  625. @s:timesrvS.chm=timesrv.chm,S,A,D
  626. @s:timewrpS.chm=timewarp.chm,S,A,D
  627. @s:timewrpS.hlp=timewarp.hlp,S,A,D
  628. @s:trbscon.chm=tshootconcepts.chm,S,A,D
  629. @s:tslic_el.chm=tslic.chm,S,A,D
  630. @s:upcon.chm=upconcepts.chm,S,A,D
  631. @s:verifieS.hlp=verifier.hlp,S,A,D
  632. @s:vpncon.chm=vpnconcepts.chm,S,A,D
  633. @s:wbemtstS.chm=wbemtest.chm,S,A,D
  634. @w!p:whatnewW.chm=whatsnew.chm,P
  635. @e!d:wind_e.chq=windows.chq,A
  636. @d:wind_d.chq=windows.chq,D
  637. @s:windS.chm=windows.chm,S,A,D
  638. @@:winhstb.exe=winhlp32.exe,P,S,A
  639. @w:wininstP.chm=wininstl.chm,P
  640. @s:wininstS.chm=wininstl.chm,S,A,D
  641. @s:winscon.chm=winsconcepts.chm,S,A,D
  642. @s:wmicS.chm=wmic.chm,S,A,D
  643. @w!p:wmifltrW.chm=wmifltr.chm,P
  644. @s:wmifltrS.chm=wmifltr.chm,S,A,D
  645. @w!p:wpaW.chm=wpa.chm,P
  646. @s:wpaS.chm=wpa.chm,S,A,D
  647. @s:wscriptS.chm=wscript.chm,S,A,D
  648. @s:wscriptS.hlp=wscript.hlp,S,A,D
  649. @s:wsecediS.hlp=wsecedit.hlp,S,A,D
  650. @w:wshcon.chm=wshconcepts.chm,P
  651. @s:wshconS.chm=wshconcepts.chm,S,A,D
  652. @@:XPBalln.wav="Windows XP Balloon.wav",P,S,A
  653. @@:XPBatCrt.wav="Windows XP Battery Critical.wav",P,S,A
  654. @@:XPBatLow.wav="Windows XP Battery Low.wav",P,S,A
  655. @@:XPCrtStp.wav="Windows XP Critical Stop.wav",P,S,A
  656. @@:XPDef.wav="Windows XP Default.wav",P,S,A
  657. @@:XPDing.wav="Windows XP Ding.wav",P,S,A
  658. @@:XPError.wav="Windows XP Error.wav",P,S,A
  659. @@:XPExcl.wav="Windows XP Exclamation.wav",P,S,A
  660. @@:XPHdFail.wav="Windows XP Hardware Fail.wav",P,S,A
  661. @@:XPHdInst.wav="Windows XP Hardware Insert.wav",P,S,A
  662. @@:XPHdRem.wav="Windows XP Hardware Remove.wav",P,S,A
  663. @@:XPLogoff.wav="Windows XP Logoff Sound.wav",P,S,A
  664. @@:XPLogon.wav="Windows XP Logon Sound.wav",P,S,A
  665. @@:XPMenu.wav="Windows XP Menu Command.wav",P,S,A
  666. @@:XPMin.wav="Windows XP Minimize.wav",P,S,A
  667. @@:XPNotify.wav="Windows XP Notify.wav",P,S,A
  668. @@:XPPrint.wav="Windows XP Print complete.wav",P,S,A
  669. @@:XPRecycl.wav="Windows XP Recycle.wav",P,S,A
  670. @@:XPRestor.wav="Windows XP Restore.wav",P,S,A
  671. @@:XPRingin.wav="Windows XP Ringin.wav",P,S,A
  672. @@:XPRngout.wav="Windows XP Ringout.wav",P,S,A
  673. @@:XPShutdn.wav="Windows XP Shutdown.wav",P,S,A
  674. @@:XPStart.wav="Windows XP Start.wav",P,S,A
  675. @@:XPStartU.wav="Windows XP Startup.wav",P,S,A
  676. @w!p:@m:cpan_w64.chq=cpanel.chq,P
  677. @w!p:@m:ntdef64.chm=ntdef.chm,P
  678. @w!p:@m:wind64.chm=windows.chm,P
  679. @w!p:@m:wind_w64.chq=windows.chq,P
  680. @w!p:@i:cpanel_w.chq=cpanel.chq,P
  681. @@:@i:elnk3.sys=1,P,S,A
  682. @w:@i:migwiz.man=migwiz.exe.manifest,P
  683. @w!p:@i:networkw.chm=network.chm,P
  684. @w!p:@i:ntdefW.chm=ntdef.chm,P
  685. @w!p:@i:pro_intr.swf=intro.swf,P
  686. @w!p:@i:pro_intr.txt=intro.txt,P
  687. @w!p:@i:pro_nav.swf=nav.swf,P
  688. @w!p:@i:pro_nav.txt=nav.txt,P
  689. @w!p:@i:pro_seg1.swf=segment1.swf,P
  690. @w!p:@i:pro_seg1.txt=segment1.txt,P
  691. @w!p:@i:pro_seg2.swf=segment2.swf,P
  692. @w!p:@i:pro_seg2.txt=segment2.txt,P
  693. @w!p:@i:pro_seg3.swf=segment3.swf,P
  694. @w!p:@i:pro_seg3.txt=segment3.txt,P
  695. @w!p:@i:pro_seg4.swf=segment4.swf,P
  696. @w!p:@i:pro_seg4.txt=segment4.txt,P
  697. @w!p:@i:pro_seg5.swf=segment5.swf,P
  698. @w!p:@i:pro_seg5.txt=segment5.txt,P
  699. @w:@i:tourstrt.exe=tourstart.exe,P
  700. @w!p:@i:tourW.exe=tour.exe,P
  701. @w!p:@i:windW.chm=windows.chm,P
  702. @w!p:@i:wind_w.chq=windows.chq,P
  703. @w:@i:xptht00D.gif=bluearrow.gif,P
  704. @w:@i:xptht01D.gif=bot_bar.gif,P
  705. @w:@i:xptht02D.jpg=connected_data.jpg,P
  706. @w:@i:xptht03D.jpg=connected_data_big.jpg,P
  707. @w:@i:xptht04D.jpg=connected_data_ghost.jpg,P
  708. @w:@i:xptht05D.jpg=connected_multiple.jpg,P
  709. @w:@i:xptht06D.jpg=connected_multiple_big.jpg,P
  710. @w:@i:xptht07D.jpg=connected_multiple_ghost.jpg,P
  711. @w:@i:xptht08D.jpg=connected_networks.jpg,P
  712. @w:@i:xptht09D.jpg=connected_networks_big.jpg,P
  713. @w:@i:xptht10D.jpg=connected_networks_ghost.jpg,P
  714. @w:@i:xptht11D.jpg=connected_wizard.jpg,P
  715. @w:@i:xptht12D.jpg=connected_wizard_big.jpg,P
  716. @w:@i:xptht13D.jpg=connected_wizard_ghost.jpg,P
  717. @w:@i:xptht14D.jpg=control_up.jpg,P
  718. @w:@i:xptht15D.jpg=desktop_screen_shot.jpg,P
  719. @w:@i:xptht16D.jpg=desktop_up.jpg,P
  720. @w:@i:xptht17D.jpg=end_up.jpg,P
  721. @w:@i:xptht18D.jpg=folder_up.jpg,P
  722. @w:@i:xptht19D.jpg=gradient.jpg,P
  723. @w:@i:xptht20D.jpg=icon_up.jpg,P
  724. @w:@i:xptht21D.jpg=img004b.jpg,P
  725. @w:@i:xptht22D.jpg=img014.jpg,P
  726. @w:@i:xptht23D.jpg=img033.jpg,P
  727. @w:@i:xptht24D.jpg=img033a.jpg,P
  728. @w:@i:xptht25D.jpg=img034.jpg,P
  729. @w:@i:xptht26D.jpg=img040.jpg,P
  730. @w:@i:xptht27D.jpg=img046.jpg,P
  731. @w:@i:xptht28D.jpg=img060.jpg,P
  732. @w:@i:xptht29D.jpg=img068.jpg,P
  733. @w:@i:xptht30D.jpg=img072.jpg,P
  734. @w:@i:xptht31D.jpg=img089.jpg,P
  735. @w:@i:xptht32D.jpg=img100.jpg,P
  736. @w:@i:xptht33D.jpg=img103.jpg,P
  737. @w:@i:xptht34D.jpg=img109.jpg,P
  738. @w:@i:xptht35D.jpg=img110.jpg,P
  739. @w:@i:xptht36D.jpg=img116.jpg,P
  740. @w:@i:xptht37D.jpg=img121.jpg,P
  741. @w:@i:xptht38D.jpg=img123.jpg,P
  742. @w:@i:xptht39D.jpg=img126.jpg,P
  743. @w:@i:xptht40D.jpg=img136.jpg,P
  744. @w:@i:xptht41D.jpg=img149.jpg,P
  745. @w:@i:xptht42D.jpg=intro_logo.jpg,P
  746. @w:@i:xptht43D.jpg=logo.jpg,P
  747. @w:@i:xptht44D.gif=nav_best.gif,P
  748. @w:@i:xptht45D.gif=nav_best_down.gif,P
  749. @w:@i:xptht46D.gif=nav_blank.gif,P
  750. @w:@i:xptht47D.gif=nav_connected.gif,P
  751. @w:@i:xptht48D.gif=nav_connected_down.gif,P
  752. @w:@i:xptht49D.gif=nav_gray.gif,P
  753. @w:@i:xptht50D.gif=nav_safe_easy.gif,P
  754. @w:@i:xptht51D.gif=nav_safe_easy_down.gif,P
  755. @w:@i:xptht52D.gif=nav_start_here.gif,P
  756. @w:@i:xptht53D.gif=nav_start_here_down.gif,P
  757. @w:@i:xptht54D.gif=nav_unlock.gif,P
  758. @w:@i:xptht55D.gif=nav_unlock_down.gif,P
  759. @w:@i:xptht56D.jpg=pen_icon.jpg,P
  760. @w:@i:xptht57D.jpg=question_icon.jpg,P
  761. @w:@i:xptht58D.jpg=read_icon.jpg,P
  762. @w:@i:xptht59D.jpg=safe_easy_better.jpg,P
  763. @w:@i:xptht60D.jpg=safe_easy_better_big.jpg,P
  764. @w:@i:xptht61D.jpg=safe_easy_better_ghost.jpg,P
  765. @w:@i:xptht62D.jpg=safe_easy_easier.jpg,P
  766. @w:@i:xptht63D.jpg=safe_easy_easier_big.jpg,P
  767. @w:@i:xptht64D.jpg=safe_easy_easier_ghost.jpg,P
  768. @w:@i:xptht65D.jpg=safe_easy_faster.jpg,P
  769. @w:@i:xptht66D.jpg=safe_easy_faster_big.jpg,P
  770. @w:@i:xptht67D.jpg=safe_easy_faster_ghost.jpg,P
  771. @w:@i:xptht68D.gif=spacer.gif,P
  772. @w:@i:xptht69D.jpg=start_up.jpg,P
  773. @w:@i:xptht70D.jpg=taskbar_up.jpg,P
  774. @w:@i:xptht71D.jpg=ul_logo.jpg,P
  775. @w:@i:xptht72D.jpg=unlock_built.jpg,P
  776. @w:@i:xptht73D.jpg=unlock_built_big.jpg,P
  777. @w:@i:xptht74D.jpg=unlock_built_ghost.jpg,P
  778. @w:@i:xptht75D.jpg=unlock_optimized.jpg,P
  779. @w:@i:xptht76D.jpg=unlock_optimized_big.jpg,P
  780. @w:@i:xptht77D.jpg=unlock_optimized_ghost.jpg,P
  781. @w:@i:xptht78D.jpg=unlock_playing.jpg,P
  782. @w:@i:xptht79D.jpg=unlock_playing_big.jpg,P
  783. @w:@i:xptht80D.jpg=unlock_playing_ghost.jpg,P
  784. @w:@i:xptht81D.jpg=window_up.jpg,P
  785. @w!p:@i:xptht00W.htm=best_fr.htm,P
  786. @w!p:@i:xptht01W.htm=best_road.htm,P
  787. @w!p:@i:xptht02W.jpg=best_road.jpg,P
  788. @w!p:@i:xptht03W.jpg=best_road_big.jpg,P
  789. @w!p:@i:xptht04W.jpg=best_road_ghost.jpg,P
  790. @w!p:@i:xptht05W.htm=best_robust.htm,P
  791. @w!p:@i:xptht06W.jpg=best_robust.jpg,P
  792. @w!p:@i:xptht07W.jpg=best_robust_big.jpg,P
  793. @w!p:@i:xptht08W.jpg=best_robust_ghost.jpg,P
  794. @w!p:@i:xptht09W.htm=best_secure.htm,P
  795. @w!p:@i:xptht10W.jpg=best_secure.jpg,P
  796. @w!p:@i:xptht11W.jpg=best_secure_big.jpg,P
  797. @w!p:@i:xptht12W.jpg=best_secure_ghost.jpg,P
  798. @w!p:@i:xptht13W.htm=connected_data.htm,P
  799. @w!p:@i:xptht14W.htm=connected_fr.htm,P
  800. @w!p:@i:xptht15W.htm=connected_multiple.htm,P
  801. @w!p:@i:xptht16W.htm=connected_networks.htm,P
  802. @w!p:@i:xptht17W.htm=connected_wizard.htm,P
  803. @w!p:@i:xptht18W.htm=default.htm,P
  804. @w!p:@i:xptht19W.htm=footer.htm,P
  805. @w!p:@i:xptht20W.jpg=img074a.jpg,P
  806. @w!p:@i:xptht21W.gif=nav_best.gif,P
  807. @w!p:@i:xptht22W.gif=nav_best_down.gif,P
  808. @w!p:@i:xptht23W.htm=safe_better.htm,P
  809. @w!p:@i:xptht24W.htm=safe_easier.htm,P
  810. @w!p:@i:xptht25W.htm=safe_faster.htm,P
  811. @w!p:@i:xptht26W.htm=safe_fr.htm,P
  812. @w!p:@i:xptht27W.js=scripts.js,P
  813. @w!p:@i:xptht28W.htm=start_control.htm,P
  814. @w!p:@i:xptht29W.htm=start_desktop.htm,P
  815. @w!p:@i:xptht30W.htm=start_ending.htm,P
  816. @w!p:@i:xptht31W.htm=start_files.htm,P
  817. @w!p:@i:xptht32W.htm=start_fr.htm,P
  818. @w!p:@i:xptht33W.htm=start_icons.htm,P
  819. @w!p:@i:xptht34W.htm=start_menu.htm,P
  820. @w!p:@i:xptht35W.htm=start_taskbar.htm,P
  821. @w!p:@i:xptht36W.htm=start_windows.htm,P
  822. @w!p:@i:xptht37W.css=style.css,P
  823. @w!p:@i:xptht38W.htm=unlock_built.htm,P
  824. @w!p:@i:xptht39W.htm=unlock_fr.htm,P
  825. @w!p:@i:xptht40W.htm=unlock_optimized.htm,P
  826. @w!p:@i:xptht41W.htm=unlock_playing.htm,P
  827. [FontLink]
  828. 0411="MS UI Gothic\\micross.ttf\\SimSun.TTC,SimSun\\gulim.ttc,gulim\\mingliu.ttc,PMingLiU"
  829. 0412="Gulim\\micross.ttf\\MSGOTHIC.TTC,MS UI Gothic\\SimSun.TTC,SimSun\\mingliu.ttc,PMingLiU"
  830. 0404="PMingLiU\\micross.ttf\\gulim.ttc,gulim\\MSGOTHIC.TTC,MS UI Gothic\\SimSun.TTC,SimSun"
  831. 0804="SimSun\\micross.ttf\\gulim.ttc,gulim\\MSGOTHIC.TTC,MS UI Gothic\\mingliu.ttc,PMingLiU"