ok i didnt realise that. Could you please help me understand why i am getting
that error when following the exact instructions on 

https://apacheignite.readme.io/docs/odbc-driver



*Building installers on Windows*

/Once you have built driver binaries you may want to build installers for
easier installation. Ignite uses WiX Toolset to generate ODBC installers, so
to build them you'll need to download and install WiX. Make sure you have
added bin directory of the WiX Toolset to your PATH variable.

Once everything is ready, open terminal and navigate to the directory
%IGNITE_HOME%\platforms\cpp\odbc\install. Execute the following commands one
by one to build drivers:

    64-bit driver
    32-bit driver

candle.exe ignite-odbc-x86.wxs
light.exe -ext WixUIExtension ignite-odbc-x86.wixobj

candle.exe ignite-odbc-x86.wxs
light.exe -ext WixUIExtension ignite-odbc-x86.wixobj/






--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to