N
N
NubasLol2022-04-07 17:50:15
Windows
NubasLol, 2022-04-07 17:50:15

How to add dependencies in the form of exe files to your exe file?

The task is this, I have an exe file, in fact, just a command line utility, for which you need to install postgres on windows and possibly some other programs.

The question is, is it possible to shove the installation of all these programs into one exe file, or what is the general practice adopted by the community to solve such problems?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2022-04-07
@NubasLol

You don't need to install postgres with your server.
Let the consumer install it somehow (for example, in DBaaS) and give you a connection string in some config.

T
TheAndrey7, 2022-04-07
@TheAndrey7

What is the general practice adopted by the community for solving such tasks?

Installers. Next -> Next -> Done.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question