Forum Discussion
App installs with no errors, but does not fully install
I couldn't see any attached logs. Could you double check?
The manifest file is inside the package. You can view it by unpacking your .msix, e.g. by using the Package editor in the MSIX Packaging Tool, or using any zip extraction utility. If you unpack the .msix, the file name will be AppxManifest.xml.
You can also find the manifest generated by the MSIX Packaging Tool in its logs folder. It will be a file with a .Manifest extension.
The way you are installing and packaging your application seems correct to me overall. I think to solve your problem we need to focus more on what happens after you install the .msix and run it.
Could you try Invoke-CommandInDesktopPackage or MSIX Commander again, if possible in a different machine?
I have tried Invoke-CommandInDesktopPackage on 3 machines. I have tried MSIX Commander on 2.
Still cannot locate an appmanifest.xml file when unpacking the package. I have attached copies of 2 .manifest files from the Log folder.