Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Turning vb app into exe

Status
Not open for further replies.

tester888

Technical User
Apr 5, 2005
7
GB
Heres an easy 1, ive developed a vb.net app in visual studio.net and now need to turn it into an exe how do i go about doing this in visual studio?

Any ideas?

Cheers!
 
You should create a setup package.

This can be done by going to File->New->Project.. and selecting Setup Wizard from the Setup and Deployment Projects.

--------------------------------------------------------------------------------------------------------------------------------------------

Need help finding an answer?

Try the search facility ( or read FAQ222-2244 on how to get better results.
 
What project type did you use to create your application? They each produce different types -- if you used ClassLibrary, then you'll get a .dll, not an .exe

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
<ctrl>-<shift>-B

then look in the \Bin folder. :)

-Rick

----------------------
[banghead]If you're about to post an ASP.Net question,
please don't do it in the VB.Net forum[banghead]

[monkey] I believe in killer coding ninja monkeys.[monkey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top