diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2016-10-28 02:17:19 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2016-10-28 02:17:19 +0000 |
commit | 903b2240b3ad8fe050d2db659eeffb5b8983f66d (patch) | |
tree | b0996ba89a38e0e40e0f6f6b84af12cc17f8a4bb /desktop/win32 | |
parent | 4a5305d9474698cf29d31ebe4f19ab9b079ca4b9 (diff) |
i127195 - Update product code of VC redistributables
Notes
Notes:
prefer: 48c5739700039acdb247d70de8472b27c4113b73
Diffstat (limited to 'desktop/win32')
-rw-r--r-- | desktop/win32/source/setup/setup.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/win32/source/setup/setup.cpp b/desktop/win32/source/setup/setup.cpp index 09406d8ecc6d..a7df51064911 100644 --- a/desktop/win32/source/setup/setup.cpp +++ b/desktop/win32/source/setup/setup.cpp @@ -81,8 +81,10 @@ #define RUNTIME_X64_NAME TEXT( "redist\\vcredist_x64.exe" ) #define RUNTIME_X86_NAME TEXT( "redist\\vcredist_x86.exe" ) -#define PRODUCTCODE_X86 TEXT( "{E503B4BF-F7BB-3D5F-8BC8-F694B1CFF942}" ) -#define PRODUCTCODE_X64 TEXT( "{350AA351-21FA-3270-8B7A-835434E766AD}" ) +// Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161 +#define PRODUCTCODE_X86 TEXT( "{9BE518E6-ECC6-35A9-88E4-87755C07200F}" ) +// Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161 +#define PRODUCTCODE_X64 TEXT( "{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" ) #define MSIAPI_DllGetVersion "DllGetVersion" #define ADVAPI32API_CheckTokenMembership "CheckTokenMembership" |