Canary installer not working #22428

Open
opened 2026-01-31 08:12:57 +00:00 by claunia · 0 comments
Owner

Originally created by @flobo09 on GitHub (Oct 19, 2024).

Windows Terminal version

NA / canary installer

Windows build number

10.0.26120.2130

Other Software

No response

Steps to reproduce

Launch canary installer
Add-AppPackage '.\Microsoft.WindowsTerminalCanary.appinstaller'

Expected Behavior

Terminal Canary get installed

Actual Behavior

Error message

PS C:\Users\flo\Downloads> Add-AppPackage '.\Microsoft.WindowsTerminalCanary.appinstaller'
Add-AppxPackage: Deployment failed with HRESULT: 0x80073CF0, Package could not be opened.

Common::Deployment::MsixvcStagingSession::GetManifestReader in MsixvcStagingSession failed with error 0x80070570.

NOTE: For additional information, look for [ActivityId] 7656e2e2-2235-0007-07c9-62763522db01 in the Event Log or use the command line Get-AppPackageLog -ActivityID 7656e2e2-2235-0007-07c9-62763522db01
PS C:\Users\flo\Downloads> Get-AppPackageLog -ActivityID 7656e2e2-2235-0007-07c9-62763522db01

Time ID Message


19/10/2024 5:04:57 PM 603 Started deployment Add operation on a package with main parameter
Microsoft.WindowsTerminalCanary.appinstaller and Options 0 and 0. See
http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues.
19/10/2024 5:04:57 PM 495 Common::Deployment::MsixvcStagingSession::GetManifestReader in MsixvcStagingSession failed
with error 0x80070570.
19/10/2024 5:04:57 PM 402 error 0x80070570: Reading manifest from location:
Microsoft.WindowsTerminalCanary.appinstaller failed with error: The file or directory is
corrupted and unreadable.
.
19/10/2024 5:04:57 PM 486 AppX Deployment operation failed with error 0x80070490 from API Could not find package name
in path
19/10/2024 5:04:57 PM 404 AppX Deployment operation failed for package with error 0x80073CF0. The specific error text
for this failure is: Common::Deployment::MsixvcStagingSession::GetManifestReader in
MsixvcStagingSession failed with error 0x80070570.

PS C:\Users\flo\Downloads>

Originally created by @flobo09 on GitHub (Oct 19, 2024). ### Windows Terminal version NA / canary installer ### Windows build number 10.0.26120.2130 ### Other Software _No response_ ### Steps to reproduce Launch canary installer Add-AppPackage '.\Microsoft.WindowsTerminalCanary.appinstaller' ### Expected Behavior Terminal Canary get installed ### Actual Behavior Error message PS C:\Users\flo\Downloads> Add-AppPackage '.\Microsoft.WindowsTerminalCanary.appinstaller' Add-AppxPackage: Deployment failed with HRESULT: 0x80073CF0, Package could not be opened. Common::Deployment::MsixvcStagingSession::GetManifestReader in MsixvcStagingSession failed with error 0x80070570. NOTE: For additional information, look for [ActivityId] 7656e2e2-2235-0007-07c9-62763522db01 in the Event Log or use the command line Get-AppPackageLog -ActivityID 7656e2e2-2235-0007-07c9-62763522db01 PS C:\Users\flo\Downloads> Get-AppPackageLog -ActivityID 7656e2e2-2235-0007-07c9-62763522db01 Time ID Message ---- -- ------- 19/10/2024 5:04:57 PM 603 Started deployment Add operation on a package with main parameter Microsoft.WindowsTerminalCanary.appinstaller and Options 0 and 0. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. 19/10/2024 5:04:57 PM 495 Common::Deployment::MsixvcStagingSession::GetManifestReader in MsixvcStagingSession failed with error 0x80070570. 19/10/2024 5:04:57 PM 402 error 0x80070570: Reading manifest from location: Microsoft.WindowsTerminalCanary.appinstaller failed with error: The file or directory is corrupted and unreadable. . 19/10/2024 5:04:57 PM 486 AppX Deployment operation failed with error 0x80070490 from API Could not find package name in path 19/10/2024 5:04:57 PM 404 AppX Deployment operation failed for package with error 0x80073CF0. The specific error text for this failure is: Common::Deployment::MsixvcStagingSession::GetManifestReader in MsixvcStagingSession failed with error 0x80070570. PS C:\Users\flo\Downloads>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#22428