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.

48 lines
1.3 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. * svcext.rc
  7. * Resources for the svcextdll.
  8. *
  9. *
  10. * FILE HISTORY
  11. * michth 16-Sep-1997 Created
  12. */
  13. LANGUAGE 0x9,0x1
  14. #include "windows.h"
  15. #include "ntverp.h"
  16. #include "resource.h"
  17. #include "extend.rc"
  18. #define VER_FILEDESCRIPTION_STR "Services IISAdmin Extension DLL"
  19. #define VER_INTERNALNAME_STR "svcext.dll"
  20. #define VER_ORIGINALFILENAME_STR "svcext.dll"
  21. #define VER_FILETYPE VFT_DLL
  22. //
  23. // Apps may also define
  24. // VER_FILESUBTYPE
  25. // VER_IISPRODUCTNAME_STR
  26. // VER_IISMAJORVERSION
  27. // VER_IISMINORVERSION
  28. // VER_IISPRODUCTVERSION_STR
  29. // VER_IISPRODUCTVERSION
  30. // VER_IISPRODUCTBUILD
  31. //
  32. #include "iisver.h"
  33. #include "common.ver"
  34. STRINGTABLE DISCARDABLE
  35. BEGIN
  36. IDS_USER_COMMENT "Built-in account for anonymous access to Internet Information Services"
  37. IDS_USER_FULLNAME "Internet Guest Account"
  38. IDS_WAMUSER_COMMENT "Built-in account for anonymous access to Internet Information Services out of process applications"
  39. IDS_WAMUSER_FULLNAME "Internet Guest Account"
  40. END