Computing.Net > Forums > Programming > Run VB Program From CD

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

Reply to Message Icon

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?



Sponsored Link
Ads by Google

Response Number 1
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


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Run VB Program From CD

running vb program automatically www.computing.net/answers/programming/running-vb-program-automatically/1516.html

call VB6.0 program from AS400/RPG www.computing.net/answers/programming/call-vb60-program-from-as400rpg/18143.html

VB programming help needed www.computing.net/answers/programming/vb-programming-help-needed/7718.html