1

Is there any way that I can have the user run my silverlight application with the use of sllauncher.exe and the emulate option from my server?

This is what I currently have:

sllauncher /emulate:"Prog.xap" /origin:"http://domain.com/Prog.xap"

The only problem with this is that it only works if there is a local file, is there any way that I don't need anything to be downloaded on the user end?

Thanks

Sandeep Bansal
  • 6,280
  • 17
  • 84
  • 126

1 Answers1

2

No you can't. XAP file always needs to download in client side before execution.

  • OK but whenever I run the command above, it will just display the local xap file, not the updated web xap file, I have tried the /overwrite argument but that didn't do anything – Sandeep Bansal Jun 19 '11 at 12:35