Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle

2013-01-04 Thread up2date.cyb...@gmail.com
> Sent: January-04-13 12:13 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Installing 32-bit and 64-bit components in same > bundle > > Good, thanks for letting me know. Always worry I've forgotten how something > works when people neve

Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle

2013-01-04 Thread Steven Ogilvie
r XML toolset. Subject: Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle Good, thanks for letting me know. Always worry I've forgotten how something works when people never confirm (positive or negative). On Fri, Jan 4, 2013 at 7:47 AM, Steven Ogilvie wrote: > Awesome,

Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle

2013-01-04 Thread Rob Mensching
ob!! > > Steve > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: January-03-13 11:20 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Installing 32-bit and 64-bit components in same > bundle

Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle

2013-01-04 Thread Steven Ogilvie
nsching [mailto:r...@robmensching.com] > Sent: January-03-13 5:13 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Installing 32-bit and 64-bit components in > same bundle > > If you're using MSI packages, you shouldn't need to detect

Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle

2013-01-04 Thread Steven Ogilvie
I will take a look today :) -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: January-03-13 11:20 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle Burn automatically

Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle

2013-01-03 Thread Rob Mensching
ent: January-03-13 5:13 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Installing 32-bit and 64-bit components in same > bundle > > If you're using MSI packages, you shouldn't need to detect that the MSIs > are already installed (Bur

Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle

2013-01-03 Thread Steven Ogilvie
n for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle If you're using MSI packages, you shouldn't need to detect that the MSIs are already installed (Burn will do that for you). You could have one condition and just use "

Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle

2013-01-03 Thread Rob Mensching
If you're using MSI packages, you shouldn't need to detect that the MSIs are already installed (Burn will do that for you). You could have one condition and just use "VersionNT64". Also, detecting MSIs installed using the ProductCode in the ARP registry key seems really wrong. util:ProductSearch w

Re: [WiX-users] Installing 32-bit and 64-bit components in same bundle

2013-01-03 Thread Steven Ogilvie
Yes I am doing the same thing using Burn (creates a bootstrapper exe) Here is example in the chain element: And in the fragment element the check for the above .msi's -Original Message- From: Eric Schultz [mailto:eschu...@outercurve.org