I do theInstalshield installations for a suite of Powerbuilder/SQL Anywhere applications. The 64bit registry comes with a key under SOFTWARE called wow6432node. When I place the ODBC keys under Software\wow6432node, an ODBC datasource is created and the connection works.
Unfortunately it doesn't work on 32bit computers. So far my only solution is to have a separate installation for 32 bit where I place the ODBC key and subkeys directly under the software key. This only works on 32bit machines.
In order to have a single installation, I have tried putting ODBC Keys in both places, but the 32bit install does not create a datasource.
I usually use HKEY_LOCAL_MACHINE. How can I set up a single install so that the proper registry entries will be written to eithher machine.
Thanks,
Melvyn Polatchek