I am building an online only ClickOnce application using mage.exe that needs to get parameters when launched. I would like use URL parameters for this, but I can't find a way to do this in mage.exe. VS and mageui have the trust URL parameters option, but nothing in mage. Is there something I am missing?
If not, where do I need to set this value? I tried setting it in the .application file, but that doesn't work. That is, the app launches fine, but the activation url is still empty. I assume that I need to change other xml files, but I don't know which ones.
<deployment install="false" mapFileExtensions="true" trustURLParameters="true" />
Thanks, Erick