2000-11-04 10:01:08 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2000, International Business Machines Corporation and others.
|
|
|
|
* All Rights Reserved.
|
|
|
|
*
|
|
|
|
* This software has been released under the terms of the IBM Public
|
|
|
|
* License. For details, see the LICENSE file in the top-level source
|
|
|
|
* directory or online at http://www.openafs.org/dl/license10.html
|
2000-11-04 02:13:13 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* Define VERSIONINFO resource */
|
|
|
|
|
|
|
|
#define AFS_VERINFO_FILE_DESCRIPTION "AFS Update Client"
|
windows-file-versioning-20030619
FIXES 1488
It adds:
- the binary version of the file version/productversion, which the MSI
engine sort of want files in MSI packages to all have. This requires
another variable to be maintained in NTMakefile.i386_nt40 (Please don't
change the value from 1,2,910,0 to 1,2,9,1 or something like that. The last
number group in the version is considered completely insignificant by some
things)
- some file typing, which I don't know if anything cares about
- Some new items in the stringfileinfo table, (InternalName and
OriginalFilename) without which explorer won't show use the version info in
constructing tooltip text.
- Actually setting ProductVersion and FileVersion to something real
- Language codes, which the MSI engine also wants
2003-06-19 21:00:31 +01:00
|
|
|
#define AFS_VERINFO_NAME "upclient"
|
|
|
|
#define AFS_VERINFO_FILENAME "upclient.exe"
|
2000-11-04 02:13:13 +00:00
|
|
|
|
|
|
|
#include "AFS_component_version_number.h"
|
|
|
|
#include "..\config\NTVersioninfo.rc"
|