Forum Discussion
RRobesin
Oct 07, 2019Copper Contributor
How to run Client Server application with MSIX
I am trying to make an MSIX run with a client/server application. Why, we want to run multiple versions with different network share next to each other. They use the same registrykeys and therefor w...
Feb 11, 2020
Dan Gough PsfLauncher (currently) would use the standard process launcher causing the exe to run outside of the container and not see the needed registry settings.
Vlad's note opens the possibility that in the future we could add a PsfLauncher option in the config.json to allow support for this scenario. I might look into adding it to the Psf over the summer, but I'd first have to verify that it does not require developer mode (which is the problem with the PowerShell command to launch inside the container).