24 lines
778 B
Plaintext
24 lines
778 B
Plaintext
//---------------------------------------------------------------------------------
|
|
// Windows Update versioning Resource file.
|
|
//
|
|
|
|
#include "..\..\inc\wuverp.h"
|
|
|
|
//---------------------------------------------------------------------------------
|
|
// VFT_FILETYPE should be either VFT_APP or VFT_DLL
|
|
//
|
|
#define VER_FILETYPE VFT_DLL
|
|
|
|
//---------------------------------------------------------------------------------
|
|
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
|
|
// "Industry Update" is already defined in the string. So, if you want to
|
|
// say, "Industry Update Engine" just change the argument of the macro
|
|
// to "Engine"
|
|
#define VER_FILEDESCRIPTION_STR WU_VER_FILEDESCRIPTION_STR("AutoUpdate Service")
|
|
|
|
#define VER_INTERNALNAME_STR "wuauserv.dll"
|
|
|
|
#include "common.ver"
|