Is it possible to deploy a XAP using a custom installer (much like deploying a desktop app), and configure it to run as OOB with Elevated permissions?

Bottomline is, when the app is started, it should run in Elevated permissions + OOB, with out any user intervention at all after the installation.

link|improve this question

55% accept rate
Excellent question, I know where you are going with this, but wondering what kind of activities, you will be doing with the Elevated permissions... – Vin Jan 19 '10 at 15:18
To leverage OOB features, like Communicating with other components, say for generating a PDF? lol – amazedsaint Jan 19 '10 at 15:21
feedback

1 Answer

This is pretty easier than I thought.

You can edit the metadata file in the isolated storage where the xap is copied for OOB scenario, and point the index.html to the xap path.

http://debuggingblog.com/wp/2009/07/17/silverlight-3-outofbrowseroob-explained-and-how-to-host-any-xap-package-by-modifying-the-metadata/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.