You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had broken winget as described in many recent reports (like #4916 ).
I installed KB5046714, rebooted.
I installed latest WindowsAppRuntimeInstall-x64.exe, rebooted
winget is still not visible.
Steps to reproduce
Repair-WinGetPackageManager -Force -Latest -AllUsers -Verbose
VERBOSE: Creating MTA thread
VERBOSE: Running winget.exe with --version
VERBOSE: 'winget.exe' Win32Exception An error occurred trying to start process 'winget.exe' with working directory 'C:\Users\mngy'. The system cannot find the file specified.
VERBOSE: Executing Appx cmdlet Get-AppxPackage -Name Microsoft.DesktopAppInstaller
VERBOSE: Integrity category type: AppInstallerNotRegistered
VERBOSE: Downloading https://github.com/microsoft/winget-cli/releases/download/v1.9.25200/DesktopAppInstaller_Dependencies.json
VERBOSE: Size 264 bytes
VERBOSE: Executing Appx cmdlet Get-AppxPackage -Name Microsoft.VCLibs.140.00.UWPDesktop
VERBOSE: Microsoft.VCLibs.140.00.UWPDesktop is lower than minimum required version [14.0.33728.0]: Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64__8wekyb3d8bbwe
VERBOSE: Executing Appx cmdlet Get-AppxPackage -Name Microsoft.UI.Xaml.2.8
VERBOSE: Microsoft.VCLibs.140.00.UWPDesktop is lower than minimum required version [14.0.33728.0]: Microsoft.VCLibs.140.00.UWPDesktop_14.0.32530.0_x64__8wekyb3d8bbwe
VERBOSE: Microsoft.VCLibs.140.00.UWPDesktop is lower than minimum required version [14.0.33728.0]: Microsoft.VCLibs.140.00.UWPDesktop_14.0.33321.0_x64__8wekyb3d8bbwe
VERBOSE: Microsoft.VCLibs.140.00.UWPDesktop is lower than minimum required version [14.0.33728.0]: Microsoft.VCLibs.140.00.UWPDesktop_14.0.33519.0_x64__8wekyb3d8bbwe
VERBOSE: Microsoft.VCLibs.140.00.UWPDesktop x64 dependency satisfied by: Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64__8wekyb3d8bbwe
VERBOSE: Executing Appx cmdlet Get-AppxPackage -Name Microsoft.DesktopAppInstaller
VERBOSE: Microsoft.UI.Xaml.2.8 x64 dependency satisfied by: Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe
VERBOSE: Executing Appx cmdlet Add-AppxPackage -Path C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml -Register -DisableDevelopmentMode
Add-AppxPackage: Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(102,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contai
C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(102,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
NOTE: For additional information, look for [ActivityId] c0243075-44bf-0001-39e2-27c0bf44db01 in the Event Log or use the command line Get-AppPackageLog -ActivityID c0243075-44bf-0001-39e2-27c0bf44db01
VERBOSE: Microsoft.UI.Xaml.2.8 is lower than minimum required version [8.2310.30001.0]: Microsoft.UI.Xaml.2.8_8.2306.22001.0_x64__8wekyb3d8bbwe
VERBOSE: Running winget.exe with --version
VERBOSE: Executing Appx cmdlet Get-AppxPackage -Name Microsoft.DesktopAppInstaller
VERBOSE: 'winget.exe' Win32Exception An error occurred trying to start process 'winget.exe' with working directory 'C:\Users\mngy'. The system cannot find the file specified.
VERBOSE: AppInstallerNotRegistered encountered previously
Repair-WinGetPackageManager: The App Installer is not registered.
the crucial error refers to AppxManifest.xml(102,27), which is DisplayName="ms-resource:appDisplayName" in following block:
As it relates to python somehow, I also uninstalled and reinstalled python (via Store) but nothin changed in xml and in Repair... still fails with same message.
Also forced repair on WindowsAppRuntimeInstall
.\WindowsAppRuntimeInstall-x64.exe -r
Installing license: MSIX_MAINPACKAGE_LICENSE
Install License result : 0x0
Installing license: MSIX_SINGLETONPACKAGE_LICENSE
Install License result : 0x0
Deploying package: Microsoft.WindowsAppRuntime.1.6_6000.318.2304.0_x64__8wekyb3d8bbwe
Package deployment result : 0x0
Deploying package: Microsoft.WindowsAppRuntime.1.6_6000.318.2304.0_x86__8wekyb3d8bbwe
Package deployment result : 0x0
Deploying package: MicrosoftCorporationII.WinAppRuntime.Main.1.6_6000.318.2304.0_x64__8wekyb3d8bbwe
Package deployment result : 0x0
Provisioning result : 0x0
Deploying package: MicrosoftCorporationII.WinAppRuntime.Singleton_6000.318.2304.0_x64__8wekyb3d8bbwe
Package deployment result : 0x0
Provisioning result : 0x0
Deploying package: Microsoft.WinAppRuntime.DDLM.6000.318.2304.0-x6_6000.318.2304.0_x64__8wekyb3d8bbwe
Package deployment result : 0x0
Provisioning result : 0x0
Deploying package: Microsoft.WinAppRuntime.DDLM.6000.318.2304.0-x8_6000.318.2304.0_x86__8wekyb3d8bbwe
Package deployment result : 0x0
Provisioning result : 0x0
All install operations successful.
but Repair-WinGetPackageManager fails exactly the same way.
Expected behavior
winget is back :
Actual behavior
Full log is here:
Get-AppPackageLog -ActivityID c0243075-44bf-0000-e429-29c0bf44db01
Time ID Message
---- -- -------
2024-12-02 15:34:06 603 Started deployment Register operation on a package with main parameter AppxManifest.xml and Options 0 and 0. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues.
2024-12-02 15:34:06 10002 Creating Resiliency File C:\ProgramData\Microsoft\Windows\AppRepository\fa4c94d0-ee16-4f50-b2de-5603faae22cc_S-1-5-21-507921405-764733703-1708537768-188044_60.rslc for Register Operation on Package
Microsoft.DesktopAppInstaller_2024.1108.1842.0_neutral_~_8wekyb3d8bbwe.
2024-12-02 15:34:06 607 Deployment Register operation on package Microsoft.DesktopAppInstaller_2024.1108.1842.0_neutral_~_8wekyb3d8bbwe has been de-queued and is running for user SID S-1-5-21-507921405-764733703-1708537768-188044.
2024-12-02 15:34:06 614 Bundle Uri C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_2024.1108.1842.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml contains packages: "AppxMetadata\Stub\AppInstaller_arm64_stub.msix":
Microsoft.DesktopAppInstaller_1.24.25199.0_arm64__8wekyb3d8bbwe "AppxMetadata\Stub\AppInstaller_arm_stub.msix": Microsoft.DesktopAppInstaller_1.24.25199.0_arm__8wekyb3d8bbwe "AppxMetadata\Stub\AppInstaller_x64_stub.msix":
Microsoft.DesktopAppInstaller_1.24.25199.0_x64__8wekyb3d8bbwe "AppxMetadata\Stub\AppInstaller_x86_stub.msix": Microsoft.DesktopAppInstaller_1.24.25199.0_x86__8wekyb3d8bbwe "AppInstaller_x64.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe "AppInstaller_x86.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_x86__8wekyb3d8bbwe "AppInstaller_arm.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_arm__8wekyb3d8bbwe
"AppInstaller_arm64.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_arm64__8wekyb3d8bbwe "AppInstaller_language-am.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-am_8wekyb3d8bbwe "AppInstaller_language-af.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-af_8wekyb3d8bbwe "AppInstaller_language-as.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-as_8wekyb3d8bbwe "AppInstaller_language-ar.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ar_8wekyb3d8bbwe "AppInstaller_language-hr.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-hr_8wekyb3d8bbwe "AppInstaller_language-fa.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-fa_8wekyb3d8bbwe "AppInstaller_language-az-latn.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-az-latn_8wekyb3d8bbwe
"AppInstaller_language-bg.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-bg_8wekyb3d8bbwe "AppInstaller_language-bn.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-bn_8wekyb3d8bbwe
"AppInstaller_language-bs.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-bs_8wekyb3d8bbwe "AppInstaller_language-ca.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ca_8wekyb3d8bbwe
"AppInstaller_language-id.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-id_8wekyb3d8bbwe "AppInstaller_language-cy.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-cy_8wekyb3d8bbwe
"AppInstaller_language-da.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-da_8wekyb3d8bbwe "AppInstaller_language-de.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-de_8wekyb3d8bbwe
"AppInstaller_language-el.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-el_8wekyb3d8bbwe "AppInstaller_language-es.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-es_8wekyb3d8bbwe
"AppInstaller_language-et.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-et_8wekyb3d8bbwe "AppInstaller_language-eu.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-eu_8wekyb3d8bbwe
"AppInstaller_language-hi.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-hi_8wekyb3d8bbwe "AppInstaller_language-he.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-he_8wekyb3d8bbwe
"AppInstaller_language-fil-latn.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-fil-latn_8wekyb3d8bbwe "AppInstaller_language-fr.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-fr_8wekyb3d8bbwe "AppInstaller_language-gl.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-gl_8wekyb3d8bbwe "AppInstaller_language-gd-latn.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-gd-latn_8wekyb3d8bbwe "AppInstaller_language-hy.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-hy_8wekyb3d8bbwe "AppInstaller_language-fi.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-fi_8wekyb3d8bbwe "AppInstaller_language-kk.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-kk_8wekyb3d8bbwe "AppInstaller_language-is.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-is_8wekyb3d8bbwe "AppInstaller_language-gu.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-gu_8wekyb3d8bbwe "AppInstaller_language-ga.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ga_8wekyb3d8bbwe "AppInstaller_language-cs.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-cs_8wekyb3d8bbwe "AppInstaller_language-hu.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-hu_8wekyb3d8bbwe "AppInstaller_language-it.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-it_8wekyb3d8bbwe "AppInstaller_language-ta.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ta_8wekyb3d8bbwe "AppInstaller_language-ka.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ka_8wekyb3d8bbwe "AppInstaller_language-lv.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-lv_8wekyb3d8bbwe "AppInstaller_language-th.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-th_8wekyb3d8bbwe "AppInstaller_language-sv.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-sv_8wekyb3d8bbwe "AppInstaller_language-sr-latn.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-sr-latn_8wekyb3d8bbwe
"AppInstaller_language-sq.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-sq_8wekyb3d8bbwe "AppInstaller_language-kok.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-kok_8wekyb3d8bbwe
"AppInstaller_language-lb.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-lb_8wekyb3d8bbwe "AppInstaller_language-lo.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-lo_8wekyb3d8bbwe
"AppInstaller_language-lt.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-lt_8wekyb3d8bbwe "AppInstaller_language-sl.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-sl_8wekyb3d8bbwe
"AppInstaller_language-mi-latn.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-mi-latn_8wekyb3d8bbwe "AppInstaller_language-sk.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-sk_8wekyb3d8bbwe "AppInstaller_language-ru.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ru_8wekyb3d8bbwe "AppInstaller_language-mr.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-mr_8wekyb3d8bbwe "AppInstaller_language-ro.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ro_8wekyb3d8bbwe "AppInstaller_language-mt.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-mt_8wekyb3d8bbwe "AppInstaller_language-nb.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-nb_8wekyb3d8bbwe "AppInstaller_language-quz-latn.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-quz-latn_8wekyb3d8bbwe "AppInstaller_language-nl.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-nl_8wekyb3d8bbwe "AppInstaller_language-nn.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-nn_8wekyb3d8bbwe "AppInstaller_language-pl.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-pl_8wekyb3d8bbwe "AppInstaller_language-pa.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-pa_8wekyb3d8bbwe "AppInstaller_language-te.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-te_8wekyb3d8bbwe "AppInstaller_language-tt-cyrl.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-tt-cyrl_8wekyb3d8bbwe "AppInstaller_language-mk.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-mk_8wekyb3d8bbwe
"AppInstaller_language-sr-cyrl.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-sr-cyrl_8wekyb3d8bbwe "AppInstaller_language-ne.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ne_8wekyb3d8bbwe "AppInstaller_language-ja.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ja_8wekyb3d8bbwe "AppInstaller_language-km.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-km_8wekyb3d8bbwe "AppInstaller_language-tr.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-tr_8wekyb3d8bbwe "AppInstaller_language-uz-latn.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-uz-latn_8wekyb3d8bbwe "AppInstaller_language-kn.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-kn_8wekyb3d8bbwe "AppInstaller_language-vi.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-vi_8wekyb3d8bbwe "AppInstaller_language-uk.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-uk_8wekyb3d8bbwe "AppInstaller_language-ug-arab.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ug-arab_8wekyb3d8bbwe "AppInstaller_language-pt.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-pt_8wekyb3d8bbwe "AppInstaller_language-ms.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ms_8wekyb3d8bbwe "AppInstaller_language-ko.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ko_8wekyb3d8bbwe "AppInstaller_language-ml.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ml_8wekyb3d8bbwe "AppInstaller_language-ur.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-ur_8wekyb3d8bbwe "AppInstaller_language-or.msix":
Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-or_8wekyb3d8bbwe "AppInstaller_language-zh-hans.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-zh-hans_8wekyb3d8bbwe
"AppInstaller_language-zh-hant.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.language-zh-hant_8wekyb3d8bbwe "AppInstaller_scale-150.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.scale-150_8wekyb3d8bbwe
"AppInstaller_scale-100.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.scale-100_8wekyb3d8bbwe "AppInstaller_scale-125.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.scale-125_8wekyb3d8bbwe
"AppInstaller_scale-400.msix": Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.scale-400_8wekyb3d8bbwe.
2024-12-02 15:34:06 854 Successfully added the following uri(s) to be processed: C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_2024.1108.1842.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml C:\Program
Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml C:\Program
Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml C:\Program
Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.scale-150_8wekyb3d8bbwe\AppxManifest.xml.
2024-12-02 15:34:06 855 Finished resolving action lists. DeploymentRequest action lists: addPackageList: Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe Microsoft.DesktopAppInstaller_2024.1108.1842.0_neutral_~_8wekyb3d8bbwe updateList:
Microsoft.DesktopAppInstaller_1.24.25180.0_neutral_split.scale-125_8wekyb3d8bbwe is updating to Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.scale-125_8wekyb3d8bbwe
Microsoft.DesktopAppInstaller_1.24.25180.0_neutral_split.scale-100_8wekyb3d8bbwe is updating to Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.scale-100_8wekyb3d8bbwe
Microsoft.DesktopAppInstaller_1.24.25180.0_neutral_split.scale-150_8wekyb3d8bbwe is updating to Microsoft.DesktopAppInstaller_1.24.25200.0_neutral_split.scale-150_8wekyb3d8bbwe destagePackageList:
Microsoft.DesktopAppInstaller_1.24.25180.0_x64__8wekyb3d8bbwe.
2024-12-02 15:34:06 573 Setting Sync Enabled status, package family name Microsoft.DesktopAppInstaller_8wekyb3d8bbwe, enabled false.
2024-12-02 15:34:06 566 Acquiring roaming data for already registered package Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe.
2024-12-02 15:34:06 10000 About to service package Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe. Setting the package state to disabled returned with 0x0.
2024-12-02 15:34:06 10000 About to service package Microsoft.DesktopAppInstaller_1.24.25180.0_x64__8wekyb3d8bbwe. Setting the package state to disabled returned with 0x0.
2024-12-02 15:34:06 333 C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(102,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the
following error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
2024-12-02 15:34:06 6902 AppxManifest.xml(101,6): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the PythonRedirector application: NamedResource
Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:06 6901 AppxManifest.xml(104,10): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the windows.appExecutionAlias Extension
element: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:06 6800 AppxManifest.xml(106,14): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller package because the following error was encountered while parsing the windows.appExecutionAlias extension: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:06 8761 AppExecutionAlias directory missing, error code is 0x8007010B.
2024-12-02 15:34:06 303 error 0x80073B17: While preparing to process the request, the system failed to register the windows.appExecutionAlias extension due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:06 300 error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_8wekyb3d8bbwe package due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:06 605 The last successful state reached was SingletonRegisterAdd. Failure occurred before reaching the next state RegistrationChanged. hr: 0x80073CF6
2024-12-02 15:34:07 333 C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(102,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the
following error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
2024-12-02 15:34:07 6902 AppxManifest.xml(101,6): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the PythonRedirector application: NamedResource
Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 6901 AppxManifest.xml(104,10): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the windows.appExecutionAlias Extension
element: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 6800 AppxManifest.xml(106,14): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller package because the following error was encountered while parsing the windows.appExecutionAlias extension: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 8761 AppExecutionAlias directory missing, error code is 0x8007010B.
2024-12-02 15:34:07 325 error 0x80073B17: While preparing to process the request, the system failed to register the windows.appExecutionAlias extension due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:07 333 C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(27,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the
following error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
2024-12-02 15:34:07 6902 AppxManifest.xml(26,6): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the App application: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 6901 AppxManifest.xml(89,10): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the windows.appService Extension element:
NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 6800 AppxManifest.xml(89,10): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller package because the following error was encountered while parsing the windows.appService extension: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 325 error 0x80073B17: While preparing to process the request, the system failed to register the windows.appService extension due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:07 333 C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(27,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the
following error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
2024-12-02 15:34:07 6902 AppxManifest.xml(26,6): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the App application: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 6901 AppxManifest.xml(72,10): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the windows.backgroundTasks Extension element:
NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 6800 AppxManifest.xml(72,10): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller package because the following error was encountered while parsing the windows.backgroundTasks extension: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 325 error 0x80073B17: While preparing to process the request, the system failed to register the windows.backgroundTasks extension due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:07 333 C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(27,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the
following error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
2024-12-02 15:34:07 6902 AppxManifest.xml(26,6): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the App application: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 7109 error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package while processing the default background task due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:07 325 error 0x80073B17: While preparing to process the request, the system failed to register the windows.DefaultBackgroundTasks extension due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:07 333 C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(113,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the
following error was encountered while determining whether the ms-resource:wingetAppDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
2024-12-02 15:34:07 6902 AppxManifest.xml(112,6): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the winget application: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 6901 AppxManifest.xml(127,10): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the windows.fileTypeAssociation Extension
element: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 6800 AppxManifest.xml(127,10): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller package because the following error was encountered while parsing the windows.fileTypeAssociation extension: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 325 error 0x80073B17: While preparing to process the request, the system failed to register the windows.fileTypeAssociation extension due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:07 333 C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(27,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the
following error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
2024-12-02 15:34:07 6902 AppxManifest.xml(26,6): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the App application: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 6901 AppxManifest.xml(45,10): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the windows.protocol Extension element:
NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 6800 AppxManifest.xml(45,10): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller package because the following error was encountered while parsing the windows.protocol extension: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 325 error 0x80073B17: While preparing to process the request, the system failed to register the windows.protocol extension due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:07 333 C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(7,6): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the
following error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
2024-12-02 15:34:07 325 error 0x80073B17: While preparing to process the request, the system failed to register the windows.repositoryExtension extension due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:07 333 C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(27,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the
following error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
2024-12-02 15:34:07 6800 AppxManifest.xml(26,6): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller package because the following error was encountered while parsing the windows.defaultPrograms extension: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 325 error 0x80073B17: While preparing to process the request, the system failed to register the windows.defaultPrograms extension due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:07 333 C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(27,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the
following error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
2024-12-02 15:34:07 6902 AppxManifest.xml(26,6): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following error was encountered while parsing the App application: NamedResource Not Found.
. Try again and contact the package publisher if the problem persists.
2024-12-02 15:34:07 5090 error 0x80073B17: The Visual Elements extension failed.
2024-12-02 15:34:07 325 error 0x80073B17: While preparing to process the request, the system failed to register the windows.visualElements extension due to the following error: NamedResource Not Found.
.
2024-12-02 15:34:07 8100 Starting validation and setting the Trust Label on package Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe with flags 0x9.
2024-12-02 15:34:07 8106 Package Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe has Trust Label already. Flags: 0x9
2024-12-02 15:34:07 8101 Finished validation and setting the Trust Label on package Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe with flags 0x9.
2024-12-02 15:34:07 5507 Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe : C:\Program
Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\microsoft.system.package.metadata\S-1-5-21-507921405-764733703-1708537768-188044-MergedResources-*.pri : No user-specific merged files found
2024-12-02 15:34:07 5507 Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe : C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\microsoft.system.package.metadata\Resources.????????.pri : No shared merged files
found
2024-12-02 15:34:07 5507 Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe : C:\Program
Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\microsoft.system.package.metadata\S-1-5-21-507921405-764733703-1708537768-188044-MergedResources-*.pri : No user-specific merged files found
2024-12-02 15:34:07 5507 Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe : C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\microsoft.system.package.metadata\Resources.????????.pri : No shared merged files
found
2024-12-02 15:34:07 10001 Finished servicing package Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe. Setting the package state to enabled returned with 0x0.
2024-12-02 15:34:07 10001 Finished servicing package Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe. Setting the package state to enabled returned with 0x0.
2024-12-02 15:34:07 10001 Finished servicing package Microsoft.DesktopAppInstaller_1.24.25180.0_x64__8wekyb3d8bbwe. Setting the package state to enabled returned with 0x0.
2024-12-02 15:34:07 10001 Finished servicing package Microsoft.DesktopAppInstaller_1.24.25180.0_x64__8wekyb3d8bbwe. Setting the package state to enabled returned with 0x0.
2024-12-02 15:34:07 401 Deployment Register operation with target volume C: on Package Microsoft.DesktopAppInstaller_2024.1108.1842.0_neutral_~_8wekyb3d8bbwe from: (AppxBundleManifest.xml) failed with error 0x80073CF6. See
http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues.
2024-12-02 15:34:07 404 AppX Deployment operation failed for package Microsoft.DesktopAppInstaller_2024.1108.1842.0_neutral_~_8wekyb3d8bbwe with error 0x80073CF6. The specific error text for this failure is: C:\Program
Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe\AppxManifest.xml(102,27): error 0x80073B17: Cannot register the Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe package because the following
error was encountered while determining whether the ms-resource:appDisplayName string resource could be localized: NamedResource Not Found.
. Check that the string resource is defined and that there is at least one instance defined in the resources.pri file contained in this package.
Brief description of your issue
I had broken winget as described in many recent reports (like #4916 ).
I installed KB5046714, rebooted.
I installed latest WindowsAppRuntimeInstall-x64.exe, rebooted
winget is still not visible.
Steps to reproduce
the crucial error refers to
AppxManifest.xml(102,27)
, which isDisplayName="ms-resource:appDisplayName"
in following block:As it relates to python somehow, I also uninstalled and reinstalled python (via Store) but nothin changed in xml and in Repair... still fails with same message.
Also forced repair on WindowsAppRuntimeInstall
but
Repair-WinGetPackageManager
fails exactly the same way.Expected behavior
winget is back :
Actual behavior
Full log is here:
Environment
The text was updated successfully, but these errors were encountered: