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.

126 lines
5.9 KiB

  1. #include "resource.h"
  2. #include "winver.h"
  3. #include "resource.rcv"
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Icon
  7. //
  8. IDI_WEBAPP ICON DISCARDABLE "res\\autorun.ico"
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Cursor
  12. //
  13. IDC_BRHAND CURSOR DISCARDABLE "res\\brhand.cur"
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Bitmap
  17. //
  18. IDB_BKGND0 BITMAP DISCARDABLE "res\\register.bmp"
  19. IDB_BKGND1 BITMAP DISCARDABLE "res\\discover.bmp"
  20. IDB_BKGND2 BITMAP DISCARDABLE "res\\connect.bmp"
  21. IDB_BKGND3 BITMAP DISCARDABLE "res\\maintain.bmp"
  22. #if BUILD_SERVER_VERSION
  23. IDB_BANNER BITMAP DISCARDABLE "res\\server.bmp"
  24. #elif BUILD_ADVANCED_SERVER_VERSION
  25. IDB_BANNER BITMAP DISCARDABLE "res\\advanced.bmp"
  26. #elif BUILD_DATACENTER_VERSION
  27. IDB_BANNER BITMAP DISCARDABLE "res\\datacenter.bmp"
  28. #elif BUILD_PERSONAL_VERSION
  29. IDB_BANNER BITMAP DISCARDABLE "res\\personal.bmp"
  30. IDB_BANNER16 BITMAP DISCARDABLE "res\\personal16.bmp"
  31. #else
  32. IDB_BANNER BITMAP DISCARDABLE "res\\autorun.bmp"
  33. IDB_BANNER16 BITMAP DISCARDABLE "res\\autorun16.bmp"
  34. #endif
  35. IDB_256MENU BITMAP DISCARDABLE "res\\256Menu.bmp"
  36. IDB_256BORDER BITMAP DISCARDABLE "res\\256Border.bmp"
  37. IDB_16MENU BITMAP DISCARDABLE "res\\16Menu.bmp"
  38. IDB_16BORDER BITMAP DISCARDABLE "res\\16Border.bmp"
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // String Table
  42. //
  43. STRINGTABLE DISCARDABLE
  44. BEGIN
  45. IDS_TITLE_OPK "Microsoft Windows OEM Preinstallation Kit"
  46. IDS_TITLE "Microsoft Windows OEM Preinstallation Kit"
  47. IDS_DEFTITLE "Microsoft Windows OEM Preinstallation Kit"
  48. IDS_DEFBODY "The new version of the Windows OEM Preinstallation Kit sets the standard for Windows Deployment. Windows OEM Preinstallation Kit is packed with many new features and improvements to the current ones.\n\nTo perform a command, just click it."
  49. IDS_FONTFACE "Tahoma"
  50. IDS_OLDCDROM "This CD-ROM is from an older version of Windows than the one you are presently using.\r\nSetup functionality from this disk will be disabled."
  51. IDS_NEWCDROM "This CD-ROM contains a newer version of Windows than the one you are presently using.\r\n\nWould you like to upgrade to Windows Whistler?"
  52. IDS_WRONGOS "Windows OEM Preinstallation Kit is only supported on Windows 2000 and higher!"
  53. IDS_CYMENUITEMFONT "11" // pixel height of font used on the left column of menu items
  54. IDS_CYTITLEFONT "16" // pixel height of font used for the title along the top of the right panel
  55. IDS_CYBODYFONT "11" // pixel height of font used for the body text of the right panel
  56. IDS_CYCHECKTEST "9" // pixel height of font used for the checkbox text
  57. IDS_TITLE0 "Install Windows"
  58. IDS_TITLE1 "Install Add-On Components"
  59. IDS_TITLE2 "Use Windows Support Tools"
  60. IDS_TITLE3 "Install Windows OEM Preinstallation Kit"
  61. IDS_TITLE4 "Microsoft Windows OEM Preinstallation Kit"
  62. IDS_TITLE5 "Previous Screen"
  63. IDS_TITLE6 "Browse This CD"
  64. IDS_TITLE7 "Home Networking Wizard"
  65. IDS_TITLE8 "Terminal Server Client"
  66. IDS_TITLE9 "Upgrade Compatibility Website"
  67. IDS_MENU0 "&Install Windows"
  68. IDS_MENU1 "Install &Add-On Components"
  69. IDS_MENU2 "Use Windows Support &Tools"
  70. IDS_MENU3 "Install Windows OEM &Preinstallation Kit"
  71. IDS_MENU4 "E&xit"
  72. IDS_MENU5 "&Back"
  73. IDS_MENU6 "&Browse This CD"
  74. IDS_MENU7 "&Home Networking Wizard"
  75. IDS_MENU8 "&Terminal Server Client"
  76. IDS_MENU9 "&Upgrade Compatibility Website"
  77. IDS_DESC0 "Install Windows Whistler on your computer."
  78. IDS_DESC1 "Customize your Windows Whistler experience with a variety of optional components."
  79. IDS_DESC2 "Use Support Tools include it on your Windows CD."
  80. IDS_DESC3 "Installs the Windows OEM Preinstallation Kit to your computer."
  81. IDS_DESC4 "The new version of the Windows OEM Preinstallation Kit sets the standard for Windows Deployment. Windows OEM Preinstallation Kit is packed with many new features and improvements to the current ones.\n\nTo perform a command, just click it."
  82. IDS_DESC5 "Go back to the previous screen"
  83. IDS_DESC6 "View the contents of this CD."
  84. IDS_DESC7 "Helps you setup a Home Network."
  85. IDS_DESC8 "Install the Client for Windows Terminal Server."
  86. IDS_DESC9 "Check if your current hardware and software are compatible with Windows Whistler."
  87. IDS_CONFIG0 "winnt32.exe"
  88. IDS_CONFIG1 "sysocmgr.exe"
  89. IDS_CONFIG2 ""
  90. IDS_CONFIG3 "msiexec.exe"
  91. IDS_CONFIG4 ""
  92. IDS_CONFIG5 ""
  93. IDS_CONFIG6 "explorer.exe"
  94. IDS_CONFIG7 ""
  95. IDS_CONFIG8 ""
  96. IDS_CONFIG9 ""
  97. IDS_ARGS0 ""
  98. IDS_ARGS1 "/x /i:sysoc.inf"
  99. IDS_ARGS2 ""
  100. IDS_ARGS3 "/i opk.msi REINSTALLMODE=vomus"
  101. IDS_ARGS4 ""
  102. IDS_ARGS5 ""
  103. IDS_ARGS6 ""
  104. IDS_ARGS7 ""
  105. IDS_ARGS8 ""
  106. IDS_ARGS9 ""
  107. END