7 lines
242 B
Plaintext
7 lines
242 B
Plaintext
|
#include <windows.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_APP
|
||
|
#define VER_DESCRIPTION_STR "Sample Remote Desktop Certificate Installer"
|
||
|
#define VER_INTERNALNAME_STR "rdcert"
|
||
|
#define VER_ORIGNAME_STR "rdcert.exe"
|