Hello @eli k ,
0x80073CF3 is for ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED
This could happen even without manual changes to your project files. Possible causes include:
- The incoming package conflicts with an installed package.
- A specified package dependency can't be found.
- The package doesn't support the correct processor architecture.
How to identify the cause
Open the Event Viewer and navigate to this path:
Applications and Services Logs > Microsoft > Windows > AppXDeployment-Server > Operational
Look for error events (commonly ID 401 or 404) that occurred right after the failed install attempt. The details in those logs will tell you exactly which dependency package is missing or causing the conflict. Once you have the name of that specific package, you will know which part of your build configuration needs adjustment.