applicationreference

ClickOnce .appref-ms more than a link to .application file?

I have a ClickOnce environment like this: \Fileserver\ClickOnceApps\App1.application C:\Documents and Settings\user\Start Menu\Programs\publisher\app1.appref-ms My understanding is the .apppref-ms file is a glorified link to the app.application file. Does it do anything else? ...

Running an "Application Reference"

I need my application (Master) to run another application (Worker) on a particular event. If I distribute my Worker application as a standard executable, then all is well, and I can use Process.Start with no problems and happily pass in arguments and call WaitForExit. If I distribute my Worker application as a ClickOnce Application, it...