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...
aMesquita_
Jul 15, 2020Copper Contributor
Hello,
I am also deploying a ClickOnce but I would like to be able to use an MSIX, because of restrictions with the different browsers.
However, I was sending URL parameters in ClickOnce in order to pass them to my executable.
I still haven't figured out how to do this for MSIX.
Thank you.