Re: [WiX-users] initialize a property

2007-03-31 Thread Bob Arnson
Don Tasanasanta wrote: How would you make this work in WiX? If a reg value exists then set property to that reg entry, else set property to zero I know how to read a reg value into a property, I know how to set a property to zero but might you put the if condition around it? Set t

[WiX-users] initialize a property

2007-03-30 Thread Don Tasanasanta
How would you make this work in WiX? If a reg value exists then set property to that reg entry, else set property to zero I know how to read a reg value into a property, I know how to set a property to zero but might you put the if condition around it? -