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.

447 lines
23 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #include<windows.h>
  5. #include "msg.rc"
  6. #define APSTUDIO_READONLY_SYMBOLS
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // Generated from the TEXTINCLUDE 2 resource.
  10. //
  11. #include "winres.h"
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Dialog
  24. //
  25. IDD_SERVER DIALOG DISCARDABLE 0, 0, 318, 143
  26. STYLE WS_CHILD | WS_CAPTION
  27. CAPTION "Server"
  28. FONT 8, "MS Shell Dlg"
  29. BEGIN
  30. LTEXT "The wizard copies the installation image to a remote installation server. Type the name of the remote installation server to which you want this image copied.",
  31. IDC_STATIC,21,1,276,22
  32. LTEXT "&Server name:",IDC_STATIC,21,24,276,8
  33. EDITTEXT IDC_E_SERVER,21,34,276,14,ES_AUTOHSCROLL
  34. END
  35. IDD_WELCOME DIALOG DISCARDABLE 0, 0, 317, 186
  36. STYLE WS_CHILD | WS_CAPTION
  37. CAPTION "Welcome"
  38. FONT 8, "MS Shell Dlg"
  39. BEGIN
  40. LTEXT "Welcome to the Remote Installation Preparation Wizard",
  41. IDC_TITLE,115,8,195,34
  42. LTEXT "This wizard helps you convert this Windows installation, including its programs and configuration settings, to a remote installation image. The image is then replicated to a remote installation server, where it can be installed by remote boot computers.",
  43. IDC_STATIC,115,52,195,42
  44. LTEXT "The hardware of the computer that installs the image does not need to exactly match the hardware on this computer. See the documentation for any restrictions.",
  45. IDC_STATIC,115,105,195,32
  46. LTEXT "To continue, click Next.",IDC_STATIC,115,148,179,10
  47. END
  48. IDD_COMPAT DIALOG DISCARDABLE 0, 0, 318, 143
  49. STYLE WS_CHILD | WS_CAPTION
  50. CAPTION "Compatibility"
  51. FONT 8, "MS Shell Dlg"
  52. BEGIN
  53. LTEXT "",IDC_INTRO_TEXT,21,6,279,25
  54. LTEXT "For more information about an item, select it, and then click Details.",
  55. IDT_DETAIL_TEXT,21,35,279,12
  56. CONTROL "",IDC_ROOT_LIST,"SysListView32",LVS_REPORT |
  57. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  58. LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER |
  59. WS_GROUP | WS_TABSTOP,21,51,279,70
  60. PUSHBUTTON "&Details...",IDC_DETAILS,21,128,50,14
  61. END
  62. IDD_STOPSVCWRN DIALOG DISCARDABLE 0, 0, 318, 143
  63. STYLE WS_CHILD | WS_CAPTION
  64. CAPTION "Service"
  65. FONT 8, "MS Shell Dlg"
  66. BEGIN
  67. LTEXT "To avoid errors the following services must be stopped.",
  68. -1,21,1,275,17
  69. CONTROL "List1",IDC_ROOT_LIST,"SysListView32",LVS_REPORT |
  70. LVS_SORTASCENDING | LVS_AUTOARRANGE | LVS_NOSORTHEADER |
  71. WS_BORDER,21,24,275,75
  72. END
  73. IDD_STOPSVC DIALOG DISCARDABLE 0, 0, 318, 143
  74. STYLE WS_CHILD | WS_CAPTION
  75. CAPTION "Service"
  76. FONT 8, "MS Shell Dlg"
  77. BEGIN
  78. LTEXT "Please wait while the following services are stopped.",
  79. -1,21,1,275,17
  80. LTEXT "Service: ", -1, 21,24, 25,17
  81. LTEXT "<filled in at runtime>",IDC_STOP_SERVICE,50,24,275,75
  82. END
  83. IDD_OSDIRECTORY DIALOG DISCARDABLE 0, 0, 318, 143
  84. STYLE WS_CHILD | WS_CAPTION
  85. CAPTION "OS Directory"
  86. FONT 8, "MS Shell Dlg"
  87. BEGIN
  88. LTEXT "The wizard will copy the installation image to a folder on the remote installation server. Type the name of the folder you want to use. If the folder does not exist, it will be created.",
  89. IDC_STATIC,21,1,276,27
  90. LTEXT "&Folder name:",IDC_STATIC,21,32,276,8
  91. EDITTEXT IDC_E_OSDIRECTORY,21,42,276,14,ES_AUTOHSCROLL
  92. END
  93. IDD_SUMMARY DIALOG DISCARDABLE 0, 0, 317, 143
  94. STYLE WS_CHILD | WS_CAPTION
  95. FONT 8, "MS Shell Dlg"
  96. BEGIN
  97. LTEXT "Before proceeding, review your settings. To change any settings, click Back.",
  98. IDC_STATIC,21,1,276,11
  99. LTEXT "Remote installation server:",IDC_STATIC,21,16,124,8
  100. LTEXT "Folder name:",IDC_STATIC,21,31,124,8
  101. LTEXT "Friendly description:",IDC_STATIC,21,46,124,8
  102. EDITTEXT IDC_E_DESCRIPTION,21,56,276,14,ES_AUTOHSCROLL |
  103. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  104. LTEXT "Help text:",IDC_STATIC,21,80,124,8
  105. EDITTEXT IDC_E_HELPTEXT,21,90,276,39,ES_MULTILINE |
  106. ES_AUTOVSCROLL | ES_READONLY | NOT WS_BORDER | NOT
  107. WS_TABSTOP
  108. EDITTEXT IDC_S_SERVERNAME,145,16,152,8,ES_AUTOHSCROLL |
  109. ES_READONLY | NOT WS_BORDER | WS_GROUP | NOT WS_TABSTOP
  110. EDITTEXT IDC_S_DIRECTORY,145,31,152,8,ES_AUTOHSCROLL |
  111. ES_READONLY | NOT WS_BORDER | WS_GROUP | NOT WS_TABSTOP
  112. END
  113. IDD_DEFAULTSIF DIALOG DISCARDABLE 0, 0, 317, 143
  114. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  115. CAPTION "SIF"
  116. FONT 8, "MS Shell Dlg"
  117. BEGIN
  118. LTEXT "Type a friendly description and help text for this Windows installation image. This text helps users of the Client Installation wizard choose the correct installation image.",
  119. IDC_STATIC,21,1,275,18
  120. LTEXT "&Friendly description:",IDC_STATIC,21,24,275,8
  121. EDITTEXT IDC_E_DESCRIPTION,21,34,275,14,ES_AUTOHSCROLL
  122. LTEXT "&Help text:",IDC_STATIC,21,53,275,8
  123. EDITTEXT IDC_E_HELPTEXT,21,63,275,48,ES_MULTILINE |
  124. ES_AUTOVSCROLL
  125. END
  126. IDD_TASKS DIALOGEX 0, 0, 317, 178
  127. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  128. CAPTION "Remote Installation Services Prep Tool"
  129. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  130. BEGIN
  131. LTEXT "Please wait while the wizard completes the following tasks:",
  132. IDC_STATIC,21,4,276,8
  133. LISTBOX IDC_L_TASKS,21,17,276,138,NOT LBS_NOTIFY |
  134. LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | LBS_NOSEL |
  135. NOT WS_BORDER | WS_VSCROLL,WS_EX_TRANSPARENT
  136. LTEXT "Static",IDC_S_OPERATION,21,163,276,9
  137. END
  138. IDD_SETUPPATH DIALOG DISCARDABLE 0, 0, 317, 143
  139. STYLE WS_CHILD | WS_CAPTION
  140. CAPTION "Setup Path"
  141. FONT 8, "MS Shell Dlg"
  142. BEGIN
  143. LTEXT "Select an installation image from which this computer can install additional components, if needed.",
  144. -1,21,1,276,21
  145. LISTBOX IDC_L_IMAGES,21,24,276,98,LBS_SORT |
  146. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  147. END
  148. IDD_APPLICATIONS_RUNNING DIALOG DISCARDABLE 0, 0, 317, 143
  149. STYLE WS_CHILD | WS_CAPTION
  150. FONT 8, "MS Shell Dlg"
  151. BEGIN
  152. LTEXT "To avoid errors and prevent data loss, close the programs and stop the services in the following list.",
  153. -1,21,1,275,17
  154. CONTROL "List1",IDC_L_PROCESSES,"SysListView32",LVS_REPORT |
  155. LVS_SORTASCENDING | LVS_AUTOARRANGE | LVS_NOSORTHEADER |
  156. WS_BORDER,21,24,275,75
  157. LTEXT "To stop a service, use Computer Management.",-1,21,106,
  158. 275,21
  159. END
  160. IDD_COMPLETE DIALOG DISCARDABLE 0, 0, 317, 186
  161. STYLE WS_CHILD | WS_CAPTION
  162. CAPTION "Welcome"
  163. FONT 8, "MS Shell Dlg"
  164. BEGIN
  165. LTEXT "Completing the Remote Installation Preparation Wizard",
  166. IDC_TITLE,115,8,188,28
  167. LTEXT "When you click Next, the wizard prepares and replicates the installation image, and then this workstation shuts down. When you restart the workstation, Windows mini-Setup starts.",
  168. IDC_STATIC,115,40,188,42
  169. LTEXT "After mini-Setup completes, you can use this computer to create additional workstation images. Simply add additional programs or change the desired configuration settings, and then run this wizard again.",
  170. IDC_STATIC,115,86,188,32
  171. LTEXT "To begin the image preparation process, click Next.",
  172. IDC_STATIC,115,129,188,10
  173. END
  174. IDD_VIEWERRORS DIALOG DISCARDABLE 0, 0, 317, 178
  175. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  176. CAPTION "Error Log"
  177. FONT 8, "MS Shell Dlg"
  178. BEGIN
  179. CONTROL "",IDC_E_ERRORS,"RICHEDIT",ES_MULTILINE | ES_AUTOVSCROLL |
  180. ES_AUTOHSCROLL | ES_READONLY | ES_WANTRETURN | WS_BORDER |
  181. WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,4,4,309,171
  182. END
  183. IDD_COMPATIBILITY_TEXT DIALOGEX 0, 0, 362, 153
  184. STYLE DS_MODALFRAME| WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  185. CAPTION "Compatibility Details"
  186. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  187. BEGIN
  188. EDITTEXT IDC_TEXT,0,0,362,125,ES_MULTILINE | ES_AUTOVSCROLL |
  189. ES_READONLY | WS_VSCROLL,WS_EX_CLIENTEDGE
  190. DEFPUSHBUTTON "OK",IDOK,156,132,50,14
  191. END
  192. #ifdef APSTUDIO_INVOKED
  193. /////////////////////////////////////////////////////////////////////////////
  194. //
  195. // TEXTINCLUDE
  196. //
  197. 1 TEXTINCLUDE DISCARDABLE
  198. BEGIN
  199. "resource.h\0"
  200. END
  201. 2 TEXTINCLUDE DISCARDABLE
  202. BEGIN
  203. "#include ""afxres.h""\r\n"
  204. "\0"
  205. END
  206. 3 TEXTINCLUDE DISCARDABLE
  207. BEGIN
  208. "\r\n"
  209. "\0"
  210. END
  211. #endif // APSTUDIO_INVOKED
  212. /////////////////////////////////////////////////////////////////////////////
  213. //
  214. // Icon
  215. //
  216. // Icon with lowest ID value placed first to ensure application icon
  217. // remains consistent on all systems.
  218. IDI_SETUP ICON DISCARDABLE "setup.ico"
  219. /////////////////////////////////////////////////////////////////////////////
  220. //
  221. // Bitmap
  222. //
  223. IDB_X BITMAP DISCARDABLE "x.bmp"
  224. IDB_HEADER BITMAP DISCARDABLE "header.bmp"
  225. IDB_TITLEPAGE BITMAP DISCARDABLE "titlepg.bmp"
  226. IDB_ARROW BITMAP DISCARDABLE "arrow.bmp"
  227. IDB_CHECK BITMAP DISCARDABLE "check.bmp"
  228. /////////////////////////////////////////////////////////////////////////////
  229. //
  230. // String Table
  231. //
  232. STRINGTABLE DISCARDABLE
  233. BEGIN
  234. IDS_APPNAME "Remote Installation Preparation Wizard"
  235. IDS_ALREADY_RUNNING_TITLE "Already Running"
  236. IDS_ALREADY_RUNNING_MESSAGE
  237. "You are currently running the Remote Installation Preparation wizard. You may only run one instance of the wizard at a time."
  238. IDS_ERROR "Error"
  239. IDS_LARGEFONTNAME "MS Shell Dlg"
  240. IDS_CANCELCAPTION "Confirm Cancellation"
  241. IDS_CANCELTEXT "Are you sure you want to cancel?"
  242. IDS_COMPAT_TITLE "Report System Compatibility"
  243. IDS_COMPAT_SUBTITLE "Checks your computer for suitability before you continue."
  244. IDS_STOPSVC_TITLE "Stop Services"
  245. IDS_STOPSVC_SUBTITLE "Stops services before you continue."
  246. IDS_SERVER_TITLE "Server Name"
  247. IDS_SERVER_SUBTITLE "Specify a remote installation server name."
  248. IDS_DIRECTORY_TITLE "Folder Name"
  249. IDS_DIRECTORY_SUBTITLE "Specify a folder on the remote installation server."
  250. IDS_SIF_TITLE "Friendly Description and Help Text"
  251. IDS_SIF_SUBTITLE "Provide a friendly description and help text for this installation image."
  252. IDS_FINISH_TITLE "Review Settings"
  253. IDS_FINISH_SUBTITLE "Verify your settings before you continue."
  254. END
  255. STRINGTABLE DISCARDABLE
  256. BEGIN
  257. IDS_SETUPPATH_TITLE "Select an Operating System Image"
  258. IDS_SETUPPATH_SUBTITLE "Specify the OS image to use for installing additional software or drivers."
  259. IDS_INITIALIZE "Initialize and generate initial task list"
  260. IDS_VERIFY_WINDOWS_VERSION "Verify Windows version"
  261. IDS_ANALYZE_PARTITIONS "Analyze partitions"
  262. IDS_COPY_PARTITIONS "Copy partition information"
  263. IDS_COPY_FILES "Copy files to server"
  264. IDS_COPY_REGISTRY "Copy and update registry information"
  265. IDS_PATH_DS_ENTRIES "Update directory services"
  266. IDS_UNKNOWN_TASK "Perform undefined task"
  267. IDS_INITIALIZING "Initializing..."
  268. IDS_VERIFYING_WINDOWS_VERSION "Verifying Windows version..."
  269. IDS_ANALYZING_PARTITIONS "Analyzing partitions..."
  270. IDS_COPYING_PARTITIONS "Preparing to mirror partition..."
  271. IDS_COPYING_FILES "Copying %s"
  272. IDS_COPYING_REGISTRY "Copying registry information..."
  273. END
  274. STRINGTABLE DISCARDABLE
  275. BEGIN
  276. IDS_UPDATING_DS_ENTRIES "Updating information in the directory service..."
  277. IDS_DOING_UNKNOWN_TASK "Performing undefined task (%s)...."
  278. IDS_REBOOT_SYSTEM "Shut down computer"
  279. IDS_REBOOTING_SYSTEM "Shutting down the computer..."
  280. IDS_APPLICATION_TITLE "Programs or Services are Running"
  281. IDS_APPLICATION_SUBTITLE
  282. "Close all programs and stop all services before proceeding."
  283. IDS_OSCHOOSER_RESTRICTION_TITLE "Folder Name Restriction"
  284. IDS_OSCHOOSER_RESTRICTION_TEXT
  285. "Restrictions in the Client Installation Wizard (OSChooser) limit the characters used to standard ASCII characters (OEM characters 32-127). Change any text that does not meet these restrictions. If you are not sure what characters can be used, consult an OEM character chart. For more information, see online Help.\n\nAlso, the folder name cannot have any of the following characters:\n\tspaces \\ / : * ? < > | \n\nPlease enter a folder name that conforms to these restrictions."
  286. IDS_DIRECTORY_EXISTS_TITLE "Folder Exists"
  287. IDS_DIRECTORY_EXISTS_TEXT
  288. "The folder name you entered already exists. If you use \nthis folder, there is the possibility that Setup will overwrite data.\nDo you want to use the existing folder anyway?"
  289. IDS_FAILED_TO_CONTACT_SERVER_TITLE "Failed to connect to server"
  290. IDS_NOT_A_BINL_SERVER_TITLE "Not a Remote Installation Server"
  291. END
  292. STRINGTABLE DISCARDABLE
  293. BEGIN
  294. IDS_NOT_A_BINL_SERVER_TEXT
  295. "The server you specified does not have the expected resources of a Remote Installation Server. This server might not be a Remote Installation Server, or the server might be malfunctioning.\n\nEnter the name of a functioning server."
  296. IDS_OSCHOOSER_RESTRICTION_FIELDS_TITLE
  297. "Client Installation Wizard Restriction"
  298. IDS_OSCHOOSER_RESTRICTION_FIELDS_TEXT
  299. "Restrictions in the Client Installation Wizard (OSChooser) limit the characters used to standard ASCII characters (OEM characters 32-127). Change any text that does not meet these restrictions. If you are not sure what characters can be used, consult an OEM character chart. For more information, see online Help."
  300. IDS_DEFAULT_LANGUAGE "English"
  301. IDS_UNKNOWN "Unknown"
  302. IDS_PROCESS_NAME_COLUMN "Process Name"
  303. IDS_APPL_NAME_COLUMN "Application Window or Service Name"
  304. IDS_DISK_FULL_TITLE "Disk Full"
  305. IDS_DISK_FULL_TEXT "The disk on the server is full. Free additional disk space before continuing, and then click RETRY to try again.\n\nTo continue without retrying, click IGNORE.\n\nTo cancel the operation and restart the computer, click ABORT."
  306. IDS_ENCRYPTED_FILE_TITLE "Encrypted File Found"
  307. IDS_ENCRYPTED_FILE_TEXT "The Remote Installation Preparation wizard found an encrypted file. Because this file will not be readable to others, the file will be skipped."
  308. IDS_MUST_BE_ADMINISTRATOR_TITLE "Administrator Privileges Required"
  309. IDS_MUST_BE_ADMINISTRATOR_TEXT
  310. "You must be an administrator of this computer to run this utility.\n\nLog off, and then log on using an administrator account."
  311. IDS_MUST_BE_WORKSTATION_TITLE "Workstation Only"
  312. IDS_MUST_BE_WORKSTATION_TEXT
  313. "This utility can only be run on Windows 2000 Professional systems."
  314. IDS_CANT_BE_DC_TITLE "Domain Controller Detected"
  315. IDS_CANT_BE_DC_TEXT "This utility can not be run on a Windows 2000 Domain Controller."
  316. IDS_MULTIPLE_PROFILES "Multiple Profiles Detected"
  317. IDS_MULTIPLE_PROFILES_DESC "Multiple User Profiles were detected. Ensure that no sensitive user data is present on the machine before proceeding. See the product documentation for any restrictions."
  318. IDS_ACTIVIATION_COUNT_EXCEEDED
  319. "Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared."
  320. END
  321. STRINGTABLE DISCARDABLE
  322. BEGIN
  323. IDS_SHARING_VIOLATION_TITLE "Sharing Violation"
  324. IDS_SHARING_VIOLATION_TEXT
  325. "%s could not be copied because of a sharing violation.\n\nTo skip the file and continue copying, click IGNORE.\n\nTo retry the copy operation, click RETRY.\n\nTo cancel all operations and restart the computer, click ABORT."
  326. IDS_ACCESS_DENIED_TITLE "Access Denied"
  327. IDS_ACCESS_DENIED_TEXT "%s could not be copied because access to the file was denied. This file will not be included in the new installation image.\n\nTo continue copying, click OK.\nTo cancel the copy process, click Cancel."
  328. IDS_MULTIPLE_DISK_TITLE "Multiple Partitions Detected"
  329. IDS_MULTIPLE_DISK_TEXT "This version of the Remote Installation Preparation wizard does not support multiple partitions. Be sure that your page file (Pagefile.sys), hibernation file (Hiberfil.sys), and all other required files and installed programs reside on the system partition."
  330. IDS_BOOT_PARTITION_TITLE "Boot Partition Problem"
  331. IDS_BOOT_PARTITION_TEXT "This workstation's boot partition is not on the same partition as the system root. This product currently does not support this configuration."
  332. IDS_NOT_COPYING_REPARSE_POINT_TITLE "Reparse Point Found"
  333. IDS_NOT_COPYING_REPARSE_POINT_TEXT
  334. "The reparse point %s was found.\n\nThis folder will not be copied to the installation image. It is suggested that you write a script to recreate this point after a user's inital logon."
  335. IDS_INVALID_ARCHITECTURE_TITLE "Invalid Architecture"
  336. IDS_INVALID_ARCHITECTURE_TEXT
  337. "Due to boot ROM limitations, this version of the product cannot be used on this computer architecture."
  338. IDS_MISSING_BACKING_FLAT_IMAGE_TITLE "Missing CD Image on Server"
  339. IDS_MISSING_BACKING_FLAT_IMAGE_TEXT
  340. "The RIS server to which you are attempting to post this installation does not contain the correct CD-based image. The version of the CD-based image on the server must match the version of the system you are attempting to image [Version %d.%d Build %d, Language %s]. Please either select a different RIS server to post this installation to or add the corresponding CD-based image to the current RIS server."
  341. IDS_QUIET "quiet"
  342. IDS_ACCESS_DENIED_LOG "Access Denied: %s\r\n"
  343. END
  344. STRINGTABLE DISCARDABLE
  345. BEGIN
  346. IDS_SHARING_VIOLATION_LOG "Sharing Violation: %s\r\n"
  347. IDS_NOT_COPYING_REPARSE_POINT_LOG "Can not copy reparse point: %s\r\n"
  348. IDS_ENCRYPTED_FILE_LOG "Encrypted File: %s\r\n"
  349. IDS_BOOT_PARTITION_LOG "Configuration Error: This workstation's boot partition is not on the same partition as the system root. This product currently does not support this configuration.\r\n"
  350. IDS_MULTIPLE_DISK_LOG "Partition Error: This version of the Remote Installation Preparation wizard does not support multiple partitions. Be sure that your page file (Pagefile.sys), hibernation file (Hiberfil.sys), and all other required files and installed programs reside on the system partition.\r\n"
  351. IDS_DISK_FULL_LOG "Server Disk Full: The disk on the server was full.\r\n"
  352. IDS_END_LOG "*\r\n* RIPREP completed successfully. Client shutdown started.\r\n*\r\n"
  353. IDS_ERROR_IGNORED "Error ignored. Operation continuing."
  354. IDS_OPERATION_ABORTED "Operation aborted. Exiting. The image is incomplete."
  355. IDS_DYNAMIC_DISK_TITLE "Boot Partition Problem"
  356. IDS_DYNAMIC_DISK_TEXT "This computer's system root is on a dynamic disk. This version of the Remote Installation Preparation wizard does not support dynamic disks."
  357. IDS_RETRY_ABORT_IGNORE_TEXT
  358. "\nThere was a problem with this file and it might not be included in the new installation image.\n\nTo retry the operation, click RETRY.\n\nTo ignore the error and continue copying, click IGNORE.\n\nTo cancel all operations and restart the computer, click ABORT."
  359. IDS_STATUS_RETRY "User requested a retry of the last operation."
  360. IDS_UNKNOWN_OPTION_FORMAT
  361. "The specified command line option %s is not recognized and will be ignored. "
  362. END
  363. STRINGTABLE DISCARDABLE
  364. BEGIN
  365. IDS_COMPAT_ERR "The following items are not compatible with the Remote Installation Preparation Wizard. Remote Installation Preparation Wizard cannot continue. Resolve the compatibility issue with each item before running Remote Installation Preparation Wizard again."
  366. IDS_COMPAT_WRN "The following items are not compatible with the Remote Installation Preparation Wizard. If you continue, you may not be able to use these items, even after Remote Installation Preparation Wizard is complete."
  367. IDS_COMPAT_ERR_WRN "The following items are not compatible with the Remote Installation Preparation Wizard. The compatibility issue with some of these items must be resolved before running Remote Installation Preparation Wizard again."
  368. IDS_STOPSVC_WRN "The following services must be stopped before proceeding with the Remote Installation Preparation Wizard. If you continue, these services will be stopped."
  369. IDS_SERVICE_DESC_UNKNOWN "(Description Unavailable)"
  370. IDS_SERVICE_DESC_FORMAT "%s %s"
  371. IDS_SERVICE_NAME_COLUMN "Name"
  372. IDS_SERVICE_DESCRIPTION_COLUMN "Description"
  373. IDS_INCOMPAT_STOP_FORMAT "%s is not compatible with the Remote Installation Preparation Wizard. Remote Installation Preparation Wizard cannot continue. Resolve the compatibility issue with each item before running Remote Installation Preparation Wizard again."
  374. IDS_INCOMPAT_WARN_FORMAT "%s is not compatible with the Remote Installation Preparation Wizard. If you continue, you may not be able to use these items, even after Remote Installation Preparation Wizard is complete."
  375. IDS_INCOMPAT_MSG_TITLE "Incompatibility"
  376. IDS_STOPSVC_FAIL_TITLE "Failed to stop service"
  377. IDS_STOPSVC_FAIL_TEXT "Remote Installation Preparation Wizard failed to stop one or more services. See riprep.log for details."
  378. IDS_SERVER_ACCESS "Server Access Denied"
  379. IDS_SERVER_ACCESS_DESC "The current user does not have sufficient permissions on the selected server. Please check the permissions."
  380. IDS_ADMINISTRATOR1 "Administrator"
  381. IDS_OWNER1 "Owner"
  382. IDS_TEMP_DIR "Local Settings\\Temp"
  383. IDS_TEMP_INTERNET_DIR "Local Settings\\Temporary Internet Files"
  384. IDS_HISTORY_DIR "Local Settings\\History"
  385. IDS_HISTORY_DIR_IE5 "Local Settings\\History.IE5"
  386. IDS_SID_DIR1 "Local Settings\\Application Data\\Microsoft\\Credentials"
  387. IDS_SID_DIR2 "Application Data\\Microsoft\\Credentials"
  388. IDS_SID_DIR3 "Application Data\\Microsoft\\Crypto\\RSA"
  389. END
  390. #endif // English (U.S.) resources
  391. /////////////////////////////////////////////////////////////////////////////
  392. #ifndef APSTUDIO_INVOKED
  393. /////////////////////////////////////////////////////////////////////////////
  394. //
  395. // Generated from the TEXTINCLUDE 3 resource.
  396. //
  397. /////////////////////////////////////////////////////////////////////////////
  398. #endif // not APSTUDIO_INVOKED