Passing arguments to ClickOnce applications

  • Thread starter Thread starter Jean Paul Mertens
  • Start date Start date
J

Jean Paul Mertens

Hello,

Is there a simple way for passing arguments to applications deployed with
ClickOnce and having off-line capabilities.

My app takes arguments if I start it with the whole path to it
"c:\whole\path\myapp.exe /arg=123" but as I do not know where the
application reside on the client PC's I don't know the whole path.

Is there a way to do so by a system-variable as %the_path_to_your_app% or
what so ever, or is there any work around.

tnx a lot

Jean Paul
 
Back
Top