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.

462 lines
21 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "dlgs.h"
  10. #include "afxres.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Dialog
  23. //
  24. IDD_PROPPAGE_WELCOME DIALOG DISCARDABLE 0, 0, 317, 143
  25. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  26. FONT 8, "MS Shell Dlg"
  27. BEGIN
  28. CONTROL "",IDC_FRAME_WELCOME,"Static",SS_ETCHEDFRAME,0,0,317,143
  29. CONTROL "",IDC_FRAME_WELCOME_MS,"Static",0xa,90,0,72,10
  30. CONTROL "",IDC_FRAME_WELCOME_TITLE,"Static",0xa,99,10,217,19
  31. CONTROL "",IDC_FRAME_WELCOME_INTRO,"Static",0xa,99,29,217,30
  32. CONTROL "",IDC_FRAME_WELCOME_FEATURE,"Static",0xa,166,59,150,83
  33. END
  34. IDD_PROPPAGE_END DIALOG DISCARDABLE 0, 0, 317, 143
  35. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  36. FONT 8, "MS Shell Dlg"
  37. BEGIN
  38. LTEXT "Thank you for choosing Microsoft software.\n\n\nClick Finish or press Enter to exit Setup.",
  39. IDC_STATIC,27,55,273,73
  40. CONTROL "",IDC_FRAME_BANNER,"Static",SS_ETCHEDFRAME,0,0,317,36
  41. CONTROL "",IDC_FRAME_BANNER_MS,"Static",0xa,113,8,63,8
  42. CONTROL "",IDC_FRAME_BANNER_TITLE,"Static",0xa,123,16,193,19
  43. END
  44. IDD_PROPPAGE_PUBLISH_DIR DIALOG DISCARDABLE 0, 0, 317, 143
  45. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  46. FONT 8, "MS Shell Dlg"
  47. BEGIN
  48. CONTROL "",IDC_FRAME_BANNER,"Static",SS_ETCHEDFRAME,0,0,317,36
  49. CONTROL "",IDC_FRAME_BANNER_MS,"Static",0xa,113,8,63,8
  50. CONTROL "",IDC_FRAME_BANNER_TITLE,"Static",0xa,123,16,193,19
  51. CTEXT "Setup will install this folder as your default Web publishing home directory.",
  52. IDC_STATIC,15,41,273,8
  53. GROUPBOX "&WWW Service",IDC_WWW_PUB_GROUP,13,53,298,28
  54. EDITTEXT IDC_WWW_PUB_EDIT,21,62,219,14,ES_AUTOHSCROLL
  55. PUSHBUTTON "B&rowse...",IDC_WWW_PUB_BROWSE,252,62,45,14
  56. CTEXT "Setup will install this folder as your default FTP publishing directory.",
  57. IDC_STATIC,15,91,273,8
  58. GROUPBOX "&FTP Service",IDC_FTP_PUB_GROUP,13,104,298,28
  59. EDITTEXT IDC_FTP_PUB_EDIT,21,113,219,14,ES_AUTOHSCROLL
  60. PUSHBUTTON "Br&owse...",IDC_FTP_PUB_BROWSE,252,113,45,14
  61. END
  62. IDD_PROPPAGE_EULA DIALOG DISCARDABLE 0, 0, 317, 143
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  64. FONT 8, "MS Shell Dlg"
  65. BEGIN
  66. CTEXT "End User License Agreement",IDC_STATIC,98,41,121,8
  67. EDITTEXT IDC_LICENSE_TEXT,16,52,285,69,ES_MULTILINE | ES_READONLY |
  68. WS_VSCROLL
  69. PUSHBUTTON "&Accept",IDC_EULA_ACCEPT,51,125,87,14
  70. PUSHBUTTON "&Decline",IDC_EULA_DECLINE,188,125,87,14
  71. CONTROL "",IDC_FRAME_BANNER,"Static",SS_ETCHEDFRAME,0,0,317,36
  72. CONTROL "",IDC_FRAME_BANNER_MS,"Static",0xa,113,8,63,8
  73. CONTROL "",IDC_FRAME_BANNER_TITLE,"Static",0xa,123,16,193,19
  74. END
  75. IDD_BROWSEDIRECTORY DIALOG DISCARDABLE 0, 0, 211, 164
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  77. CAPTION "Select Directory"
  78. FONT 8, "MS Shell Dlg"
  79. BEGIN
  80. LTEXT "Directory &name:",IDC_STATIC,5,5,92,9
  81. EDITTEXT edt1,5,19,137,12,ES_AUTOHSCROLL | ES_OEMCONVERT
  82. LISTBOX lst2,5,36,137,93,LBS_SORT | LBS_OWNERDRAWFIXED |
  83. LBS_HASSTRINGS | LBS_DISABLENOSCROLL | WS_VSCROLL |
  84. WS_TABSTOP
  85. LTEXT "Dri&ves:",1091,5,134,92,9
  86. COMBOBOX cmb2,5,144,137,68,CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED |
  87. CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER |
  88. WS_VSCROLL | WS_TABSTOP
  89. DEFPUSHBUTTON "OK",IDOK,155,5,50,14,WS_GROUP
  90. PUSHBUTTON "Cancel",IDCANCEL,155,23,50,14,WS_GROUP
  91. PUSHBUTTON "&Help",psh15,155,41,50,14,WS_GROUP
  92. CONTROL "&Read Only",chx1,"Button",BS_AUTOCHECKBOX | WS_GROUP |
  93. WS_TABSTOP,155,67,50,12
  94. LTEXT "(filename)",1088,145,154,41,9,SS_NOPREFIX | NOT
  95. WS_VISIBLE
  96. LTEXT "File &Name:",1090,169,154,36,9,NOT WS_VISIBLE
  97. LISTBOX lst1,166,132,39,12,LBS_SORT | LBS_OWNERDRAWFIXED |
  98. LBS_HASSTRINGS | LBS_DISABLENOSCROLL | NOT WS_VISIBLE |
  99. WS_VSCROLL | WS_TABSTOP
  100. LTEXT "List Files of &Type:",1089,161,154,44,9,NOT WS_VISIBLE
  101. COMBOBOX cmb1,160,151,45,30,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL |
  102. NOT WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP
  103. END
  104. IDD_PROPPAGE_MODE_MAINTENANCE DIALOG DISCARDABLE 0, 0, 317, 143
  105. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  106. FONT 8, "MS Shell Dlg"
  107. BEGIN
  108. PUSHBUTTON "&Add/Remove",IDC_ADDREMOVE,21,48,57,22
  109. PUSHBUTTON "&Reinstall",IDC_REINSTALL,21,109,57,22
  110. PUSHBUTTON "Re&move All",IDC_REMOVEALL,21,79,57,22
  111. LTEXT "Add new components or remove installed components from the current installation.",
  112. IDC_STATIC,99,48,208,27
  113. LTEXT "Repeat the last installation to restore missing files and settings.",
  114. IDC_STATIC,99,109,208,27
  115. LTEXT "Remove all previously installed components.",IDC_STATIC,
  116. 99,79,208,27
  117. CONTROL "",IDC_FRAME_BANNER,"Static",SS_ETCHEDFRAME,0,0,317,36
  118. CONTROL "",IDC_FRAME_BANNER_MS,"Static",0xa,112,8,63,8
  119. CONTROL "",IDC_FRAME_BANNER_TITLE,"Static",0xa,122,16,193,19
  120. END
  121. IDD_PROPPAGE_MODE_FRESH DIALOG DISCARDABLE 0, 0, 317, 143
  122. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  123. FONT 8, "MS Shell Dlg"
  124. BEGIN
  125. CONTROL "",IDC_FRAME_BANNER,"Static",SS_ETCHEDFRAME,0,0,317,36
  126. CONTROL "",IDC_FRAME_BANNER_MS,"Static",0xa,113,8,63,8
  127. CONTROL "",IDC_FRAME_BANNER_TITLE,"Static",0xa,123,16,193,19
  128. PUSHBUTTON "&Minimum",IDC_MINIMUM,27,45,50,19,WS_DISABLED
  129. PUSHBUTTON "&Typical",IDC_TYPICAL,27,79,50,19,WS_DISABLED
  130. DEFPUSHBUTTON "C&ustom",IDC_CUSTOM,27,113,50,19
  131. LTEXT "",IDC_FRESH_MINIMUM_STATIC,90,39,214,29
  132. LTEXT "",IDC_FRESH_TYPICAL_STATIC,90,74,214,29
  133. LTEXT "",IDC_FRESH_CUSTOM_STATIC,90,109,214,29
  134. END
  135. IDD_PROPPAGE_MODE_UPGRADE DIALOG DISCARDABLE 0, 0, 317, 143
  136. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  137. FONT 8, "MS Shell Dlg"
  138. BEGIN
  139. PUSHBUTTON "&Upgrade Only",IDC_UPGRADEONLY,41,116,88,14
  140. PUSHBUTTON "U&pgrade Plus",IDC_ADDEXTRACOMPS,188,116,88,14
  141. LTEXT "Choose ""Upgrade Only"" to upgrade existing components only.\n\nChoose ""Upgrade Plus"" to upgrade existing components and to add new components. Note: the previously installed components will remain checked, you are not allowed to uncheck them.",
  142. IDC_STATIC,21,65,284,43
  143. LTEXT "We're going to upgrade this version of your Microsoft Web Server to the newer version.",
  144. IDC_STATIC,21,41,284,19
  145. CONTROL "",IDC_FRAME_BANNER,"Static",SS_ETCHEDFRAME,0,0,317,36
  146. CONTROL "",IDC_FRAME_BANNER_MS,"Static",0xa,113,8,63,8
  147. CONTROL "",IDC_FRAME_BANNER_TITLE,"Static",0xa,123,16,193,19
  148. END
  149. IDD_PROPPAGE_SRC_PATH DIALOG DISCARDABLE 0, 0, 317, 143
  150. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  151. FONT 8, "MS Shell Dlg"
  152. BEGIN
  153. CONTROL "",IDC_FRAME_BANNER,"Static",SS_ETCHEDFRAME,0,0,317,36
  154. CONTROL "",IDC_FRAME_BANNER_MS,"Static",0xa,114,8,63,8
  155. CONTROL "",IDC_FRAME_BANNER_TITLE,"Static",0xa,124,16,193,19
  156. LTEXT "Reinstall provides you with a way to restore missing files and default settings.",
  157. IDC_STATIC,16,62,274,10
  158. CONTROL "Refresh files only. \nMaintains all your custom settings while refreshing files.",
  159. IDC_REINSTALL_REFRESH_FILES,"Button",BS_AUTORADIOBUTTON |
  160. BS_MULTILINE | WS_GROUP | WS_TABSTOP,16,79,274,21
  161. CONTROL "Refresh files and settings. \nRestores default settings and refreshes files.",
  162. IDC_REINSTALL_REFRESH_SETTINGS,"Button",
  163. BS_AUTORADIOBUTTON | BS_MULTILINE,16,109,274,20
  164. GROUPBOX "Reinstall",IDC_STATIC,13,45,291,90
  165. END
  166. IDD_DIALOG_MSG DIALOG DISCARDABLE 0, 0, 219, 54
  167. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  168. CAPTION "Checking Configuration"
  169. FONT 8, "MS Shell Dlg"
  170. BEGIN
  171. DEFPUSHBUTTON "Cancel",IDCANCEL,84,33,50,14
  172. CTEXT "Working...",IDC_STATIC_TOPLINE,7,7,205,10
  173. CTEXT "...",IDC_STATIC_BOTTOMLINE,7,21,205,8
  174. END
  175. IDD_ENCRYPTED_WRITE_ERROR_DIALOG DIALOG DISCARDABLE 0, 0, 260, 95
  176. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  177. FONT 8, "MS Shell Dlg"
  178. BEGIN
  179. DEFPUSHBUTTON "&Retry",IDRETRY,7,74,82,14
  180. PUSHBUTTON "&Write UnEncrypted",IDWRITEUNENCRYPTED,89,74,82,14
  181. PUSHBUTTON "&Write UnEncrypted All",IDWRITEUNENCRYPTEDALL,171,74,82,
  182. 14
  183. LTEXT "Error writing encrypted data to the Web Sever's configuration database (Metabase).",
  184. IDC_STATIC1,7,7,246,20
  185. LTEXT "Press 'Retry' to retry or 'Write UnEncrypted' to write the data unencrypted. You can change this data back to encrypted after setup has completed.",
  186. IDC_STATIC3,7,53,246,20
  187. LTEXT "The Error code = 0x%x",IDC_STATIC2,7,27,246,22
  188. END
  189. #ifdef APSTUDIO_INVOKED
  190. /////////////////////////////////////////////////////////////////////////////
  191. //
  192. // TEXTINCLUDE
  193. //
  194. 1 TEXTINCLUDE DISCARDABLE
  195. BEGIN
  196. "resource.h\0"
  197. END
  198. 2 TEXTINCLUDE DISCARDABLE
  199. BEGIN
  200. "#include ""dlgs.h""\r\n"
  201. "#include ""afxres.h""\r\n"
  202. "\0"
  203. END
  204. 3 TEXTINCLUDE DISCARDABLE
  205. BEGIN
  206. "#include ""version.rc2""\r\n"
  207. "\0"
  208. END
  209. #endif // APSTUDIO_INVOKED
  210. /////////////////////////////////////////////////////////////////////////////
  211. //
  212. // Bitmap
  213. //
  214. IDB_FTP BITMAP DISCARDABLE "ftp.bmp"
  215. IDB_WWW BITMAP DISCARDABLE "www.bmp"
  216. IDB_WWW_VDIR BITMAP DISCARDABLE "www_vdir.bmp"
  217. IDB_W3SAMP BITMAP DISCARDABLE "w3samp.bmp"
  218. IDB_INETMGR BITMAP DISCARDABLE "inetmgr.bmp"
  219. IDB_HTMLA BITMAP DISCARDABLE "htmla.bmp"
  220. IDB_PWS BITMAP DISCARDABLE "pws.bmp"
  221. IDB_TOPLEVEL_IIS BITMAP DISCARDABLE "iis.bmp"
  222. /////////////////////////////////////////////////////////////////////////////
  223. //
  224. // DESIGNINFO
  225. //
  226. #ifdef APSTUDIO_INVOKED
  227. GUIDELINES DESIGNINFO DISCARDABLE
  228. BEGIN
  229. IDD_DIALOG_MSG, DIALOG
  230. BEGIN
  231. LEFTMARGIN, 7
  232. RIGHTMARGIN, 212
  233. TOPMARGIN, 7
  234. BOTTOMMARGIN, 47
  235. END
  236. IDD_ENCRYPTED_WRITE_ERROR_DIALOG, DIALOG
  237. BEGIN
  238. LEFTMARGIN, 7
  239. RIGHTMARGIN, 253
  240. TOPMARGIN, 7
  241. BOTTOMMARGIN, 88
  242. END
  243. END
  244. #endif // APSTUDIO_INVOKED
  245. /////////////////////////////////////////////////////////////////////////////
  246. //
  247. // String Table
  248. //
  249. STRINGTABLE DISCARDABLE
  250. BEGIN
  251. IDS_CANNOT_GET_MACHINE_NAME "Cannot get machine name"
  252. IDS_OS_NOT_SUPPORT "This setup utility can only be run on Windows XP."
  253. IDS_CANNOT_DETECT_OS_TYPE "Cannot detect OS type"
  254. END
  255. STRINGTABLE DISCARDABLE
  256. BEGIN
  257. IDS_IIS_ALL_INSTALL "Installing Internet Information Services..."
  258. IDS_IIS_ALL_UPGRADE "Upgrading Internet Information Services..."
  259. IDS_IIS_ALL_CONFIGURE "Configuring Internet Information Services..."
  260. IDS_IIS_ALL_REMOVE "Removing Internet Information Services..."
  261. IDS_OS_VERSION_NOT_SUPPORTED
  262. "This setup utility can only be run on Windows XP (or greater)."
  263. IDS_GUEST_NAME "IUSR_"
  264. IDS_IIS_ALL_COMPLETE "Completing Installation..."
  265. IDS_IIS_ERROR_MSGBOXTITLE "IIS Setup Error"
  266. IDS_USER_COMMENT "Built-in account for anonymous access to Internet Information Services"
  267. IDS_USER_FULLNAME "Internet Guest Account"
  268. IDS_IIS_ALL_FILEOPS "Starting file operations..."
  269. END
  270. STRINGTABLE DISCARDABLE
  271. BEGIN
  272. IDS_NEED_INPUT_WWW "Please specify a valid input in the WWW edit box."
  273. IDS_ADMIN_SERVER_COMMENT "Administration Web Site"
  274. END
  275. STRINGTABLE DISCARDABLE
  276. BEGIN
  277. IDS_DEPENDENT_UPON_THIS_SVC_ERR
  278. "The '%s' does not exist. IIS is dependent upon the '%s' service.\n\nSetup will continue but the installation may not work."
  279. IDS_LOADLIBRARY_FAILED "Unable to load the file '%s'. The file exists but there is most likely a missing dependency .DLL which it links to.\n"
  280. IDS_RUN_PROG_FAILED "Failed to run the program: '%s'."
  281. IDS_BEFORE_CALLING_FILE "Before calling '%s'."
  282. END
  283. STRINGTABLE DISCARDABLE
  284. BEGIN
  285. IDS_REMOVE_GOPHER "The Microsoft Gopher service is no longer supported. If you click OK to continue the installation, Gopher will be removed. Otherwise click Cancel to exit Setup."
  286. IDS_EULA_DECLINED "By canceling out of this installation, you are not authorized to install, copy or otherwise use this software in any manner."
  287. IDS_SELECT_DIR "Select Directory"
  288. IDS_NOT_ADMINISTRATOR "You have to be an administrator to run this setup utility."
  289. IDS_NT5_NEEDED "Please install Windows XP and then run this setup again."
  290. IDS_NEED_INPUT_FTP "Please specify a valid input in the FTP edit box."
  291. END
  292. STRINGTABLE DISCARDABLE
  293. BEGIN
  294. IDS_FRESH_MINIMUM_STRING
  295. "Requires the least amount of disk space. Provides the basic functionality to deploy Web sites."
  296. IDS_FRESH_TYPICAL_STRING
  297. "The recommended configuration. Includes all of the Minimum components, along with basic documentation and additional components to allow you to build and deploy Web applications."
  298. IDS_FRESH_CUSTOM_STRING "For advanced Web site developers. Provides the option to choose and customize all components. All options included in the Typical installation are pre-selected."
  299. IDS_REMOVEALL_WARNING "In addition to removing all software installed, this will remove all user-defined COM+ Applications and IIS configuration backups. Do you want to continue?"
  300. IDS_INCORRECT_PLATFORM "This setup utility is designed to run on another OS. Please click OK to exit."
  301. IDS_NEED_PLATFORM_NTW "This setup utility is designed to run on Windows XP Professional. Please click OK to exit."
  302. IDS_CANNOT_OPEN_SRC_FILE "Setup cannot open %s for copying."
  303. IDS_CANNOT_OPEN_DEST_FILE
  304. "Setup failed to copy to %s. Please make sure that you have Administrator permission on the target machine."
  305. IDS_CANNOT_COPY_FILE "Setup failed to copy %s to %s."
  306. END
  307. STRINGTABLE DISCARDABLE
  308. BEGIN
  309. IDS_SERVICE_IN_DELETE_STATE
  310. "Your machine has pending reboot operations. The '%s' service has been marked for deletion upon reboot.\n\nPlease reboot your machine before proceeding with this setup."
  311. IDS_NEED_VALID_PATH_UNATTENDED
  312. "You have specified invalid path(s) in your unattended text file. Please correct the situation in the next dialog."
  313. IDS_WAM_ACCOUNT_NAME "IWAM_"
  314. IDS_WAMUSER_COMMENT "Built-in account for Internet Information Services to start out of process applications"
  315. IDS_WAMUSER_FULLNAME "Launch IIS Process Account"
  316. IDS_UNABLE_TO_STOP_SERVICE "Unable to stop service %s."
  317. END
  318. STRINGTABLE DISCARDABLE
  319. BEGIN
  320. IDS_INVALID_DIR_INETSRV "%s is not a valid directory path. Please fix it, then click OK to continue."
  321. IDS_APP_FRIENDLY_ROOT "Default Application"
  322. IDS_APP_FRIENDLY_IISADMIN "Administration Application"
  323. IDS_APP_FRIENDLY_WEBPUB "Personal Publishing Application"
  324. IDS_APP_FRIENDLY_IISSAMPLES "Sample Application"
  325. IDS_APP_FRIENDLY_IISHELP "IIS Help Application"
  326. IDS_UNABLE_TO_CREATE_DRIVER
  327. "Unable to create driver %s.\n\nYour installation will not work. Please remove this installation, reboot, then reinstall."
  328. IDS_BITMAP_MS "Microsoft"
  329. IDS_BITMAP_TITLE "Microsoft IIS 5.0"
  330. IDS_WELCOMES_INTRO " The Microsoft Internet Information Services provides\n enhanced Web, application, and communication\n services for Windows XP Server."
  331. IDS_WELCOMES_FEATURE " Features include:\n\n Internet Information Server\n Administration\n Development Components"
  332. IDS_WELCOMEW_INTRO " The Microsoft Internet Information Services provides\n enhanced Web and application development services\n for Windows XP Professional."
  333. IDS_WELCOMEW_FEATURE " Features include:\n\n Personal Web Server\n Administration\n Developer Components"
  334. END
  335. STRINGTABLE DISCARDABLE
  336. BEGIN
  337. IDS_LOCATE_FILE "Locate File"
  338. IDS_NEED_TCPIP_WARNING "Setup has detected that you don't have TCP/IP installed. You will not be able to install some of the options as a result. You can click OK to continue, or click CANCEL to exit the setup. "
  339. IDS_TCPIP_NEEDED_ON_OPTION
  340. "Setup has detected that you don't have TCP/IP installed. This option cannot be installed as a result."
  341. IDS_BAD_SIGNATURE_RELNOTES
  342. "The RSABASE.DLL file has not been registered correctly. If the issue persists please re-register the file using the RegSrv32 command."
  343. IDS_DEFAULT_WEB_SITE "Default Web Site"
  344. IDS_DEFAULT_FTP_SITE "Default FTP Site"
  345. IDS_BITMAP_MS_TRADEMARK "Microsoft�"
  346. IDS_BITMAP_TITLE_TRADEMARK "Windows XP� IIS 6.0"
  347. IDS_BITMAP_MS_TRADEMARK_OTHER "Microsoft(R)"
  348. IDS_MTS_NOT_INSTALLED "Microsoft COM+ is not installed. Please install it then re-run this setup."
  349. IDS_UNATTEND_UNSUPPORTED
  350. "Unattend.txt unsupported mode """"%s"""". Aborting Unattended install."
  351. END
  352. STRINGTABLE DISCARDABLE
  353. BEGIN
  354. IDS_OS_BUILD_NUM_REQUIREMENT
  355. "This installation of IIS requires an Windows XP Build Greater than %s.\n\nSetup will continue but the installation may not function."
  356. IDS_UNABLE_TO_START "Unable to start service '%s'."
  357. IDS_ERR_CALLING_DLL_PROCEDURE
  358. "Error calling procedure '%s()' in file '%s'.\n"
  359. IDS_OLE_INIT_FAILED "Error Initialization of OLE failed before loading file: '%s'."
  360. IDS_FILE_DOES_NOT_EXIST "The file '%s' does not exist.\n"
  361. IDS_UNABLE_TO_LOCATE_PROCEDURE
  362. "Unable to locate the procedure '%s()' in the file '%s'.\n"
  363. IDS_RETRY "Do you want to retry?"
  364. IDS_REGSVR_CAUGHT_EXCEPTION
  365. "%s. Exception while calling procedure '%s' in file '%s'."
  366. IDS_SETDATA_ERROR "Error Setting IIS Metabase data."
  367. IDS_GETDATA_ERROR "Error Getting IIS Metabase data."
  368. END
  369. STRINGTABLE DISCARDABLE
  370. BEGIN
  371. IDS_MTS_INCORRECTLY_INSTALLED
  372. "Microsoft COM+ is not correctly installed.\nError on CoCreateInstance of MTS Catalog object. \n\nPlease resolve the problem then re-run this setup."
  373. IDS_COMPLETED_FILE_CALL "Completed call to '%s'."
  374. IDS_TEMPLATE_PUBLIC_WEB_SITE
  375. "Allows all users to browse static and dynamic content."
  376. IDS_TEMPLATE_PUBLIC_SECURE_SITE
  377. "Allows users with a Windows account to view static and dynamic content."
  378. IDS_TEMPLATE_PUBLIC_FTP_SITE "Allows all users to download files via FTP."
  379. END
  380. STRINGTABLE DISCARDABLE
  381. BEGIN
  382. IDS_SETUP_ERRORS_ENCOUNTERED
  383. "IIS Setup encountered an error. Please check the %s file for further information."
  384. IDS_TCPIP_ERROR "*** Warning *** Tcp/Ip is not installed. Tcp/Ip is required for IIS to work. Install Tcp/Ip to for IIS to function.*** Warning ***"
  385. IDS_HTTPCUSTOM_UTF8 "Content-Type: Text/html; Charset=UTF-8"
  386. IDS_REMOVE_CLUS_W3SVC_FIRST
  387. "Warning: W3SVC is needed by at least one cluster resource '%s'. You should remove this cluster resource."
  388. IDS_REMOVE_CLUS_MSFTPSVC_FIRST
  389. "Warning: MSFTPSVC is in use by at least one cluster resource '%s'. You should remove this cluster resource."
  390. IDS_FAKE_METABASE_BIN_TEXT
  391. "This file is for legacy backup applications only. Please consult Metabase.XML and MBSchema.XML for metabase content."
  392. END
  393. STRINGTABLE DISCARDABLE
  394. BEGIN
  395. IDS_SETUP_ERRORS_ENCOUNTERED_MTS
  396. "Microsoft COM+ was not setup correctly.\nIIS Setup will continue, but the server may not function properly.\n\nFailure occured in:%s."
  397. IDS_MTS_DOING_CREATEINPROC "Creating in process application..."
  398. IDS_MTS_ERROR_TITLEBAR "MTS Setup Error"
  399. IDS_ADD_SETTINGS_FOR_WEB_1 "Configuring Web Site %d..."
  400. IDS_ADD_SETTINGS_FOR_WEB_2 "Configuring Web Site %d, virtual dir %s..."
  401. IDS_ADD_SETTINGS_FOR_FTP_1 "Configuring FTP Site %d..."
  402. IDS_ADD_SETTINGS_FOR_FTP_2 "Configuring FTP Site %d, virtual dir %s..."
  403. END
  404. #endif // English (U.S.) resources
  405. /////////////////////////////////////////////////////////////////////////////
  406. #ifndef APSTUDIO_INVOKED
  407. /////////////////////////////////////////////////////////////////////////////
  408. //
  409. // Generated from the TEXTINCLUDE 3 resource.
  410. //
  411. #include "version.rc2"
  412. /////////////////////////////////////////////////////////////////////////////
  413. #endif // not APSTUDIO_INVOKED