Re: [WiX-users] Chaining .NET 3.5 in Burn

2014-01-13 Thread Thomas Due
ge.com] > Sent: 10. januar 2014 21:13 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Chaining .NET 3.5 in Burn > > Niel provides the infor in his blog. > http://neilsleightholm.blogspot.com/2012/05/wix-burn-tipstricks.html > > > > -- > View

Re: [WiX-users] Chaining .NET 3.5 in Burn

2014-01-10 Thread Phill Hogland
Niel provides the infor in his blog. http://neilsleightholm.blogspot.com/2012/05/wix-burn-tipstricks.html -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Chaining-NET-3-5-in-Burn-tp7591622p7591696.html Sent from the wix-users mailing list archive a

Re: [WiX-users] Chaining .NET 3.5 in Burn

2014-01-08 Thread Brian Enderle
While this is not an MSI chain, I did the following in a bootstrapper as I needed to make sure vcredist_x86 was installed before something else in the program setup: http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>

Re: [WiX-users] Chaining .NET 3.5 in Burn

2014-01-08 Thread Rob Mensching
People have successfully chained in NETFX 3.5 on this mailing list. It's more of a pain thanks to decisions Windows made. -Original Message- From: Thomas Due [mailto:t...@scanvaegt.dk] Sent: Wednesday, January 8, 2014 3:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Chain