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.

731 lines
37 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. // Generated Help ID header file
  5. #define APSTUDIO_HIDDEN_SYMBOLS
  6. #include "resource.hm"
  7. #undef APSTUDIO_HIDDEN_SYMBOLS
  8. #define APSTUDIO_READONLY_SYMBOLS
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Generated from the TEXTINCLUDE 2 resource.
  12. //
  13. //#include "afxres.h"
  14. #include <winres.h>
  15. /////////////////////////////////////////////////////////////////////////////
  16. #undef APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////////
  18. // English (U.S.) resources
  19. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  20. #ifdef _WIN32
  21. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  22. #pragma code_page(1252)
  23. #endif //_WIN32
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // REGINST
  27. //
  28. REGINST REGINST MOVEABLE PURE "selfreg.inf"
  29. /////////////////////////////////////////////////////////////////////////////
  30. //
  31. // Dialog
  32. //
  33. IDD_PROP_INTELLIMIRROR_OS DIALOGEX 0, 0, 252, 218
  34. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  35. CAPTION "Images"
  36. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  37. BEGIN
  38. ICON IDI_RBSICON,IDC_STATIC,7,7,20,20
  39. LTEXT "The following installation images are installed on this remote installation server. ",
  40. IDC_STATIC,40,7,203,25
  41. LTEXT "&Images", IDC_STATIC,7,27,100,10
  42. CONTROL "List1",IDC_L_OS,"SysListView32",LVS_REPORT |
  43. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS |
  44. LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
  45. WS_TABSTOP,7,38,238,151,0,HIDC_L_OS
  46. PUSHBUTTON "A&dd...",IDC_B_ADD,7,196,56,14,0,0,HIDC_B_ADD
  47. PUSHBUTTON "&Remove",IDC_B_REMOVE,67,196,56,14,WS_DISABLED,0,
  48. HIDC_B_REMOVE
  49. PUSHBUTTON "&Properties",IDC_B_PROPERTIES,127,196,56,14,WS_DISABLED,
  50. 0,HIDC_B_PROPERTIES
  51. PUSHBUTTON "Re&fresh",IDC_B_REFRESH,187,196,58,14,0,0,
  52. HIDC_B_REFRESH
  53. END
  54. IDD_SIF_PROP_IMAGES DIALOGEX 0, 0, 252, 250
  55. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  56. CAPTION "Image Properties"
  57. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  58. BEGIN
  59. ICON IDI_RBSICON,IDC_STATIC,7,7,20,20
  60. LTEXT "Type a friendly description and help text for the installation image. This text helps users of the Client Installation wizard choose the correct installation image.",
  61. IDC_STATIC,40,7,205,27
  62. LTEXT "&Friendly description:",IDC_STATIC,7,39,238,8
  63. EDITTEXT IDC_E_DESCRIPTION,7,49,238,14,ES_AUTOHSCROLL,0,
  64. HIDC_E_DESCRIPTION
  65. LTEXT "&Help text:",IDC_STATIC,7,68,238,8
  66. EDITTEXT IDC_E_HELP,7,78,238,40,ES_MULTILINE | ES_AUTOVSCROLL |
  67. WS_VSCROLL,0,HIDC_E_HELP
  68. GROUPBOX "Image details",IDC_G_IMAGEDETAILS,7,125,238,99,0,0,
  69. HIDC_G_IMAGEDETAILS
  70. LTEXT "Version:",IDC_STATIC,17,138,76,8
  71. LTEXT "?",IDC_S_VERSION,99,138,141,8,0,0,HIDC_S_VERSION
  72. LTEXT "Language:",IDC_STATIC,17,151,44,8
  73. LTEXT "?",IDC_S_LANGUAGE,99,151,141,8,0,0,HIDC_S_LANGUAGE
  74. LTEXT "Template last modified:",IDC_STATIC,17,164,73,8
  75. LTEXT "?",IDC_S_LASTMODIFIED,99,164,141,8,0,0,
  76. HIDC_S_LASTMODIFIED
  77. LTEXT "Image type:",IDC_STATIC,17,177,76,8
  78. LTEXT "?",IDC_S_IMAGETYPE,99,177,141,8,0,0,HIDC_S_IMAGETYPE
  79. LTEXT "Image folder:",IDC_STATIC,17,190,76,8
  80. LTEXT "?",IDC_S_DIRECTORY,99,190,141,8,0,0,HIDC_S_DIRECTORY
  81. LTEXT "Image security:",IDC_STATIC,17,205,48,8
  82. PUSHBUTTON "&Permissions...",IDC_BUTTON1,99,202,60,14
  83. PUSHBUTTON "OK",IDOK,140,230,50,14
  84. PUSHBUTTON "Cancel",IDCANCEL,195,230,50,14
  85. END
  86. IDD_PROP_INTELLIMIRROR_SERVER DIALOGEX 0, 0, 252, 218
  87. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  88. CAPTION "Remote Install"
  89. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  90. BEGIN
  91. ICON IDI_RBSICON,IDC_STATIC,7,7,20,20
  92. LTEXT "You can manage this remote installation server and control the way it interacts with existing and potential client computers.",
  93. IDC_STATIC,40,7,205,24
  94. GROUPBOX "Client support",IDC_G_CLIENTSERVICING,7,32,238,44,0,0,
  95. HIDC_G_CLIENTSERVICING
  96. CONTROL "&Respond to client computers requesting service",
  97. IDC_C_RESPOND,"Button",BS_AUTOCHECKBOX | BS_TOP |
  98. BS_MULTILINE | WS_TABSTOP,14,44,224,10,0,HIDC_C_RESPOND
  99. CONTROL "Do not respond to &unknown client computers",
  100. IDC_C_KNOWNCLIENTS,"Button",BS_AUTOCHECKBOX | BS_TOP |
  101. BS_MULTILINE | WS_TABSTOP,26,58,212,10,0,
  102. HIDC_C_KNOWNCLIENTS
  103. GROUPBOX "Check server",IDC_G_CHECKSERVER,7,81,238,84,0,0,
  104. HIDC_G_CHECKSERVER
  105. LTEXT "If this remote installation server is exhibiting problems, select the ""Verify Server"" option to perform an integrity check. If problems are encountered they will be fixed. ",
  106. IDC_STATIC,14,93,224,32
  107. LTEXT "This option is only available from the server console.",
  108. IDC_STATIC,14,126,224,11
  109. PUSHBUTTON "Veri&fy Server",IDC_B_CHECKSERVER,162,143,76,14,
  110. WS_DISABLED,0,HIDC_B_CHECKSERVER
  111. PUSHBUTTON "&Show Clients...",IDC_B_CLIENTS,71,196,86,14,0,0,
  112. HIDC_B_CLIENTS
  113. PUSHBUTTON "Ad&vanced Settings...",IDC_B_SERVICE,161,196,86,14,0,0,
  114. HIDC_B_SERVICE
  115. END
  116. IDD_PROP_TOOLS DIALOGEX 0, 0, 252, 218
  117. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  118. CAPTION "Tools"
  119. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  120. BEGIN
  121. ICON IDI_RBSICON,IDC_STATIC,7,7,20,20
  122. LTEXT "The following maintenance and troubleshooting tools are installed on this remote installation server.",
  123. IDC_STATIC,40,7,199,26
  124. LTEXT "&Tools", IDC_STATIC,7,27,100,10
  125. CONTROL "List1",IDC_L_TOOLS,"SysListView32",LVS_REPORT |
  126. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  127. LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_ALIGNLEFT |
  128. LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,38,238,151,0,
  129. HIDC_L_TOOLS
  130. PUSHBUTTON "Re&move",IDC_B_REMOVE,81,196,50,14,WS_DISABLED,0,
  131. HIDC_B_REMOVE
  132. PUSHBUTTON "P&roperties",IDC_B_PROPERTIES,135,196,50,14,WS_DISABLED,
  133. 0,HIDC_B_PROPERTIES
  134. PUSHBUTTON "Re&fresh",IDC_B_REFRESH,189,196,50,14,0,0,
  135. HIDC_B_REFRESH
  136. END
  137. IDD_PROP_INTELLIMIRROR_CLIENT DIALOGEX 0, 0, 252, 218
  138. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  139. CAPTION "Remote Install"
  140. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  141. BEGIN
  142. ICON IDI_RBSICON,IDC_STATIC,7,7,21,20
  143. LTEXT "The following information is used to maintain this computer.",
  144. IDC_STATIC,40,12,199,12
  145. LTEXT "&Computer's unique ID:",IDC_STATIC,7,36,238,8
  146. EDITTEXT IDC_E_GUID,7,46,238,14,ES_AUTOHSCROLL | WS_DISABLED,0,
  147. HIDC_E_GUID
  148. LTEXT "Re&mote Installation server:",IDC_STATIC,7,65,238,8
  149. EDITTEXT IDC_E_SERVERNAME,7,75,184,14,ES_AUTOHSCROLL |
  150. WS_DISABLED,0,HIDC_E_SERVERNAME
  151. PUSHBUTTON "&Server Settings...",IDC_B_SERVER,171,122,74,14,
  152. WS_DISABLED,0,HIDC_B_SERVER
  153. PUSHBUTTON "S&earch...",IDC_B_SEARCH,195,75,50,14,WS_DISABLED,0,
  154. HIDC_B_SEARCH
  155. LTEXT "If a remote installation server is not specified, the client will boot from any available server.",
  156. IDC_STATIC,7,99,238,16
  157. END
  158. IDD_PROP_NEW_CLIENTS DIALOGEX 0, 0, 252, 218
  159. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  160. CAPTION "New Clients"
  161. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  162. BEGIN
  163. ICON IDI_RBSICON,IDC_STATIC,7,7,20,20
  164. LTEXT "Select a computer naming format for new client computers, and set the location in the directory service where client computer accounts will be created.",
  165. IDC_STATIC,40,7,205,26
  166. GROUPBOX "Client computer naming format",IDC_G_NAMINGFORMAT,7,35,
  167. 238,73,0,0,HIDC_G_NAMINGFORMAT
  168. LTEXT "&Generate client computer names using:",IDC_STATIC,14,
  169. 47,214,8
  170. COMBOBOX IDC_CB_NAMINGPOLICY,14,57,170,144,CBS_DROPDOWNLIST |
  171. WS_VSCROLL | WS_TABSTOP,0,HIDC_CB_NAMINGPOLICY
  172. PUSHBUTTON "Custo&mize...",IDC_B_ADVANCED,188,57,50,14,0,0,
  173. HIDC_B_ADVANCED
  174. LTEXT "Example: John Smith's computer would be named:",
  175. IDC_STATIC,14,76,224,8
  176. EDITTEXT IDC_E_SAMPLE,14,86,225,13,ES_AUTOHSCROLL | ES_READONLY |
  177. NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_STATICEDGE,
  178. HIDC_E_SAMPLE
  179. GROUPBOX "Client account location",IDC_G_CLIENTACCOUNTLOCATION,7,
  180. 114,238,95,0,0,HIDC_G_CLIENTACCOUNTLOCATION
  181. LTEXT "Create the client computer account in the following directory service location:",
  182. IDC_STATIC,14,126,224,17
  183. CONTROL "&Default directory service location",
  184. IDC_R_DOMAINDEFAULT,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  185. BS_MULTILINE,14,147,224,10,0,HIDC_R_DOMAINDEFAULT
  186. CONTROL "Same location as that of the &user setting up the client computer",
  187. IDC_R_SAMEASUSER,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  188. BS_MULTILINE,14,161,224,10,0,HIDC_R_SAMEASUSER
  189. CONTROL "The following directory &service location:",
  190. IDC_R_SPECIFICLOCATION,"Button",BS_AUTORADIOBUTTON |
  191. BS_TOP | BS_MULTILINE,14,176,224,10,0,
  192. HIDC_R_SPECIFICLOCATION
  193. EDITTEXT IDC_E_NEWMACHINEOU,26,186,158,14,ES_AUTOHSCROLL |
  194. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,
  195. WS_EX_STATICEDGE,HIDC_E_NEWMACHINEOU
  196. PUSHBUTTON "B&rowse...",IDC_B_BROWSE,188,186,50,14,0,0,
  197. HIDC_B_BROWSE
  198. END
  199. IDD_ADVANCEDNAMIMG DIALOGEX 16, 16, 317, 206
  200. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  201. CAPTION "Computer Account Generation"
  202. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  203. BEGIN
  204. LTEXT "Using the following variables, you can create a format for automatically generating custom computer names for new installations:",
  205. IDC_STATIC,7,7,303,15
  206. LTEXT "User's first name:",IDC_STATIC,8,30,192,8
  207. LTEXT "%First",IDC_STATIC,208,30,63,8
  208. LTEXT "User's last name:",IDC_STATIC,8,40,192,8
  209. LTEXT "%Last",IDC_STATIC,208,40,63,8
  210. LTEXT "User's logon name:",IDC_STATIC,8,50,192,8
  211. LTEXT "%Username",IDC_STATIC,208,50,63,8
  212. LTEXT "Ethernet MAC address of computer's network adapter:",
  213. IDC_STATIC,8,60,192,8
  214. LTEXT "%MAC",IDC_STATIC,208,60,63,8
  215. LTEXT "Incremental number:",IDC_STATIC,8,70,192,8
  216. LTEXT "%#",IDC_STATIC,208,70,63,8
  217. LTEXT "n characters of the indicated field:",IDC_STATIC,8,86,
  218. 192,8
  219. LTEXT "%nField",IDC_STATIC,208,86,63,8
  220. LTEXT "(example: %4First = first 4 characters of the user's first name)",
  221. IDC_STATIC,8,95,192,8
  222. LTEXT "Type the custom naming format you want to use:",
  223. IDC_STATIC,7,119,303,8
  224. LTEXT "&Format:",IDC_STATIC,8,136,32,8
  225. EDITTEXT IDC_E_FORMAT,44,133,266,14,ES_AUTOHSCROLL,0,
  226. HIDC_E_FORMAT
  227. LTEXT "Sample:",IDC_STATIC,8,153,32,8
  228. LTEXT "The name generated for John Smith (username: JOHNSMI) is:",
  229. IDC_STATIC,44,153,266,9
  230. EDITTEXT IDC_E_SAMPLE,44,163,266,14,ES_AUTOHSCROLL | ES_READONLY |
  231. NOT WS_BORDER,WS_EX_STATICEDGE,HIDC_E_SAMPLE
  232. LTEXT "n digits of the field padded with zeros",IDC_STATIC,8,
  233. 105,192,8
  234. LTEXT "%0nField",IDC_STATIC,208,105,63,8
  235. DEFPUSHBUTTON "OK",IDOK,206,185,50,14
  236. PUSHBUTTON "Cancel",IDCANCEL,260,185,50,14
  237. END
  238. IDD_ADD_PAGE7 DIALOG DISCARDABLE 0, 0, 317, 143
  239. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  240. CAPTION "Add..."
  241. FONT 8, "MS Shell Dlg"
  242. BEGIN
  243. LTEXT "Select a sample unattended Setup answer file from the following list:",
  244. IDC_STATIC,8,1,301,10
  245. CONTROL "List1",IDC_L_SIFS,"SysListView32",LVS_REPORT |
  246. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  247. LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOSORTHEADER |
  248. WS_BORDER | WS_TABSTOP,7,11,303,118
  249. END
  250. IDD_MANAGED_WIZARD_PAGE DIALOGEX 0, 0, 252, 170
  251. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  252. CAPTION "Managed"
  253. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  254. BEGIN
  255. ICON IDI_COMPUTER,IDC_S_ICON,10,13,20,20
  256. LTEXT "Create in:",IDC_STATIC,44,19,43,8
  257. EDITTEXT IDC_S_CREATEIN,89,19,155,12,ES_AUTOHSCROLL | ES_READONLY |
  258. NOT WS_BORDER | NOT WS_TABSTOP
  259. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,40,
  260. 236,1
  261. LTEXT "If you are creating a computer account for a managed computer, select the check box below, and then type the computer's complete GUID. The GUID may be found in the system BIOS or posted on the computer case.",
  262. IDC_STATIC,7,49,238,26
  263. CONTROL "This is a mana&ged computer",IDC_C_MANAGED_PC,"Button",
  264. BS_AUTOCHECKBOX | WS_TABSTOP,7,82,238,10,0,
  265. HIDC_C_MANAGED_PC
  266. LTEXT "Computer's &unique ID (GUID/UUID):",IDC_S_GUID,20,97,
  267. 225,8, WS_DISABLED
  268. EDITTEXT IDC_E_GUID,20,108,227,14,ES_AUTOHSCROLL | WS_DISABLED,0,
  269. HIDC_E_GUID
  270. END
  271. IDD_HOST_SERVER_PAGE DIALOGEX 0, 0, 252, 170
  272. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  273. CAPTION "Host server"
  274. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  275. BEGIN
  276. ICON IDI_COMPUTER,IDC_S_ICON,10,13,21,20
  277. LTEXT "Create in:",IDC_STATIC,44,19,43,8
  278. EDITTEXT IDC_S_CREATEIN,89,19,155,12,ES_AUTOHSCROLL | ES_READONLY |
  279. NOT WS_BORDER | NOT WS_TABSTOP
  280. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,40,
  281. 236,1
  282. LTEXT "Specify the remote installation server to support this client:",
  283. IDC_STATIC,7,47,236,8
  284. CONTROL "&Any available remote installation server",
  285. IDC_B_ANYSERVER,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  286. BS_MULTILINE,7,62,238,10,0,HIDC_B_ANYSERVER
  287. CONTROL "&The following remote installation server:",
  288. IDC_B_SPECIFICSERVER,"Button",BS_AUTORADIOBUTTON |
  289. BS_TOP | BS_MULTILINE,7,77,238,10,0,
  290. HIDC_B_SPECIFICSERVER
  291. EDITTEXT IDC_E_SERVER,19,91,172,14,ES_AUTOHSCROLL | WS_DISABLED,0,
  292. HIDC_E_SERVER
  293. PUSHBUTTON "S&earch...",IDC_B_SEARCH,195,91,50,14,WS_DISABLED,0,
  294. HIDC_B_SEARCH
  295. LTEXT "The server name you enter should be a fully qualified DNS hostname.",
  296. IDC_STATIC,19,112,226,18
  297. END
  298. IDD_GUID_QUERY_FORM DIALOGEX 0, 0, 275, 74
  299. STYLE DS_FIXEDSYS | DS_CONTROL | WS_CHILD
  300. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  301. BEGIN
  302. LTEXT "&GUID:",IDC_STATIC,7,10,43,8
  303. EDITTEXT IDC_E_GUID,59,7,209,14,ES_AUTOHSCROLL,0,HIDC_E_GUID
  304. LTEXT "&RI server:",IDC_STATIC,7,28,43,8
  305. EDITTEXT IDC_E_SERVER,59,25,209,14,ES_AUTOHSCROLL,0,HIDC_E_SERVER
  306. END
  307. IDD_SERVER_QUERY_FORM DIALOGEX 0, 0, 275, 74
  308. STYLE DS_FIXEDSYS | DS_CONTROL | WS_CHILD
  309. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  310. BEGIN
  311. LTEXT "&RI server:",IDC_STATIC,7,28,43,8
  312. EDITTEXT IDC_E_SERVER,59,25,209,14,ES_AUTOHSCROLL,0,HIDC_E_SERVER
  313. END
  314. IDD_DUPLICATE_GUID DIALOGEX 0, 0, 272, 74
  315. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  316. CAPTION "Duplicate GUID Detected"
  317. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  318. BEGIN
  319. LTEXT "The GUID you provided already exists in the directory service. Duplicate GUIDs can cause a remote installation server to function improperly.",
  320. IDC_STATIC,8,7,256,20
  321. LTEXT "To search for the duplicates, click Query for Duplicates. To continue anyway, click OK. To enter a different GUID, click Cancel.",
  322. IDC_STATIC,8,30,256,19
  323. PUSHBUTTON "&Query for Duplicates",IDC_B_QUERY,68,53,88,14,0,0,
  324. HIDC_B_QUERY
  325. DEFPUSHBUTTON "OK",IDOK,160,53,50,14
  326. PUSHBUTTON "Cancel",IDCANCEL,214,53,50,14
  327. END
  328. IDD_ADD_PAGE1 DIALOG DISCARDABLE 0, 0, 317, 143
  329. STYLE WS_CHILD | WS_CAPTION
  330. CAPTION "Add..."
  331. FONT 8, "MS Shell Dlg"
  332. BEGIN
  333. LTEXT "Do you want to associate a new unattended Setup answer file to an existing installation image, or add an entirely new image?",
  334. IDC_STATIC,7,1,301,20
  335. CONTROL "&Associate a new answer file to an existing image",
  336. IDC_B_ADDSIF,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  337. BS_MULTILINE,7,24,301,10
  338. CONTROL "A&dd a new installation image",IDC_B_NEWIMAGE,"Button",
  339. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_DISABLED,
  340. 7,65,301,10
  341. LTEXT "This option copies a new unattended Setup answer file to an existing image. You can copy the answer file from an existing remote installation server, choose an existing sample answer file, or specify the path to an answer file.",
  342. IDC_STATIC,19,34,291,25
  343. LTEXT "This option copies the contents of a supported Windows CD and associates a standard unattended Setup answer file with the image. This option is only available at the server console.",
  344. IDC_STATIC,19,75,291,26
  345. END
  346. IDD_ADD_PAGE3 DIALOG DISCARDABLE 0, 0, 317, 143
  347. STYLE WS_CHILD | WS_CAPTION
  348. CAPTION "Add..."
  349. FONT 8, "MS Shell Dlg"
  350. BEGIN
  351. LTEXT "Type the name of the remote installation server from which you want to copy the unattended Setup answer file, or click Search to select from a list of available servers.",
  352. IDC_STATIC,7,1,301,18
  353. LTEXT "&Server:",IDC_STATIC,9,27,31,8
  354. EDITTEXT IDC_E_SERVER,42,24,214,14,ES_AUTOHSCROLL
  355. PUSHBUTTON "S&earch...",IDC_B_SEARCH,260,24,50,14
  356. END
  357. IDD_ADD_PAGE2 DIALOG DISCARDABLE 0, 0, 317, 143
  358. STYLE WS_CHILD | WS_CAPTION
  359. CAPTION "Add..."
  360. FONT 8, "MS Shell Dlg"
  361. BEGIN
  362. LTEXT "Select the source containing the unattended Setup answer file you want to copy:",
  363. IDC_STATIC,7,1,303,10
  364. CONTROL "&Windows image sample files",IDC_B_FROMSAMPLES,"Button",
  365. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,16,303,11
  366. CONTROL "Another &remote installation server",IDC_B_SERVER,
  367. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,31,
  368. 303,10
  369. CONTROL "An &alternate location",IDC_B_LOCATION,"Button",
  370. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,46,303,11
  371. END
  372. IDD_ADD_PAGE5 DIALOG DISCARDABLE 0, 0, 317, 143
  373. STYLE WS_CHILD | WS_CAPTION
  374. CAPTION "Add..."
  375. FONT 8, "MS Shell Dlg"
  376. BEGIN
  377. LTEXT "Enter the path to the unattended Setup answer file you want to copy.",
  378. IDC_STATIC,7,1,303,11
  379. LTEXT "&Path:",IDC_STATIC,8,19,28,8
  380. EDITTEXT IDC_E_FILEPATH,39,16,217,14,ES_AUTOHSCROLL
  381. PUSHBUTTON "B&rowse...",IDC_B_BROWSE,260,16,50,14
  382. END
  383. IDD_ADD_PAGE6 DIALOG DISCARDABLE 0, 0, 317, 143
  384. STYLE WS_CHILD | WS_CAPTION
  385. CAPTION "Add..."
  386. FONT 8, "MS Shell Dlg"
  387. BEGIN
  388. LTEXT "Select an installation image from the following list:",
  389. IDC_STATIC,7,1,303,10
  390. CONTROL "List1",IDC_L_OSES,"SysListView32",LVS_REPORT |
  391. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  392. LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOSORTHEADER |
  393. WS_BORDER | WS_TABSTOP,7,11,303,118
  394. END
  395. IDD_ADD_PAGE8 DIALOG DISCARDABLE 0, 0, 317, 143
  396. STYLE WS_CHILD | WS_CAPTION
  397. CAPTION "Add..."
  398. FONT 8, "MS Shell Dlg"
  399. BEGIN
  400. LTEXT "The file name for the unattended Setup answer file already exists on the target server. Type a new file name.",
  401. IDC_STATIC,7,1,301,17
  402. LTEXT "&File name:",IDC_STATIC,7,27,38,9
  403. EDITTEXT IDC_E_FILENAME,48,24,262,14,ES_AUTOHSCROLL
  404. END
  405. IDD_ADD_PAGE4 DIALOG DISCARDABLE 0, 0, 317, 143
  406. STYLE WS_CHILD | WS_CAPTION
  407. CAPTION "Add..."
  408. FONT 8, "MS Shell Dlg"
  409. BEGIN
  410. LTEXT "Select an unattended Setup answer file from the following list:",
  411. IDC_STATIC,7,1,303,8
  412. CONTROL "List1",IDC_L_SIFS,"SysListView32",LVS_REPORT |
  413. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  414. LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOSORTHEADER |
  415. WS_BORDER | WS_TABSTOP,7,11,303,118
  416. END
  417. IDD_ADD_PAGE9 DIALOG DISCARDABLE 0, 0, 317, 143
  418. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  419. CAPTION "Add..."
  420. FONT 8, "MS Shell Dlg"
  421. BEGIN
  422. 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.",
  423. IDC_STATIC,7,1,303,22
  424. LTEXT "&Friendly description:",IDC_STATIC,7,24,303,8
  425. EDITTEXT IDC_E_DESCRIPTION,7,34,303,14,ES_AUTOHSCROLL
  426. LTEXT "&Help text:",IDC_STATIC,7,53,303,8
  427. EDITTEXT IDC_E_HELPTEXT,7,63,303,48,ES_MULTILINE | ES_AUTOVSCROLL
  428. END
  429. IDD_ADD_PAGE10 DIALOGEX 0, 0, 317, 143
  430. STYLE WS_CHILD | WS_CAPTION
  431. CAPTION "Add..."
  432. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  433. BEGIN
  434. LTEXT "You specified the following settings for copying a new unattended Setup information file.",
  435. IDC_STATIC,8,1,301,12
  436. LTEXT "Source image:",IDC_STATIC,8,21,72,9
  437. LTEXT "?",IDC_S_SOURCEIMAGE,80,21,229,10,NOT WS_GROUP
  438. LTEXT "Source path:",IDC_STATIC,8,32,72,9
  439. EDITTEXT IDC_E_SOURCE,80,32,229,37,ES_MULTILINE | ES_READONLY |
  440. NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_STATICEDGE
  441. LTEXT "Destination image:",IDC_STATIC,8,76,72,8
  442. LTEXT "?",IDC_S_DESTIMAGE,80,76,229,10,NOT WS_GROUP
  443. LTEXT "Destination path:",IDC_STATIC,8,88,72,8
  444. EDITTEXT IDC_E_DESTINATION,80,88,229,48,ES_MULTILINE |
  445. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,
  446. WS_EX_STATICEDGE
  447. END
  448. IDD_SIF_PROP_TOOLS DIALOGEX 0, 0, 252, 244
  449. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  450. CAPTION "Tool Properties"
  451. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  452. BEGIN
  453. ICON IDI_RBSICON,IDC_STATIC,7,7,20,20
  454. LTEXT "Type a friendly description and help text for this tool. This text helps users of the Client Installation wizard choose the correct tool.",
  455. IDC_STATIC,40,7,205,27
  456. LTEXT "&Friendly description:",IDC_STATIC,7,39,238,8
  457. EDITTEXT IDC_E_DESCRIPTION,7,49,238,14,ES_AUTOHSCROLL,0,
  458. HIDC_E_DESCRIPTION
  459. LTEXT "&Help text:",IDC_STATIC,7,68,238,8
  460. EDITTEXT IDC_E_HELP,7,78,238,40,ES_MULTILINE | ES_AUTOVSCROLL |
  461. WS_VSCROLL,0,HIDC_E_HELP
  462. GROUPBOX "Image details",IDC_G_IMAGEDETAILS,7,126,238,89,0,0,
  463. HIDC_G_IMAGEDETAILS
  464. LTEXT "Version:",IDC_STATIC,16,139,76,8
  465. LTEXT "?",IDC_S_VERSION,99,139,141,8,0,0,HIDC_S_VERSION
  466. LTEXT "Language:",IDC_STATIC,16,152,44,8
  467. LTEXT "?",IDC_S_LANGUAGE,99,152,141,8,0,0,HIDC_S_LANGUAGE
  468. LTEXT "Template last modified:",IDC_STATIC,16,165,73,8
  469. LTEXT "?",IDC_S_LASTMODIFIED,99,165,141,8,0,0,
  470. HIDC_S_LASTMODIFIED
  471. LTEXT "Tool folder:",IDC_STATIC,16,178,76,8
  472. LTEXT "?",IDC_S_DIRECTORY,99,178,141,8,0,0,HIDC_S_DIRECTORY
  473. LTEXT "Image Security:",IDC_STATIC,16,195,50,8
  474. PUSHBUTTON "&Permissions...",IDC_BUTTON1,99,192,60,14
  475. PUSHBUTTON "OK",IDOK,140,223,50,14
  476. PUSHBUTTON "Cancel",IDCANCEL,195,223,50,14
  477. END
  478. #ifdef APSTUDIO_INVOKED
  479. /////////////////////////////////////////////////////////////////////////////
  480. //
  481. // TEXTINCLUDE
  482. //
  483. 1 TEXTINCLUDE DISCARDABLE
  484. BEGIN
  485. "resource.h\0"
  486. END
  487. 2 TEXTINCLUDE DISCARDABLE
  488. BEGIN
  489. "#include ""afxres.h""\r\n"
  490. "\0"
  491. END
  492. 3 TEXTINCLUDE DISCARDABLE
  493. BEGIN
  494. "\r\n"
  495. "\0"
  496. END
  497. #endif // APSTUDIO_INVOKED
  498. /////////////////////////////////////////////////////////////////////////////
  499. //
  500. // Icon
  501. //
  502. // Icon with lowest ID value placed first to ensure application icon
  503. // remains consistent on all systems.
  504. IDI_RBSICON ICON DISCARDABLE "rbsicon.ico"
  505. IDI_COMPUTER ICON DISCARDABLE "computer.ico"
  506. /////////////////////////////////////////////////////////////////////////////
  507. //
  508. // Bitmap
  509. //
  510. IDB_HEADER BITMAP DISCARDABLE "header.bmp"
  511. /////////////////////////////////////////////////////////////////////////////
  512. //
  513. // DESIGNINFO
  514. //
  515. #ifdef APSTUDIO_INVOKED
  516. GUIDELINES DESIGNINFO DISCARDABLE
  517. BEGIN
  518. IDD_PROP_INTELLIMIRROR_CLIENT, DIALOG
  519. BEGIN
  520. LEFTMARGIN, 7
  521. RIGHTMARGIN, 245
  522. VERTGUIDE, 195
  523. HORZGUIDE, 75
  524. HORZGUIDE, 89
  525. END
  526. END
  527. #endif // APSTUDIO_INVOKED
  528. /////////////////////////////////////////////////////////////////////////////
  529. //
  530. // String Table
  531. //
  532. STRINGTABLE DISCARDABLE
  533. BEGIN
  534. IDS_BIGFONTSIZE "13"
  535. IDS_SAMPLENAMINGPOLICY "First initial, Last name;%1First%60Last%#;Last name, First initial;%60Last%1First%#;First name, Last initial;%60First%1Last%#;Last initial, First name;%1Last%60First%#;Username;%61Username%#;NP plus MAC;NP%MAC;Custom;"
  536. IDS_WORD_CUSTOM "Custom"
  537. IDS_COLUMN1 "Server"
  538. IDS_COLUMN2 "Master"
  539. IDS_COLUMN3 "Slave"
  540. IDS_COLUMN4 "Huh"
  541. IDS_BROWSEFOROU_CAPTION "Browse for a Directory Service Folder"
  542. IDS_BROWSEFOROU_TITLE "Select the location to create computer accounts in."
  543. IDS_NOT_AVAILABLE "not available"
  544. IDS_CLIENTS_COLUMN1 "Computer Name"
  545. IDS_CLIENTS_COLUMN2 "Last Accessed"
  546. IDC_CLIENTS_COLUMN3 "Disk Space"
  547. IDS_OS_COLUMN1 "Description"
  548. END
  549. STRINGTABLE DISCARDABLE
  550. BEGIN
  551. IDS_OS_COLUMN2 "Platform"
  552. IDS_OS_COLUMN3 "Language"
  553. IDS_OS_COLUMN4 "OS Version"
  554. IDS_OS_COLUMN5 "Directory"
  555. IDS_ERROR_ACCOUNTEXISTS "A computer account with that name already exists in the directory service. Please enter a different name for this computer."
  556. IDC_ERROR_CREATINGACCOUNT_TITLE "Error Creating Machine Account"
  557. IDS_ERROR "Error Occurred!"
  558. IDS_ERROR_WRITINGTOCOMPUTERACCOUNT "Error while writing computer account!"
  559. IDS_ERROR_READINGCOMPUTERACCOUNT "Error reading computer account!"
  560. IDS_ERROR_OPENNINGGROUPOBJECT "Error reading group object!"
  561. IDS_ERROR_DELETINGCOMPUTERDIRECTORY "Error deleting client directory!"
  562. IDS_ERROR_REMOVINGCOMPUTERACCOUNT
  563. "Error deleting client computer account!"
  564. IDS_COULDNOTCONTACTSERVER_CAPTION "Server Failure"
  565. IDS_COULDNOTCONTACTSERVER_TEXT
  566. "Unable to contact the remote install server. The server may not be accessible at this time. The directory service has been updated with the new settings."
  567. END
  568. STRINGTABLE DISCARDABLE
  569. BEGIN
  570. IDS_AREYOUSURE_CAPTION "Are you sure you want to delete?"
  571. IDS_DELETESIF_TEXT "Are you sure you want to delete this unattended information file (SIF)?"
  572. IDS_ADVANCED_NAMING_RESTRICTIONS_TITLE "Advanced Naming Restriction"
  573. IDS_ADVANCED_NAMING_RESTRICTIONS_TEXT
  574. "You have entered a character that is not allowed in the naming string. Please go back and remove the illegal character. If you are not sure what characters are legal, please search help on ""machine naming."""
  575. IDS_DNS_NAME_LENGTH_WARNING_TITLE "Name Length Warning"
  576. IDS_DNS_NAME_LENGTH_WARNING_TEXT
  577. "The format string you have enter could possibly generate a name that is longer than the system allowed limit. It is suggested that you add limiters to your string. For example, %20Last would limit to only the first 20 characters of the last name.\n\nIf you want to keep the string as is, click Yes.\nIf you would like to enter a different string, click No."
  578. IDS_OSCHOOSER_RESTRICTION_FIELDS_TITLE
  579. "Client Installation Wizard Restriction"
  580. IDS_OSCHOOSER_RESTRICTION_FIELDS_TEXT
  581. "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."
  582. IDS_UNABLETODETERMINESERVERNAME_TITLE "Server Name Not Accessible"
  583. IDS_UNABLETODETERMINESERVERNAME_TEXT
  584. "The server name of the object you have select was not able to be determined. Some options may not be available or may not work correctly. You may have to stop and restart the service on the remote machine to get the changes to apply."
  585. IDS_MANAGED_PC "This is a managed PC.\nGUID: %s\nHost Server: %s"
  586. IDS_ANY_SERVER "any available server"
  587. IDS_REMOTE_INSTALL_CLIENTS "Remote Installation Clients"
  588. IDS_REMOTE_INSTALL_SERVERS "Remote Installation Servers"
  589. IDS_GUID "GUID"
  590. IDS_HOST_SERVER "Host Server"
  591. IDS_PROBLEM_SEARCHING_TEXT "There was a problem finding Remote Installation Servers on the network. Contact your system administrator."
  592. IDS_PROBLEM_SEARCHING_TITLE "Cannot find servers."
  593. END
  594. STRINGTABLE DISCARDABLE
  595. BEGIN
  596. IDS_NAME "Name"
  597. IDS_INVALID_GUID_CAPTION "GUID Not Valid"
  598. IDS_INVALID_GUID_TEXT "The globally unique identifier (GUID) query you entered is not valid. Use one of the following formats to enter a GUID:\n\n\t0123456789ABCDEFABCDEFABCDEFABCD or\n\n\t{67452301-AB89-EFCD-ABCD-EFABCDEFABCD}\t(Note byte reordering)"
  599. IDS_ADD_DOT_DOT_DOT "Add..."
  600. IDS_PAGE1_TITLE "New Answer File or Installation Image"
  601. IDS_PAGE1_SUBTITLE "You can associate a new answer file with an existing image, or you can add a new image."
  602. IDS_PAGE2_TITLE "Unattended Setup Answer File Source"
  603. IDS_PAGE2_SUBTITLE "You can copy an unattended Setup answer file from a number of sources."
  604. IDS_PAGE3_TITLE "Select a Remote Installation Server"
  605. IDS_PAGE3_SUBTITLE "Which server contains the unattended Setup answer file that you want to copy to this server?"
  606. IDS_PAGE4_TITLE "Select an Answer File to Copy"
  607. IDS_PAGE4_SUBTITLE "Which unattended Setup answer file do you want to copy?"
  608. IDS_PAGE5_TITLE "Location of Answer File"
  609. IDS_PAGE5_SUBTITLE "Provide the location of the unattended Setup answer file you want to associate with this installation image."
  610. IDS_PAGE6_TITLE "Select an Installation Image"
  611. IDS_PAGE6_SUBTITLE "Specify the installation image with which you want to associate the unattended Setup answer file."
  612. END
  613. STRINGTABLE DISCARDABLE
  614. BEGIN
  615. IDS_MUST_BE_FLAT_TEXT "The file you entered is not a unattend setup information file (SIF) or the SIF is not portable to other images. Only SIFs for CD based images should be copied. For more information, see online Help."
  616. IDC_NOT_A_BINL_SERVER "Not a Remote Installation Server"
  617. IDS_USER_LOCATION "User Specified Location"
  618. IDS_BROWSE_FOR_BINL_SERVER_TITLE "Select a Remote Installation Server"
  619. IDS_INVALID_PARTIAL_GUID_TEXT
  620. "The globally unique identifier (GUID) query you entered is not valid. Use one of the following formats to enter a GUID:\n\n\t0123456789ABCDEFABCDEFABCDEFABCD or\n\t{67452301-AB89-EFCD-ABCD-EFABCDEFABCD}\t(Note byte reordering)\n\nAll characters in a GUID must be hexadecimal values.\nPartial GUIDs are acceptable, but they must consist of an even number of hexadecimal characters."
  621. IDS_OFN_SIF_FILTER "Unattend Setup Information Files"
  622. IDS_OSCHOOSER_DIRECTORY_RESTRICTION_TITLE "Name Restriction"
  623. IDS_OSCHOOSER_DIRECTORY_RESTRICTION_TEXT
  624. "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 name that conforms to these restrictions."
  625. IDS_OVERWRITE_CAPTION "File Exists"
  626. IDS_OVERWRITE_TEXT "The file being copied already exists.\nClick Yes to overwrite the file or No to change the name of the file being copied."
  627. IDC_IMPROPER_EXTENSION_CAPTION "Improper Extension"
  628. IDC_IMPROPER_EXTENSION_TEXT
  629. "The file extension for the filename you entered is missing or is not equal to "".SIF"". This will make the unattend setup information file not viewible by client installation wizard and administrative ulitilies.\n\nDo you wish to proceed with the filename you entered?"
  630. IDS_CUSTOM_NAMING_DESCRIPTION
  631. "Custom naming rules lets you customize the automatically generated account name for new computers. %First, %Last, %Username, %MAC, and %# may be used to automatically enter information from the user's first name, user's last name, user's account name, Ethernet MAC address of the computer's network card, and incremental numbering. You can extract a selected number of characters from any field. For example, %1First gives you the first character from the first name field."
  632. IDS_PROBLEM_FINDING_SERVER_TITLE "Server Object Not Found"
  633. IDS_PROBLEM_FINDING_SERVER_TEXT
  634. "The server name entered does not refer to a unique server object, or the server doesn't exist. The client cannot be supported. Enter the name of a valid remote installation server."
  635. IDS_REMOVING_GUID_TITLE "Removing GUID From Client"
  636. END
  637. STRINGTABLE DISCARDABLE
  638. BEGIN
  639. IDS_PAGE7_TITLE "Select a Sample Answer File"
  640. IDS_PAGE7_SUBTITLE "Sample unattended Setup answer files are provided with the installation image."
  641. IDS_PAGE8_TITLE "File Already Exists"
  642. IDS_PAGE8_SUBTITLE "An unattended Setup answer file already exists."
  643. IDS_CANCELCAPTION "Are you sure?"
  644. IDS_CANCELTEXT "Are you sure you want to abort this wizard?"
  645. IDS_NA "n/a"
  646. IDS_NOTARISERVER_CAPTION "Error Connecting"
  647. IDS_NOTARISERVER_TEXT "The server you specified is not available or it is not a Remote Installation Server.\n\nPlease enter the name of an available Remote Installation Server."
  648. IDS_ERROR_COPYING_FILE "Error Copying File"
  649. IDS_PAGE9_TITLE "Friendly Description and Help Text"
  650. IDS_PAGE9_SUBTITLE "Provide a friendly description and help text for this installation image."
  651. IDS_PAGE10_TITLE "Review Settings"
  652. IDS_PAGE10_SUBTITLE "Verify your settings before continuing."
  653. IDS_RISETUP_FAILED_TO_START "RISETUP failed to start"
  654. IDS_MUST_BE_FLAT_CAPTION "Incorrect Format Found"
  655. END
  656. STRINGTABLE DISCARDABLE
  657. BEGIN
  658. IDS_REMOVING_GUID_TEXT "Removing the GUID from this client will make the Remote Install tab inaccessible. To recreate the GUID on this client, you will need to rerun the Client Installation wizard.\n\nDo you want to continue removing the GUID?\n"
  659. IDS_PROBLEM_FINDING_SERVER_CONFIRM_TEXT
  660. "The server name cannot be found on the network because the server is not a Remote Installation server, the server is not on the network, or you are experiencing network problems.\n\nDo you still want to use the server name? \n"
  661. END
  662. #endif // English (U.S.) resources
  663. /////////////////////////////////////////////////////////////////////////////
  664. #ifndef APSTUDIO_INVOKED
  665. /////////////////////////////////////////////////////////////////////////////
  666. //
  667. // Generated from the TEXTINCLUDE 3 resource.
  668. //
  669. /////////////////////////////////////////////////////////////////////////////
  670. #endif // not APSTUDIO_INVOKED