I use FullTrustProcessLauncher to launch another app from my UWP application and I want to set the parameters of my manifest:
<desktop:ParameterGroup GroupId="OtherGroup" Parameters=aVariable/>
Is there a way to change the app manifest programmatically of an UWP app?