mccoy
Posts: 2
Joined: Wed Sep 12, 2018 10:29 am

Postgresql in advanced installer

Hello,

i have a requirement to create postgresql database and execute the scripts to create table and functions, after that i have to insert some predefined data into those postgresql tables

could you please provide some details how to do this using advanced installers?

Thanks
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: Postgresql in advanced installer

Hello and welcome to our forums,

Here are some links to help you get started with Postgress SQL and SQL scripts:

-Configure PostgreSQL Server Connection

-Configuring Databases with SQL Scripts

Hope this helps!

Regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
mccoy
Posts: 2
Joined: Wed Sep 12, 2018 10:29 am

Re: Postgresql in advanced installer

Thanks for your reply, now it is working

I have one more question, does your installer support Cassandra? can we create keyspace and tables in cassandra?
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: Postgresql in advanced installer

Hello,

Unfortunately, we do not have predefined support for "Cassandra"

However, you can write your own custom action which does what you want in any language you are familiar with and then use it along with Advanced Installer.

Here are some useful links to get you started on that:

- WIndows Installer Custom Actions

- How to create fully fledged C# custom actions

Hope that helps!

Kind regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”