Leaked source code of windows server 2003
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.

98 lines
2.1 KiB

  1. [version]
  2. signature="$Windows NT$"
  3. ClassGUID={00000000-0000-0000-0000-000000000000}
  4. [Optional Components]
  5. unicomp
  6. unicomp_1
  7. unicomp_2
  8. ansicomp_1_1
  9. ansicomp_1_2
  10. [unicomp]
  11. OptionDesc = %unicomp_dll_option_desc%
  12. Tip = %unicomp_dll_tip%
  13. IconIndex = 34
  14. [unicomp_1]
  15. OptionDesc = %unicomp_1_option_desc%
  16. Tip = %unicomp_1_tip%
  17. IconIndex = *
  18. Parent = unicomp
  19. [unicomp_2]
  20. OptionDesc = %unicomp_2_option_desc%
  21. Tip = %unicomp_2_tip%
  22. IconIndex = *
  23. Parent = unicomp
  24. [ansicomp_1_1]
  25. OptionDesc = %ansicomp_1_1_option_desc%
  26. Tip = %ansicomp_1_1_tip%
  27. IconIndex = *
  28. Parent = ansicomp_1
  29. [ansicomp_1_2]
  30. OptionDesc = %ansicomp_1_2_option_desc%
  31. Tip = %ansicomp_1_2_tip%
  32. IconIndex = *
  33. Parent = ansicomp_1
  34. [unicomp.unicomp_1]
  35. Bitmap = bitmap1
  36. Copyfiles = unicomp.unicomp_1.copyfiles
  37. [unicomp.unicomp_2]
  38. Bitmap = bitmap2
  39. Copyfiles = unicomp.unicomp_2.copyfiles
  40. [unicomp.ansicomp_1_1]
  41. Bitmap = bitmap3
  42. Copyfiles = unicomp.ansicomp_1_1.copyfiles
  43. [unicomp.ansicomp_1_2]
  44. Bitmap = bitmap4
  45. Copyfiles = unicomp.ansicomp_1_2.copyfiles
  46. [unicomp.unicomp_1.copyfiles]
  47. file1.txt
  48. [unicomp.unicomp_2.copyfiles]
  49. file5.txt
  50. [unicomp.ansicomp_1_1.copyfiles]
  51. file4.txt
  52. [unicomp.ansicomp_1_2.copyfiles]
  53. file4.txt
  54. [DestinationDirs]
  55. DefaultDestDir = 11, target
  56. [SourceDisksNames]
  57. 1="Source Disk Name",,,
  58. [SourceDisksFiles]
  59. file1.txt=1,,10000000
  60. file2.txt=1,,20000000
  61. file3.txt=1,,40000000
  62. file4.txt=1,,0x80000000
  63. file5.txt=1,,0x80000
  64. [Strings]
  65. unicomp_dll_option_desc = "Unicode component"
  66. unicomp_1_option_desc = "Unicode component _1"
  67. unicomp_2_option_desc = "Unicode component _2"
  68. ansicomp_1_1_option_desc = "UNI-ANSI component _1_1"
  69. ansicomp_1_2_option_desc = "UNI-ANSI component _1_2"
  70. unicomp_dll_tip = "unicomp"
  71. unicomp_1_tip = "Child of unicomp"
  72. unicomp_2_tip = "Child of unicomp"
  73. ansicomp_1_1_tip = "Child of ansicomp_2"
  74. ansicomp_1_2_tip = "Child of ansicomp_2"