Re: [WiX-users] GUI properties do not work in component conditions.

2011-09-13 Thread Yuri Sevastyanov
Thank you, Peter! > Properties changed in the UI must be public properties, which means that > their names must be all in upper-case. > http://msdn.microsoft.com/en-us/library/aa367437%28v=vs.85%29.aspx > > Also, to enable a property to be transferred from the UI sequence to the > execute sequence

Re: [WiX-users] GUI properties do not work in component conditions.

2011-09-13 Thread Peter Shirtcliffe
Properties changed in the UI must be public properties, which means that their names must be all in upper-case. http://msdn.microsoft.com/en-us/library/aa367437%28v=vs.85%29.aspx Also, to enable a property to be transferred from the UI sequence to the execute sequence, it must be marked "secure" b