mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
766 B
23 lines
766 B
//---------------------------------------------------------------------------------
|
|
// Windows Update versioning Resource file.
|
|
//
|
|
|
|
#include "wuverp.h"
|
|
|
|
//---------------------------------------------------------------------------------
|
|
// VFT_FILETYPE should be either VFT_APP or VFT_DLL
|
|
//
|
|
#define VER_FILETYPE VFT_APP
|
|
|
|
//---------------------------------------------------------------------------------
|
|
|
|
#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 Client")
|
|
|
|
#define VER_INTERNALNAME_STR "wuauclt.exe"
|
|
|
|
#include "common.ver"
|