I have a Silverlight application (just a XAP file). What is the easiest way to launch this application on the other machine? It uses WCF RIA services (locally). I just want to be able to show the result of my work to boss without installing Visual Studio on his computer.
Share
You can also install XAP files as Out of Browser apps using the command line or Group Policy with Silverlight using SSLauncher.exe. This is the same app that runs your OOB app normally. You can specify /install (path to XAP). See this for details: http://timheuer.com/blog/archive/2010/03/25/using-sllauncher-for-silent-install-silverlight-application.aspx