From 9f28408848e11fce30b49e7ece2cdaa4f3f2d3b6 Mon Sep 17 00:00:00 2001 From: Pranav Senthilnathan Date: Tue, 24 Jun 2025 17:14:02 -0700 Subject: [PATCH 1/2] wix 5 --- eng/Versions.props | 6 +++ .../pkg/sfx/installers/Directory.Build.props | 1 + .../sfx/installers/Directory.Build.targets | 10 +++++ src/installer/pkg/sfx/installers/host.wxs | 40 ++++++++++++------- 4 files changed, 42 insertions(+), 15 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index ff4b6cf789cc5d..cd58cd8248f55e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -282,5 +282,11 @@ $(runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion) 3.1.56 + + 5.0.2-dotnet.2729052 + 5.0.2-dotnet.2729052 + 5.0.2-dotnet.2729052 + 5.0.2-dotnet.2729052 + 5.0.2-dotnet.2729052 diff --git a/src/installer/pkg/sfx/installers/Directory.Build.props b/src/installer/pkg/sfx/installers/Directory.Build.props index 02255f07efd3ce..d86caf2a353eb1 100644 --- a/src/installer/pkg/sfx/installers/Directory.Build.props +++ b/src/installer/pkg/sfx/installers/Directory.Build.props @@ -4,5 +4,6 @@ true true + true \ No newline at end of file diff --git a/src/installer/pkg/sfx/installers/Directory.Build.targets b/src/installer/pkg/sfx/installers/Directory.Build.targets index d108af94975de8..0e8c7f6119235d 100644 --- a/src/installer/pkg/sfx/installers/Directory.Build.targets +++ b/src/installer/pkg/sfx/installers/Directory.Build.targets @@ -2,6 +2,16 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/installer/pkg/sfx/installers/host.wxs b/src/installer/pkg/sfx/installers/host.wxs index 322b9038d92939..9269e83a1b0130 100644 --- a/src/installer/pkg/sfx/installers/host.wxs +++ b/src/installer/pkg/sfx/installers/host.wxs @@ -1,5 +1,4 @@ - - + @@ -26,33 +25,46 @@ - + - + + + + + + + + + + + + + + + + + + + + + - - - NOT NON_NATIVE_ARCHITECTURE - - - NOT VersionNT64 - - + @@ -79,8 +91,6 @@ - - NON_NATIVE_ARCHITECTURE - + \ No newline at end of file From 61224cbc7e34c17149171bad4006afa2c5c288a1 Mon Sep 17 00:00:00 2001 From: Pranav Senthilnathan Date: Fri, 18 Jul 2025 15:18:08 -0700 Subject: [PATCH 2/2] get bundle working --- eng/Versions.props | 1 + .../sfx/bundle/Microsoft.NETCore.App.Bundle.bundleproj | 9 +++++++++ src/installer/pkg/sfx/installers/Directory.Build.targets | 1 + 3 files changed, 11 insertions(+) diff --git a/eng/Versions.props b/eng/Versions.props index cd58cd8248f55e..81afa5beff05b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -287,6 +287,7 @@ 5.0.2-dotnet.2729052 5.0.2-dotnet.2729052 5.0.2-dotnet.2729052 + 5.0.2-dotnet.2729052 5.0.2-dotnet.2729052 diff --git a/src/installer/pkg/sfx/bundle/Microsoft.NETCore.App.Bundle.bundleproj b/src/installer/pkg/sfx/bundle/Microsoft.NETCore.App.Bundle.bundleproj index d2701902038ee9..8a1b2135991dd7 100644 --- a/src/installer/pkg/sfx/bundle/Microsoft.NETCore.App.Bundle.bundleproj +++ b/src/installer/pkg/sfx/bundle/Microsoft.NETCore.App.Bundle.bundleproj @@ -16,9 +16,18 @@ $(MSBuildProjectDirectory)/shared-framework-distribution-template-$(TargetArchitecture).xml com.microsoft.dotnet.Microsoft.NETCore.App.$(ProductVersion).osx.$(TargetArchitecture) osx_resources + true + + + + + + + + diff --git a/src/installer/pkg/sfx/installers/Directory.Build.targets b/src/installer/pkg/sfx/installers/Directory.Build.targets index 0e8c7f6119235d..25d6c73cb01ecc 100644 --- a/src/installer/pkg/sfx/installers/Directory.Build.targets +++ b/src/installer/pkg/sfx/installers/Directory.Build.targets @@ -10,6 +10,7 @@ +