Update WiX url. Again.
This commit is contained in:
parent
781ab7ca20
commit
ec6b786608
|
@ -45,7 +45,7 @@ mkdir -Force Work,Output | Out-Null
|
||||||
Write-Verbose "Downloading files"
|
Write-Verbose "Downloading files"
|
||||||
# Somewhat obscure url, points to WiX 3.10 binary release
|
# Somewhat obscure url, points to WiX 3.10 binary release
|
||||||
Write-Verbose "Downloading WiX..."
|
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
|
mkdir -Force WiX | Out-Null
|
||||||
Expand-Archive -Path "${sourceDir}\wix-binaries.zip" -DestinationPath WiX -Force
|
Expand-Archive -Path "${sourceDir}\wix-binaries.zip" -DestinationPath WiX -Force
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue