Forum Discussion
Siva116
Dec 17, 2021Brass Contributor
How to convert .Net 4.5 or VC++ Redistributable pre-requisite related apps
Hi All, Could anyone advice how to convert the apps to MSIX which has .Net 4.5 or VC++ Redistributables as pre-requisites. 1. Do we need to bundle VC++along with the main application in MSIX? 2. I...
Aditi_Narvekar
Microsoft
Dec 22, 2021Siva116 thank you for your question. Someone will respond to your question as soon as possible.
- Siva116Jan 12, 2022Brass ContributorHi All,
Could you please provide any suggestion on this type of request conversion to MSIX???- Jan 14, 2022Obviously, not an authoritative Microsoft response, but...
Prerequisites of this type (I am excluding the .Net Framework itself) may be handled either inside or external to the package.
As a general rule, I prefer to include redistributables in the package when repackaging an existing installer into MSIX.
When building an MSIX package as a developer, it would be great to mark the package as having a package dependency on a package containing the dependency, but not enough are publicly available through nuget packages and the like, so I often include them in the ingredients of the package.