From abb8317143c7f400b51f44edd49fd8ab6c56bea8 Mon Sep 17 00:00:00 2001 From: Rakesh Singh Date: Fri, 16 Feb 2018 14:04:40 -0800 Subject: [PATCH] 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 --- src/installer/pkg/packaging/windows/sharedframework/bundle.wxs | 7 +++++++ 1 file changed, 7 insertions(+) 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 + + +