Link to home
Start Free TrialLog in
Avatar of mainrotor
mainrotor

asked on

How do I package and deploy my VB.Net Visual Studio 2010 app

Hi Experts,
I have just finished my VB.Net Visual Studio 2010 app.  How i package and deploy my application?  How do I create an executable?

Thanks in advance,
mrotor
Avatar of Patrick Bogers
Patrick Bogers
Flag of Netherlands image

Hi,

Microsoft has a step by step which i am sure will guide you.
Please read about it here.
>How do I create an executable?

What project template did you use? Executable is created automatically when you build your project. Or do you mean installer executable?
Avatar of mainrotor
mainrotor

ASKER

My application is a VB.Net destop application.  I want to create a setup.exe to deploy my application.  How can I do this?  

Thanks in advance,
mrotor
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Okay, so this is how I created my executable, but I am not sure if this is the proper way of deploying my application.  In the VB.Net IDE, I selected Release from the Solutions Configuration drop down, then Build Solution from the Build menu.  I then just copied my executable from C:\MyApp\MyApp\bin\Release, and pated the executable on the users machine.  Is this a correct way of deploying my application?  

Thanks in advance,
mrotor
Yes that's one and the easiest way of deploying your program. It is especially useful if your program does not require any specific prerequisites.
What would be an example of a specific prerequisite?  When would I Publish an app?
Specific prerequisites include things like sql server, office, COM components etc.