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
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
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?