Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK when using the WDK

2010-01-16 Thread Rob Mensching
wrote: > Yes to the environment variable :-) > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Saturday, January 16, 2010 1:27 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Avoiding hard-coding

Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK when using the WDK

2010-01-16 Thread John H. Bergman (XPedient Technologies)
Yes to the environment variable :-) -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Saturday, January 16, 2010 1:27 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK when using

Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK when using the WDK

2010-01-16 Thread Rob Mensching
Would it be helpful if we installed an environment variable like that? On Sat, Jan 16, 2010 at 3:29 AM, Bruce Cran wrote: > On Sat, 16 Jan 2010 11:18:23 +0100 > "Sebastian Brand \(Instyler Software\)" > > > wrote: > > > Why not just copy the header files to your own folder? > > Thanks, I think

Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK when using the WDK

2010-01-16 Thread Bruce Cran
On Sat, 16 Jan 2010 11:18:23 +0100 "Sebastian Brand \(Instyler Software\)" wrote: > Why not just copy the header files to your own folder? Thanks, I think that's probably the best solution - I've modified the batch file I use to check that prerequisites are installed and which launches the build

Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK when using the WDK

2010-01-16 Thread Blair
. Then it doesn't matter if they install wix or not, it is in your sources. -Original Message- From: Bruce Cran [mailto:br...@cran.org.uk] Sent: Saturday, January 16, 2010 2:10 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK

Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK when using the WDK

2010-01-16 Thread Sebastian Brand (Instyler Software)
1:10 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK when > using the WDK > > On Sat, 16 Jan 2010 01:51:45 -0800 > "Blair" wrote: > > > Install WiX to a different folder? > > I guess that'

Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK when using the WDK

2010-01-16 Thread Bruce Cran
On Sat, 16 Jan 2010 01:51:45 -0800 "Blair" wrote: > Install WiX to a different folder? I guess that's probably the only solution. I was hoping to avoid that since the directory under Program Files is the default location, and anyone who wants to build my project will need to have a custom instal

Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK when using the WDK

2010-01-16 Thread Blair
Install WiX to a different folder? -Original Message- From: Bruce Cran [mailto:br...@cran.org.uk] Sent: Friday, January 15, 2010 5:06 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Avoiding hard-coding the path to the WiX SDK when using the WDK I'm using the WDK to build a C