admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
admtools
apisub
cdmodem
clcreator
common
dload
drivers
httpproxy
icaapi
inc
license
perfts
publish
rdfilter
regapi
remdsk
reskit
sessdir
setup
sld
syslib
tsappcmp
tscert
inc
tscrtadd
makefile
sources
tscrtadd.c
tscrtadd.rc
tscrtdel
tscrtini
tscrtvfy
dirs
tsuserex
tsutil
wince
winsta
wmi
wtsapi
dirs
project.mk
tools
windows
dirs
makefil0
17 lines
402 B
Plaintext
17 lines
402 B
Plaintext
#ifdef NOMINMAX
|
|
#undef NOMINMAX
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Add Server-verifiable Certificate to PE Image File"
|
|
#define VER_INTERNALNAME_STR "tscrtadd.exe"
|
|
#define VER_ORIGINALFILENAME_STR "tscrtadd.exe"
|
|
|
|
#include <verall.h>
|
|
#include <common.ver>
|
|
|