Search Results

0
votes
1answer
747 views

WIX Merge Module : Trying to use $(var.Project.TargetFileName)

I have created a simple Wix 3 Merge Module in VS 2005 ( .wxs ) <?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Module …
0
votes

WIX Merge Module : Trying to use $(var.Project.TargetFileName)

Good practice dictates that you always assume this is your issue and it is not a bug, but after a lot of wasted time I though I would just check, and, it looks like it might be because this is not …