wix2

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...

How to create Custom action project with WIX 2.0

Hi, I have installed WIX 2.0 (and Votive). I need to create user defined custom actions using the Custom action project. I found the custom action project template in VS2008 when WIX 3.0 is installed. Now, i couldnt find any template in VS2005 with WIX 2.0. Can anyone plz let me know how can i create a custom action project( class with...