[wix-users] ODBC Datasource using MSI

uday kumar reddy kundarapu uday.kundarapu at gmail.com
Thu Aug 8 15:37:34 PDT 2019


I'm trying to add ODBC datasource component to MSI while installing with
WIX.

Can someone help me with this?

I tried to build MSI using something like below but didn't work.


 <ODBCDataSource Id="sql_2" Name="sql_2" DriverName="SQL Server"
Registration="machine" KeyPath="yes">
                            <Property Id="Trusted_Connection" Value="Yes" />
                            <Property Id="Server" Value="sql_2" />
                        </ODBCDataSource>


More information about the wix-users mailing list