Re: [WiX-users] Setting attribute based on Condition

2006-06-22 Thread rchiodo
Well no not really. I just need to install a component differently on 64 than on 32. Specifically I want the component to be permanent on 32, but not on 64. I think I can get around this by having two versions of the same component, and then for the 64 bit one, rename (CopyFile) it to the origin

[WiX-users] Setting attribute based on Condition

2006-06-20 Thread rchiodo
Is it possible to set a generic attribute based on a condition? For example, I'd like to set the Permanent attribute for a Component to "yes" if running under x86, and "no" if running under IA64,AMD64. I've tried creating two components with separate conditions, but this keeps giving me duplicat