Forum Discussion
DominiqueFrost
Jul 21, 2020Copper Contributor
Using a LGPL library in a MSIX package
Hello, we are considering to use a library under the GNU Lesser General Public License. If I understood the license correctly, this means we need to provide the user with the option of replacing the...
Jul 22, 2020
DominiqueFrost One could make an argument that it is possible for the end-user to create a Modification Package in the MSIX Packaging Tool that has the replacement library. The key would be that your placement of the library in the package will need to be in a common (VFS) folder location, and you'd need to document that location. So placing in the the VFS\SystemX86 or VFS\SystemX64 folder probably works.