StartupNextInstance and ClickOnce

I'm trying to use theStartupNextInstance event to get the values passed to theMy.Application.Deployment.ActivationUri.AbsoluteUri of aclickonce application when it is started again.

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?

[3572 byte] By [NeilG] at [2007-12-23]