Using projects
(Thursday, December 23, 2004)
Found the following interesting discussion in the Newsgroups:
using projects by:Anonymous
| Hey Everyone Ok so i've finished a project and now I want to give it to someone else without vb.net, (i want to give it to them as an exe file) How do get the .vb net files to turn into .exe files so I can give it to other people? Thanks everyone.
| | | Reply: by:Lars Netzel
| | | When you Bulid your Project (or solution) they are compiled into an EXE (or dll or other depending on what settings and projecttype you have)
The EXE file by default is place in the BIN folder directly under the root of the projectfolder!
/Lars
| | | Reply: by:Cor Ligthert
| | | Hi Tom,
You can make an msi file using a deployment project,
This link is not the best walkthrough in my opinion however a good start
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vbtskCreatingInstallerForYourApplication.asp
I hope this helps?
Cor
| | | Reply: by:Anonymous
| | | Thanx everyone!
|
|
0 Comments:
Post a Comment