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
44 lines
1.4 KiB
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
//
|
|
// File: cert2spc.rc
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
#include "cryptver.h"
|
|
#include "resource.h"
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "ECM Cert2Spc"
|
|
|
|
#define VER_INTERNALNAME_STR "CERT2SPC.EXE"
|
|
#define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
IDS_ENDOF_LINE "\n"
|
|
IDS_SYNTAX "Usage: Cert2Spc {cert1.cer|crl1.crl ... certN.cer|crlN.crl} output.spc\n");
|
|
IDS_CAN_NOT_OPEN_FILE "Error: Can't open %s\n"
|
|
IDS_OUT_OF_MEMORY "Error: Running out of memory\n"
|
|
IDS_FILE_EMPTY "Error: Empty file %s\n"
|
|
IDS_CAN_NOT_READ_FILE "Error: Can't read %s\n"
|
|
IDS_CAN_NOT_WRITE_FILE "Error: Can't write %s\n"
|
|
IDS_CAN_NOT_OPEN_STORE "Error: Unable to open temporary Cert Store\n"
|
|
IDS_CAN_NOT_LOAD_CRL "Error: Unable to load CRL: %s\n"
|
|
IDS_CAN_NOT_LOAD "Error: Unable to load CRL or certificates: %s\n"
|
|
IDS_ERROR_OUTPUT "Error: Error when writing to output: 0x%x (%d)\n"
|
|
IDS_CRL_EXTENSION ".crl"
|
|
IDS_FAILED "Failed\n"
|
|
IDS_SUCCEEDED "Succeeded\n"
|
|
|
|
END
|
|
|
|
|
|
#include <common.ver>
|