I\'m trying to install multiple windows services with the same executable, but WiX doesn\'t like the same name attributes in the two file tags. I have tried changing the names o
A component can belong to more than one feature. Create a single component for your service, then multiple features: each feature has a ComponentRef to the one service component and whatever other references it needs.