Can someone tell me the proper way to create a distrubution disk? I have an ado database with a module and of course the access table. Also I was wondering if there is a code to register dll and ocx files should the computer the program is going on need them. Also I was wondering if someone can tell me how you will know what ocx and dll files the program will need to run?ÿ Thank you
02-09-2003, 12:10 PM
anonymous
Re:Questions
[Originally posted by Greg DeBacker]
If you are using VB 6 you can use the Package & Deployment Wizard. It will automate the process. Look for it under Visual Studio 6 Tools on the Start menu.
Grex
02-10-2003, 11:28 AM
anonymous
Re:Re:Questions
[Originally posted by James Boudreau]
Will that also package any ocx or dll files?ÿ Thank you for your reply
02-10-2003, 12:02 PM
anonymous
Re:Re:Re:Questions
[Originally posted by Greg DeBacker]
It scans your project a should detect any OCX files or ActiveX DLLs needed. You can add them if it misses something.