Let's say I have a SL app, which can run out of browser. Now I can install it alright. Tim Heuer has a great article how to handle it nicely.
But what if user already installed it? Can I somehow start it right from the browser? You can get the status of the app and if it's installed already, you can show a button or something, right? And then, when user clicks the button, I want to run installed version of the OOB app.
Is it possible?