Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Run VB Program From CD
Name: Irapoan Date: December 2, 2001 at 16:04:49 Pacific
Comment:
I made a Visual Basic program and want to put it in a CD so that the user can run it without installing. How can I do it?
Name: andy peaple Date: December 3, 2001 at 08:50:05 Pacific
Reply:
Put the compiled executable on the CD in addition to any embedded ocx's or dll's that are required, e.g mswinsck.ocx or mscommctl.ocx etc., then make sure that msvbvm60.dll is in the same path as the executable. That's it.
If you wanted to make the program run when they put the CD in the drive, make a text file in the root of the cd called autorun.inf, and put a line in this text file like this:
[autorun] open=myprogram.exe
0
Response Number 2
Name: ashish sharma Date: March 18, 2002 at 02:11:36 Pacific
Reply:
even i am facing the same problem of running a VB application from a CD, If u have got some solution of it, plz let me know. i shall be highly owed to u.
regards, ashish symbiosis center for IT Pune, India
Summary: I have developed a serial communication software that lets me to read data from instruments(controller)connected to my PC'comport. That sofware using VB 6.0. The problem is, how could i run the progra...
Summary: I have a command line Visual Basic 6.0 program that requires two parameters to be sent to it. When i run the program from the command line with its two parameters in a windows environment, the program...
Summary: Hi all, Can anybody please help me to solve the following problem: I would like to know how to write a VB program which will monitor and logs what files are copied from hard disk to cd or floppy...