I suppose this is possible, but I've never tried it. When VB starts, it
looks for DLLs it needs in the application directory, and if that's on a CD,
so be it. You may want to make provisions for the INI file to exist in the
Windows directory so that users can have personalized settings if necessary.
That part will require you write the code so that if it does not find an INI
file, it will use "default" values and create a new INI file in the
specified directory, as necessary.
Chris Stamey
--------------------
http://www.Farther.com/VBAnswerNetwork
I want a VB app that can run off of CD without an install. Is this
possible? Can you make it so the app looks for its .dll's on the CD
without them being installed on the system?
Thanks,
andrew