Answer the question
In order to leave comments, you need to log in
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
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.
What is the general practice adopted by the community for solving such tasks?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question