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: July 9, 2011  1:18 PM
UPDATED: March 31, 2012  9:54 PM

Answer Wiki:
That would depend on the VB version you are using. If VB6, try <a href="http://itknowledgeexchange.techtarget.com/itanswers?s=setup+visual+basic+6&searchtype=IT+Answers&x=0&y=0">this ITKE search</a>. If VB.Net: <a href="http://support.microsoft.com/kb/821766">How to build an installer by using Visual Basic .NET or Visual Basic 2005</a>
Last Wiki Answer Submitted:  July 11, 2011  8:58 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all 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

 63,535 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,940 pts.