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
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
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.
3 matches
Mail list logo