I am trying to create a WiX installer for a Windows service, and I have read that I need to set the KeyPath to “no” for all my files, with the exception of the .exe in my Wi
You have two different defined namespaces:
http://schemas.microsoft.com/wix/2006/wi
http://schemas.microsoft.com/wix/2006/wix
As far as I know, correct namespace for WiX is http://schemas.microsoft.com/wix/2006/wi. So you should change your XSLT.
XSLT:
no
Input XML:
Output XML: