Leaked source code of windows server 2003
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
789 B

  1. //---------------------------------------------------------------------------------
  2. // Windows Update versioning Resource file.
  3. //
  4. #include "wuverp.h"
  5. //---------------------------------------------------------------------------------
  6. // VFT_FILETYPE should be either VFT_APP or VFT_DLL
  7. //
  8. #define VER_FILETYPE VFT_APP
  9. //---------------------------------------------------------------------------------
  10. #define VER_FILESUBTYPE VFT2_UNKNOWN
  11. // "Industry Update" is already defined in the string. So, if you want to
  12. // say, "Industry Update Engine" just change the argument of the macro
  13. // to "Engine"
  14. #define VER_FILEDESCRIPTION_STR WU_VER_FILEDESCRIPTION_STR("AutoUpdate Client")
  15. #define VER_INTERNALNAME_STR "wuauclt.exe"
  16. #include "common.ver"