Update version resource of msiexec.exe to current version shipped from
Windows Update.
This commit is contained in:
parent
0a0fffa5eb
commit
e7d1209e72
|
@ -18,10 +18,11 @@
|
|||
|
||||
#define WINE_FILEDESCRIPTION_STR "Wine Installer"
|
||||
#define WINE_FILENAME_STR "msiexec.exe"
|
||||
#define WINE_FILEVERSION 2,0,2600,1183
|
||||
#define WINE_FILEVERSION_STR "2.0.2600.1183"
|
||||
#define WINE_PRODUCTVERSION 2,0,2600,1183
|
||||
#define WINE_PRODUCTVERSION_STR "2.0.2600.1183"
|
||||
#define WINE_FILETYPE VFT_APP
|
||||
#define WINE_FILEVERSION 3,1,4000,1823
|
||||
#define WINE_FILEVERSION_STR "3.1.4000.1823"
|
||||
#define WINE_PRODUCTVERSION 3,1,4000,1823
|
||||
#define WINE_PRODUCTVERSION_STR "3.1.4000.1823"
|
||||
#define WINE_PRODUCTNAME_STR "Wine Installer"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
|
Loading…
Reference in New Issue