6

Can Microsoft LightSwitch desktop applications be deployed as a single executable?.

SteveC
  • 15,808
  • 23
  • 102
  • 173
Gandalf
  • 1
  • 29
  • 94
  • 165

2 Answers2

5

No, the current options are:

  • Desktop client, 2-tier
  • Desktop client, 3-tier
  • Browser client, 3-tier
Jake Berger
  • 5,237
  • 1
  • 28
  • 22
2

Desktop applications (Silverlight Out-Of-Browser) are installed using "Click Once". There is a setup program & a few other files that get put into the location that you specify when you publish it.

So it's not a single file as such.

Yann

Yann Duran
  • 3,842
  • 1
  • 24
  • 24