Hey..

This is the first time I made an installation package for my program. I did it because I need it to include a few OCX files...
I used the Package and Deployment wizard that came with my VB6 installation.

I have a few questions:

1. I have two txt files (a readme file and some preset file) which the program needs to open sometimes. In the program, the location of these files is fixed to "App.Path & \readme.txt" (in the case of the readme file).
How can I include the readme.txt file to install itself into whatever directory the user chooses during installation?

2. I'm using a connection to an acces database (mdb) file in my program. I had to set up a ODBC connection for this to work.
Is this done automatically during installation? Or do I need to do something else for this to work?

Thanks!