Click to See Complete Forum and Search --> : Run VB without Visual Basic?


Blue Sky
March 13th, 2001, 04:53 AM
How can I run the VB program on a computer which doesn't install Visual Basic?
Am I need to make the VB program as something like .exe program?
But how can I make it ?
Please teach me to do that !
Thx

Fraggle
March 13th, 2001, 05:39 AM
Hi,

first you have to compile the program (make an EXE). Then you should use the Package and Deployment Wizard shipped with VB to create a setup. Thus you include the DLLs and other files necessar to run your programm on other computers.
Hope this answers your question.

cu
Fraggle

TH1
March 13th, 2001, 05:40 AM
From you project goto file then make exe. When the exe has been made use the packaging and deployment wizard to create a setup package which will include the VB runtimes and all components needed to run your project on a machine without VB installed
Run this setup on the client machine and it will install your project