Difference between revisions of "Postgresql ODBC Driver"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(No difference)

Revision as of 10:10, 6 December 2006

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

I install 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>