Event details
This AMA is your opportunity to ask questions and provide feedback directly to the MSIX team! Ask questions and about existing or upcoming features, Give us your feedback on what you might like impro...
Heather_Poulsen
Updated Jul 21, 2021
Glenntja
Jul 21, 2021Brass Contributor
MSIX seems like a great solution to packaging applications, however I've been experiencing issues with packaging applications using MSIX, and it doesn't seem like it's very stable
Packaging Adobe Acrobat XI (older version) results in the program launching, then immidiately closing, based on the technical side of MSIX I would assume that it should not close at all? -> It's tough to troubleshoot and I haven't seen a lot of work being done on MSIX for a very long time
jvintzel
Jul 21, 2021Former Employee
A few common issues with repackaging could be the app is the app is writing to the working directory. We have the Package Support Framework to help solve problems like this. https://docs.microsoft.com/en-us/windows/msix/psf/package-support-framework-overview
If that does not solve the problem we can hopefully help you troubleshoot more through the MSIX Tech Community. Feel free to add a follow up here: https://techcommunity.microsoft.com/t5/msix-packaging-and-tools/bd-p/MSIX-Packaging
- GlenntjaJul 21, 2021Brass ContributorYeah, I just wish there was a little bit more straightforward documentation, with examples of packaging well known applications Currently I've attempted to package 1. Citrix Worskpace 2. Adobe Acrobat (both new and old) 3. Google Chrome 4. And many more Citrix and Chrome seems to work, however I wish I knew why it didn't save the profiles I create in Chrome prior to finishing the MSIX setup (as I've understood it should capture all changes the application makes prior to the final step) Citrix works fine, unless you use it for SSO, even with the correct registry settings imported into the MSIX registry it does not at all function with a Always on VPN client locally, theres been few months since I trialed this out, but it feels like a solution for the developers to originally package their app as MSIX rather than a nice solution for IT personell to repackage app for distribution through Intune
- Karl-WEJul 21, 2021MVPI agree there should be more practical examples of common apps or even those that are a bit more challenging than notepad++ John Vintzel.