Re: [WiX-users] "C++ Custom Action Project" template's LIBPATH is not right.

2013-05-02 Thread Rob Mensching
Thanks. Can you file a bug so we don't lose this issue? On Thu, May 2, 2013 at 1:18 AM, uni wrote: > Hi, > > I'm using Wix 3.7 and I created "C++ Custom Action Project". > The lib path is "$(WIX)sdk\VS2010\lib". > When I compile it says "dutil.lib can not be found". > On my computer the dutil.l

[WiX-users] "C++ Custom Action Project" template's LIBPATH is not right.

2013-05-02 Thread uni
Hi, I'm using Wix 3.7 and I created "C++ Custom Action Project". The lib path is "$(WIX)sdk\VS2010\lib". When I compile it says "dutil.lib can not be found". On my computer the dutil.lib is in $(WIX)sdk\VS2010\lib\x86. --