Creating Executable Files with VB

  • Thread starter Thread starter kevb
  • Start date Start date
K

kevb

Guest
Hi

Can anyone tell me how I can create an exectuable file from VB .Net

Thanks

Kev
 
Thanks

is there any way of making an install file to include the required .dll files
 
I use an installer program (InstallShield Express, to be exact). It scans your project for dependancies and create a professional looking setup for you.

If you want something for free, theres Inno Setup, which is quite good but I dont know if it can automatically detect dependancies. Ive only used it a couple of times.
 
Err... Visual Studio .NET comes with a project type called "Setup". Add it to your current projects solution.

And just to make sure, youre not trying to distribute System.dll, System.Windows.Forms.dll, etc. are you? Thats a huge no no.
 

Similar threads

J
Replies
0
Views
59
Jalil Sear [MCPD SharePoint]
J
S
Replies
0
Views
57
sva0008
S
U
Replies
0
Views
53
Umair Aslam Bhatti
U
Back
Top