/build/static/layout/Breadcrumb_cap_w.png

PostgreSQL Global Development Group psqlODBC

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 1.9k  |  Created: 08/25/2011

Average Rating: 0
psqlODBC has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
0
Note

This is pretty simple, cause it´s a .msi Installer. To check if you want to install 32bit or 64bit, you can use an if condition. Just use

rem Configure on x86 systems
If Not Exist %SYSTEMROOT%\SysWOW64\REG.EXE (
	msiexec /i psqlodbc_x32.msi /qn /L*v %KACE%\install\pgsql-odbc_x32.log
)

rem Configure on x64 systems
If Exist %SYSTEMROOT%\SysWOW64\REG.EXE (
	msiexec /i psqlodbc_x64.msi /qn /L*v %KACE%\install\pgsql-odbc_x64.log
)

For more information about msi command line parameters take a look at the following Microsoft Page:
http://technet.microsoft.com/en-us/library/cc759262(v=ws.10).aspx

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

psqlODBC

Version

09.00.0310

Uninstall String

MsiExec.exe /I{838E187D-8B7A-473D-B93C-C8E970B15D2B}

Questions & Answers (0)

Questions & Answers related to PostgreSQL Global Development Group psqlODBC

Blogs (0)

Blog posts related to PostgreSQL Global Development Group psqlODBC

Reviews (0)

Reviews related to PostgreSQL Global Development Group psqlODBC

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ