Hello jhon. when converting a program that includes DLL files to msix.
The problem is that when you finish packing the program to msix. and install the msix the program may start but it does not read the dll that I capture in the container. because in spite of having them the program calls them from the windows folders and not from the container folders. when you install it with the .EXE all the c ++ restributable that you have installed, but if you convert that same to MSIX when you install the MSIX the dll are in the container because if you catch them. but if you install it, it does not read them because the program reads them from the outside, not from inside the container, and it gives an error because the dlls are not found even if they are in the msix container.
I hope you understand what I deserve and if there is a solution for this.