microsoftfeedback / WinDbg-Feedback

Public issue and feedback tracking for WinDbg Preview.
Creative Commons Attribution 4.0 International
48 stars 12 forks source link

WinDbg - Installer fails with error code 0x80D03002, Windows 10 Pro x64 22H2 (19045.3570) #143

Closed kristapsesterlins closed 2 months ago

kristapsesterlins commented 11 months ago

Hi,

Windbg.appinstaller from https://aka.ms/windbg/download fails with the error message:

App installation failed with error message: error 0x80D03002: Opening the package from location windbg.msixbundle failed. (0x80d03002)

Installing the full package works fine - https://windbg.download.prss.microsoft.com/dbazure/prod/1-0-0/windbg.appinstaller

Event Viewer does not show anything useful:

error 0x80D03002: Opening the package from location windbg.msixbundle failed.

Error 0x80070002: Opening the Msixvc package from location windbg.msixbundle failed. Please check whether the Msixvc support services are installed.

Appinstaller operation failed with error code 0x80D03002. Detail: Unknown error

AppX Deployment operation failed for package file:///C:/Temp/windbg.appinstaller with error 0x80D03002. The specific error text for this failure is: error 0x80D03002: Opening the package from location windbg.msixbundle failed.

Attached is the screenshot and Event Log data.

Untitled AppXDeployment.zip

lzybkr commented 11 months ago

I haven't seen that error code before.

If I search for that error code, I do see plenty of tips on how to fix it. It's probably worth trying some of them. based on some quick internal searches, the workarounds that mention Delivery Optimization seem relevant.

The error mentioning msixvc is curious - that's not something we're using to the best of knowledge.

geoff-m commented 8 months ago

I got the same error message but with error code 0x80072ee2 on Windows 11

kirsan31 commented 8 months ago

I got the same error message but with error code 0x80072ee2 on Windows 11

Same here - error 0x80072EE2 on Win11 23H2. ----Upd---- Launch installer from app with admins rights solved the problem.

weliwita commented 7 months ago

I haven't seen that error code before.

If I search for that error code, I do see plenty of tips on how to fix it. It's probably worth trying some of them. based on some quick internal searches, the workarounds that mention Delivery Optimization seem relevant.

The error mentioning msixvc is curious - that's not something we're using to the best of knowledge.

yes, for me deleting HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization - DODownloadMode key and restart solved the issue.

iamtimmy commented 2 months ago

yes, for me deleting HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization - DODownloadMode key and restart solved the issue.

For me too! tyvm

kristapsesterlins commented 2 months ago

Hi,

@weliwita - thanks for solution. I will close this issue, as it was due to the DeliveryOptimization policy (it also affects the New Microsoft Teams updates)