Windows image build fails during execution of "Install-Wix.ps1" script #11339
Replies: 4 comments
-
Hi @pbk8s , Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating. |
Beta Was this translation helpful? Give feedback.
-
Hi @pbk8s , Could you please confirm if you are using self-hosted runners? |
Beta Was this translation helpful? Give feedback.
-
@hemanthmanga I am building a Windows based image using Windows 11 Arm64 ISO in Azure. This is to create a runner image based on Windows 11-Arm64. |
Beta Was this translation helpful? Give feedback.
-
Hi @pbk8s , If possible, could you please share your repository code? |
Beta Was this translation helpful? Give feedback.
-
Description
While running the Windows image build for Windows 11 Arm64 using image SKU (win11-24h2-ent), the script "Install-Wix.ps1" fails with the following error:
The install of DotNet3.5 was NOT successful. azure-arm.image: Error while running 'C:\ProgramData\chocolatey\lib\DotNet3.5\Tools\ChocolateyInstall.ps1'. azure-arm.image: See log for details. azure-arm.image: Failed to install wixtoolset because a previous dependency failed. azure-arm.image: azure-arm.image: Chocolatey installed 0/2 packages. 2 packages failed. azure-arm.image: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). azure-arm.image: azure-arm.image: Failures azure-arm.image: - DotNet3.5 (exited 1) - Error while running 'C:\ProgramData\chocolatey\lib\DotNet3.5\Tools\ChocolateyInstall.ps1'. azure-arm.image: See log for details. azure-arm.image: - wixtoolset - Failed to install wixtoolset because a previous dependency failed. azure-arm.image: Running [#2]: choco install wixtoolset -y --force
It has been successful before, no changes were made and it still fails. Tried it on an older version of Windows 11-Arm64 but still the same result.
Platforms affected
Runner images affected
Image version and build link
image_offer = "windows11preview-arm64"
image_publisher = "microsoftwindowsdesktop"
image_sku = "win11-24h2-ent"
Is it regression?
yes
Expected behavior
The Build should succeed. It has been built before.
Actual behavior
The build fails after multiple retries.
Repro steps
Run the latest Windows image build on Windows 11-Arm64 VM in Azure.
Beta Was this translation helpful? Give feedback.
All reactions