Does WiX v4 support Database deployment and/or DacPac installation? #7873
Unanswered
nathan-rogers-US9
asked this question in
Questions
Replies: 1 comment 2 replies
-
I have a FOSS project that has project templates and graphical designers to handle the IIS and Windows service stories without needing Heat. As for dacpac deployment, it's technically possible to wire this into your installer but it's really complicated. I generaly reccomend this to be pushed to a first run / post install configuration step. This way you can write the UX, business rules and script execution in your native language that you are more familiar with. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build a WiX installer to set up everything my application needs in one step. This includes copying project output files (which I figured out), setting up a database, installing a service, and eventually setting up IIS and/or Kestrel browser.
I've noticed that a lot of the documentation around v4 is relatively new, which is to be expected, but I was wondering how fleshed out the WiX/Heat implementation for v4 actually is. Does it support the same features that v3 did? Is there documentation or a place I can find assistance with these items?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions