Re: [WiX-users] MSBuild inside Wix development

2008-06-24 Thread Neil Enns
30 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSBuild inside Wix development Thanks. I'm sure it's in there somewhere, but MSBuild is not Visual Studio - it's part of .Net (oddly IMHO). And if you search the index for MSBuild you'll fi

Re: [WiX-users] MSBuild inside Wix development

2008-06-19 Thread Chris Mumford
rom: [EMAIL PROTECTED] [ > [EMAIL PROTECTED] On Behalf Of Chris Mumford [ > [EMAIL PROTECTED] > Sent: Wednesday, June 18, 2008 9:52 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] MSBuild inside Wix development > > Well in part

Re: [WiX-users] MSBuild inside Wix development

2008-06-18 Thread Neil Enns
: Wednesday, June 18, 2008 9:52 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSBuild inside Wix development Well in part because these have evolved for a while and I've been using them for at least three years - possibly before wix.targets became part of

Re: [WiX-users] MSBuild inside Wix development

2008-06-18 Thread Chris Mumford
gt; [EMAIL PROTECTED] > Sent: Tuesday, June 17, 2008 8:04 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] MSBuild inside Wix development > > You don't want to call MSBuild *from* WiX. Instead you want to mave MSBuild > call WiX. Attac

Re: [WiX-users] MSBuild inside Wix development

2008-06-18 Thread Elipse Software
junho de 2008 00:05 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSBuild inside Wix development You don't want to call MSBuild *from* WiX. Instead you want to mave MSBuild call WiX. Attached is my MSBuild project file that calls candle.exe and light.exe to

Re: [WiX-users] MSBuild inside Wix development

2008-06-18 Thread Krishnan Senthilraj
May be I am not getting.. Please guide me .. Given below is my situation.. - We have completed MSBuild based batch files to complete the number of task to build developer assemblies, Build biztalk assemblies, Deploying Biztalk assemblies inside the Biztalk server. - Now we want to pac

Re: [WiX-users] MSBuild inside Wix development

2008-06-17 Thread Neil Enns
neral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSBuild inside Wix development You don't want to call MSBuild *from* WiX. Instead you want to mave MSBuild call WiX. Attached is my MSBuild project file that calls candle.exe and light.exe to build an MSI file. Y

Re: [WiX-users] MSBuild inside Wix development

2008-06-17 Thread Chris Mumford
You don't want to call MSBuild *from* WiX. Instead you want to mave MSBuild call WiX. Attached is my MSBuild project file that calls candle.exe and light.exe to build an MSI file. You can see that I have the path to the WiX bin folder hard-coded (and my machine is x64). So as an improvement you co

[WiX-users] MSBuild inside Wix development

2008-06-17 Thread Krishnan Senthilraj
Hi, I am new to Wix and MSBuild area. I have one fundamental quention. I completed all the building of my application in MSBuild. Now I am writing Wix construction. I was under impressing we can call the MSBuild project inside Wix. I am trying examples for this. But unfortunately I didn't get th