Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

2 Answers

up vote 5 down vote accepted

No, the current options are:

  • Desktop client, 2-tier
  • Desktop client, 3-tier
  • Browser client, 3-tier
share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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