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
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Oct 26, 2010
09:09 AM
PostgreSQL
How can include PostgreSQL in my InstallShield Project and create the script for it? I can only see MS SQL, MySQL and Oracle?!
(3) Replies
‎Oct 27, 2010
12:08 AM
Hi there,
IS only supports the 3 databases you mentioned below. To run a Sql Script against PostGreSql, you will have to configure your own code to run the sql script, and call it from the IS setup. If you are using Basic MSI project type, then you can call the code using a custom action.
IS only supports the 3 databases you mentioned below. To run a Sql Script against PostGreSql, you will have to configure your own code to run the sql script, and call it from the IS setup. If you are using Basic MSI project type, then you can call the code using a custom action.
‎Oct 28, 2010
09:35 AM
I guess I will use the custom action with a WinForm application which will run just before the installation is completed but can you please help on how to set it up?
what will be the choice in every screen in the wizard of the Custom Action?
what will be the choice in every screen in the wizard of the Custom Action?
‎Oct 30, 2010
07:26 PM
Hi,
Please look at these kb articles. They should help -
http://kb.flexerasoftware.com/selfservice/documentLink.do?popup=true&externalID=Q111411
http://kb.flexerasoftware.com/selfservice/documentLink.do?popup=true&externalID=Q102426
http://kb.flexerasoftware.com/selfservice/documentLink.do?popup=true&externalID=Q112665
Thanks!
Please look at these kb articles. They should help -
http://kb.flexerasoftware.com/selfservice/documentLink.do?popup=true&externalID=Q111411
http://kb.flexerasoftware.com/selfservice/documentLink.do?popup=true&externalID=Q102426
http://kb.flexerasoftware.com/selfservice/documentLink.do?popup=true&externalID=Q112665
Thanks!