Re: [WiX-users] Setting the output name with a variable

2009-01-21 Thread Simon Dahlbacka
hings, I find this faster/easier/less painful. > > -Original Message- > From: Colin Fox [mailto:greenene...@gmail.com] > Sent: Wednesday, January 21, 2009 16:06 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Setting the output name with

Re: [WiX-users] Setting the output name with a variable

2009-01-21 Thread Rob Mensching
riginal Message- From: Colin Fox [mailto:greenene...@gmail.com] Sent: Wednesday, January 21, 2009 16:06 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Setting the output name with a variable If we're building with Visual Studio (or devenv.exe) are we still usi

Re: [WiX-users] Setting the output name with a variable

2009-01-21 Thread Kelly Leahy
hang my IDE for that long anyway :) Kelly Colin Fox 2009-01-21 04:10 PM Please respond to "General discussion for Windows Installer XML toolset." To "General discussion for Windows Installer XML toolset." cc Subject Re: [WiX-users] Setting the output name with a

Re: [WiX-users] Setting the output name with a variable

2009-01-21 Thread Colin Fox
If we're building with Visual Studio (or devenv.exe) are we still using msbuild under the hood? On Wed, Jan 21, 2009 at 3:57 PM, Rob Mensching wrote: > You need to separate the WiX toolset from MSBuild in your mind. Treat the > WiX toolset the way you would treat csc.exe or vbc.exe or (actually

Re: [WiX-users] Setting the output name with a variable

2009-01-21 Thread Rob Mensching
You need to separate the WiX toolset from MSBuild in your mind. Treat the WiX toolset the way you would treat csc.exe or vbc.exe or (actually more like) cl.exe/link.exe. Anything written in the language being compiled is completely contained within the compilation process. MSBuild (or NAnt or