5 pts.
 How to create set up in visual basic
i want to know that how to make an exe file of vb of any project for installation of any system so the project will be accessible without visual basic.

Software/Hardware used:
window 7 with 3 gb ram
ASKED: Jul 9, 2011  1:19 PM GMT
UPDATED: March 31, 2012  9:54:24 PM GMT
60,255 pts.

Answer Wiki:
Last Wiki Answer Submitted:  Jul 11, 2011  8:58 PM (GMT)  by  Carlosdl   60,255 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

That would depend on the VB version you are using.

If VB6, try this ITKE search.

If VB.Net: How to build an installer by using Visual Basic .NET or Visual Basic 2005

 60,255 pts.

 

Yea, all the different version of VB that I’ve used all have a compile built in that will make you a dot.exe, and that can be a bad thing too because some will make a dot.exe and then you can package it together using another program with all the files needed to make what I call your setup or install package and others do their own install package too and those I don’t like. So what is it that you’re asking? How to make a setup file or just how to get your VB program to make a dot.exe file?

 1,755 pts.