Re: [WiX-users] Prevent 32 bit MSI install on 64 bit OS

2009-01-26 Thread Jeremy Farrell
> From: Jeremy Lew [mailto:j...@liquidmachines.com] > Sent: Monday, January 26, 2009 9:42 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Prevent 32 bit MSI install on 64 bit OS > > Hmm, the doc says that Msix64 is set when running on a 64 bit &

Re: [WiX-users] Prevent 32 bit MSI install on 64 bit OS

2009-01-26 Thread Rainer Stropek
discussion for Windows Installer XML toolset. Betreff: [WiX-users] Prevent 32 bit MSI install on 64 bit OS Before I resort to a CA that tries to call IsWow64Process(), is there any other simple way to bail out if attempting to run a 32 bit installer on a Win64 OS? (My product requires the 64 bit installer

Re: [WiX-users] Prevent 32 bit MSI install on 64 bit OS

2009-01-26 Thread Jeremy Farrell
> From: Jeremy Lew [mailto:j...@liquidmachines.com] > > Before I resort to a CA that tries to call IsWow64Process(), is there > any other simple way to bail out if attempting to run a 32 > bit installer > on a Win64 OS? (My product requires the 64 bit installer on a > 64 bit OS) Launch conditi

Re: [WiX-users] Prevent 32 bit MSI install on 64 bit OS

2009-01-26 Thread Jeremy Lew
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Prevent 32 bit MSI install on 64 bit OS I think a LaunchCondition with the property Msix64 will do what you want. -Ari -Original Message- From: Jeremy Lew [mailto:j...@liquidmachines.com] Sent: Monday, January 26, 2009 2:49

Re: [WiX-users] Prevent 32 bit MSI install on 64 bit OS

2009-01-26 Thread Moradi, Ari
I think a LaunchCondition with the property Msix64 will do what you want. -Ari -Original Message- From: Jeremy Lew [mailto:j...@liquidmachines.com] Sent: Monday, January 26, 2009 2:49 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Prevent 32 bit MSI

[WiX-users] Prevent 32 bit MSI install on 64 bit OS

2009-01-26 Thread Jeremy Lew
Before I resort to a CA that tries to call IsWow64Process(), is there any other simple way to bail out if attempting to run a 32 bit installer on a Win64 OS? (My product requires the 64 bit installer on a 64 bit OS) Thanks, Jeremy --