Kaydet (Commit) 70ecdef0 authored tarafından Andras Timar's avatar Andras Timar

do not install 64-bit MSVCRT on 32-bit Windows

Change-Id: I73a97ecc3021e00071297ed5fa403cf349f0a9fe
üst 7a784610
......@@ -93,7 +93,7 @@ MergeModule gid_MergeModule_Microsoft_VC100_CRT_x64
Feature = gm_Root;
Name = "Microsoft_VC100_CRT_x64.msm";
RootDir = "TARGETDIR";
ComponentCondition = "VC_REDIST=1";
ComponentCondition = "(VC_REDIST=1) AND VersionNT64";
End
#endif
......@@ -104,7 +104,7 @@ MergeModule gid_MergeModule_Microsoft_VC110_CRT_x64
Feature = gm_Root;
Name = "Microsoft_VC110_CRT_x64.msm";
RootDir = "TARGETDIR";
ComponentCondition = "VC_REDIST=1";
ComponentCondition = "(VC_REDIST=1) AND VersionNT64";
End
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment