question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Work around for error 0x8000ffff on deploy (principally for windows 11 users)

See original GitHub issue

I there,

for installing (deploying for msixbundle) the app, open a terminal and type this command followed with the location of bundle:

add-appxpackage -path C:\Users\xarkam\Downloads\ChromaControl_0.1.3.0_x86_x64.msixbundle Of course, adapt the path to your situation image

After, retrieve it in recent items on start menu: image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
lux3orcommented, Jan 20, 2022

Attempted this workaround by running PS as admin. I got the following error. Notes: This is a little more verbose than what it told me when I attempted to directly install from the msixbundle file after downloading, but it’s the same issue. When I attempted to download/install directly from the web/ repo, it said that the ms-appinstaller protocol has been disabled. The advisory in the PS response to check the logs was a lie. There’s no additional information provided by Windows to be of help, sorry Dev!

Looking further into the ms-appinstaller protocol being disabled, turns out it was the propagation method of Emotet/ Trickbot ransomware, Nice. It was removed from service Dec 15 2021 with plans to return it “in the future” according to Microsoft devs.

Currently using Win10 v.21H1

add-appxpackage : Deployment failed with HRESULT: 0x800B0101, A required certificate is not within its validity period when verifying against the
current system clock or the timestamp in the signed file.
error 0x800B0101: Opening the package from location ChromaControl_0.1.3.0_x86_x64.msixbundle failed.
NOTE: For additional information, look for [ActivityId] 91e7db12-091e-000e-3d41-10921e09d801 in the Event Log or use the command line Get-AppPackageLog
-ActivityID 91e7db12-091e-000e-3d41-10921e09d801
At line:1 char:1
+ add-appxpackage -path C:\Users\[user]\Downloads\apps\ChromaControl\Chro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (C:\Users\[user]\D..._x64.msixbundle:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
0reactions
Xarkamcommented, Jul 29, 2022

@zepoxnyan you can use this utility https://www.advancedinstaller.com/msix-troubleshooter.html to see exactly what is wrong.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix the Update Error Code 0X8000FFFF in ...
Fix 1: Run Windows Update Troubleshooter. As Windows 11/10 built-in tool, Windows Update Troubleshooter allows you to detect and fix errors ...
Read more >
Methods to Fix 0x8000ffff Error Code in Windows 11
Method 2: Run Windows Update Troubleshooter ... Microsoft has included the Windows update troubleshooter to help users troubleshoot errors like ...
Read more >
How to fix error (0x8000ffff) for 2022-11 Cumulative Update ...
3. Click the File tab> Save as> Select the desktop; 4. Define the name as Wufix.bat and in the field below under Type...
Read more >
Fix System Restore Error 0x8000FFFF Catastrophic Failure ...
Fix System Restore Error 0x8000FFFF Catastrophic Failure occurred on your Windows 11/10 PC by using the proven solutions in this post.
Read more >
0x8000ffff on Windows 11: How to Fix This Update Error
Encountered the 0x8000ffff error code in Windows 11? Get rid of it in no time with the most effective fixes listed in this...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found