0

I'm trying to make an installer for Windows with WiX. I'm following this tutorial.

I get the following error:

trunk\Setup\Product.wxs(12): error LGH
T0094: Unresolved reference to symbol 'WixUI:WixUI_InstallDir' in section 'Prod
uct:*'. [trunk\Setup.wixproj]

Here is my Product.wxs and my setup.build file. Thanks!

Mike Dimmick
  • 9,662
  • 2
  • 23
  • 48
Nagy Vilmos
  • 1,878
  • 22
  • 46
  • Please post all code here – yizzlez Jun 23 '14 at 20:13
  • That's all the relevant code. If I delete the 12th line (``), the msbuild command runs fine. – Nagy Vilmos Jun 23 '14 at 20:21
  • @awesomeyi _'Please post all code here '_ Surely not! This should have stated ***Post the relevant code here!*** or asking for a [MCVE](http://stackoverflow.com/help/mcve) as I'm doing now [@Nagy Vilmos](http://stackoverflow.com/users/2891426/nagy-vilmos)! (Note just providing links doesn't count here!) – πάντα ῥεῖ Jun 23 '14 at 20:42
  • @πάνταῥεῖ You're right. I'll be more specific next time. – yizzlez Jun 23 '14 at 21:45
  • 2
    I don't agree that this is a duplicate of https://stackoverflow.com/questions/12573816/what-is-an-undefined-reference-unresolved-external-symbol-error-and-how-do-i-fix. That is a C++-tagged question. This is specific to WiX. The WiX compilation/linking model is analogous to C++ compiling and linking, but you won't find the answer to this question over there. – Mike Dimmick Jun 24 '14 at 14:10

0 Answers0