From b81f1bad74cbbedbf79d00dc16c2a0f755c20e7c Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Wed, 8 Sep 2021 12:30:42 -0700 Subject: [PATCH] Remove Bundle override of DOTNETHOME 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 @@ - - - +