Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best way to embed Firebird Installation in the Installer for my app?

My app has its own installer but I have to guide my users to install Firebird on their own.

I'd like to install it automatically.

Thanks.

like image 303
Ricardo Acras Avatar asked Jan 24 '23 20:01

Ricardo Acras


1 Answers

You can download Firebird source code. It contains InnoSetup script that actually installs firebird on windows targets. You can then modify it to suit your needs.

As a side advice, maybe you should consider Inno Setup yourself.

like image 174
dmajkic Avatar answered Jan 26 '23 10:01

dmajkic