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.

2205 lines
54 KiB

  1. //
  2. // Values are 32 bit values layed out as follows:
  3. //
  4. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  5. // 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  6. // +---+-+-+-----------------------+-------------------------------+
  7. // |Sev|C|R| Facility | Code |
  8. // +---+-+-+-----------------------+-------------------------------+
  9. //
  10. // where
  11. //
  12. // Sev - is the severity code
  13. //
  14. // 00 - Success
  15. // 01 - Informational
  16. // 10 - Warning
  17. // 11 - Error
  18. //
  19. // C - is the Customer code flag
  20. //
  21. // R - is a reserved bit
  22. //
  23. // Facility - is the facility code
  24. //
  25. // Code - is the facility's status code
  26. //
  27. //
  28. // Define the facility codes
  29. //
  30. //
  31. // Define the severity codes
  32. //
  33. //
  34. // MessageId: MSG_FIRST
  35. //
  36. // MessageText:
  37. //
  38. // MSG_FIRST
  39. //
  40. #define MSG_FIRST 0x00002710L
  41. //
  42. // MessageId: MSG_OUT_OF_MEMORY
  43. //
  44. // MessageText:
  45. //
  46. // Out of Memory.%0
  47. //
  48. #define MSG_OUT_OF_MEMORY 0x00002711L
  49. //
  50. // MessageId: MSG_NOT_ADMIN
  51. //
  52. // MessageText:
  53. //
  54. // You must be an administrator to run this application.%0
  55. //
  56. #define MSG_NOT_ADMIN 0x00002712L
  57. //
  58. // MessageId: MSG_ALREADY_RUNNING
  59. //
  60. // MessageText:
  61. //
  62. // Another copy of this application is already running.%0
  63. //
  64. #define MSG_ALREADY_RUNNING 0x00002713L
  65. //
  66. // MessageId: MSG_CANT_OPEN_HELP_FILE
  67. //
  68. // MessageText:
  69. //
  70. // Setup could not locate help file %1. Help is not available.%0
  71. //
  72. #define MSG_CANT_OPEN_HELP_FILE 0x00002714L
  73. //
  74. // MessageId: MSG_SURE_EXIT
  75. //
  76. // MessageText:
  77. //
  78. // This will exit Setup. You will need to run it again later to install or upgrade to Windows XP. Are you sure you want to cancel?%0
  79. //
  80. #define MSG_SURE_EXIT 0x00002715L
  81. //
  82. // MessageId: MSG_INVALID_SOURCE
  83. //
  84. // MessageText:
  85. //
  86. // Setup could not locate Windows XP files at the specified location (%1).
  87. //
  88. // Click OK. Setup will allow you to specify a different location by clicking on Advanced Options.%0
  89. //
  90. #define MSG_INVALID_SOURCE 0x00002716L
  91. //
  92. // MessageId: MSG_INVALID_SOURCES
  93. //
  94. // MessageText:
  95. //
  96. // None of the specified source locations are accessible and valid.%0
  97. //
  98. #define MSG_INVALID_SOURCES 0x00002717L
  99. //
  100. // MessageId: MSG_CANT_LOAD_INF_GENERIC
  101. //
  102. // MessageText:
  103. //
  104. // Setup was unable to load INF file %1.
  105. //
  106. // Contact your system administrator.%0
  107. //
  108. #define MSG_CANT_LOAD_INF_GENERIC 0x00002718L
  109. //
  110. // MessageId: MSG_CANT_LOAD_INF_IO
  111. //
  112. // MessageText:
  113. //
  114. // Setup was unable to read INF file %1.
  115. //
  116. // Try again later. If this error occurs again, contact your system administrator.%0
  117. //
  118. #define MSG_CANT_LOAD_INF_IO 0x00002719L
  119. //
  120. // MessageId: MSG_CANT_LOAD_INF_SYNTAXERR
  121. //
  122. // MessageText:
  123. //
  124. // INF file %1 contains a syntax error.
  125. //
  126. // Contact your system administrator.%0
  127. //
  128. #define MSG_CANT_LOAD_INF_SYNTAXERR 0x0000271AL
  129. //
  130. // MessageId: MSG_ERROR_WITH_SYSTEM_ERROR
  131. //
  132. // MessageText:
  133. //
  134. // %1
  135. //
  136. // %2%0
  137. //
  138. #define MSG_ERROR_WITH_SYSTEM_ERROR 0x0000271BL
  139. //
  140. // MessageId: MSG_CANT_BUILD_SOURCE_LIST
  141. //
  142. // MessageText:
  143. //
  144. // Setup was unable to build the list of files to be copied.%0
  145. //
  146. #define MSG_CANT_BUILD_SOURCE_LIST 0x0000271CL
  147. //
  148. // MessageId: MSG_NO_VALID_LOCAL_SOURCE
  149. //
  150. // MessageText:
  151. //
  152. // Setup was unable to locate a locally attached hard drive suitable for holding temporary Setup files.
  153. //
  154. // A drive with approximately %1!u! MB to %2!u! MB of free space is required (actual requirements vary depending on drive size and formatting).
  155. //
  156. // You may avoid this requirement by installing/upgrading from a Compact Disk (CD).%0
  157. //
  158. #define MSG_NO_VALID_LOCAL_SOURCE 0x0000271DL
  159. //
  160. // MessageId: MSG_CANT_START_COPYING
  161. //
  162. // MessageText:
  163. //
  164. // Setup was unable to start copying files.%0
  165. //
  166. #define MSG_CANT_START_COPYING 0x0000271EL
  167. //
  168. // MessageId: MSG_UNKNOWN_SYSTEM_ERROR
  169. //
  170. // MessageText:
  171. //
  172. // An unknown system error (code 0x%1!x!) has occurred.%0
  173. //
  174. #define MSG_UNKNOWN_SYSTEM_ERROR 0x0000271FL
  175. //
  176. // MessageId: MSG_DOSNET_INF_DESC
  177. //
  178. // MessageText:
  179. //
  180. // Windows XP file list (%1)%0
  181. //
  182. #define MSG_DOSNET_INF_DESC 0x00002720L
  183. //
  184. // MessageId: MSG_REBOOT_FAILED
  185. //
  186. // MessageText:
  187. //
  188. // Setup was unable to restart your computer. Please close all applications and shut down your computer to continue installing Windows XP.%0
  189. //
  190. #define MSG_REBOOT_FAILED 0x00002721L
  191. //
  192. // MessageId: MSG_DIR_CREATE_FAILED
  193. //
  194. // MessageText:
  195. //
  196. // Setup was unable to create a critical folder (%1).%0
  197. //
  198. #define MSG_DIR_CREATE_FAILED 0x00002722L
  199. //
  200. // MessageId: MSG_BOOT_FILE_ERROR
  201. //
  202. // MessageText:
  203. //
  204. // Setup was unable to create, locate, or modify a critical file (%1) needed to start Windows XP.%0
  205. //
  206. #define MSG_BOOT_FILE_ERROR 0x00002723L
  207. //
  208. // MessageId: MSG_UNATTEND_FILE_INVALID
  209. //
  210. // MessageText:
  211. //
  212. // The specified Setup script file (%1) is inaccessible or invalid. Contact your system administrator.%0
  213. //
  214. #define MSG_UNATTEND_FILE_INVALID 0x00002724L
  215. //
  216. // MessageId: MSG_UDF_FILE_INVALID
  217. //
  218. // MessageText:
  219. //
  220. // Setup was unable to access the the specified Uniqueness Database File (%1). Contact your system administrator.%0
  221. //
  222. #define MSG_UDF_FILE_INVALID 0x00002725L
  223. //
  224. // MessageId: MSG_COPY_ERROR_TEMPLATE
  225. //
  226. // MessageText:
  227. //
  228. // An error occurred copying file %1 to %2.
  229. //
  230. // %3
  231. //
  232. // %4%0
  233. //
  234. #define MSG_COPY_ERROR_TEMPLATE 0x00002726L
  235. //
  236. // MessageId: MSG_COPY_ERROR_NOSRC
  237. //
  238. // MessageText:
  239. //
  240. // The file is missing. Contact your system administrator.%0
  241. //
  242. #define MSG_COPY_ERROR_NOSRC 0x00002727L
  243. //
  244. // MessageId: MSG_COPY_ERROR_DISKFULL
  245. //
  246. // MessageText:
  247. //
  248. // Your disk is full. Another application may be using a large amount of disk space while Setup is running.%0
  249. //
  250. #define MSG_COPY_ERROR_DISKFULL 0x00002728L
  251. //
  252. // MessageId: MSG_COPY_ERROR_OPTIONS
  253. //
  254. // MessageText:
  255. //
  256. // You may choose to retry the copy, skip this file, or exit Setup.
  257. //
  258. // * If you select Retry, Setup will try to copy the file again.
  259. //
  260. // * If you select Skip File, the file will not be copied. This option is intended for advanced users who are familiar with the various Windows XP system files.
  261. //
  262. // * If you select Exit Setup, you will need to run Setup again later to install Windows XP.%0
  263. //
  264. #define MSG_COPY_ERROR_OPTIONS 0x00002729L
  265. //
  266. // MessageId: MSG_REALLY_SKIP
  267. //
  268. // MessageText:
  269. //
  270. // This option is intended for advanced users who understand the ramifications of missing system files.
  271. //
  272. // If you skip this file, you may encounter problems later during the installation process.
  273. //
  274. // Are you sure you want to skip this file?%0
  275. //
  276. #define MSG_REALLY_SKIP 0x0000272AL
  277. //
  278. // MessageId: MSG_SYSTEM_ON_HPFS
  279. //
  280. // MessageText:
  281. //
  282. // Windows XP is installed on a drive formatted with the OS/2 File System (HPFS). Windows XP does not support this file system.
  283. //
  284. // You must convert this drive to the Windows NT File System (NTFS) before upgrading.%0
  285. //
  286. #define MSG_SYSTEM_ON_HPFS 0x0000272BL
  287. //
  288. // MessageId: MSG_HPFS_DRIVES_EXIST
  289. //
  290. // MessageText:
  291. //
  292. // The OS/2 File System (HPFS) is in use on your computer. Windows XP does not support this file system.
  293. //
  294. // If you will need to access the data stored on these drives from Windows XP, you must convert them to the Windows NT File System (NTFS) before continuing.
  295. //
  296. // Would you like to continue installing Windows XP?%0
  297. //
  298. #define MSG_HPFS_DRIVES_EXIST 0x0000272CL
  299. //
  300. // MessageId: MSG_CANT_SAVE_FT_INFO
  301. //
  302. // MessageText:
  303. //
  304. // Setup was unable to retrieve or save information about your disk drives.%0
  305. //
  306. #define MSG_CANT_SAVE_FT_INFO 0x0000272DL
  307. //
  308. // MessageId: MSG_USER_LOCAL_SOURCE_TOO_SMALL
  309. //
  310. // MessageText:
  311. //
  312. // The drive you specified (%1!c!:) is too small to hold the required temporary Setup files.
  313. //
  314. // A drive with approximately %2!u! MB of free space is required.
  315. //
  316. // You may avoid this requirement by installing/upgrading from a Compact Disk.%0
  317. //
  318. #define MSG_USER_LOCAL_SOURCE_TOO_SMALL 0x0000272EL
  319. //
  320. // MessageId: MSG_CANT_UPGRADE_SERVER_TO_WORKSTATION
  321. //
  322. // MessageText:
  323. //
  324. // Setup is unable to upgrade this Server product to Windows XP Professional.%0
  325. //
  326. #define MSG_CANT_UPGRADE_SERVER_TO_WORKSTATION 0x0000272FL
  327. //
  328. // MessageId: MSG_NOTIFY_EVALUATION_INSTALLATION
  329. //
  330. // MessageText:
  331. //
  332. // This BETA version of the product is intended for evaluation purposes only.%0
  333. //
  334. #define MSG_NOTIFY_EVALUATION_INSTALLATION 0x00002730L
  335. //
  336. // MessageId: MSG_CANT_LOAD_SETUPAPI
  337. //
  338. // MessageText:
  339. //
  340. // Setup was unable to locate or load %1, or the file is corrupt. Contact your system administrator.%0
  341. //
  342. #define MSG_CANT_LOAD_SETUPAPI 0x00002731L
  343. //
  344. // MessageId: MSG_SYSTEM_PARTITION_TOO_SMALL
  345. //
  346. // MessageText:
  347. //
  348. // There is not enough space on your system partition (Drive %1!c!:).
  349. //
  350. // Approximately %2!u! MB of free space is required (actual requirements vary depending on drive size and formatting).%0
  351. //
  352. #define MSG_SYSTEM_PARTITION_TOO_SMALL 0x00002732L
  353. //
  354. // MessageId: MSG_INCORRECT_PLATFORM
  355. //
  356. // MessageText:
  357. //
  358. // Setup error: The winnt32.exe was unable to run because the machine type is not correct.
  359. // Please use path\filename to setup Windows XP for your machine type.%0
  360. //
  361. #define MSG_INCORRECT_PLATFORM 0x00002733L
  362. //
  363. // MessageId: MSG_CANT_MIGRATE_UNSUP_DRIVERS
  364. //
  365. // MessageText:
  366. //
  367. // Your computer has a mass storage device that is not supported on Windows XP. Setup was unable to migrate the driver for this device.
  368. //
  369. // You will need to provide the Manufacturer-supplied support disk for this device during the next phase of setup.%0
  370. //
  371. #define MSG_CANT_MIGRATE_UNSUP_DRIVERS 0x00002734L
  372. //
  373. // MessageId: MSG_DSCHECK_REQD_FILE_MISSING
  374. //
  375. // MessageText:
  376. //
  377. // The required file %1 is not found on the source %2 during schema version check. Setup cannot continue.%0
  378. //
  379. #define MSG_DSCHECK_REQD_FILE_MISSING 0x00002735L
  380. //
  381. // MessageId: MSG_DSCHECK_COPY_ERROR
  382. //
  383. // MessageText:
  384. //
  385. // During the schema version check, Windows could not copy file %1 from source %2. Make sure you have at least 2 MB of free disk space and write permission to the Windows and System folders, and then try the version check again.%0
  386. //
  387. #define MSG_DSCHECK_COPY_ERROR 0x00002736L
  388. //
  389. // MessageId: MSG_DSCHECK_SCHEMA_UPGRADE_NEEDED
  390. //
  391. // MessageText:
  392. //
  393. // The schema version on the DC is %1. The schema version in the Windows software to which you are upgrading is %2. You must update the schema before Setup can upgrade the DC.
  394. //
  395. // To update the schema, run Schupgr.exe. All necessary files (including Schupgr.exe) are in your system folder. Run Schupgr.exe only once on one DC in the enterprise. Changes will be copied to all other DCs. When the update is complete, restart Setup.%0
  396. //
  397. #define MSG_DSCHECK_SCHEMA_UPGRADE_NEEDED 0x00002737L
  398. //
  399. // MessageId: MSG_DSCHECK_SCHEMA_UPGRADE_COPY_ERROR
  400. //
  401. // MessageText:
  402. //
  403. // The schema version on the DC is %1. The schema version in the Windows software to which you are upgrading is %2. You must update the schema before Setup can upgrade the DC. Setup cannot continue.
  404. //
  405. // An error occurred during the copying of necessary schema upgrade files to your system folder.%0
  406. //
  407. #define MSG_DSCHECK_SCHEMA_UPGRADE_COPY_ERROR 0x00002738L
  408. //
  409. // MessageId: MSG_DSCHECK_SCHEMA_CLEAN_INSTALL_NEEDED
  410. //
  411. // MessageText:
  412. //
  413. // The schema version on the DC is %1. The schema version in the Windows software to which you are upgrading is %2. You cannot upgrade a DC that has a schema version earlier than 10 to a schema version later than or equal to 10. To upgrade to the new schema version, you must first perform a fresh install on all DCs in your enterprise.%0
  414. //
  415. #define MSG_DSCHECK_SCHEMA_CLEAN_INSTALL_NEEDED 0x00002739L
  416. //
  417. // MessageId: MSG_INSTALL_DRIVE_TOO_SMALL
  418. //
  419. // MessageText:
  420. //
  421. // There is not enough free disk space on the drive that contains your current Windows installation for Setup to continue.
  422. //
  423. // Approximately %1!u! MB of free disk space is required on this drive for an upgrade.%0
  424. //
  425. #define MSG_INSTALL_DRIVE_TOO_SMALL 0x0000273AL
  426. //
  427. // MessageId: MSG_INSTALL_DRIVE_INVALID
  428. //
  429. // MessageText:
  430. //
  431. // The drive that contains your current Windows installation is not suitable for holding a new installation of Windows XP.
  432. //
  433. #define MSG_INSTALL_DRIVE_INVALID 0x0000273BL
  434. //
  435. // MessageId: MSG_USER_LOCAL_SOURCE_INVALID
  436. //
  437. // MessageText:
  438. //
  439. // The drive you specified (%1!c!:) is not suitable for holding temporary Setup files.%0
  440. //
  441. #define MSG_USER_LOCAL_SOURCE_INVALID 0x0000273CL
  442. //
  443. // MessageId: MSG_WRN_TRUNC_WINDIR
  444. //
  445. // MessageText:
  446. //
  447. // The directory name is invalid. Directory names must contain 8 or less valid characters.
  448. //
  449. #define MSG_WRN_TRUNC_WINDIR 0x0000273DL
  450. //
  451. // MessageId: MSG_EULA_FAILED
  452. //
  453. // MessageText:
  454. //
  455. //
  456. // Setup was unable to locate or load the End User License Agreement, the file is corrupt, or you specified an invalid installation source path. Contact your system administrator.%0
  457. //
  458. #define MSG_EULA_FAILED 0x0000273EL
  459. //
  460. // MessageId: MSG_CD_PID_IS_INVALID
  461. //
  462. // MessageText:
  463. //
  464. //
  465. // The CD Key which you entered is invalid. Please try again.
  466. //
  467. #define MSG_CD_PID_IS_INVALID 0x0000273FL
  468. //
  469. // MessageId: MSG_UNATTEND_CD_PID_IS_INVALID
  470. //
  471. // MessageText:
  472. //
  473. //
  474. // The Setup script file does not contain a valid CD key. Contact your system administrator for a valid CD key.
  475. //
  476. #define MSG_UNATTEND_CD_PID_IS_INVALID 0x00002740L
  477. //
  478. // MessageId: MSG_OEM_PID_IS_INVALID
  479. //
  480. // MessageText:
  481. //
  482. //
  483. // The Product ID which you entered is invalid. Please try again.
  484. //
  485. #define MSG_OEM_PID_IS_INVALID 0x00002741L
  486. //
  487. // MessageId: MSG_UNATTEND_OEM_PID_IS_INVALID
  488. //
  489. // MessageText:
  490. //
  491. //
  492. // The Setup script file does not contain a valid Product ID. Contact your system administrator for a valid Product ID.
  493. //
  494. #define MSG_UNATTEND_OEM_PID_IS_INVALID 0x00002742L
  495. //
  496. // MessageId: MSG_SMS_SUCCEED
  497. //
  498. // MessageText:
  499. //
  500. // Initial setup stage completed successfully. Rebooting system.%0
  501. //
  502. #define MSG_SMS_SUCCEED 0x00002743L
  503. //
  504. // MessageId: MSG_SMS_FAIL
  505. //
  506. // MessageText:
  507. //
  508. // Unable to complete Windows XP setup because of the following error: %1%0
  509. //
  510. #define MSG_SMS_FAIL 0x00002744L
  511. //
  512. // MessageId: MSG_CANT_UPGRADE_FROM_BUILD_NUMBER
  513. //
  514. // MessageText:
  515. //
  516. // This version of Windows XP cannot be upgraded. The option to upgrade will not be available.%0
  517. //
  518. #define MSG_CANT_UPGRADE_FROM_BUILD_NUMBER 0x00002745L
  519. //
  520. // MessageId: MSG_DSCHECK_SCHEMA_OLD_BUILD
  521. //
  522. // MessageText:
  523. //
  524. // The schema version on the DC is %1. The schema version in the Windows software to which you are upgrading is %2. You can only upgrade a DC to a schema version later than or equal to the current schema version on the DC (%1). Setup cannot continue.%0
  525. //
  526. #define MSG_DSCHECK_SCHEMA_OLD_BUILD 0x00002746L
  527. //
  528. // MessageId: MSG_INVALID_PARAMETER
  529. //
  530. // MessageText:
  531. //
  532. // Setup was invoked with an invalid command line parameter (%1).%0
  533. //
  534. #define MSG_INVALID_PARAMETER 0x00002747L
  535. //
  536. // MessageId: MSG_INCOMPATIBILITIES
  537. //
  538. // MessageText:
  539. //
  540. // One or more services on your system are incompatible with Windows XP.%0
  541. //
  542. #define MSG_INCOMPATIBILITIES 0x00002748L
  543. //
  544. // MessageId: MSG_TS_CLIENT_FAIL
  545. //
  546. // MessageText:
  547. //
  548. // Windows XP can not be run inside of a Terminal Services Client environment.%0
  549. //
  550. #define MSG_TS_CLIENT_FAIL 0x00002749L
  551. //
  552. // MessageId: MSG_CLUSTER_WARNING
  553. //
  554. // MessageText:
  555. //
  556. //
  557. // Running Windows XP setup on a cluster node without using the winnt32.exe /tempdrive:<drive_letter> option may result in placement of temporary setup files on a clustered disk. Setup will fail after reboot. For more information on the /tempdrive option, see the unattended setup information in the Getting Started book.
  558. //
  559. // If you would like to exit Setup and restart with this command-line option, please press the CANCEL button below. Otherwise, Setup will continue and attempt to select a drive to hold your temporary files.
  560. //
  561. #define MSG_CLUSTER_WARNING 0x0000274AL
  562. //
  563. // MessageId: MSG_INVALID_SOURCEPATH
  564. //
  565. // MessageText:
  566. //
  567. //
  568. // The installation source path specified to Setup is invalid. Contact your system administrator.%0
  569. //
  570. #define MSG_INVALID_SOURCEPATH 0x0000274BL
  571. //
  572. // MessageId: MSG_NO_UNATTENDED_UPGRADE
  573. //
  574. // MessageText:
  575. //
  576. // This version of Windows XP cannot be upgraded. Setup cannot continue.%0
  577. //
  578. #define MSG_NO_UNATTENDED_UPGRADE 0x0000274CL
  579. //
  580. // MessageId: MSG_NO_UPGRADE_ALLOWED
  581. //
  582. // MessageText:
  583. //
  584. // Windows XP Setup does not support upgrading from %1 to %2.%0
  585. //
  586. #define MSG_NO_UPGRADE_ALLOWED 0x0000274DL
  587. //
  588. // MessageId: MSG_TYPE_WIN31
  589. //
  590. // MessageText:
  591. //
  592. // Microsoft Windows 3.1%0
  593. //
  594. #define MSG_TYPE_WIN31 0x0000274EL
  595. //
  596. // MessageId: MSG_TYPE_WIN95
  597. //
  598. // MessageText:
  599. //
  600. // Microsoft Windows 95%0
  601. //
  602. #define MSG_TYPE_WIN95 0x0000274FL
  603. //
  604. // MessageId: MSG_TYPE_WIN98
  605. //
  606. // MessageText:
  607. //
  608. // Microsoft Windows 98%0
  609. //
  610. #define MSG_TYPE_WIN98 0x00002750L
  611. //
  612. // MessageId: MSG_TYPE_NTW
  613. //
  614. // MessageText:
  615. //
  616. // Microsoft Windows NT Workstation%0
  617. //
  618. #define MSG_TYPE_NTW 0x00002751L
  619. //
  620. // MessageId: MSG_TYPE_NTS
  621. //
  622. // MessageText:
  623. //
  624. // Microsoft Windows NT Server%0
  625. //
  626. #define MSG_TYPE_NTS 0x00002752L
  627. //
  628. // MessageId: MSG_TYPE_NTSE
  629. //
  630. // MessageText:
  631. //
  632. // Microsoft Windows NT Server, Enterprise Edition%0
  633. //
  634. #define MSG_TYPE_NTSE 0x00002753L
  635. //
  636. // MessageId: MSG_TYPE_NTPRO
  637. //
  638. // MessageText:
  639. //
  640. // Microsoft Windows 2000 Professional%0
  641. //
  642. #define MSG_TYPE_NTPRO 0x00002754L
  643. //
  644. // MessageId: MSG_TYPE_NTS2
  645. //
  646. // MessageText:
  647. //
  648. // Microsoft Windows 2000 Server%0
  649. //
  650. #define MSG_TYPE_NTS2 0x00002755L
  651. //
  652. // MessageId: MSG_TYPE_NTAS
  653. //
  654. // MessageText:
  655. //
  656. // Microsoft Windows 2000 Advanced Server%0
  657. //
  658. #define MSG_TYPE_NTAS 0x00002756L
  659. //
  660. // MessageId: MSG_TYPE_NTSDTC
  661. //
  662. // MessageText:
  663. //
  664. // Microsoft Windows 2000 Datacenter Server%0
  665. //
  666. #define MSG_TYPE_NTSDTC 0x00002757L
  667. //
  668. // MessageId: MSG_TYPE_NTPROPRE
  669. //
  670. // MessageText:
  671. //
  672. // Microsoft Windows 2000 Professional Prerelease%0
  673. //
  674. #define MSG_TYPE_NTPROPRE 0x00002758L
  675. //
  676. // MessageId: MSG_TYPE_NTSPRE
  677. //
  678. // MessageText:
  679. //
  680. // Microsoft Windows Whistler Server Prerelease%0
  681. //
  682. #define MSG_TYPE_NTSPRE 0x00002759L
  683. //
  684. // MessageId: MSG_TYPE_NTASPRE
  685. //
  686. // MessageText:
  687. //
  688. // Microsoft Windows 2000 Advanced Server Prerelease%0
  689. //
  690. #define MSG_TYPE_NTASPRE 0x0000275AL
  691. //
  692. // MessageId: MSG_NO_UNATTENDED_UPGRADE_SPECIFIC
  693. //
  694. // MessageText:
  695. //
  696. // Windows XP Setup does not support upgrading from %1 to %2.
  697. // Setup cannot continue.%0
  698. //
  699. #define MSG_NO_UNATTENDED_UPGRADE_SPECIFIC 0x0000275BL
  700. //
  701. // MessageId: MSG_NO_UPGRADE_ALLOWED_GENERIC
  702. //
  703. // MessageText:
  704. //
  705. // Windows XP Setup cannot upgrade the currently installed operating system. However, you can install a separate copy of Windows XP. To do this, click OK.%0
  706. //
  707. #define MSG_NO_UPGRADE_ALLOWED_GENERIC 0x0000275CL
  708. //
  709. // MessageId: MSG_TYPE_NTSTSE
  710. //
  711. // MessageText:
  712. //
  713. // Microsoft Windows NT, Terminal Server Edition%0
  714. //
  715. #define MSG_TYPE_NTSTSE 0x0000275DL
  716. //
  717. // MessageId: MSG_TYPE_NTSCITRIX
  718. //
  719. // MessageText:
  720. //
  721. // Citrix WinFrame-based product%0
  722. //
  723. #define MSG_TYPE_NTSCITRIX 0x0000275EL
  724. //
  725. // MessageId: MSG_CCP_MEDIA_FPP_PID
  726. //
  727. // MessageText:
  728. //
  729. // The pid is invalid for this version of Windows XP, provide the pid that came with the Windows XP Upgrade CD.
  730. //
  731. #define MSG_CCP_MEDIA_FPP_PID 0x0000275FL
  732. //
  733. // MessageId: MSG_FPP_MEDIA_CCP_PID
  734. //
  735. // MessageText:
  736. //
  737. // The pid is invalid for this version of Windows XP, provide the pid that came with the Windows XP CD.
  738. //
  739. #define MSG_FPP_MEDIA_CCP_PID 0x00002760L
  740. //
  741. // MessageId: MSG_TYPE_NTPRO51PRE
  742. //
  743. // MessageText:
  744. //
  745. // Microsoft Windows Whistler Professional%0
  746. //
  747. #define MSG_TYPE_NTPRO51PRE 0x00002761L
  748. //
  749. // MessageId: MSG_TYPE_NTS51PRE
  750. //
  751. // MessageText:
  752. //
  753. // Microsoft Windows Whistler Server%0
  754. //
  755. #define MSG_TYPE_NTS51PRE 0x00002762L
  756. //
  757. // MessageId: MSG_TYPE_NTAS51PRE
  758. //
  759. // MessageText:
  760. //
  761. // Microsoft Windows Whistler Advanced Server%0
  762. //
  763. #define MSG_TYPE_NTAS51PRE 0x00002763L
  764. //
  765. // MessageId: MSG_TYPE_NTSDTC51PRE
  766. //
  767. // MessageText:
  768. //
  769. // Microsoft Windows Whistler Datacenter Server%0
  770. //
  771. #define MSG_TYPE_NTSDTC51PRE 0x00002764L
  772. //
  773. // MessageId: MSG_TYPE_NTPER51PRE
  774. //
  775. // MessageText:
  776. //
  777. // Microsoft Windows Whistler Personal%0
  778. //
  779. #define MSG_TYPE_NTPER51PRE 0x00002765L
  780. //
  781. // MessageId: MSG_DSCHECK_SCHEMA_WHISTLER_BETA1_DETECTED
  782. //
  783. // MessageText:
  784. //
  785. // Setup has detected that Whistler beta 1 domain controllers were previously installed in this forest. Whister beta 2 domain controllers cannot coexist in the same forest as Whistler beta 1 domain controllers.
  786. //
  787. // Demote all Whistler beta 1 domain controllers in this forest before upgrading to Whistler beta 2. An attempt to run both beta versions in a forest may cause loss of data.
  788. //
  789. #define MSG_DSCHECK_SCHEMA_WHISTLER_BETA1_DETECTED 0x00002766L
  790. //
  791. // MessageId: MSG_UPGRADE_INSPECTION_MISSING_BOOT_INI
  792. //
  793. // MessageText:
  794. //
  795. // Setup was unable to access your existing boot configuration file, %1
  796. //
  797. // You may not start an NT upgrade without an existing boot configuration file. You must restart the computer into the Recovery Console and follow the recovery steps to recreate your boot environment files before performing the upgrade.
  798. //
  799. #define MSG_UPGRADE_INSPECTION_MISSING_BOOT_INI 0x00002767L
  800. //
  801. // MessageId: MSG_UPGRADE_BOOT_INI_MUNGE_MISSING_BOOT_INI
  802. //
  803. // MessageText:
  804. //
  805. // Setup was unable to access your existing boot configuration file, %1
  806. //
  807. // This file is required during an upgrade, and future restarts of this computer will fail. Please restart this computer into the Recovery Console, and choose the option to repair/recover your boot and configuration files.
  808. //
  809. #define MSG_UPGRADE_BOOT_INI_MUNGE_MISSING_BOOT_INI 0x00002768L
  810. #if defined(REMOTE_BOOT)
  811. MessageId=xxxxx SymbolicName=MSG_REQUIRES_UPGRADE
  812. Language=English
  813. Remote boot clients must be upgraded; installation of a new operating system version is disabled. Upgrade is not possible, therefore this program must exit.%0
  814. .
  815. MessageId=xxxxx SymbolicName=MSG_CANT_UPGRADE_REMOTEBOOT_TO_SERVER
  816. Language=English
  817. Windows Whistler remote boot clients cannot be upgraded to Windows Whistler Server.%0
  818. .
  819. #endif // defined(REMOTE_BOOT)
  820. //
  821. // MessageId: MSG_X86_FIRST
  822. //
  823. // MessageText:
  824. //
  825. // MSG_X86_FIRST
  826. //
  827. #define MSG_X86_FIRST 0x00004E20L
  828. //
  829. // MessageId: MSG_REQUIRES_586
  830. //
  831. // MessageText:
  832. //
  833. // Windows XP requires a Pentium or later processor.%0
  834. //
  835. #define MSG_REQUIRES_586 0x00004E21L
  836. //
  837. // MessageId: MSG_CANT_GET_C_COLON
  838. //
  839. // MessageText:
  840. //
  841. // Setup was unable to locate the drive from which your computer starts.%0
  842. //
  843. #define MSG_CANT_GET_C_COLON 0x00004E22L
  844. //
  845. // MessageId: MSG_DASD_ACCESS_FAILURE
  846. //
  847. // MessageText:
  848. //
  849. // Setup was unable to read from or write to drive %1!c!. If a virus scanner is running, disable it then restart Setup.%0
  850. //
  851. #define MSG_DASD_ACCESS_FAILURE 0x00004E23L
  852. //
  853. // MessageId: MSG_UNSUPPORTED_SECTOR_SIZE
  854. //
  855. // MessageText:
  856. //
  857. // Drive %1!c! uses an unsupported data block size. Setup cannot configure your computer to start Windows XP from the drive.%0
  858. //
  859. #define MSG_UNSUPPORTED_SECTOR_SIZE 0x00004E24L
  860. //
  861. // MessageId: MSG_UNKNOWN_FS
  862. //
  863. // MessageText:
  864. //
  865. // Setup could not determine the file system in use on drive %1!c!, or the file system is not recognized by Setup. Your computer cannot be configured to start Windows XP from the drive.%0
  866. //
  867. #define MSG_UNKNOWN_FS 0x00004E25L
  868. //
  869. // MessageId: MSG_NTLDR_NOT_COPIED
  870. //
  871. // MessageText:
  872. //
  873. // The critical system file %1!c!:\NTLDR was not successfully copied. Setup cannot continue.%0
  874. //
  875. #define MSG_NTLDR_NOT_COPIED 0x00004E26L
  876. //
  877. // MessageId: MSG_SYSPART_IS_HPFS
  878. //
  879. // MessageText:
  880. //
  881. // The hard drive from which your computer starts (%1!c!:) is formatted with the OS/2 File System (HPFS). Windows XP does not support this file system.
  882. //
  883. // You must convert this drive to the Windows NT File System (NTFS) before upgrading.%0
  884. //
  885. #define MSG_SYSPART_IS_HPFS 0x00004E27L
  886. //
  887. // MessageId: MSG_SYSTEM_ON_CVF
  888. //
  889. // MessageText:
  890. //
  891. // Windows is installed on a DriveSpace, DoubleSpace, or other compressed drive. Windows XP does not support compressed drives.
  892. //
  893. // You must uncompress the drive before upgrading.%0
  894. //
  895. #define MSG_SYSTEM_ON_CVF 0x00004E28L
  896. //
  897. // MessageId: MSG_CVFS_EXIST
  898. //
  899. // MessageText:
  900. //
  901. // DriveSpace, DoubleSpace, or other compressed drives exist on your computer. Windows XP does not support compressed drives. You will not be able to access data stored on these drives from Windows XP.
  902. //
  903. // Would you like to continue installing Windows XP?%0
  904. //
  905. #define MSG_CVFS_EXIST 0x00004E29L
  906. //
  907. // MessageId: MSG_GENERIC_FLOPPY_PROMPT
  908. //
  909. // MessageText:
  910. //
  911. // Please insert a formatted, blank high-density floppy disk into drive A:. This disk will become "%1."
  912. //
  913. // Click OK when the disk is in the drive, or click Cancel to exit Setup.%0
  914. //
  915. #define MSG_GENERIC_FLOPPY_PROMPT 0x00004E2AL
  916. //
  917. // MessageId: MSG_FIRST_FLOPPY_PROMPT
  918. //
  919. // MessageText:
  920. //
  921. // You must now provide %2!u! formatted, blank high-density floppy disks.
  922. //
  923. // Please insert one of these disks into drive A:. This disk will become "%1."
  924. //
  925. // Click OK when the disk is in the drive, or click Cancel to exit Setup.%0
  926. //
  927. #define MSG_FIRST_FLOPPY_PROMPT 0x00004E2BL
  928. //
  929. // MessageId: MSG_FLOPPY_BAD_FORMAT
  930. //
  931. // MessageText:
  932. //
  933. // If you inserted a floppy disk, it is too small or it is not formatted with a recognized file system. Setup is unable to use this disk.
  934. //
  935. // Click OK. Setup will prompt you for a different floppy disk.%0
  936. //
  937. #define MSG_FLOPPY_BAD_FORMAT 0x00004E2CL
  938. //
  939. // MessageId: MSG_FLOPPY_CANT_GET_SPACE
  940. //
  941. // MessageText:
  942. //
  943. // Setup is unable to determine the amount of free space on the floppy disk you have provided. Setup is unable to use this disk.
  944. //
  945. // Click OK. Setup will prompt you for a different floppy disk.%0
  946. //
  947. #define MSG_FLOPPY_CANT_GET_SPACE 0x00004E2DL
  948. //
  949. // MessageId: MSG_FLOPPY_NOT_BLANK
  950. //
  951. // MessageText:
  952. //
  953. // The floppy disk you have provided is not blank. Setup is unable to use this disk.
  954. //
  955. // Click OK. Setup will prompt you for a different floppy disk.%0
  956. //
  957. #define MSG_FLOPPY_NOT_BLANK 0x00004E2EL
  958. //
  959. // MessageId: MSG_CANT_WRITE_FLOPPY
  960. //
  961. // MessageText:
  962. //
  963. // Setup was unable to write to the floppy disk in drive A:. The floppy disk may be damaged or write-protected. Remove write protection or try a different floppy disk.
  964. //
  965. // Click OK. Setup will prompt you for a different floppy disk.%0
  966. //
  967. #define MSG_CANT_WRITE_FLOPPY 0x00004E2FL
  968. //
  969. // MessageId: MSG_FLOPPY_BUSY
  970. //
  971. // MessageText:
  972. //
  973. // Setup is unable to access the floppy disk in drive A:. The drive may be in use by another application.
  974. //
  975. // Click OK. Setup will prompt you for a different floppy disk.%0
  976. //
  977. #define MSG_FLOPPY_BUSY 0x00004E30L
  978. //
  979. // MessageId: MSG_CANT_MOVE_FILE_TO_FLOPPY
  980. //
  981. // MessageText:
  982. //
  983. // Setup was unable to move file %2 to drive %1!c!:.%0
  984. //
  985. #define MSG_CANT_MOVE_FILE_TO_FLOPPY 0x00004E31L
  986. //
  987. // MessageId: MSG_EVIL_FLOPPY_DRIVE
  988. //
  989. // MessageText:
  990. //
  991. // Setup has determined that floppy drive A: is non-existent or is not a high-density 3.5" drive. An A: drive with a capacity of 1.44 Megabytes or higher is required for Setup operation with floppies.%0
  992. //
  993. #define MSG_EVIL_FLOPPY_DRIVE 0x00004E32L
  994. //
  995. // MessageId: MSG_UPGRADE_DLL_CORRUPT
  996. //
  997. // MessageText:
  998. //
  999. // The file %1 needed by Setup in order to upgrade the current environment to Windows XP is corrupt. Contact your system administrator.
  1000. //
  1001. // Setup will continue but the option to upgrade will not be available.%0
  1002. //
  1003. #define MSG_UPGRADE_DLL_CORRUPT 0x00004E33L
  1004. //
  1005. // MessageId: MSG_UPGRADE_DLL_ERROR
  1006. //
  1007. // MessageText:
  1008. //
  1009. // The option to upgrade will not be available at this time because Setup was unable to load the file %1.%0
  1010. //
  1011. #define MSG_UPGRADE_DLL_ERROR 0x00004E34L
  1012. //
  1013. // MessageId: MSG_UPGRADE_INIT_ERROR
  1014. //
  1015. // MessageText:
  1016. //
  1017. // The option to upgrade will not be available at this time.%0
  1018. //
  1019. #define MSG_UPGRADE_INIT_ERROR 0x00004E35L
  1020. //
  1021. // MessageId: MSG_MEMPHIS_NOT_YET_SUPPORTED
  1022. //
  1023. // MessageText:
  1024. //
  1025. // MSG_MEMPHIS_NOT_YET_SUPPORTED
  1026. //
  1027. #define MSG_MEMPHIS_NOT_YET_SUPPORTED 0x00004E37L
  1028. //
  1029. // MessageId: MSG_BOOT_TEXT_TOO_LONG
  1030. //
  1031. // MessageText:
  1032. //
  1033. // Internal Setup error: the translated boot code messages are too long.%0
  1034. //
  1035. #define MSG_BOOT_TEXT_TOO_LONG 0x00004E38L
  1036. //
  1037. // MessageId: MSG_UPGRADE_LANG_ERROR
  1038. //
  1039. // MessageText:
  1040. //
  1041. // The language of this installation of Windows differs from the one you are installing. The option to upgrade will not be available.%0
  1042. //
  1043. #define MSG_UPGRADE_LANG_ERROR 0x00004E39L
  1044. //
  1045. // MessageId: MSG_NO_CROSS_PLATFORM
  1046. //
  1047. // MessageText:
  1048. //
  1049. // 32 bit Setup cannot run on this platform. Setup is unable to continue.%0
  1050. //
  1051. #define MSG_NO_CROSS_PLATFORM 0x00004E3AL
  1052. //
  1053. // MessageId: MSG_RISC_FIRST
  1054. //
  1055. // MessageText:
  1056. //
  1057. // MSG_RISC_FIRST
  1058. //
  1059. #define MSG_RISC_FIRST 0x00007530L
  1060. //
  1061. // MessageId: MSG_SYSTEM_PARTITION_INVALID
  1062. //
  1063. // MessageText:
  1064. //
  1065. // No valid system partitions were found. Setup is unable to continue.%0
  1066. //
  1067. #define MSG_SYSTEM_PARTITION_INVALID 0x00007531L
  1068. //
  1069. // MessageId: MSG_COULDNT_READ_NVRAM
  1070. //
  1071. // MessageText:
  1072. //
  1073. // An unexpected error occured reading your computer's startup environment. Contact your computer manufacturer.%0
  1074. //
  1075. #define MSG_COULDNT_READ_NVRAM 0x00007532L
  1076. //
  1077. // MessageId: MSG_COULDNT_WRITE_NVRAM
  1078. //
  1079. // MessageText:
  1080. //
  1081. // Setup was unable to modify your computer's startup settings. The startup environment may be full.%0
  1082. //
  1083. #define MSG_COULDNT_WRITE_NVRAM 0x00007533L
  1084. //
  1085. // MessageId: MSG_NOT_FOUND
  1086. //
  1087. // MessageText:
  1088. //
  1089. // The system could not locate message #%1!x!.
  1090. //
  1091. #define MSG_NOT_FOUND 0x00007534L
  1092. //
  1093. // MessageId: MSG_INF_SINGLELINE
  1094. //
  1095. // MessageText:
  1096. //
  1097. // %1
  1098. //
  1099. #define MSG_INF_SINGLELINE 0x00007536L
  1100. //
  1101. // MessageId: MSG_INF_BAD_REGSPEC_1
  1102. //
  1103. // MessageText:
  1104. //
  1105. // ; Warning: the following line represents a registry change that could be
  1106. // ; expressed in an INF file. The root key has been changed to HKR.
  1107. //
  1108. #define MSG_INF_BAD_REGSPEC_1 0x00007537L
  1109. //
  1110. // MessageId: MSG_INF_BAD_REGSPEC_2
  1111. //
  1112. // MessageText:
  1113. //
  1114. // ; Warning: the following line represents a registry change that could be
  1115. // ; expressed in an INF file. The data type has been changed to REG_BINARY.
  1116. //
  1117. #define MSG_INF_BAD_REGSPEC_2 0x00007538L
  1118. //
  1119. // MessageId: MSG_SUCCESSFUL_UPGRADE_CHECK
  1120. //
  1121. // MessageText:
  1122. //
  1123. // Windows XP upgrade check successfully completed.
  1124. //
  1125. #define MSG_SUCCESSFUL_UPGRADE_CHECK 0x00007539L
  1126. //
  1127. // MessageId: MSG_NOT_ENOUGH_MEMORY
  1128. //
  1129. // MessageText:
  1130. //
  1131. // Setup detected %1!u!MB of RAM, but %2!u!MB is required.
  1132. //
  1133. #define MSG_NOT_ENOUGH_MEMORY 0x0000753BL
  1134. //
  1135. // MessageId: MSG_INTLINF_NOT_FOUND
  1136. //
  1137. // MessageText:
  1138. //
  1139. // Setup was unable to locate or load the international settings INF, or the file is corrupt. Make sure the location of Windows XP files is set correctly under Advanced Options.
  1140. //
  1141. #define MSG_INTLINF_NOT_FOUND 0x0000753CL
  1142. //
  1143. // MessageId: MSG_CMDCONS_RISC
  1144. //
  1145. // MessageText:
  1146. //
  1147. // The Recovery Console option is not supported on this platform.
  1148. //
  1149. #define MSG_CMDCONS_RISC 0x0000753DL
  1150. //
  1151. // MessageId: MSG_DCPROMO_DISKSPACE
  1152. //
  1153. // MessageText:
  1154. //
  1155. // Setup has detected that you may not have enough disk space on your installation partition to use Active Directory after the upgrade is complete.
  1156. //
  1157. // To complete the upgrade and then store the Active Directory data in a separate location or on a new disk, click OK. To exit Setup and free an additional %1!u! MB from your installation partition now, click Cancel.
  1158. //
  1159. //
  1160. #define MSG_DCPROMO_DISKSPACE 0x0000753EL
  1161. //
  1162. // MessageId: MSG_CMDCONS_WIN9X
  1163. //
  1164. // MessageText:
  1165. //
  1166. // You can only install the Recovery Console from Windows XP.
  1167. //
  1168. #define MSG_CMDCONS_WIN9X 0x0000753FL
  1169. //
  1170. // MessageId: MSG_LOG_START
  1171. //
  1172. // MessageText:
  1173. //
  1174. // MSG_LOG_START
  1175. //
  1176. #define MSG_LOG_START 0x00009C40L
  1177. //
  1178. // MessageId: MSG_LOG_ADDED_DIR_TO_COPY_LIST
  1179. //
  1180. // MessageText:
  1181. //
  1182. // Added directory to copy list:
  1183. //
  1184. // SourceName = %1
  1185. // TargetName = %2
  1186. // InfSymbol = %3
  1187. //
  1188. //
  1189. #define MSG_LOG_ADDED_DIR_TO_COPY_LIST 0x00009C41L
  1190. //
  1191. // MessageId: MSG_LOG_ADDED_FILE_TO_COPY_LIST
  1192. //
  1193. // MessageText:
  1194. //
  1195. // Added file to copy list:
  1196. //
  1197. // SourceName = %1
  1198. // Directory = %2
  1199. // Size = %3
  1200. // TargetName = %4
  1201. // Flags = %5
  1202. //
  1203. //
  1204. #define MSG_LOG_ADDED_FILE_TO_COPY_LIST 0x00009C42L
  1205. //
  1206. // MessageId: MSG_LOG_CHECKING_DRIVES
  1207. //
  1208. // MessageText:
  1209. //
  1210. // Examining drives:
  1211. //
  1212. #define MSG_LOG_CHECKING_DRIVES 0x00009C43L
  1213. //
  1214. // MessageId: MSG_LOG_DRIVE_NOT_HARD
  1215. //
  1216. // MessageText:
  1217. //
  1218. // Drive %1!c!: doesn't exist or is not a local hard drive
  1219. //
  1220. #define MSG_LOG_DRIVE_NOT_HARD 0x00009C44L
  1221. //
  1222. // MessageId: MSG_LOG_DRIVE_NO_VOL_INFO
  1223. //
  1224. // MessageText:
  1225. //
  1226. // Drive %1!c!: unsupported file system
  1227. //
  1228. #define MSG_LOG_DRIVE_NO_VOL_INFO 0x00009C45L
  1229. //
  1230. // MessageId: MSG_LOG_DRIVE_NTFT
  1231. //
  1232. // MessageText:
  1233. //
  1234. // Drive %1!c!: part of FT set
  1235. //
  1236. #define MSG_LOG_DRIVE_NTFT 0x00009C46L
  1237. //
  1238. // MessageId: MSG_LOG_DRIVE_NO_ARC
  1239. //
  1240. // MessageText:
  1241. //
  1242. // Drive %1!c!: not visible from firmware
  1243. //
  1244. #define MSG_LOG_DRIVE_NO_ARC 0x00009C47L
  1245. //
  1246. // MessageId: MSG_LOG_DRIVE_CANT_GET_SPACE
  1247. //
  1248. // MessageText:
  1249. //
  1250. // Drive %1!c!: unable to determine free space (error = %2!u!)
  1251. //
  1252. #define MSG_LOG_DRIVE_CANT_GET_SPACE 0x00009C48L
  1253. //
  1254. // MessageId: MSG_LOG_DRIVE_NOT_ENOUGH_SPACE
  1255. //
  1256. // MessageText:
  1257. //
  1258. // Drive %1!c!: not enough space (%2!u! bpc, %3!u! clus, %4!u! free)
  1259. //
  1260. #define MSG_LOG_DRIVE_NOT_ENOUGH_SPACE 0x00009C49L
  1261. //
  1262. // MessageId: MSG_LOG_DRIVE_OK
  1263. //
  1264. // MessageText:
  1265. //
  1266. // Drive %1!c!: acceptable
  1267. //
  1268. #define MSG_LOG_DRIVE_OK 0x00009C4AL
  1269. //
  1270. // MessageId: MSG_LOG_COPY_OK
  1271. //
  1272. // MessageText:
  1273. //
  1274. // Source %3!u!: copy %1 to %2 [OK]
  1275. //
  1276. #define MSG_LOG_COPY_OK 0x00009C4BL
  1277. //
  1278. // MessageId: MSG_LOG_COPY_ERR
  1279. //
  1280. // MessageText:
  1281. //
  1282. // Source %3!u!: copy %1 to %2 [error %4!u!]
  1283. //
  1284. #define MSG_LOG_COPY_ERR 0x00009C4CL
  1285. //
  1286. // MessageId: MSG_LOG_SKIPPED_FILE
  1287. //
  1288. // MessageText:
  1289. //
  1290. // File %1 autoskipped
  1291. //
  1292. #define MSG_LOG_SKIPPED_FILE 0x00009C4DL
  1293. //
  1294. // MessageId: MSG_LOG_CHECKING_USER_DRIVE
  1295. //
  1296. // MessageText:
  1297. //
  1298. // Examining drive %1!c!: specified on command line:
  1299. //
  1300. #define MSG_LOG_CHECKING_USER_DRIVE 0x00009C4EL
  1301. //
  1302. // MessageId: MSG_LOG_DRIVE_VERITAS
  1303. //
  1304. // MessageText:
  1305. //
  1306. // Drive %1!c!: Soft partition on a dynamic volume
  1307. //
  1308. #define MSG_LOG_DRIVE_VERITAS 0x00009C4FL
  1309. //
  1310. // MessageId: MSG_LOG_DECOMP_ERR
  1311. //
  1312. // MessageText:
  1313. //
  1314. // Source %3!u!: decompress %1 to %2 [error %4!u!]
  1315. //
  1316. #define MSG_LOG_DECOMP_ERR 0x00009C50L
  1317. //
  1318. // MessageId: MSG_LOG_SYSTEM_PARTITION_TOO_SMALL
  1319. //
  1320. // MessageText:
  1321. //
  1322. // Drive %1!c!: not enough space for boot files (%2!u! free, %3!u! required)
  1323. //
  1324. #define MSG_LOG_SYSTEM_PARTITION_TOO_SMALL 0x00009C51L
  1325. //
  1326. // MessageId: MSG_LOG_SYSTEM_PARTITION_INVALID
  1327. //
  1328. // MessageText:
  1329. //
  1330. // Drive %1!c!: is not a valid system partition.
  1331. //
  1332. #define MSG_LOG_SYSTEM_PARTITION_INVALID 0x00009C52L
  1333. //
  1334. // MessageId: MSG_LOG_SYSTEM_PARTITION_VALID
  1335. //
  1336. // MessageText:
  1337. //
  1338. // Drive %1!c!: acceptable for boot files
  1339. //
  1340. #define MSG_LOG_SYSTEM_PARTITION_VALID 0x00009C53L
  1341. //
  1342. // MessageId: MSG_LOG_LOCAL_SOURCE_TOO_SMALL
  1343. //
  1344. // MessageText:
  1345. //
  1346. // Drive %1!c!: not enough space for temporary installation files (%2!u! MB free, %3!u! MB required)
  1347. //
  1348. #define MSG_LOG_LOCAL_SOURCE_TOO_SMALL 0x00009C54L
  1349. //
  1350. // MessageId: MSG_LOG_LOCAL_SOURCE_INVALID
  1351. //
  1352. // MessageText:
  1353. //
  1354. // Drive %1!c!: not valid for holding temporary installation files.
  1355. //
  1356. #define MSG_LOG_LOCAL_SOURCE_INVALID 0x00009C55L
  1357. //
  1358. // MessageId: MSG_LOG_LOCAL_SOURCE_VALID
  1359. //
  1360. // MessageText:
  1361. //
  1362. // Drive %1!c!: acceptable for local source.
  1363. //
  1364. #define MSG_LOG_LOCAL_SOURCE_VALID 0x00009C56L
  1365. //
  1366. // MessageId: MSG_LOG_INSTALL_DRIVE_TOO_SMALL
  1367. //
  1368. // MessageText:
  1369. //
  1370. // Drive %1!c!: not enough space to upgrade final installation directory (%2!u! free, %3!u! required)
  1371. //
  1372. #define MSG_LOG_INSTALL_DRIVE_TOO_SMALL 0x00009C57L
  1373. //
  1374. // MessageId: MSG_LOG_INSTALL_DRIVE_INVALID
  1375. //
  1376. // MessageText:
  1377. //
  1378. // Drive %1!c!: is not a valid for holding final installation directory.
  1379. //
  1380. #define MSG_LOG_INSTALL_DRIVE_INVALID 0x00009C58L
  1381. //
  1382. // MessageId: MSG_LOG_INSTALL_DRIVE_OK
  1383. //
  1384. // MessageText:
  1385. //
  1386. // Drive %1!c!: acceptable for final installation directory.
  1387. //
  1388. #define MSG_LOG_INSTALL_DRIVE_OK 0x00009C59L
  1389. //
  1390. // MessageId: MSG_LOG_BEGIN
  1391. //
  1392. // MessageText:
  1393. //
  1394. // The WINNT32 portion of Setup has started.
  1395. //
  1396. //
  1397. #define MSG_LOG_BEGIN 0x00009C5BL
  1398. //
  1399. // MessageId: MSG_LOG_END
  1400. //
  1401. // MessageText:
  1402. //
  1403. //
  1404. // The WINNT32 portion of Setup has completed.
  1405. //
  1406. //
  1407. #define MSG_LOG_END 0x00009C5CL
  1408. //
  1409. // MessageId: MSG_SKU_UNKNOWNSOURCE
  1410. //
  1411. // MessageText:
  1412. //
  1413. // Windows XP Setup could not load the Setup configuration files. Your Windows XP Setup files may be damaged or unreadable.
  1414. //
  1415. // Setup cannot continue.
  1416. //
  1417. #define MSG_SKU_UNKNOWNSOURCE 0x00009C5DL
  1418. //
  1419. // MessageId: MSG_SKU_VERSION
  1420. //
  1421. // MessageText:
  1422. //
  1423. // The version of Windows you have is not supported for upgrade.
  1424. //
  1425. #define MSG_SKU_VERSION 0x00009C5EL
  1426. //
  1427. // MessageId: MSG_SKU_VARIATION
  1428. //
  1429. // MessageText:
  1430. //
  1431. // Your copy of Windows XP does not support upgrading from an evaluation copy of Windows.
  1432. //
  1433. #define MSG_SKU_VARIATION 0x00009C5FL
  1434. //
  1435. // MessageId: MSG_SKU_SUITE
  1436. //
  1437. // MessageText:
  1438. //
  1439. // Your copy of Windows XP does not support the required product suite.
  1440. //
  1441. #define MSG_SKU_SUITE 0x00009C60L
  1442. //
  1443. // MessageId: MSG_SKU_TYPE_NTW
  1444. //
  1445. // MessageText:
  1446. //
  1447. // Your copy of Windows XP only supports upgrades from Windows 95, Windows 98, and Windows NT Workstation.
  1448. //
  1449. #define MSG_SKU_TYPE_NTW 0x00009C61L
  1450. //
  1451. // MessageId: MSG_SKU_TYPE_NTS
  1452. //
  1453. // MessageText:
  1454. //
  1455. // Your copy of Windows XP only supports upgrading from Windows NT Server versions 3.51 and 4.0.
  1456. //
  1457. #define MSG_SKU_TYPE_NTS 0x00009C62L
  1458. //
  1459. // MessageId: MSG_SKU_TYPE_NTSE
  1460. //
  1461. // MessageText:
  1462. //
  1463. // Your copy of Windows XP only allows upgrades from Windows NT Server, Enterprise Edition version 4.0.
  1464. //
  1465. #define MSG_SKU_TYPE_NTSE 0x00009C63L
  1466. //
  1467. // MessageId: MSG_SKU_FULL
  1468. //
  1469. // MessageText:
  1470. //
  1471. // Setup cannot upgrade your current installation to Windows XP.
  1472. // %1
  1473. // You can install a new copy of Windows XP, but you will have to reinstall your applications and settings.
  1474. //
  1475. #define MSG_SKU_FULL 0x00009C64L
  1476. //
  1477. // MessageId: MSG_SKU_UPGRADE
  1478. //
  1479. // MessageText:
  1480. //
  1481. // Setup cannot upgrade your current installation to Windows XP.
  1482. // %1
  1483. // Setup cannot continue.
  1484. //
  1485. #define MSG_SKU_UPGRADE 0x00009C65L
  1486. //
  1487. // MessageId: MSG_NO_UPGRADE_OR_CLEAN
  1488. //
  1489. // MessageText:
  1490. //
  1491. // Setup cannot continue because upgrade functionality is disabled and your copy of Windows XP only allows upgrades.
  1492. //
  1493. #define MSG_NO_UPGRADE_OR_CLEAN 0x00009C66L
  1494. //
  1495. // MessageId: MSG_SKU_UNKNOWNTARGET
  1496. //
  1497. // MessageText:
  1498. //
  1499. // Windows XP Setup could not detect the version of Windows you are currently running. Setup cannot continue.
  1500. //
  1501. #define MSG_SKU_UNKNOWNTARGET 0x00009C68L
  1502. //
  1503. // MessageId: MSG_NEC98_NEED_UNINSTALL_DMITOOL
  1504. //
  1505. // MessageText:
  1506. //
  1507. // Windows XP setup found DMITOOL Ver2.0. This application blocks Windows XP setup.
  1508. // Please uninstall DMITOOL and run setup again.
  1509. //
  1510. #define MSG_NEC98_NEED_UNINSTALL_DMITOOL 0x00009C69L
  1511. //
  1512. // MessageId: MSG_NEC98_NEED_REMOVE_ATA
  1513. //
  1514. // MessageText:
  1515. //
  1516. // Windows setup found an ATA Disk. This device blocks Windows setup.
  1517. // Please remove the ATA Disk and run setup again.
  1518. //
  1519. #define MSG_NEC98_NEED_REMOVE_ATA 0x00009C6AL
  1520. //
  1521. // MessageId: MSG_CMDCONS_ASK
  1522. //
  1523. // MessageText:
  1524. //
  1525. // You can install the Windows Recovery Console as a startup option. The Recovery Console helps you gain access to your Windows installation to replace damaged files and disable or enable services.
  1526. //
  1527. // If you cannot start the Recovery Console from your computer's hard disk, you can run the Recovery Console from the Windows Setup CD.
  1528. //
  1529. // The Recovery Console requires approximately 7MB of hard disk space.
  1530. //
  1531. // Do you want to install the Recovery Console?
  1532. //
  1533. #define MSG_CMDCONS_ASK 0x0000C350L
  1534. //
  1535. // MessageId: MSG_CMDCONS_DONE
  1536. //
  1537. // MessageText:
  1538. //
  1539. // The Windows Recovery Console has been successfully installed.
  1540. //
  1541. // To use the Windows Recovery Console, restart your computer and then select Windows Recovery Console from the Startup Menu.
  1542. //
  1543. // For a list of commands you can use with the Recovery Console, type HELP at the Recovery Console command prompt.
  1544. //
  1545. #define MSG_CMDCONS_DONE 0x0000C351L
  1546. //
  1547. // MessageId: MSG_CMDCONS_DID_NOT_FINISH
  1548. //
  1549. // MessageText:
  1550. //
  1551. // The installation did not complete correctly.
  1552. //
  1553. // It is possible that Windows XP startup files in the root directory were missing or in use during the installation. Please close any applications that might be using those files.
  1554. //
  1555. #define MSG_CMDCONS_DID_NOT_FINISH 0x0000C352L
  1556. //
  1557. // MessageId: MSG_NO_PLATFORM
  1558. //
  1559. // MessageText:
  1560. //
  1561. // Dosnet does not have a Destination Platform.
  1562. //
  1563. #define MSG_NO_PLATFORM 0x0000C353L
  1564. //
  1565. // MessageId: MSG_WINNT32_CANCELLED
  1566. //
  1567. // MessageText:
  1568. //
  1569. // Winnt32 Has been cancelled.
  1570. //
  1571. #define MSG_WINNT32_CANCELLED 0x0000C354L
  1572. //
  1573. // MessageId: MSG_INVALID_HEADLESS_SETTING
  1574. //
  1575. // MessageText:
  1576. //
  1577. // The specified COM port selection is invalid.
  1578. //
  1579. #define MSG_INVALID_HEADLESS_SETTING 0x0000C355L
  1580. //
  1581. // MessageId: MSG_UDF_INVALID_USAGE
  1582. //
  1583. // MessageText:
  1584. //
  1585. // To use the %1 file with Windows XP Setup, start Windows XP Setup from a network share or from a CD-ROM, and use the /makelocalsource option.
  1586. // %0
  1587. //
  1588. #define MSG_UDF_INVALID_USAGE 0x0000C3B4L
  1589. //
  1590. // MessageId: MSG_UPGRADE_OTHER_OS_FOUND
  1591. //
  1592. // MessageText:
  1593. //
  1594. // You cannot upgrade your Windows installation to Windows XP because you have more than one operating system installed on your computer. Upgrading one operating system can cause problems with files shared by the other operating system, and is therefore not permitted.
  1595. // %0
  1596. //
  1597. #define MSG_UPGRADE_OTHER_OS_FOUND 0x0000C418L
  1598. //
  1599. // MessageId: MSG_UPGRADE_W95UPG_OLDER_REGISTERED
  1600. //
  1601. // MessageText:
  1602. //
  1603. // Setup found a registered dll on your machine which is older than the one on CD, and therefore will be ignored.
  1604. // %0
  1605. //
  1606. #define MSG_UPGRADE_W95UPG_OLDER_REGISTERED 0x0000C47CL
  1607. //
  1608. // MessageId: MSG_REGISTRY_ACCESS_ERROR
  1609. //
  1610. // MessageText:
  1611. //
  1612. // Setup cannot continue because some necessary information cannot be accessed in the registry.%0
  1613. //
  1614. #define MSG_REGISTRY_ACCESS_ERROR 0x0000C4E0L
  1615. //
  1616. // MessageId: MSG_LOG_SYSTEM_PARTITION_TOO_SMALL2
  1617. //
  1618. // MessageText:
  1619. //
  1620. // Drive %1 not enough space for boot files (%2!u! free, %3!u! required)
  1621. //
  1622. #define MSG_LOG_SYSTEM_PARTITION_TOO_SMALL2 0x0000C544L
  1623. //
  1624. // MessageId: MSG_LOG_SYSTEM_PARTITION_VALID2
  1625. //
  1626. // MessageText:
  1627. //
  1628. // Drive %1 acceptable for boot files
  1629. //
  1630. #define MSG_LOG_SYSTEM_PARTITION_VALID2 0x0000C545L
  1631. //
  1632. // MessageId: MSG_LOG_SYSTEM_PARTITION_INVALID2
  1633. //
  1634. // MessageText:
  1635. //
  1636. // Drive %1 is not a valid system partition.
  1637. //
  1638. #define MSG_LOG_SYSTEM_PARTITION_INVALID2 0x0000C546L
  1639. //
  1640. // MessageId: MSG_LOG_DRIVE_NOT_HARD2
  1641. //
  1642. // MessageText:
  1643. //
  1644. // Drive %1 doesn't exist or is not a local hard drive
  1645. //
  1646. #define MSG_LOG_DRIVE_NOT_HARD2 0x0000C547L
  1647. //
  1648. // MessageId: MSG_SYSTEM_PARTITION_TOO_SMALL2
  1649. //
  1650. // MessageText:
  1651. //
  1652. // There is not enough space on your system partition (Volume %1).
  1653. //
  1654. // Approximately %2!u! MB of free space is required (actual requirements vary depending on drive size and formatting).%0
  1655. //
  1656. #define MSG_SYSTEM_PARTITION_TOO_SMALL2 0x0000C548L
  1657. //
  1658. // MessageId: LOG_DYNUPDT_DISABLED
  1659. //
  1660. // MessageText:
  1661. //
  1662. // The Dynamic Update feature is disabled.
  1663. // %0
  1664. //
  1665. #define LOG_DYNUPDT_DISABLED 0x0000C549L
  1666. //
  1667. // MessageId: MSG_PLATFORM_NOT_SUPPORTED
  1668. //
  1669. // MessageText:
  1670. //
  1671. // Windows XP does not support this platform. Setup is unable to continue.
  1672. // %0
  1673. //
  1674. #define MSG_PLATFORM_NOT_SUPPORTED 0x0000C54DL
  1675. //
  1676. // MessageId: MSG_SURE_CANCEL_DOWNLOAD_DRIVERS
  1677. //
  1678. // MessageText:
  1679. //
  1680. // Setup is downloading important product updates and up to %1!u! driver(s) required for your hardware devices. If you cancel, these devices might not work after the upgrade is completed. Are you sure you want to cancel the download?%0
  1681. //
  1682. #define MSG_SURE_CANCEL_DOWNLOAD_DRIVERS 0x0000C54EL
  1683. //
  1684. // MessageId: MSG_NO_UPDATE_SHARE
  1685. //
  1686. // MessageText:
  1687. //
  1688. // Setup cannot update the installation sources because no update share was specified.%0
  1689. //
  1690. #define MSG_NO_UPDATE_SHARE 0x0000C54FL
  1691. //
  1692. // MessageId: MSG_PREPARE_SHARE_FAILED
  1693. //
  1694. // MessageText:
  1695. //
  1696. // Setup encountered an error while updating the installation sources.%0
  1697. //
  1698. #define MSG_PREPARE_SHARE_FAILED 0x0000C550L
  1699. //
  1700. // MessageId: MSG_INVALID_INF_FILE
  1701. //
  1702. // MessageText:
  1703. //
  1704. // Setup information file %1 is invalid.
  1705. //
  1706. // Contact your system administrator.%0
  1707. //
  1708. #define MSG_INVALID_INF_FILE 0x0000C551L
  1709. //
  1710. // MessageId: MSG_RESTART
  1711. //
  1712. // MessageText:
  1713. //
  1714. // Restart%0
  1715. //
  1716. #define MSG_RESTART 0x0000C552L
  1717. //
  1718. // MessageId: MSG_ERROR_PROCESSING_DRIVER
  1719. //
  1720. // MessageText:
  1721. //
  1722. // Unable to process information files in package %1. Replace or remove it before restarting Setup.%0
  1723. //
  1724. #define MSG_ERROR_PROCESSING_DRIVER 0x0000C553L
  1725. //
  1726. // MessageId: MSG_ERROR_WRITING_FILE
  1727. //
  1728. // MessageText:
  1729. //
  1730. // Setup encountered an error (%1!u!) writing to file %2. Make sure the path is accessible and you have write permissions.%0
  1731. //
  1732. #define MSG_ERROR_WRITING_FILE 0x0000C554L
  1733. //
  1734. // MessageId: MSG_ERROR_PROCESSING_UPDATES
  1735. //
  1736. // MessageText:
  1737. //
  1738. // Setup encountered an error (%1!u!) while processing %2. For more information examine setup log files.%0
  1739. //
  1740. #define MSG_ERROR_PROCESSING_UPDATES 0x0000C555L
  1741. //
  1742. // MessageId: MSG_LOG_USE_UPDATED
  1743. //
  1744. // MessageText:
  1745. //
  1746. // Source %3!u!: Using replacement file %1 for %2.
  1747. //
  1748. #define MSG_LOG_USE_UPDATED 0x0000C556L
  1749. //
  1750. // MessageId: MSG_MUST_PREPARE_SHARE
  1751. //
  1752. // MessageText:
  1753. //
  1754. // The specified share %1 must be prepared before use.
  1755. //
  1756. // Contact your system administrator.%0
  1757. //
  1758. #define MSG_MUST_PREPARE_SHARE 0x0000C557L
  1759. //
  1760. // MessageId: MSG_SKU_SERVICEPACK
  1761. //
  1762. // MessageText:
  1763. //
  1764. // Windows Setup cannot continue without service pack 5 or greater installed.
  1765. // Please install the latest Windows NT 4.0 service pack.%0
  1766. //
  1767. #define MSG_SKU_SERVICEPACK 0x0000C558L
  1768. //
  1769. // MessageId: MSG_SYSTEM_PARTITIONTYPE_INVALID
  1770. //
  1771. // MessageText:
  1772. //
  1773. // The disk containing the system partition is not partitioned in the GPT format, which is required to install Windows. You must repartition this disk in the GPT format. You can do this by installing Windows from CD media. Setup cannot continue.
  1774. //
  1775. #define MSG_SYSTEM_PARTITIONTYPE_INVALID 0x0000C559L
  1776. //
  1777. // MessageId: MSG_LOG_DISKSPACE_CHECK
  1778. //
  1779. // MessageText:
  1780. //
  1781. // DiskSpace Check:
  1782. //
  1783. // DriveLetter = %1!c!
  1784. // ClusterSize = %2!u!
  1785. // FreeSpace = %3!u!MB
  1786. //
  1787. // SpaceLocalSource = %4!u!MB (includes %5!u!MB padding)
  1788. // SpaceBootFiles = %6!u!MB
  1789. // SpaceWinDirSpace = %7!u!MB
  1790. // TotalSpaceRequired = %8!u!MB
  1791. //
  1792. //
  1793. #define MSG_LOG_DISKSPACE_CHECK 0x0000C55AL
  1794. //
  1795. // MessageId: MSG_TYPE_WINME
  1796. //
  1797. // MessageText:
  1798. //
  1799. // Microsoft Windows Millennium%0
  1800. //
  1801. #define MSG_TYPE_WINME 0x0000C55CL
  1802. //
  1803. // MessageId: MSG_NO_DETAILS
  1804. //
  1805. // MessageText:
  1806. //
  1807. // There are no details available for this incompatibility.
  1808. //
  1809. #define MSG_NO_DETAILS 0x0000C55DL
  1810. //
  1811. // MessageId: MSG_SXS_ERROR_DIRECTORY_IS_MISSING_MANIFEST
  1812. //
  1813. // MessageText:
  1814. //
  1815. // The manifest file "%2" is missing from the directory %1.
  1816. //
  1817. #define MSG_SXS_ERROR_DIRECTORY_IS_MISSING_MANIFEST 0x0000C5A8L
  1818. //
  1819. // MessageId: MSG_SXS_ERROR_DIRECTORY_IS_MISSING_CATALOG
  1820. //
  1821. // MessageText:
  1822. //
  1823. // The catalog file "%2" is missing from the directory %1.
  1824. //
  1825. #define MSG_SXS_ERROR_DIRECTORY_IS_MISSING_CATALOG 0x0000C5A9L
  1826. //
  1827. // MessageId: MSG_SXS_ERROR_FILE_IS_ALL_ZEROES
  1828. //
  1829. // MessageText:
  1830. //
  1831. // The file %1 is corrupt; it contains all zeroes.
  1832. //
  1833. #define MSG_SXS_ERROR_FILE_IS_ALL_ZEROES 0x0000C5AAL
  1834. //
  1835. // MessageId: MSG_SXS_ERROR_FILE_INSTEAD_OF_DIRECTORY
  1836. //
  1837. // MessageText:
  1838. //
  1839. // %1 is expected to be a directory, but it is a file.
  1840. //
  1841. #define MSG_SXS_ERROR_FILE_INSTEAD_OF_DIRECTORY 0x0000C5ABL
  1842. //
  1843. // MessageId: MSG_SXS_ERROR_NON_LEAF_DIRECTORY_CONTAINS_FILE
  1844. //
  1845. // MessageText:
  1846. //
  1847. // %1 should only contain directories, but it contains the file %2.
  1848. //
  1849. #define MSG_SXS_ERROR_NON_LEAF_DIRECTORY_CONTAINS_FILE 0x0000C5ACL
  1850. //
  1851. // MessageId: MSG_SXS_ERROR_REQUIRED_DIRECTORY_MISSING
  1852. //
  1853. // MessageText:
  1854. //
  1855. // The required directory %1 is missing.
  1856. //
  1857. #define MSG_SXS_ERROR_REQUIRED_DIRECTORY_MISSING 0x0000C5ADL
  1858. //
  1859. // MessageId: MSG_SXS_ERROR_FILE_OPEN_FAILED
  1860. //
  1861. // MessageText:
  1862. //
  1863. // Setup was unable to open the file %1.
  1864. //
  1865. #define MSG_SXS_ERROR_FILE_OPEN_FAILED 0x0000C5AEL
  1866. //
  1867. // MessageId: MSG_SXS_ERROR_FILE_READ_FAILED
  1868. //
  1869. // MessageText:
  1870. //
  1871. // Setup was unable to read the file %1.
  1872. //
  1873. #define MSG_SXS_ERROR_FILE_READ_FAILED 0x0000C5AFL
  1874. //
  1875. // MessageId: MSG_SXS_ERROR_DIRECTORY_EMPTY
  1876. //
  1877. // MessageText:
  1878. //
  1879. // The directory %1 is empty.
  1880. //
  1881. #define MSG_SXS_ERROR_DIRECTORY_EMPTY 0x0000C5B0L
  1882. //
  1883. // MessageId: MSG_SXS_ERROR_OBSOLETE_DIRECTORY_PRESENT
  1884. //
  1885. // MessageText:
  1886. //
  1887. // The directory %1 is from an older version of Windows and should not be present.
  1888. //
  1889. #define MSG_SXS_ERROR_OBSOLETE_DIRECTORY_PRESENT 0x0000C5B1L
  1890. //
  1891. // MessageId: MSG_SURE_CANCEL_DOWNLOAD
  1892. //
  1893. // MessageText:
  1894. //
  1895. // Setup is downloading important product updates. Are you sure you want to cancel the download?%0
  1896. //
  1897. #define MSG_SURE_CANCEL_DOWNLOAD 0x0000C5B2L
  1898. //
  1899. // MessageId: MSG_WARNING_ACCESSIBILITY
  1900. //
  1901. // MessageText:
  1902. //
  1903. // If you want to choose the install drive letter and partition, there will be parts of setup during which the accessibility features will not be available. Do you wish to continue?
  1904. //
  1905. #define MSG_WARNING_ACCESSIBILITY 0x0000C5B3L
  1906. //
  1907. // MessageId: MSG_TYPE_NTPRO51
  1908. //
  1909. // MessageText:
  1910. //
  1911. // Microsoft Windows XP Professional%0
  1912. //
  1913. #define MSG_TYPE_NTPRO51 0x0000C5B4L
  1914. //
  1915. // MessageId: MSG_TYPE_NTS51
  1916. //
  1917. // MessageText:
  1918. //
  1919. // Microsoft Windows Whistler Server%0
  1920. //
  1921. #define MSG_TYPE_NTS51 0x0000C5B5L
  1922. //
  1923. // MessageId: MSG_TYPE_NTAS51
  1924. //
  1925. // MessageText:
  1926. //
  1927. // Microsoft Windows Whistler Advanced Server%0
  1928. //
  1929. #define MSG_TYPE_NTAS51 0x0000C5B6L
  1930. //
  1931. // MessageId: MSG_TYPE_NTSDTC51
  1932. //
  1933. // MessageText:
  1934. //
  1935. // Microsoft Windows Whistler Datacenter Server%0
  1936. //
  1937. #define MSG_TYPE_NTSDTC51 0x0000C5B7L
  1938. //
  1939. // MessageId: MSG_TYPE_NTPER51
  1940. //
  1941. // MessageText:
  1942. //
  1943. // Microsoft Windows XP Home Edition%0
  1944. //
  1945. #define MSG_TYPE_NTPER51 0x0000C5B8L
  1946. //
  1947. // MessageId: MSG_TYPE_NTBLA51
  1948. //
  1949. // MessageText:
  1950. //
  1951. // Microsoft Windows Whistler Blade Server%0
  1952. //
  1953. #define MSG_TYPE_NTBLA51 0x0000C5B9L
  1954. //
  1955. // MessageId: MSG_RESTART_TO_RUN_AGAIN
  1956. //
  1957. // MessageText:
  1958. //
  1959. // Before Setup continues, please restart your computer.%0
  1960. //
  1961. #define MSG_RESTART_TO_RUN_AGAIN 0x0000C5BAL
  1962. //
  1963. // MessageId: MSG_SKU_TYPE
  1964. //
  1965. // MessageText:
  1966. //
  1967. // Your current installation of Windows is not a supported upgrade path.
  1968. //
  1969. #define MSG_SKU_TYPE 0x0000C5BBL
  1970. //
  1971. // MessageId: MSG_SYSTEM_HAS_THIRD_PARTY_KERNEL
  1972. //
  1973. // MessageText:
  1974. //
  1975. // Setup cannot upgrade due to third-party kernel.%0
  1976. //
  1977. #define MSG_SYSTEM_HAS_THIRD_PARTY_KERNEL 0x0000C5BCL