Installing a multi-file NT Service using WiX (2.0)
How do I install a service with some additional files in WiX, and define what file is the actual service EXE file? Scenario: I had a service which was just a single EXE file, and installed it as a Windows NT service in WiX with this code: <Component Id='InstallMyServiceComponent' Guid='{....}' DiskId='1'> <File Id='InstallMyServiceE...