-
Notifications
You must be signed in to change notification settings - Fork 380
Closed
Labels
Description
Describe the bug
Trying to install the Windows app SDK in a GitHub action (see here) fails with
Installing license: MSIX_MAINPACKAGE_LICENSE
Install result : 0x0
Installing license: MSIX_SINGLETONPACKAGE_LICENSE
Install result : 0x0
Deploying package: Microsoft.WindowsAppRuntime.1.1_1001.524.1918.0_x64__8wekyb3d8bbwe
One or more install operations failed. Result: 0x80073cf9
Package deployment result : 0x80073cf9 Install failed. Please contact your software vendor.
ExtendedError: 0x8000000b The operation attempted to access data outside the valid range
Relevant event log from Microsoft-Windows-AppXDeploymentServer/Operational
:
TimeCreated Id LevelDisplayName Message
----------- -- ---------------- -------
6/15/2022 4:30:10 PM 404 Error AppX Deployment operation failed for package Microsoft.WindowsAppR
untime.1.1_1001.524.1918.0_x64__8wekyb3d8bbwe with error
0x80073CF9. The specific error text for this failure is:
Deployment Add operation with target volume C: on Package Microsof
t.WindowsAppRuntime.1.1_1001.524.1918.0_x64__8wekyb3d8bbwe from:
(MSI1288.tmp) failed with error 0x8000000B. See
http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing
app deployment issues.
6/15/2022 4:30:10 PM 401 Error Deployment Add operation with target volume C: on Package Microsof
t.WindowsAppRuntime.1.1_1001.524.1918.0_x64__8wekyb3d8bbwe from:
(MSI1288.tmp) failed with error 0x8000000B. See
http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing
app deployment issues.
6/15/2022 4:30:10 PM 605 Information The last successful state reached was BundleProcessed. Failure
occurred before reaching the next state Indexed. hr: 0x8000000B
6/15/2022 4:30:10 PM 854 Information Successfully added the following uri(s) to be processed:
file:///C:/Users/RUNNER~1/AppData/Local/Temp/MSI1288.tmp.
6/15/2022 4:30:10 PM 607 Information Deployment Add operation on package Microsoft.WindowsAppRuntime.1.
1_1001.524.1918.0_x64__8wekyb3d8bbwe has been de-queued and is
running for user SID S-1-5-21-756918516-3765608648-1031371933-500.
6/15/2022 4:30:10 PM 10002 Verbose Creating Resiliency File C:\ProgramData\Microsoft\Windows\AppRepos
itory\6dc53e8e-1336-4108-b9a0-a382f30d3e7d_S-1-5-21-756918516-3765
608648-1031371933-500_1.rslc for Add Operation on Package Microsof
t.WindowsAppRuntime.1.1_1001.524.1918.0_x64__8wekyb3d8bbwe.
6/15/2022 4:30:10 PM 603 Information Started deployment Add operation on a package with main parameter
MSI1288.tmp and Options 0 and 0. See
http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing
app deployment issues.
Steps to reproduce the bug
Relevant GitHub Actions .yml:
runs-on: windows-latest
...
- run: Invoke-webrequest -uri https://aka.ms/windowsappsdk/1.1/1.1.1/windowsappruntimeinstall-1.1.1-x64.exe -OutFile windowsappruntimeinstall-1.1-x64.exe
shell: powershell
- run: '&.\windowsappruntimeinstall-1.1-x64.exe'
shell: powershell
Expected behavior
The runtime should install successfully.
Screenshots
No response
NuGet package version
No response
Packaging type
No response
Windows version
No response
IDE
No response
Additional context
No response