Re: [WiX-users] General Visual Studio 2013 Help

2015-03-31 Thread Joel Budreau
Yeah, thanks John. It’s working now :) > On Mar 29, 2015, at 10:33 AM, John Cooper wrote: > > You need to make sure that the path to the library is in the list of paths > searched for libraries, and you need to make sure the library filename is the > list of libraries to be linked. Based on t

Re: [WiX-users] General Visual Studio 2013 Help

2015-03-30 Thread Joel Budreau
Yeah, thanks John. It’s working now :) > On Mar 29, 2015, at 10:33 AM, John Cooper wrote: > > You need to make sure that the path to the library is in the list of paths > searched for libraries, and you need to make sure the library filename is the > list of libraries to be linked. Based on t

Re: [WiX-users] General Visual Studio 2013 Help

2015-03-29 Thread John Cooper
You need to make sure that the path to the library is in the list of paths searched for libraries, and you need to make sure the library filename is the list of libraries to be linked. Based on the discussion in the stackoverflow link, I suspect the actual file name ("msi.lib") to link is what