StartupNextInstance and ClickOnce
If this were a standard application I could obtain thestartupparameters frome.Commandline, but this is empty when the application is launched viaclickonce.
Is it possible to get thestartup URI of the second instance from theStartupNextInstance event?

