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
1.0 KiB

  1. #include "windows.h"
  2. #include <ntverp.h>
  3. #define _VERSION_RC_
  4. #include "ClusCompResources.h"
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Version
  8. //
  9. #define VER_FILETYPE VFT_APP
  10. #define VER_FILESUBTYPE VFT2_UNKNOWN
  11. #define VER_FILEDESCRIPTION_STR "Cluster Upgrade Compatability Checker"
  12. #define VER_INTERNALNAME_STR "ClusComp.dll"
  13. #define VER_ORIGINALFILENAME_STR "ClusComp.dll"
  14. #include "common.ver"
  15. /////////////////////////////////////////////////////////////////////////////
  16. //
  17. // String Table
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20. STRINGTABLE DISCARDABLE
  21. BEGIN
  22. IDS_ERROR_UPGRADE_OTHER_NODES "Other nodes in your cluster may need to be upgraded."
  23. IDS_ERROR_TCB_CHECK_FAILED "Cluster Service Account privileges need to be checked."
  24. IDS_ERROR_TCB_PRIVILEGE_NEEDED "Cluster Service Account is missing a necessary privilege."
  25. END