0

I'm writing a Silverlight OOB application. Once the user has installed it, I would like the in-browser experience, on next visit, to just have a button to launch the OOB version. I know the API call to detect that it's installed, but I'm not sure to open my main Page control as or within a Window. Currently my in-browser view changes to say "Please launch from the installed shortcut" but that seems like it should be unnecessary. Is there a way to do this?

Thanks.

Arian Kulp
  • 831
  • 8
  • 31

1 Answers1

1

Unfortunately launching OOB app from the web page is not supported. This is commonly requested feature, but it looks like SL5 is not going to address it.

Denis
  • 4,115
  • 1
  • 18
  • 20
  • That is not cool. Thanks for the response though. I spent way too long looking for what I assumed was there! – Arian Kulp Apr 28 '11 at 21:37