Re: [WiX-users] 32/64-bit setups

2009-12-28 Thread Bruce Cran
On Mon, 28 Dec 2009 08:30:58 - "Sean Farrow" wrote: > Hi: > > Is it possible to build one msi package that runs natively on both > 32and 64 bit setups using Wix? If yes how wouldthis be done? If no is > it possible to set pre-processor defines with the votive ui for > specific configuration

Re: [WiX-users] 32/64-bit setups

2009-12-28 Thread ricky sundrani
I don't think you can have one msi for both 32 and 64 bit machines. But you can have a single .wxs file which produces two different .msi files when compiled on different architectures. It does this by reading environment variables or system variables.(PROCESSOR_ARCHITECTURE). On Mon, Dec 28, 2009

[WiX-users] 32/64-bit setups

2009-12-28 Thread Sean Farrow
Hi: Is it possible to build one msi package that runs natively on both 32and 64 bit setups using Wix? If yes how wouldthis be done? If no is it possible to set pre-processor defines with the votive ui for specific configurations? Cheers Sean.