Skip to content

Instantly share code, notes, and snippets.

@FeodorFitsner
Created August 5, 2015 20:45
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save FeodorFitsner/2f228b1971c3560bbbf9 to your computer and use it in GitHub Desktop.
Save FeodorFitsner/2f228b1971c3560bbbf9 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