Wednesday 13 June 2012

Install Silverlight Xap as Windows Application

we will use a .bat file to install the .xap file as a windows application
 the contents of the .bat should be as follows

 
"C:\Program Files\Microsoft Silverlight\sllauncher.exe"
/install:C:\Users\subash\Desktop\ss\silverlight_xap_name.xap 
/origin:http://server:2011/Silverlight/silverlight_xap_name.xap
/shortcut:desktop+startmenu  /overwrite   


here  apart  from  the  local  path  of  the   xap  you will  need  to  specify  the  server  path  in  which
it  was  initially hosted  eg  "http://server:2011/Silverlight/silverlight_xap_name.xap"


2 comments:

  1. Good Job, Keep it up.. My first and best wish. It will grow u and will give a chance to grow others

    ReplyDelete