Update SDK version used by WiX installer to one that we install with VS2022 #1063
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The 10.0.17763.0 is not installed on machines where we install VS2022 from Build Tools. It is assumed that it was installed via some of the earlier VS version roles in our playbooks. This PR updates the version used by the WiX installer so that it will currently run on machines which have only had the VS2022 compiler (the one used by all of the Temurin builds now).
Without this fix it fails when trying to do some locale related activities. Found as part of adoptium/infrastructure#3286 (comment)
This fix has been tested and the installer job runs to completion successfully. If desired for testing, a JDK24 JRE artifact created with this can be located at https://ci.adoptium.net/job/build-scripts/job/release/job/create_installer_windows_22621/4/artifact/wix/ReleaseDir/OpenJDK-jre_x64_windows_hotspot_24_26-ea.msi and should be equivalent to the one from the main pipelines at https://ci.adoptium.net/job/build-scripts/job/release/job/create_installer_windows/1127/artifact/wix/ReleaseDir/OpenJDK-jre_x64_windows_hotspot_24_26-ea.msi