Forum Discussion
e2bLou
Dec 13, 2022Copper Contributor
Error "Error in parsing the app package." when running .appinstaller from a folder.
Greetings, Bear with me as I am new to MSIX. I have an application that has one assembly and one winform exe application that uses the assembly. I added a MSIX installer project to the sol...
Dec 13, 2022
On the machine with the problem, look in the Windows Event Log. "Applications and Services Logs"-->"Microsoft"-->"Windows" and at logs starting with "AppX*". Most likely the "AppxPackagingOM" Operational log will tell you what it didn't like in the AppXManifest.
e2bLou
Dec 14, 2022Copper Contributor
TIMOTHY_MANGAN I have looked in AppxDeployment, AppxDeployment-Server and AppxPackagingOM, but I do not see any events for the installer. I even took the step of re-running it to see if any new entries would be entered, but I didn't see anything. I am guessing whatever the issue is, it is occurring before it is able to log any event data... Could it be some sort of permissions issue?