To ensure that these files do not get copied onto the disk images, complete
the following steps:
- Delete the Visual FoxPro \Distrib directory.
- Open the Compress.dbf table in the Visual FoxPro \Distrib.src directory
and make a backup of it.
- Create an index on the DEST field. Locate Odbc.dl_ in the DEST field.
Move the record pointer to that record.
- Issue the following command in the Command window:
Browse the table to make sure that only names that start with OD in the
DEST field are marked for deletion. There might be more than 52 records
that start with OD. If so, mark them for deletion also.
- Now that the ODBC files are marked for deletion in the Compress table,
pack the table and close it.
- Delete the Compress and Disk images directories under the destination
directory if they have been created from an earlier session of the Setup
Wizard. Also delete the Dkcontrl.dbf, Dkcontrl.cdx, and Wzsetup.ini
files located in the directory where the source files are.
- Run the Setup Wizard to rebuild the Visual FoxPro \Distrib directory and
the Disk images directories. Note that opening up each of the disk
images shows that there are no ODBC files now.
- Open the Setup.st1 file in the DISK1 directory with Notepad and place a
semicolon at the beginning of any line that represents an ODBC file. The
semicolon acts as a remark statement allowing the setup routine to
bypass that line. This step has to be repeated every time the Disk
images are re-created.
To be able to change back to checking the ODBC drivers check box in the
Setup Wizard and loading the ODBC files into the Disk images directories,
replace the Compress.dbf file in the Visual FoxPro \Distrib.src directory
with the backup that was created and delete the Visual FoxPro \Distrib
directory. Running the Setup wizard re-creates the Distrib directory and
add the ODBC files to the Disk images.