Forum Discussion
VicGar
Jan 10, 2025Copper Contributor
Run a program included in a MSIX package from the package program entry point.
Hello. I've created an MSIX package that contains two programs: P1.EXE and P2.EXE. P1.EXE is the application entry point and it works ok. At some point of P1.EXE execution, P1.EXE runs P2.EXE. ...
- Jan 17, 2025
Just for the record, this is an answer obtnained in another forum:
"Since you're using a Win32 app, the FullTrust capability is required for this scenario to work"
Jan 12, 2025
Let's make sure you are not confusing "FullTrust" with things like administrator privileges. FullTrust in a package means it gets more privileges within the container than PartialTrust (used for UWP for example). It is still less than the permissions that a standard user would have running the native programs.