5 pts.
 Visual Basic executable
how do i get my execuatable to run on computers other than mine?
ASKED: Aug 8, 2011  12:23 AM GMT
UPDATED: March 31, 2012  7:12:31 PM GMT
60,255 pts.

Answer Wiki:
You create an installer package including all necessary files.

You can use the Package and Deployment wizard for that purpose.
Last Wiki Answer Submitted:  Aug 8, 2011  1:49 PM (GMT)  by  Carlosdl   60,255 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

After compiling your Visual Basic Program you then use a installer package I use Inno-5.4.2 you can get this from http://www.jrsoftware.org/isdl.php You will also need to insure that all the necessary files are also packed such as font files or any special files your program uses to run.

 1,755 pts.