Need Help

jamesanthony

Active member
Joined
Jun 9, 2003
Messages
25
Hi all
I am a VB Programmer working for myself
I am now converting my VB progs to .net
I have stumbled throught the convertiions etc and have a program
How do I create an exe and an installation program to distribute my program.
Any help would be great
Cheers
JamesAnthony:confused:
 
Exe is built everytime you build or run your program. It can be found in the bin folder of the folder you solution is in. To add a setup, right clikc your solution in solution explorer, add new project, setup projects, and then the type of setup you need.
 
Back
Top