views:

21

answers:

1

I want to create an installer for my java desktop application, instead of Advanced Installer is there any other installer include ODBC configuration?

A: 

InstallShield has an "ODBC Resources" view. Here's a summary:

One of the more complex areas of system configuration involves setting up ODBC drivers, data source names (DSNs), and translators. The ODBC resource must be properly registered on the system with all of the required attributes and, in the case of drivers and translators, install the necessary files, including any installation .dll files. This process is simplified in the ODBC Resources view, in which you can select the drivers, data sources, and translators installed on your development system.

InstallShield help on ODBC

William Leara