- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Cannot open app package errror
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Cannot open app package errror
Hi,
We are using InstallShield 2020 R3 to build MSIX installer, when we run the installer, it pops up an error: Cannot open app package, in the reason box display: Error in parsing the app package.
Could you tell me how to solve this problem?
Thanks
Jason
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi JasonBie,
Did you get any build error or building msix project? Please follow the steps mentioned in below video link, you will be able to create a MSIX package
https://www.youtube.com/watch?v=r2jViWCtKFI,
If you still face the same issue, please share your project ism file and msix package.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I saw that video before, and I did the same step to create MSIX installer, there's no error when build project, when I click the xxx.msix to install it popup that error.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Try to install it in a other machine and see it works or not,
Make sure you have add a file and its and set it is a key file , and create a shortcut for added exe and your msix package should be digitally signed
even after doing all this if your installer fails, please share your project ism file and msix package.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I tried install it on another computer, the same error. I checked all the files and path, there's no problem. There's no build error.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi,
I have attached a sample msix project, please first right click on msix package and select digital signature tab and install the certificate to local machine trusted root location,
and then install the msix package and see this sample package is installing successfully or not.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Thanks, your installer is working fine. The error occurs not for every project, only on my project copied from another computer, I set the same settings for every item I can set, but still get the error. I am trying to reproduce the error in a sample project, but failed.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi JasonBie,
You can try extracting the msix package, and then compare the appmanifest.xml file and see what difference you see and try to fix it,
For extracting first rename the .msix to zip and extract the package.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Really great working very well