Forum Discussion
MSIX Instal AppxManifest error 0x80070002
Hello there,
i have successfully packaging an Office2003 Word to an MSIX App.
When i go to install the MSIX, it runs to 99% and gives following error:
Fehler bei der App-Installation. Fehlermeldung: AppxManifest.xml(19,154602): Fehler 0x80070002: Das Paket "Office2003_1.0.0.0_x64__0axtw1mbg53sp" kann nicht registriert werden: Der Pfad "[{System}]" wurde nicht gefunden. (0x80070002)
I find out the position to path [{System}]
first:
<com:TypeLib Id="ac2de821-36a2-11cf-8053-00aa006009fa"> <com:Version VersionNumber="2.0" LocaleId="0" LibraryFlag="2" HelpDirectory="[{System}]"> <com:Win32Path Path="VFS\SystemX86\FM20.DLL" ResourceId="2" /> </com:Version> </com:TypeLib>
second:
<com:TypeLib Id="0d452ee1-e08f-101a-852e-02608c4d0bb4"> <com:Version VersionNumber="2.0" LocaleId="0" LibraryFlag="2" HelpDirectory="[{System}]"> <com:Win32Path Path="VFS\SystemX86\FM20.DLL" /> </com:Version> </com:TypeLib>
I try to resolve it with changing [{System}] to VFS\SystemX86\, but there give the next error.
What i can do to fix this issue?
I can not upload the Manifest file, the type is not allowed
best Karsten Seidel
- michael müllerCopper ContributorHi, I updated to Windows 1903, in the hope there might be some better coexistence of MSIX with my Word 2003, which is very customizes for our purpose, but no better results. I also tried Word 2010, I could not get it running either. What shall I do? Thank you Michael
- michael müllerCopper ContributorAny chance to give us a hand for christmas :-)
- Peyman ZanjaniMicrosoft
We are still investigating this issue. Thank you for your patience.
- Peyman ZanjaniMicrosoft
Hi Michael,
Thank you for reporting this issue. We are tracking a bug with regards to path tokenization but it looks like you already tried using the detokenized path and you hit another error. What is the error that you are seeing?
It would be great if you can file a feedback item using the "report a problem" button from the MSIX Packaging Tool settings > feedback tab and attach the full logs and your installer.
You can find the logs at %localappdata%\packages\Microsoft.MsixPackagingTool_8wekyb3d8bbwe\LocalState\DiagOutputDir\
Thanks,
Peyman
- Michael MüllerCopper Contributor
Hello Peyman,
i changed two times the [{System}] to VFS\SystemX86\, following error message by 99% at instal:
Fehler bei der App-Installation. Fehlermeldung: AppxManifest.xml(2560,12): Fehler 0x80080204: Das Paket "Word2003_1.0.0.0_x64__0axtw1mbg53sp" kann nicht registriert werden. Das TypeLib-Element erfordert mindestens ein untergeordnetes Win32Path-Element oder Win64Path-Element. (0x80080204)
Any Idea?
Best Karsten
- Michael MüllerCopper Contributor
After Edit the Manifest.xml we have the Log Issue:
[Warning] Unable to detect publisher name from provided certificate: System.Security.Cryptography.CryptographicException: Das angegebene Netzwerkkennwort ist falsch. bei System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) bei System.Security.Cryptography.X509Certificates.X509Utils._LoadCertFromBlob(Byte[] rawData, IntPtr password, UInt32 dwFlags, Boolean persistKeySet, SafeCertContextHandle& pCertCtx) bei System.Security.Cryptography.X509Certificates.X509Certificate.LoadCertificateFromBlob(Byte[] rawData, Object password, X509KeyStorageFlags keyStorageFlags) bei MsixPackagingTool.ViewModel.Common.ViewModelBase.ValidateCertificatePassword(Byte[] certBytes, SecureString password) [19.11.18 18:10:38] [Warning] Unable to detect publisher name from provided certificate: System.Security.Cryptography.CryptographicException: Das angegebene Netzwerkkennwort ist falsch.
- michael müllerCopper Contributor
Hi Peyman,
I tried many times more to build my Office 2003, but since a couple of days I cannot come as far as I got when I send you the last post.
Now, there is a error alrady after installing and prepearing the package. It's now something with the store: 0x80131500I will send you one more through the feedback.
Michael