From ec6b7866081b5a0307a3e3c16747acf1be6b3b09 Mon Sep 17 00:00:00 2001 From: Calle Pettersson Date: Tue, 2 May 2017 14:41:15 +0200 Subject: [PATCH] Update WiX url. Again. --- installer/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/build.ps1 b/installer/build.ps1 index ec5ca7b6..79f2e597 100644 --- a/installer/build.ps1 +++ b/installer/build.ps1 @@ -45,7 +45,7 @@ mkdir -Force Work,Output | Out-Null Write-Verbose "Downloading files" # Somewhat obscure url, points to WiX 3.10 binary release Write-Verbose "Downloading WiX..." -Get-FileIfNotExists "http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=wix&DownloadId=1587180&FileTime=131118854877130000&Build=21046" "$sourceDir\wix-binaries.zip" +Get-FileIfNotExists "http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=wix&DownloadId=1587180&FileTime=131118854877130000&Build=21050" "$sourceDir\wix-binaries.zip" mkdir -Force WiX | Out-Null Expand-Archive -Path "${sourceDir}\wix-binaries.zip" -DestinationPath WiX -Force