Re: [WiX-users] Conditional assignment
Sigurd Stenersen wrote: > Is it possible to assign a value to a property based on the value of some > other property ? > > E.g. something like > if ALLUSERS='2' then Root='HKLM' else Root='HKCU' For that particular setting you can use HKMU. Tony ---
[WiX-users] Conditional assignment
Is it possible to assign a value to a property based on the value of some other property ? E.g. something like if ALLUSERS='2' then Root='HKLM' else Root='HKCU' And/or do condition tags work with properties ? Sigurd