[WiX-users] Compiler sometimes not printing error messages in Visual Studio

2012-05-03 Thread Bruce Cran
Has anyone else noticed candle.exe failing in the latest weekly builds when run in Visual Studio without displaying an error message? Sometimes I have to run clean/build several times before it'll tell me where the error is. -- Bruce Cran --

Re: [WiX-users] Nightly builds of wix

2012-05-03 Thread Bruce Cran
On 03/05/2012 16:28, Wesley Manning wrote: > See http://wixtoolset.org/releases And to see what's changed, you can use http://wix.codeplex.com/SourceControl/list/changesets since it seems to get updated every week. - - Bruce -

Re: [WiX-users] Nightly builds of wix

2012-05-03 Thread Nigel Morse
Thanks all :) -Original Message- From: David Watson [mailto:dwat...@sdl.com] Sent: 03 May 2012 16:29 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Nightly builds of wix http://wixtoolset.org/releases -Original Message- From: Nigel Morse [mai

Re: [WiX-users] Nightly builds of wix

2012-05-03 Thread Wesley Manning
See http://wixtoolset.org/releases -Original Message- From: Nigel Morse [mailto:nigel.mo...@red-gate.com] Sent: May-03-12 12:25 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Nightly builds of wix Hi - I'm building a project using the WixVsExtension to install a vsix package

Re: [WiX-users] Nightly builds of wix

2012-05-03 Thread David Watson
http://wixtoolset.org/releases -Original Message- From: Nigel Morse [mailto:nigel.mo...@red-gate.com] Sent: 03 May 2012 16:25 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Nightly builds of wix Hi - I'm building a project using the WixVsExtension to install a vsix package. I

[WiX-users] Nightly builds of wix

2012-05-03 Thread Nigel Morse
Hi - I'm building a project using the WixVsExtension to install a vsix package. It looks like Wix3.6 Rc0 only works with VS2010, but there was a fix checked in to make this work with VS11 as well. Does Wix have nightly builds anywhere I could use to try and run this latest version? Cheers, Ni

Re: [WiX-users] Installing multiple versions of the sameproduct under the same upgrade code

2012-05-03 Thread Hoover, Jacob
A bit of a shameless plug here, but it sounds like your needs might be in line with what I was once attempting. During our development life cycle, we have multiple instances of the same core payload (Develop, Test, Live, etc) but from different points in time. Instead of cutting independent M

Re: [WiX-users] Adding paramater to msi that will set value in config file

2012-05-03 Thread Rob Hamflett
On 02/05/2012 15:07, Charles Broadfoot wrote: > > Hi Wix Users, > > I'm trying to do what I would think would be pretty trivial and that is > update a config file value based on a parameter passed into the msi. But > when I try to do this, I keep getting the error : error CNDL0200 : The > Compo

Re: [WiX-users] Installing multiple versions of the same product under the same upgrade code

2012-05-03 Thread Sven Riede
Hi John, Thanks for the hint to instance transforms. I did not know about that. But as far as I understood, it is good for installing multiple instances of the _same_ product. That is not what I want. I want to have different versions of the same application to be installed in parallel. I did