Postgresql ODBC Driver

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

This is a silent installer for the ODBC driver connector to the famous free enterprise-level Database management system.

The ODBC driver is available from here.

I deploy it with a package description as:

<package
        id="psqlodbc"
        name="Postgresql ODBC driver"
        revision="81200"
        reboot="false"
        priority="0" >
 
        <check type="uninstall" condition="exists" path="psqlODBC" />
 
        <install cmd='msiexec /q /i "%SOFTWARE%\WPKG\psqlodbc.msi" allusers=1' />
        <upgrade cmd='msiexec /q /i "%SOFTWARE%\WPKG\psqlodbc.msi" REINSTALLMODE=vamus REINSTALL=ALL allusers=1' />
        <remove cmd='msiexec /q /x{838E187D-8B7A-473D-B93C-C8E970B15D2B}' />
</package>