I created an executable MyService.exe using Visual Studio C# Express. There are no options in the Express version to create a service. In the past, this has been manually installed as a user defined service using the INSTSRV and SRVANY as described in the MSDN Article 'How To Create a User-Defined Service'
Is it possible to create a wix 3.5 installer for this file that
- doesn't require the existence of the SRVANY.exe and INSTRV.exe files on the target machine
- does not use INSTSRV.exe as a custom action