Conditionally providing ODBC driver
Posted: Tue Nov 17, 2020 7:36 am
Hi,
using InstallAware X9 I need to deploy an application utilizing the Microsoft Access 2016-Runtime, available from https://www.microsoft.com/de-de/downloa ... x?id=50040
This is available for x64 and x86 separately, both as .exe.
So, am I correct that I can not use the ODBC page of IA but instead need to create two separate application runtimes, using
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ODBC\ODBCINST.INI\ODBC Drivers :: Microsoft Access Driver (*.mdb, *.accdb) :: Installed
respectively
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers :: Microsoft Access Driver (*.mdb, *.accdb) :: Installed
as checks for presence combined with a switch in the "Install Application Pre-Requisites" MSI area based on Processor Architecture to choose which one to check&install?
kind regards
Anja
using InstallAware X9 I need to deploy an application utilizing the Microsoft Access 2016-Runtime, available from https://www.microsoft.com/de-de/downloa ... x?id=50040
This is available for x64 and x86 separately, both as .exe.
So, am I correct that I can not use the ODBC page of IA but instead need to create two separate application runtimes, using
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ODBC\ODBCINST.INI\ODBC Drivers :: Microsoft Access Driver (*.mdb, *.accdb) :: Installed
respectively
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers :: Microsoft Access Driver (*.mdb, *.accdb) :: Installed
as checks for presence combined with a switch in the "Install Application Pre-Requisites" MSI area based on Processor Architecture to choose which one to check&install?
kind regards
Anja