Tagged Questions
For issues relating to deployment using Windows Installer XML, version 2.
4
votes
1answer
632 views
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 ...
1
vote
1answer
606 views
How to create Custom action project with WIX 2.0
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. ...
0
votes
1answer
242 views
WiX MultiString registry keys
I tried adding registry keys for compatibility assistant to a wix setup like this:
<File Id="File1.exe" Name="File1.exe" LongName="File1.exe" Source="..\Binaries\File1.exe" DiskId="1" />
...