Stepan Pilschikov created IGNITE-11102:
------------------------------------------
Summary: ODBC: Uninstall windows driver with different binaries version
Key: IGNITE-11102
URL:
https://issues.apache.org/jira/browse/IGNITE-11102 Project: Ignite
Issue Type: Bug
Components: odbc
Reporter: Stepan Pilschikov
Failed to uninstall ignite dirver with different version of binary file platforms\cpp\bin\odbc\ignite-odbc-amd64.msi
{code}
cmd> msiexec.exe /i ignite-2.5.0\platforms\cpp\bin\odbc\ignite-odbc-amd64.msi /n - OK
cmd> msiexec.exe /uninstall ignite-2.6.0\platforms\cpp\bin\odbc\ignite-odbc-amd64.msi /n - Error: Different version of product already installed
{code}
It failed between all versions of ignite 2.7 -> 2.6, 2.6 -> 2.5 e.t.c.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)