Forum Discussion
Launching a binary inside a different package
I'd say the scenario is currently a challenge for MSIX.
Launching ANY executable from outside of the package folder results in the execution running outside of the container environment you are in, which is probably not want you want. Typically a request like this is looking for a layering/union of the two package environments.
This could probably be achieved if A is created as an Add-on (Modification package in terms of the MSIX packaging tool) of B, where there is only one container environment.
But I'd LOVE to be proved wrong by someone from Microsoft..
Tim Mangan Anything related to connection groups, run virtual present in msix concepts? Just started with the tool handson :)
- Tim ManganMar 07, 2019MVP
Not really (currently).
Connection Group: The closest thing to connection group is a modification package, but there you can only add file/registry items, no new entrypoints.
Run Virtual: Exes outside of a package (currently) never run in a package container. Even when started from an exe inside a container it bounces out. Until that changes there is no hope for a RunVirtual like solution.
- VigneshwaranMVPMar 07, 2019Copper Contributor
As always thanks for clarifying :)