How to package for Deployment

G

Guest

I apologize for this very rookie question.
I have a solution in VB .NEt that I have created. I need to be able to
package and make a .exe out of it so I can install it on a ghost image I am
creating.
In VB 6 I thought there was a option called "Make .exe"
I can not seem to find that anywhere in VB.NET
Any help that can be provided would be appreciated.
 
H

Herfried K. Wagner [MVP]

Todd said:
I have a solution in VB .NEt that I have created. I need to be able to
package and make a .exe out of it so I can install it on a ghost image I
am
creating.
In VB 6 I thought there was a option called "Make .exe"
I can not seem to find that anywhere in VB.NET

Take a look at the commands of the IDE's "Build" menu. After building the
executable is in the project's "bin" directory. Don't forget to change the
build configuration (combobox in VS.NET's toolbar) to "Release" befor
building the release version of your application.
 

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