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.

34 lines
745 B

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name :
  4. iiscomp.rc
  5. Abstract:
  6. String Resources for IIS Compatability Dll
  7. Author:
  8. Christopher Achille (cachille)
  9. Project:
  10. IIS Compatability Dll
  11. Revision History:
  12. May 2002: Created
  13. --*/
  14. #include "resource.h"
  15. STRINGTABLE DISCARDABLE
  16. BEGIN
  17. IDS_COMPATABILITY_DESCRIPTION_CLUSTER "IIS Compatabilty Check"
  18. IDS_COMPATABILITY_DESCRIPTION_W3SVCDISABLE "IIS World Wide Web Publishing Service (W3SVC) will be disabled during upgrade"
  19. IDS_COMPATABILITY_DESCRIPTION_FAT "IIS is being installed on a fat volume. This will disable IIS security features."
  20. END