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.

338 lines
15 KiB

  1. // Microsoft Visual C++ 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_DIALOG_MSG DIALOG 0, 0, 219, 54
  25. STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
  26. CAPTION "Checking Configuration"
  27. FONT 8, "MS Shell Dlg"
  28. BEGIN
  29. DEFPUSHBUTTON "Cancel",IDCANCEL,84,33,50,14
  30. CTEXT "Working...",IDC_STATIC_TOPLINE,7,7,205,10
  31. CTEXT "...",IDC_STATIC_BOTTOMLINE,7,21,205,8
  32. END
  33. IDD_ENCRYPTED_WRITE_ERROR_DIALOG DIALOG 0, 0, 260, 95
  34. STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  35. FONT 8, "MS Shell Dlg"
  36. BEGIN
  37. DEFPUSHBUTTON "&Retry",IDRETRY,7,74,82,14
  38. PUSHBUTTON "&Write UnEncrypted",IDWRITEUNENCRYPTED,89,74,82,14
  39. PUSHBUTTON "&Write UnEncrypted All",IDWRITEUNENCRYPTEDALL,171,74,82,
  40. 14
  41. LTEXT "Error writing encrypted data to the Web Server's configuration database (Metabase).",
  42. IDC_STATIC1,7,7,246,20
  43. 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.",
  44. IDC_STATIC3,7,53,246,20
  45. LTEXT "The Error code = 0x%x",IDC_STATIC2,7,27,246,22
  46. END
  47. #ifdef APSTUDIO_INVOKED
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // TEXTINCLUDE
  51. //
  52. 1 TEXTINCLUDE
  53. BEGIN
  54. "resource.h\0"
  55. END
  56. 2 TEXTINCLUDE
  57. BEGIN
  58. "#include ""dlgs.h""\r\n"
  59. "#include ""afxres.h""\r\n"
  60. "\0"
  61. END
  62. 3 TEXTINCLUDE
  63. BEGIN
  64. "#include ""version.rc""\r\n"
  65. "\0"
  66. END
  67. #endif // APSTUDIO_INVOKED
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // Bitmap
  71. //
  72. IDB_FTP BITMAP "ftp.bmp"
  73. IDB_WWW BITMAP "www.bmp"
  74. IDB_WWW_VDIR BITMAP "www_vdir.bmp"
  75. IDB_W3SAMP BITMAP "w3samp.bmp"
  76. IDB_HTMLA BITMAP "htmla.bmp"
  77. IDB_PWS BITMAP "pws.bmp"
  78. IDB_TOPLEVEL_IIS BITMAP "iis.bmp"
  79. IDB_WEBAPPSRV_CONSOLE BITMAP "webappcn.bmp"
  80. IDB_ICON_COMPLUS BITMAP "complus.bmp"
  81. IDB_ICON_DTC BITMAP "dtc.bmp"
  82. IDB_ICON_WEB_APP_SERVER BITMAP "webappsv.bmp"
  83. IDB_ICON_WWW_EXTENSION BITMAP "wwwcmpts.bmp"
  84. /////////////////////////////////////////////////////////////////////////////
  85. //
  86. // DESIGNINFO
  87. //
  88. #ifdef APSTUDIO_INVOKED
  89. GUIDELINES DESIGNINFO
  90. BEGIN
  91. IDD_DIALOG_MSG, DIALOG
  92. BEGIN
  93. LEFTMARGIN, 7
  94. RIGHTMARGIN, 212
  95. TOPMARGIN, 7
  96. BOTTOMMARGIN, 47
  97. END
  98. IDD_ENCRYPTED_WRITE_ERROR_DIALOG, DIALOG
  99. BEGIN
  100. LEFTMARGIN, 7
  101. RIGHTMARGIN, 253
  102. TOPMARGIN, 7
  103. BOTTOMMARGIN, 88
  104. END
  105. END
  106. #endif // APSTUDIO_INVOKED
  107. /////////////////////////////////////////////////////////////////////////////
  108. //
  109. // String Table
  110. //
  111. STRINGTABLE
  112. BEGIN
  113. IDS_CANNOT_GET_MACHINE_NAME "Cannot get machine name"
  114. IDS_OS_NOT_SUPPORT "This setup utility can only be run on Windows Server 2003."
  115. IDS_CANNOT_DETECT_OS_TYPE "Cannot detect OS type"
  116. END
  117. STRINGTABLE
  118. BEGIN
  119. IDS_IIS_ALL_INSTALL "Installing Internet Information Services..."
  120. IDS_IIS_ALL_UPGRADE "Upgrading Internet Information Services..."
  121. IDS_IIS_ALL_CONFIGURE "Configuring Internet Information Services..."
  122. IDS_IIS_ALL_REMOVE "Removing Internet Information Services..."
  123. IDS_OS_VERSION_NOT_SUPPORTED
  124. "This setup utility can only be run on Windows Server 2003."
  125. IDS_GUEST_NAME "IUSR_"
  126. IDS_IIS_ALL_COMPLETE "Completing Installation..."
  127. IDS_IIS_ERROR_MSGBOXTITLE "IIS Setup Error"
  128. IDS_USER_COMMENT "Built-in account for anonymous access to Internet Information Services"
  129. IDS_USER_FULLNAME "Internet Guest Account"
  130. IDS_IIS_ALL_FILEOPS "Starting file operations..."
  131. END
  132. STRINGTABLE
  133. BEGIN
  134. IDS_NEED_INPUT_WWW "Please specify a valid input in the WWW edit box."
  135. IDS_ADMIN_SERVER_COMMENT "Administration Web Site"
  136. END
  137. STRINGTABLE
  138. BEGIN
  139. IDS_DEPENDENT_UPON_THIS_SVC_ERR
  140. "The '%s' does not exist. IIS is dependent upon the '%s' service.\n\nSetup will continue but the installation may not work."
  141. 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"
  142. IDS_RUN_PROG_FAILED "Failed to run the program: '%s'."
  143. IDS_BEFORE_CALLING_FILE "Before calling '%s'."
  144. END
  145. STRINGTABLE
  146. BEGIN
  147. 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."
  148. IDS_EULA_DECLINED "By canceling out of this installation, you are not authorized to install, copy or otherwise use this software in any manner."
  149. IDS_SELECT_DIR "Select Directory"
  150. IDS_NOT_ADMINISTRATOR "You have to be an administrator to run this setup utility."
  151. IDS_NT5_NEEDED "Please install Windows Server 2003 and then run this setup again."
  152. IDS_NEED_INPUT_FTP "Please specify a valid input in the FTP edit box."
  153. END
  154. STRINGTABLE
  155. BEGIN
  156. IDS_FRESH_MINIMUM_STRING
  157. "Requires the least amount of disk space. Provides the basic functionality to deploy Web sites."
  158. IDS_FRESH_TYPICAL_STRING
  159. "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."
  160. 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."
  161. 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?"
  162. IDS_INCORRECT_PLATFORM "This setup utility is designed to run on another OS. Please click OK to exit."
  163. IDS_NEED_PLATFORM_NTW "This setup utility is designed to run on Windows Professional. Please click OK to exit."
  164. IDS_CANNOT_OPEN_SRC_FILE "Setup cannot open %s for copying."
  165. IDS_CANNOT_OPEN_DEST_FILE
  166. "Setup failed to copy to %s. Please make sure that you have Administrator permission on the target machine."
  167. IDS_CANNOT_COPY_FILE "Setup failed to copy %s to %s."
  168. END
  169. STRINGTABLE
  170. BEGIN
  171. IDS_SERVICE_IN_DELETE_STATE
  172. "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."
  173. IDS_NEED_VALID_PATH_UNATTENDED
  174. "You have specified invalid path(s) in your unattended text file. Please correct the situation in the next dialog."
  175. IDS_WAM_ACCOUNT_NAME "IWAM_"
  176. IDS_WAMUSER_COMMENT "Built-in account for Internet Information Services to start out of process applications"
  177. IDS_WAMUSER_FULLNAME "Launch IIS Process Account"
  178. IDS_UNABLE_TO_STOP_SERVICE "Unable to stop service %s."
  179. END
  180. STRINGTABLE
  181. BEGIN
  182. IDS_INVALID_DIR_INETSRV "%s is not a valid directory path. Please fix it, then click OK to continue."
  183. IDS_APP_FRIENDLY_ROOT "Default Application"
  184. IDS_APP_FRIENDLY_IISADMIN "Administration Application"
  185. IDS_APP_FRIENDLY_WEBPUB "Personal Publishing Application"
  186. IDS_APP_FRIENDLY_IISSAMPLES "Sample Application"
  187. IDS_APP_FRIENDLY_IISHELP "IIS Help Application"
  188. IDS_UNABLE_TO_CREATE_DRIVER
  189. "Unable to create driver %s.\n\nYour installation will not work. Please remove this installation, reboot, then reinstall."
  190. IDS_BITMAP_MS "Microsoft"
  191. IDS_BITMAP_TITLE "Microsoft IIS 5.0"
  192. IDS_WELCOMES_INTRO " The Microsoft Internet Information Services provides\n enhanced Web, application, and communication\n services for Windows Server."
  193. IDS_WELCOMEW_FEATURE " Features include:\n\n Personal Web Server\n Administration\n Developer Components"
  194. END
  195. STRINGTABLE
  196. BEGIN
  197. IDS_LOCATE_FILE "Locate File"
  198. 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. "
  199. IDS_TCPIP_NEEDED_ON_OPTION
  200. "Setup has detected that you don't have TCP/IP installed. This option cannot be installed as a result."
  201. IDS_BAD_SIGNATURE_RELNOTES
  202. "The RSABASE.DLL file has not been registered correctly. If the issue persists please re-register the file using the RegSrv32 command."
  203. IDS_DEFAULT_WEB_SITE "Default Web Site"
  204. IDS_DEFAULT_FTP_SITE "Default FTP Site"
  205. IDS_BITMAP_MS_TRADEMARK "Microsoft�"
  206. IDS_BITMAP_TITLE_TRADEMARK "Windows � IIS 6.0"
  207. IDS_BITMAP_MS_TRADEMARK_OTHER "Microsoft(R)"
  208. IDS_MTS_NOT_INSTALLED "Microsoft COM+ is not installed. Please install it then re-run this setup."
  209. IDS_UNATTEND_UNSUPPORTED
  210. "Unattend.txt unsupported mode """"%s"""". Aborting Unattended install."
  211. END
  212. STRINGTABLE
  213. BEGIN
  214. IDS_OS_BUILD_NUM_REQUIREMENT
  215. "This installation of IIS requires a Windows Build Greater than %s.\n\nSetup will continue but the installation may not function."
  216. IDS_UNABLE_TO_START "Unable to start service '%s'."
  217. IDS_ERR_CALLING_DLL_PROCEDURE
  218. "Error calling procedure '%s()' in file '%s'.\n"
  219. IDS_OLE_INIT_FAILED "Error Initialization of OLE failed before loading file: '%s'."
  220. IDS_FILE_DOES_NOT_EXIST "The file '%s' does not exist.\n"
  221. IDS_UNABLE_TO_LOCATE_PROCEDURE
  222. "Unable to locate the procedure '%s()' in the file '%s'.\n"
  223. IDS_PRODUCT_INDEXSERVICE "Indexing Service"
  224. IDS_RETRY "Do you want to retry?"
  225. IDS_PRODUCT_INETPRINT "Internet Printing"
  226. IDS_REGSVR_CAUGHT_EXCEPTION
  227. "%s. Exception while calling procedure '%s' in file '%s'."
  228. IDS_SETDATA_ERROR "Error Setting IIS Metabase data."
  229. IDS_GETDATA_ERROR "Error Getting IIS Metabase data."
  230. END
  231. STRINGTABLE
  232. BEGIN
  233. IDS_MTS_INCORRECTLY_INSTALLED
  234. "Microsoft COM+ is not correctly installed.\nError on CoCreateInstance of MTS Catalog object. \n\nPlease resolve the problem then re-run this setup."
  235. IDS_COMPLETED_FILE_CALL "Completed call to '%s'."
  236. IDS_TEMPLATE_PUBLIC_WEB_SITE
  237. "Allows all users to browse static and dynamic content."
  238. IDS_TEMPLATE_PUBLIC_SECURE_SITE
  239. "Allows users with a Windows account to view static and dynamic content."
  240. IDS_TEMPLATE_PUBLIC_FTP_SITE "Allows all users to download files via FTP."
  241. END
  242. STRINGTABLE
  243. BEGIN
  244. IDS_SETUP_ERRORS_ENCOUNTERED
  245. "IIS Setup encountered an error. Please check the %s file for further information.\r\n"
  246. 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 ***"
  247. IDS_HTTPCUSTOM_UTF8 "Content-Type: Text/html; Charset=UTF-8"
  248. IDS_REMOVE_CLUS_W3SVC_FIRST
  249. "Warning: W3SVC is needed by at least one cluster resource '%s'. You should remove this cluster resource."
  250. IDS_REMOVE_CLUS_MSFTPSVC_FIRST
  251. "Warning: MSFTPSVC is in use by at least one cluster resource '%s'. You should remove this cluster resource."
  252. IDS_FAKE_METABASE_BIN_TEXT
  253. "This file is for legacy backup applications only. Please consult Metabase.XML and MBSchema.XML for metabase content."
  254. END
  255. STRINGTABLE
  256. BEGIN
  257. IDS_COMPLUS_COMPONETNAME "Enable network COM+ access..."
  258. IDS_DTC_COMPONETNAME "Enable network DTC access..."
  259. IDS_PRODUCT_ASP "Active Server Pages"
  260. IDS_PRODUCT_HTTPODBC "Internet Data Connector"
  261. IDS_PRODUCT_SSINC "Server Side Includes"
  262. IDS_PRODUCT_WEBDAV "WebDAV"
  263. IDS_DTC_WORLDWIDEWEB "World Wide Web Service..."
  264. IDS_ERROR_INSTALLONFAT "You have chosen to install IIS on a FAT file system, which disables\nimportant IIS security features. For more information, click Help, to exit\nsetup, click Cancel, or to continue installing IIS on the FAT file system,\nclick OK"
  265. IDS_PRODUCT_IIS "Internet Information Services"
  266. IDS_IIS_COMPONENTNAME "Internet Information Services..."
  267. IDS_ERROR_GROUPPOLICY "Internet Information Services (IIS) cannot be installed because your administrator has\nenabled a ""Prevent IIS installation"" group policy. You will not be able to install\ncomponents that depend on IIS."
  268. IDS_ERROR_SAKITONFAT "The Remote Administration Tools must be installed on a\nvolume formatted with the NTFS file system."
  269. END
  270. STRINGTABLE
  271. BEGIN
  272. IDS_SETUP_ERRORS_ENCOUNTERED_MTS
  273. "Microsoft COM+ was not setup correctly.\nIIS Setup will continue, but the server may not function properly.\n\nFailure occured in:%s."
  274. IDS_MTS_DOING_CREATEINPROC "Creating in process application..."
  275. IDS_MTS_ERROR_TITLEBAR "MTS Setup Error"
  276. IDS_ADD_SETTINGS_FOR_WEB_1 "Configuring Web Site %d..."
  277. IDS_ADD_SETTINGS_FOR_WEB_2 "Configuring Web Site %d, virtual dir %s..."
  278. IDS_ADD_SETTINGS_FOR_FTP_1 "Configuring FTP Site %d..."
  279. IDS_ADD_SETTINGS_FOR_FTP_2 "Configuring FTP Site %d, virtual dir %s..."
  280. IDS_COMPONENT_INSTALLING "Installing"
  281. IDS_COMPONENT_REMOVING "Removing"
  282. END
  283. STRINGTABLE
  284. BEGIN
  285. IDS_INITIAL_METABASE_BK_NAME "Initial Backup - created automatically by IIS setup"
  286. END
  287. #endif // English (U.S.) resources
  288. /////////////////////////////////////////////////////////////////////////////
  289. #ifndef APSTUDIO_INVOKED
  290. /////////////////////////////////////////////////////////////////////////////
  291. //
  292. // Generated from the TEXTINCLUDE 3 resource.
  293. //
  294. #include "version.rc"
  295. /////////////////////////////////////////////////////////////////////////////
  296. #endif // not APSTUDIO_INVOKED