Installshield executes SQL scripts file, Installshiled use OLEDB provider. I want installshield to use SQLCLIENT provider.
due to OLEDB I get error.
1: ADO Error: Number: -2147467259 Description: [DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error. Source: Microsoft OLE DB Provider for SQL Server SQL State: 08001 Native Error: 18 MSI (s) (AC!D0) [16:30:38:084]: Product: XXX -- Error 27502.Could not connect to Microsoft SQL Server ''. [DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error. (18)
I searched solution for this error and some user used SQL Client instead of OLEBD it worked. How to force installshield to use SQLCLIENT provider?