From 04d81d10b3c8fd6d71918a11025ce194c255fc26 Mon Sep 17 00:00:00 2001 From: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> Date: Wed, 12 Oct 2022 11:07:13 -0400 Subject: [PATCH] Try wix 3.11.2 (#2280) --- scripts/Makefile.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile.ps1 b/scripts/Makefile.ps1 index faf1245d..62069bda 100644 --- a/scripts/Makefile.ps1 +++ b/scripts/Makefile.ps1 @@ -254,8 +254,8 @@ function Install-Wix { # choco install wixtoolset --yes $WebClient = New-Object System.Net.WebClient # if they ever fix the installer we can move to 3.11 - #$WebClient.DownloadFile("https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311.exe",".\scripts\wix.exe") - $WebClient.DownloadFile("https://github.com/wixtoolset/wix3/releases/download/wix3104rtm/wix310.exe",".\scripts\wix.exe") + $WebClient.DownloadFile("https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311.exe",".\scripts\wix.exe") + #$WebClient.DownloadFile("https://github.com/wixtoolset/wix3/releases/download/wix3104rtm/wix310.exe",".\scripts\wix.exe") Print-Info "Installing wixtoolset..." # todo: check hash .\scripts\wix.exe -q