This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- PostgreSQL installation and script
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 24, 2014
04:50 PM
PostgreSQL installation and script
I created a prerequisite to call the PostgreSQL installer by command line with switches. Hopefully this works. Is there a better way to install it?
Once PostgreSQL is installed, I need to run a SQL script to create the database and tables. What is the best method for doing this since it appears InstallShield supports several SQL RDBMSs except PostgreSQL?
Once PostgreSQL is installed, I need to run a SQL script to create the database and tables. What is the best method for doing this since it appears InstallShield supports several SQL RDBMSs except PostgreSQL?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 30, 2014
01:24 PM
Unfortunately, InstallShield does not currently offer the built-in support for PostgreSQL.The work order #IOC-000071843 has been filed to take into consideration for a future release. For now, you need to write your own code for establishing a connection and executing your scripts against PostgreSQL. You should be able to find helpful sample code in this community forum like this.
Hope that helps.
Hope that helps.