Hey,
I'm dealing for days now with a strange behaviour of the 'msodbcsql_17***.msi'. If I do a silent install of this MSI as part of a chained msi of an InstallShield 'Basic MSI' Setup, I can't configure the ODBC driver (create a DSN) after successfull installation. Eventlog logs: "eventid 1, ...maybe the installation of this component is corrupt...". Even doing a 'Repair' install does niot help.
The strange thing: If I install the same MSI Package by doubble clicking (with full UI) on the same system all is functional fine.
The cmdline parameters used for installing as chained MSI are: /qn /i"<...>\msodbcsql_17.4.1.1_x64.msi" IACCEPTMSODBCSQLLICENSETERMS=YES ADDLOCAL=SQL_SQLODBC_CORE APPGUID="{BF95F113-EEE5-4AA4-B71D-53CDF0F8D9A1}"
But even without the "ADDLOCAL" und "APPGUI" properties it's the same problem. Without the "IACCEPTMSODBCSQLLICENSETERMS" property the install fails (as documentated).
Did anyone here managed to install this silent and it's functional after that?
Thanks in advance for any tip.
Ron