I have a Windows .NET standalone app. and I want to include PostgreSQL database setup with my application’s Setup. Is it possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending on what you use for setup you could probably embed the installer and then execute it before/after your application’s installation.
However, don’t forget to make it optional.
For example, I have both MySQL and PostgreSQL servers running in my local network so I would never install any of them on my local windows machine but rather make applications requiring a database server connect to the existing one. In such a case a forced installation would be annoying.