windows-nt/Source/XPSP1/NT/base/remoteboot/rbsetup/server/version.rc

22 lines
502 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#include "windows.h"
#include <ntverp.h>
#include "commctrl.h"
#define _VERSION_RC_
#include "resource.h"
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Remote Installation Services Setup Wizard"
#define VER_INTERNALNAME_STR "risetup.exe"
#define VER_ORIGINALFILENAME_STR "risetup.exe"
#include "common.ver"