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.

44 lines
1.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: cert2spc.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. #include "cryptver.h"
  13. #include "resource.h"
  14. #define VER_FILETYPE VFT_APP
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "ECM Cert2Spc"
  17. #define VER_INTERNALNAME_STR "CERT2SPC.EXE"
  18. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  19. STRINGTABLE DISCARDABLE
  20. BEGIN
  21. IDS_ENDOF_LINE "\n"
  22. IDS_SYNTAX "Usage: Cert2Spc {cert1.cer|crl1.crl ... certN.cer|crlN.crl} output.spc\n");
  23. IDS_CAN_NOT_OPEN_FILE "Error: Can't open %s\n"
  24. IDS_OUT_OF_MEMORY "Error: Running out of memory\n"
  25. IDS_FILE_EMPTY "Error: Empty file %s\n"
  26. IDS_CAN_NOT_READ_FILE "Error: Can't read %s\n"
  27. IDS_CAN_NOT_WRITE_FILE "Error: Can't write %s\n"
  28. IDS_CAN_NOT_OPEN_STORE "Error: Unable to open temporary Cert Store\n"
  29. IDS_CAN_NOT_LOAD_CRL "Error: Unable to load CRL: %s\n"
  30. IDS_CAN_NOT_LOAD "Error: Unable to load CRL or certificates: %s\n"
  31. IDS_ERROR_OUTPUT "Error: Error when writing to output: 0x%x (%d)\n"
  32. IDS_CRL_EXTENSION ".crl"
  33. IDS_FAILED "Failed\n"
  34. IDS_SUCCEEDED "Succeeded\n"
  35. END
  36. #include <common.ver>