Clickonce appref.ms argument

Posted by alan on Stack Overflow See other posts from Stack Overflow or by alan
Published on 2009-02-17T19:21:19Z Indexed on 2010/06/05 9:02 UTC
Read the original article Hit count: 174

Filed under:
|

I have a clickonce application that is available online or offline. The program takes an argument. When online I pass the argument on the url like so "url?argument" and it works well. Offline i start a process with the startmenu link to the application.

My question is, is it possible to pass an argument to my application via this link? I guess I could somehow work out the location of the application file but is there an alternative?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about clickonce