How to Deploy an Assembly in .NET
What are the ways to deploy an assembly?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Oct 24, 2011, 1:45 PM
A CAB archive either must have a setup program to install it or the CAB file is installed essentially the same as for a XCOPY install. Perhaps Vidya means Click-once; the MSI installer (also called Windows Setup) is one way to create a setup and Click-once is another. The MSDN has very useful articles about all of that; also look in this web site for articles.
TulasiPosted Oct 24, 2011, 1:45 AM
We can do by any of the following methods
Please mark the answer as Accepted if it helps you.