Re: [WiX-users] Conditional Property Value

2008-07-31 Thread Sajid1105
Thanks Alex.. Regards, Sajid Alexander Shevchuk wrote: > > Custom Action Type 51 is your friend: > > > > > > A=1 > A<>1 OR NOT A > > > Obviously, XXXSequence - whatever sequence table you need to schedule > these actions in, for example, InstallExecuteSequence. > > Regards, > Alex

Re: [WiX-users] Conditional Property Value

2008-07-29 Thread Alexander Shevchuk
ED] On Behalf Of Sajid1105 Sent: Monday, July 28, 2008 8:12 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Conditional Property Value I want to set a property value depending on a condition.. if A == 1 then B = "A is one" else B = "A is not one" How do

Re: [WiX-users] Conditional Property Value

2008-07-29 Thread Sajid1105
Thanks. But, I do not have a UI. does this work if I want to build without UI? ramya ragupathy wrote: > > > > > Sajid1105 wrote: >> >> I want to set a property value depending on a condition.. >> >> >> >> >> if A == 1 then >>B = "A is one" >> else >>B = "A is not one" >> >

Re: [WiX-users] Conditional Property Value

2008-07-28 Thread ramya ragupathy
Sajid1105 wrote: > > I want to set a property value depending on a condition.. > > > > > if A == 1 then >B = "A is one" > else >B = "A is not one" > > How do I do this? > > > > -- View this message in context: http://www.nabble.com/Conditional-Property-Value-tp18704186p

[WiX-users] Conditional Property Value

2008-07-28 Thread Sajid1105
I want to set a property value depending on a condition.. if A == 1 then B = "A is one" else B = "A is not one" How do I do this? -- View this message in context: http://www.nabble.com/Conditional-Property-Value-tp18704186p18704186.html Sent from the wix-users mailing list archive