Skip to content

Instantly share code, notes, and snippets.

@MattSturgeon
Forked from FeodorFitsner/install-wix-310.ps1
Created July 7, 2016 03:36
Show Gist options
  • Save MattSturgeon/d2511e1dd8125f0f2fc08fb8e20ac935 to your computer and use it in GitHub Desktop.
Save MattSturgeon/d2511e1dd8125f0f2fc08fb8e20ac935 to your computer and use it in GitHub Desktop.
Install WiX 3.10 RC
$exePath = "$env:USERPROFILE\wix310.exe"
(New-Object Net.WebClient).DownloadFile('http://wixtoolset.org/downloads/v3.10.0.1823/wix310.exe', $exePath)
cmd /c start "$exePath" /q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment