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.

111 lines
3.6 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2001, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// sainstmc.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// This file defines the messages for the SAK installation
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 09/10/2001 travisn Created
  16. ;//
  17. ;///////////////////////////////////////////////////////////////////////////////
  18. MessageIdTypedef=DWORD
  19. MessageId =
  20. Severity = Error
  21. Facility = Application
  22. SymbolicName = IDS_ADMIN_SITE_STOPPED
  23. Language = English
  24. The administration Web site failed to start at port 8099/8098. Another Web site might be using port 8099/8098. For information about changing Web site port numbers, see the online Help.
  25. .
  26. MessageId =
  27. Severity = Error
  28. Facility = Application
  29. SymbolicName = IDS_SHARES_SITE_STOPPED
  30. Language = English
  31. The shares Web site failed to start at port 80. Another Web site might be using port 80. For information about changing Web site port numbers, see the online Help.
  32. .
  33. MessageId =
  34. Severity = Error
  35. Facility = Application
  36. SymbolicName = IDS_SASETUP_NOT_FOUND
  37. Language = English
  38. Installation of the Web UI for server administration failed. The Sasetup.exe file could not be found. This file is located on the compact disc named 'Windows Server 2003 CD-ROM.'
  39. .
  40. MessageId =
  41. Severity = Error
  42. Facility = Application
  43. SymbolicName = IDS_NOT_INSTALLED
  44. Language = English
  45. You have requested to uninstall a feature that is not installed.
  46. .
  47. MessageId =
  48. Severity = Error
  49. Facility = Application
  50. SymbolicName = IDS_INVALID_TYPE
  51. Language = English
  52. The Web UI for server administration installation type is not valid. Please verify that you have chosen the correct installation type.
  53. .
  54. MessageId =
  55. Severity = Error
  56. Facility = Application
  57. SymbolicName = IDS_SASETUP_FAILED
  58. Language = English
  59. The installation of Sasetup.exe failed. The file may be corrupt.
  60. .
  61. MessageId =
  62. Severity = Error
  63. Facility = Application
  64. SymbolicName = IDS_IIS_NOT_INSTALLED
  65. Language = English
  66. IIS is not installed. Please install IIS before installing the Web UI for server administration.
  67. .
  68. MessageId =
  69. Severity = Error
  70. Facility = Application
  71. SymbolicName = IDS_UNINSTALL_NAS_FAILED
  72. Language = English
  73. The uninstallation of the Web UI for file server administration failed. Please try to uninstall again.
  74. .
  75. MessageId =
  76. Severity = Error
  77. Facility = Application
  78. SymbolicName = IDS_UNINSTALL_WEB_FAILED
  79. Language = English
  80. The uninstallation of the Web UI for Web server administration failed. Please try to uninstall again.
  81. .
  82. MessageId =
  83. Severity = Error
  84. Facility = Application
  85. SymbolicName = IDS_UNINSTALL_SA_FAILED
  86. Language = English
  87. The uninstallation of the Web UI for server administration failed. Please try to uninstall again.
  88. .
  89. MessageId =
  90. Severity = Error
  91. Facility = Application
  92. SymbolicName = IDS_ALREADY_INSTALLED
  93. Language = English
  94. You have requested to install a Server Appliance Kit that is already installed.
  95. .
  96. MessageId =
  97. Severity = Error
  98. Facility = Application
  99. SymbolicName = IDS_INSTALL_FAILED
  100. Language = English
  101. The attempted installation failed. The user may have pressed the Cancel button.
  102. .
  103. MessageId =
  104. Severity = Error
  105. Facility = Application
  106. SymbolicName = IDS_NTFS_REQUIRED
  107. Language = English
  108. The Remote Administration Tools must be installed on a volume formatted with the NTFS file system.
  109. .