18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
#include <windows.h>
|
|
|
|
|
|
#include "msg.rc"
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "WinPE network installer"
|
|
|
|
#define VER_INTERNALNAME_STR "snetcfg.exe"
|
|
#define VER_ORIGINALFILENAME_STR "netcfg.exe"
|
|
|
|
#define VER_LANGNEUTRAL
|
|
|
|
#include <common.ver>
|