Skip to content

Commit

Permalink
winPB: Update Wix Installer Download URL & Checksum (#3443)
Browse files Browse the repository at this point in the history
* Update WIX Url & Checksum

* Fix VS2022 Download Checksum
  • Loading branch information
steelhead31 committed Mar 5, 2024
1 parent b6cd869 commit b073f68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
- name: Download Visual Studio Community 2022
win_get_url:
url: 'https://aka.ms/vs/17/release/vs_Community.exe'
checksum: 51d8dc03605a4fa11d445795cb1cc7ea1a518b0b0ce466cdaa805fc6029d7058
checksum: 6dfb021f82e9e7f89de632c08a654c0695d7701c3f47bb894508717a9948048f
checksum_algorithm: sha256
dest: 'C:\temp\vs_community22.exe'
force: no
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

- name: Download WiX
win_get_url:
url: https://wixtoolset.org/downloads/v3.14.0.3910/wix314.exe
url: https://github.com/wixtoolset/wix3/releases/download/wix314rtm/wix314.exe
dest: 'C:\temp\wix.exe'
follow_redirects: all
checksum: f333d4cf132f03b75222aa107633d28ce5ba8d612892b38cfc2ddc4cd92ad6de
checksum: 704439ea88fc9e5a3647eedeeb45943f9a392e3d209f58512280130096847937
checksum_algorithm: sha256
when: (not wix_installed.stat.exists)
tags: Wix
Expand Down

0 comments on commit b073f68

Please sign in to comment.