Re: [WiX-users] Determine if file exists on build machine

2009-01-05 Thread wjguidry
thanks everyone. I'll check in to this. -- Original message from mi...@get2net.dk: -- Regarding the ability to "search for" and include a source file during wix > compilation/link I've > proposed to extend the WiX preprocessor with a FileExist functionality. > For detai

Re: [WiX-users] Determine if file exists on build machine

2009-01-05 Thread misuo
Regarding the ability to "search for" and include a source file during wix compilation/link I've proposed to extend the WiX preprocessor with a FileExist functionality. For details see "[1932721] Using FileExist() in preprocessor condition statements" available at http://sourceforge.net/tracker/

Re: [WiX-users] Determine if file exists on build machine

2009-01-03 Thread Michael Owings
Rob Mensching wrote: > There is no file searching during the build process. Does the C++ or C# or > VB compiler search for things during compile? I think you need some > makefile/nant/msbuild logic that passes defines to the compiler to get what > you want. > This is exactly what we do her

Re: [WiX-users] Determine if file exists on build machine

2009-01-02 Thread Rob Mensching
rom: Wayne [mailto:wjgui...@att.net] Sent: Friday, January 02, 2009 22:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Determine if file exists on build machine sorry, forgot to mention it is C#, in case it helps also I'm using Wix 3.0.4827 with VS08/Votive.

Re: [WiX-users] Determine if file exists on build machine

2009-01-02 Thread Wayne
tc... I've read the help but couldn't find anything related to this). Thanks again - Original Message - From: "Rob Mensching" To: "General discussion for Windows Installer XML toolset." Sent: Friday, January 02, 2009 11:29 PM Subject: Re: [WiX-users] Dete

Re: [WiX-users] Determine if file exists on build machine

2009-01-02 Thread Rob Mensching
There is no file searching during the build process. Does the C++ or C# or VB compiler search for things during compile? I think you need some makefile/nant/msbuild logic that passes defines to the compiler to get what you want. -Original Message- From: Wayne [mailto:wjgui...@att.net]