I need to create a set of installers of the programs I need (Postgressql, application), to install on Windows with one click, I do it using the Inno Setup program.
How to do it? Any examples with Postgressql?
I need to create a set of installers of the programs I need (Postgressql, application), to install on Windows with one click, I do it using the Inno Setup program.
How to do it? Any examples with Postgressql?
Postgre and other tools and development tools or infrastructure components would be convenient for you to transfer and deploy using containerization. This will save you from the routine and protect your host system from damage. Look at the docker https://www.dockerbook.com
Source: https://ru.stackoverflow.com/questions/520087/
All Articles