Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I make a project in vb .net 2008 and i want to install this to another pc what is the procedure please helpme out this problem.
Posted
Comments
Sergey Alexandrovich Kryukov 25-Feb-11 2:31am    
What do you want to install? SQL 2005? (Application normally does not require installation.)
--SA

If you want to install your project in another PC then create Setup from visual studio for your project.

just add one more project of type Setup & deployment -> setup project in your solution.

Pankaj
 
Share this answer
 
You need to Deploy it: MSDN[^] has a full guide.
 
Share this answer
 
Comments
iris.frigole 25-Feb-11 5:36am    
Maybe you want to check this CP article too, it has lots of screenshots:

http://www.codeproject.com/KB/dotnet/Win_App_Setup_Project.aspx

This article shows how to create and use the Windows Application Setup Project.
Espen Harlinn 25-Feb-11 10:44am    
Doc is always good, my 5
you have to cerate a installer for your program
or
find your .exe file in application target\bin\debug
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900