Failed to get installed location of package 'Microsoft.VCLibs.140.00.UWPDesktop_14.0.30035.0_x64__8wekyb3d8bbwe' because it's not staged #3533
Unanswered
ilovepumpkin
asked this question in
Q&A
Replies: 1 comment
-
Run at an elevated prompt
and see if any Microsoft.VCLibs.140.00.UWPDesktop package is provisioned. If not, or there is but not x64 and an equal or higher version, then you're trying to provision a package without its dependency being available. To succeed you need to provision a compatible Microsoft.VCLibs.140.00.UWPDesktop package explicitly, or provide it with your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have a Desktop application. In its installer, there is one .misxbundle file and some dependent .appx packages. After running the following command in Power Shell console, we got the following error.
In C:\Windows\Logs\DISM\dism.log, we found the following error:
I tried to google the error message "Failed to get installed location of package 'Microsoft.VCLibs.140.00.UWPDesktop_14.0.30035.0_x64__8wekyb3d8bbwe' because it's not staged" but found nothing. The interesting thing is I could install Microsoft.VCLibs.140.00.UWPDesktop successfully using the command "Add-AppxPackage .\Dependencies\x64\Microsoft.VCLibs.x64.14.00.Desktop.appx".
What does the error "Failed to get installed location of package 'Microsoft.VCLibs.140.00.UWPDesktop_14.0.30035.0_x64__8wekyb3d8bbwe' because it's not staged" mean? How did it happen? What should I do to make it work in the first "Add-AppProvisionedPackage" command?
Beta Was this translation helpful? Give feedback.
All reactions