79764600

Date: 2025-09-14 22:44:46
Score: 1.5
Natty:
Report link

\>But additionally I need to manage and install some external dependencies that are likely to be somewhat annoying. Specifically I need to add the PostgreSQL installer to this

MSIX package installation supports MSIX package dependencies, and a very limited set of not-MSIX dependencies (notably, WebView2 via <win32dependencies:ExternalDependency>. MSIX has no support to 'chain installers' to e.g. automagically run PostgresSQL's installer when installing your MSIX package.

Does PostgresSQL offer installation as MSIX package(s)?

Alternatively, you might consider winget to install your package and PostgresSQL.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Howard Kapustein