We have two installation modes: service and app.
Using Wix#, I couldn't find a way to present this simple two-radio buttons dialog to the user:
Choose your installation:
(*) App [default]
( ) Service
And then choose which files (and action) to deploy/perform accordingly.
How do we even bind the user's decision with the actual operation?
Edit:
I discovered how to do that, eventually, but still can't make the GUI selection affect the deployed files (although the bound property do change). Here is the new, more detailed question:
Property seems to change per user's selection, but conditioned files are not being deployed