There is a Solution (.net, c#) which has 2 projects inside.
- a C# web project
- a C# project - Windows service
Both of them will need a separate Wix installer. (Wix installer for the web app, and Wix installer for the Windows Service)
How should this be approached? We built the Web installer, using a new Wix Setup Project added to the Solution. Should we create a new Wix Setup Project for the Windows Service as well? Having 2 Wix Setup Projects in the same Solution? Or can this Wix Setup Project be re-used somehow?
Should we consider trying to create somehow an installer that has both of them (both applications) and the user who is in charge of installing would check one or both checkboxes during install?