Publish Program under VB.NET 2003

  • Thread starter Thread starter Bruno Alexandre
  • Start date Start date
B

Bruno Alexandre

Hi guys,

after we developed and tested the application in VB6 we had a menu option
that was Publish, Know in VB.NET we don't!

the only thing that pop up to my mind is, as this is developed for .NET
framwork, all we need to do is copy the EXE and past it in othever computer
we need and install .NET framwork for distribuition in that computer....
but! (there's always a but somewhere)...

How to create a nice installation package without 3rd parties to join that
EXE with our MSDE and all that we need to join??? in VB6 it was fantastic...
but How can I manage this in VB.NET 2003?
 
You obviously haven't seen the Setup Wizard in the Setup and Deployment
projects...

Add a new project to your solution, choose a setup and deployment project,
choose the setup wizard, follow the instructions.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Hi Bob,

I opened my Project but I can't find any Setup and Deployment in my menus...

all I have under Project Menu is:
Add Windows Form
Add Inherited Form
Add User Control
Add Inherited Control
Add Component
Add Module
Add Class
-----
Add New Item
Add Existing Item
----
New Folder
----
Show All Files
----
Unload Project
----
Add Reference
Add Web Reference
Set as StartUp Project
----
Properties



Nothing more... :(



--
Bruno Alexandre
(Sintra, PORTUGAL)
 
sorry, just to add this info to you...

VS Info:

Microsoft Development Environment 2003 - version 7.1.3088
Microsoft .NET Framework 1.1 - version 1.1.4322


--
Bruno Alexandre
(Sintra, PORTUGAL)
 
Hi,

In Solution Explorer, Right Click on Your Poject.

Go To Add >>>> New Project >>> Select "Setup and Deploymnt Projects" Then
you will probably want "Setup Wizard"

HTH
NSC
 
Got it...

now I need to know what this options do... :-) I'll go to the help file


Thank you for your help

--
Bruno Alexandre
(Sintra, PORTUGAL)
 
Back
Top