Creating a setup

G

google_groups3

OK, yes, i know this is a silly question!

I have been writing apps in VB.Net for a while now, but I have never
had to create a setup program for them as I just ran them in debug!
In VB6, to create the setup program you just ran the package and
deployment wizard. This does not seem to exist in .NET. So how do i
do it?????

Thanks (I am already wearing the dunces hat)
 
H

Herfried K. Wagner [MVP]

* (e-mail address removed) scripsit:
I have been writing apps in VB.Net for a while now, but I have never
had to create a setup program for them as I just ran them in debug!
In VB6, to create the setup program you just ran the package and
deployment wizard. This does not seem to exist in .NET. So how do i
do it?????

Add a new project of type "Setup and Deployment Projects" to your
solution. Notice that a wizard is only available in VS.NET Professional
or better.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top