From: Rakesh Singh Date: Fri, 16 Feb 2018 22:04:40 +0000 (-0800) Subject: Block X64 Bundle package on X86 OS (dotnet/core-setup#3696) X-Git-Tag: submit/tizen/20210909.063632~11032^2~877 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abb8317143c7f400b51f44edd49fd8ab6c56bea8;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Block X64 Bundle package on X86 OS (dotnet/core-setup#3696) * Block X64 Bundle package on X86 OS * Update Blocker message Commit migrated from https://github.com/dotnet/core-setup/commit/faeb20891bfdb33157c04787dc9fdd98621fb0d0 --- diff --git a/src/installer/pkg/packaging/windows/sharedframework/bundle.wxs b/src/installer/pkg/packaging/windows/sharedframework/bundle.wxs index 9082c31..53d9b987 100644 --- a/src/installer/pkg/packaging/windows/sharedframework/bundle.wxs +++ b/src/installer/pkg/packaging/windows/sharedframework/bundle.wxs @@ -15,6 +15,13 @@ ((VersionNT > v6.1) OR (VersionNT = v6.1 AND ServicePackLevel >= 1)) + + + VersionNT64 + + +