Forum Discussion
Bannna
Feb 19, 2019Copper Contributor
How to pack and deploy .net framework along with an MSIX package created for .net 3.5 application
@John Vintzel I would like to know, how to add the .net frame work dependency to the MSIX package. I am creating an MSIX package for a .net 3.5 application, but I would like to know how to insta...
Bannna
Feb 23, 2019Copper Contributor
jvintzel : Thanks for the reply.
However, I would like to know how can I configure to execute the DISM command during the msix package installation.
Are you saying to execute the DISM command manually before installing the msix package?
jvintzel
Microsoft
Feb 25, 2019That's correct. We don't install the features on demand as part of app deployment at this time. It is something we might look at longer term, but its lower on our backlog at this time. Ideally newer apps move to MSIX frameworks and those are supported for dependency deployment.
John.