3

I want to release a spring boot web application together with a Postgres database. For the installation at the customer, i want to use Install4J.

Are there any best practices to install the two systems at once? Should i separate the two installers and let the customer install one system after the other?

I want to keep it a simple as possible, as the customer is not a person with a strong technical background.

What about licence issues? Do i have to provide the Postgres licence also in my application?

1
  • 1
    There is no license issue. You can do with PostgreSQL whatever you want. Commented Oct 11, 2022 at 13:46

1 Answer 1

2

You can add the Postgres installer to the distribution tree and execute the installer in unattended mode with a "Run executable or batch file" action.

The arguments to the Postgress installer should include

--mode unattended --unattendedmodeui none

These a 4 separate arguments for the "Run executable or batch file" action.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.