You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stepan Pilschikov (JIRA)" <ji...@apache.org> on 2019/01/28 09:32:00 UTC

[jira] [Created] (IGNITE-11102) ODBC: Uninstall windows driver with different binaries version

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)