I have 2 PCs here and I want to be able to deploy msix packages using powershell on both PCs.
I tested the whole thing on one PC and it worked. I just used this command:
add-apppackage -path "enter_path"
But when I tried the same thing on the other PC it didnt work. The error I get is the following:
Add-AppPackage : Deployment failed. HRESULT: 0x80073CF0, The package could not be opened. Error 0x80096005: Error opening package in location...
I've searched for solutions for a while but nothing seems to be working. Here is a list of what I've tried:
- run powershell as administrator
- sign the package a second time
- trying different packages even one that I didn't create
- uninstalling windows 10 + installing it again
Any help would be awesome thanks.