AppInstaller crash on installing an AppX

0

I have an AppX package built using Advanced Installer suddenly causing the AppInstaller to crash when simply try to open the file. Application log shows exception code and fault offset that aren't very helpful.

Faulting application name: AppInstaller.exe, version: 1.0.1905.15001, time stamp: 0x5cdc93f1
Faulting module name: AppInstaller.exe, version: 1.0.1905.15001, time stamp: 0x5cdc93f1
Exception code: 0xc0000005
Fault offset: 0x00000000000b3fc1
Faulting process id: 0x15e0
Faulting application start time: 0x01d527f3084fd3d6
Faulting application path: C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.0.31351.0_x64__8wekyb3d8bbwe\AppInstaller.exe
Faulting module path: C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.0.31351.0_x64__8wekyb3d8bbwe\AppInstaller.exe
Report Id: 3b8cb7fb-0669-4a90-8029-fcc8e07c4924
Faulting package full name: Microsoft.DesktopAppInstaller_1.0.31351.0_x64__8wekyb3d8bbwe
Faulting package-relative application ID: App

Tried install the packaged with Add-AppxPackage in PowerShell, package install just fine. How can I troubleshoot this problem?

windows
appx
asked on Stack Overflow Jun 21, 2019 by Pok

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0