Re: [WiX-users] Adding MSVC Include/Lib path

2010-09-09 Thread Rob Mensching
omewhere, which one is it? How can I go > about accomplishing this? > > Thanks a ton! (c: > > - David Hoyt > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Thursday, September 09, 2010 10:50 AM > To: General discussion for Wind

Re: [WiX-users] Adding MSVC Include/Lib path

2010-09-09 Thread Hoyt, David
hing this? Thanks a ton! (c: - David Hoyt -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Thursday, September 09, 2010 10:50 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Adding MSVC Include/Lib path Environment elemen

Re: [WiX-users] Adding MSVC Include/Lib path

2010-09-09 Thread Fabio Di Lorenzo
further information: Windows Installer SDK: http://msdn.microsoft.com/en-us/library/aa368369(v=VS.85).aspx Wix: http://wix.sourceforge.net/manual-wix3/wix_xsd_environment.htm On Thu, Sep 9, 2010 at 7:50 PM, Rob Mensching wrote: > Environment element should be able to do that. > > On Wed, Sep 8

Re: [WiX-users] Adding MSVC Include/Lib path

2010-09-09 Thread Rob Mensching
Environment element should be able to do that. On Wed, Sep 8, 2010 at 7:14 PM, Hoyt, David wrote: > Hello, > > I'm having trouble finding documentation on how to add an include and lib > path to MSVC's paths. I essentially have an SDK I'm setting up and I have a > large number of C headers and l

[WiX-users] Adding MSVC Include/Lib path

2010-09-08 Thread Hoyt, David
Hello, I'm having trouble finding documentation on how to add an include and lib path to MSVC's paths. I essentially have an SDK I'm setting up and I have a large number of C headers and libs - so it'd be nice if it could automatically add itself to the list of paths. I'm not sure how well it w