[WiX-users] 32 & 64 bi

2008-01-07 Thread DE�K JAHN, G�bor
On Sun, 6 Jan 2008 22:19:51 -0800 (PST), SaiTeja wrote: SaiTeja, > In my case I dont want separate features. I modified the code. Plz > have a look and let me know Macros are evaluated on *your* machine when you compile not on your users' machine when they install your application. You can't us

Re: [WiX-users] 32 & 64 bi

2008-01-06 Thread SaiTeja
Hi Aaron, Thanks for responses In my case I dont want separate features. I modified the code. Plz have a look and let me know (VersionNT) AND (NOT Vers

Re: [WiX-users] 32 & 64 bi

2008-01-04 Thread Aaron Shurts
To further elaborate, consider the following snippet (I tested and it works): (VersionNT) AND (NOT VersionNT64)

Re: [WiX-users] 32 & 64 bi

2008-01-04 Thread Aaron Shurts
I wouldn't think the package architecture would be terribly important. A 32-bit package can be installed on either. I believe the key would be marking the individual components as either 32-bit or 64-bit by setting the msidbComponentAttributes64bit attribute. You could even go so far as separati