Two MSIX installed Windows Apps share files
Hello All,
I have two separate MSIX packages that use a similar .NET runtime. The .dll and .exe files share the same name but installed in different windows app containers.
The windows installer (windows 10) starts to mix and match the files when installing the MSIX packages. When I start the .exe file, which is the main app file, it uses a mix of files from a different windows app and gives errors.
Is this an issue that others have experienced? If so, is there a fix to have the windows app only use the particular files from it’s container? Strange because on one computer this never happens and on another it happens each time. Both are running Windows 10 so guessing that some setting needs to be made on the problem PC?
Thanks.
Hello All, I have two separate MSIX packages that use a similar .NET runtime. The .dll and .exe files share the same name but installed in different windows app containers. The windows installer (windows 10) starts to mix and match the files when installing the MSIX packages. When I start the .exe file, which is the main app file, it uses a mix of files from a different windows app and gives errors. Is this an issue that others have experienced? If so, is there a fix to have the windows app only use the particular files from it’s container? Strange because on one computer this never happens and on another it happens each time. Both are running Windows 10 so guessing that some setting needs to be made on the problem PC? Thanks. Read More