- Client
- WiXProject
- References
- Common _Common\Common_
- Common
- Common
<file diskid="1" id="Common" name="$(var.Common.TargetFileName)" source="$(var.Common.TargetPath)">
Unfortunately, Votive (the WiX integration with Visual Studio) does not seem to correctly handle references to projects in solution folders. The workaround I used was to unload the WiX project and edit the line as highlighted:
Common _Common\Common_ {89f6f5f2-5aeb-4501-9f4f-9073d7dedd4c} True True Binaries;Content;Satellites INSTALLLOCATION
Common {89f6f5f2-5aeb-4501-9f4f-9073d7dedd4c} True True Binaries;Content;Satellites INSTALLLOCATION
When I reloaded the project, my wxs file worked as originally configured because the variable
var.Common.TargetFileName
was now defined.
0 comments:
Post a Comment