2025-04-27 07:49:33 -04:00

18 lines
609 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#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