From a0aa5f36cbf2d3a8570d350711102d7fb6aaefb9 Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Wed, 8 Sep 2021 15:45:09 -0700 Subject: [PATCH] Remove Bundle override of DOTNETHOME (#7855) The bundle was passing in a hardcoded DOTNETHOME value unconditionally to MSIs in the chain. This value doesn't have the redirection we're adding to the MSI. We can't add that redirection in the bundle, since Burn doesn't have conditional variables. It can only set variables as a result of a search to either the value of the search (if successful) or 1/0. --- .../build/wix/bundle/bundle.wxs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Microsoft.DotNet.Build.Tasks.Installers/build/wix/bundle/bundle.wxs b/src/Microsoft.DotNet.Build.Tasks.Installers/build/wix/bundle/bundle.wxs index cd908f06756..7f968434f10 100644 --- a/src/Microsoft.DotNet.Build.Tasks.Installers/build/wix/bundle/bundle.wxs +++ b/src/Microsoft.DotNet.Build.Tasks.Installers/build/wix/bundle/bundle.wxs @@ -43,9 +43,7 @@ - - - + @@ -54,9 +52,7 @@ - - - +