Difference in between setup&deployment [Resolved]

Posted by Rajeshk under ASP.NET on 1/4/2013 | Points: 10 | Views : 1479 | Status : [Member] | Replies : 3
hi all,

can anyone tell me the diffrences in between setup&deployment what are the diffrent ways to deploy appps

Thanks&Regards
rajeshkommireddy@gmail.com



Responses

Posted by: Shubham on: 1/4/2013 [Member] Starter | Points: 50

Up
0
Down

Resolved
hi!!!!! RajeshK
Setup.exe is an executable file that is run when an application is being installed. First, it checks that your computer meets the minimum requirements for the program to be installed, then it proceeds with the installation by calling on the Microsoft Installer to run. It also logs any errors you may encounter during installation in a log file called "setup.log".
and Moving completed applications to other computers is generally referred to as deployment. If you build and distribute mainly from the command line, you might need to consider other methods of deployment and redistributing dependencies.

Thanks&Regards:-
Shubham Choudhary
Software Engineer
www.facebook.com/shubham.kunar

Rajeshk, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Saratvaddilli on: 1/4/2013 [Member] [MVP] Bronze | Points: 50

Up
0
Down

Resolved
hi rajesh once go through this article , its have good flow and easy to understand

http://www.dreamincode.net/forums/topic/231074-setup-and-deployment-in-visual-studio-2010/

Thanks and Regards
V.SaratChand
Show difficulties that how difficult you are

Rajeshk, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rajeshk on: 1/4/2013 [Member] Starter | Points: 25

Up
0
Down
thank you for the kind replay subham!!!
can you tell me the steps how to do setup& how to do deployment for the simple project in vs.net

Thanks&Regards
rajeshkommireddy@gmail.com

Rajeshk, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response