Difference between revisions of "Postgresql ODBC Driver"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 1: | Line 1: | ||
− | This is 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. |
− | I | + | I deploy it with a package description as: |
− | + | <source lang="xml"> | |
+ | <package | ||
id="psqlodbc" | id="psqlodbc" | ||
name="Postgresql ODBC driver" | name="Postgresql ODBC driver" | ||
Line 15: | Line 16: | ||
<upgrade cmd='msiexec /q /i "%SOFTWARE%\WPKG\psqlodbc.msi" REINSTALLMODE=vamus REINSTALL=ALL 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}' /> | <remove cmd='msiexec /q /x{838E187D-8B7A-473D-B93C-C8E970B15D2B}' /> | ||
− | + | </package> | |
+ | </source> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 14:17, 6 March 2008
This is a silent installer for the ODBC driver connector to the famous free enterprise-level Database management system.
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>