Forum Discussion
pulkitarora
Feb 28, 2019Copper Contributor
Launching a binary inside a different package
Is it possible to launch a binary (present in a different application) from a full trust application installed via MSIX? Say I have two applications A and B, such that: A has two executables e1 ...
VigneshwaranMVP
Mar 07, 2019Copper Contributor
Tim Mangan Anything related to connection groups, run virtual present in msix concepts? Just started with the tool handson :)
Tim Mangan
Mar 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 :)