Difference between revisions of "Postgresql ODBC Driver"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add download link)
Line 1: Line 1:
 
This is a silent installer for the ODBC driver connector to the famous free enterprise-level Database management system.
 
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 [http://www.postgresql.org/ftp/odbc/versions/ here]
  
 
I deploy it with a package description as:
 
I deploy it with a package description as:

Revision as of 12:20, 31 March 2011

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>