mirror of https://github.com/tongzx/nt5src
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.
18 lines
592 B
18 lines
592 B
#include "windows.h"
|
|
#include "ntverp.h"
|
|
|
|
#define VER_FILEDESCRIPTION_STR "IIS iisca command line utility"
|
|
#define VER_INTERNALNAME_STR "iisca.exe"
|
|
#define VER_ORIGINALFILENAME_STR "iisca.exe"
|
|
#define VER_FILETYPE VFT_APP
|
|
|
|
#include "iisver.h"
|
|
#include "common.ver"
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
100 "iisca.exe (c) Microsoft Corp. 1997\n\nUsage:\niisca [-mcomputername]\n"
|
|
101 "\nList of valid Certifiying Authorities ( CA ) successfuly transferred to IIS\n"
|
|
102 "\nError transferring list of valid Certifiying Authorities ( CA ) to IIS :\n"
|
|
END
|
|
|