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.

24 lines
776 B

  1. #include "windows.h"
  2. #include "ntverp.h"
  3. #define VER_FILEDESCRIPTION_STR "IIS sync command line utility"
  4. #define VER_INTERNALNAME_STR "iissync.exe"
  5. #define VER_ORIGINALFILENAME_STR "iissync.exe"
  6. #define VER_FILETYPE VFT_APP
  7. #include "iisver.h"
  8. #include "common.ver"
  9. STRINGTABLE
  10. BEGIN
  11. 100 "IISSYNC.exe (c) Microsoft Corp. 1999\n\nUsage:\niissync computername [computername ...]\n"
  12. 101 "Source : %d, %s, Targets : "
  13. 102 "scanned"
  14. 103 "scanning"
  15. 104 "Replication successful for target %s\n"
  16. 105 "Error replicating to target %s : "
  17. 106 " error code %u ( %08x )\n"
  18. 107 "Replication was successful\n"
  19. 108 "At least one target computer was not replicated successfully\n"
  20. 109 "unknown error"
  21. END