BrettBurgeson
May 18, 2020Brass Contributor
Status:
Completed
Passing an argument from the installation URI to an installed app
We can put arguments into the config.json file inside the MSIX package to have the Launcher64.exe pass those arguments to the installed application when it is launched. What I need to do is pass a q...
Tanaka_Jimha
Dec 18, 2020Former Employee
Hey BrettBurgeson and aMesquita_,
You can find more details on how to pass installation parameters to your MSIX package here:
Passing installation parameters to your app via App Installer - MSIX | Microsoft Docs
and
Passing installation parameters to a Windows application with MSIX and App Installer (microsoft.com)
Cheers,
Tanaka