Re: [WiX-users] Problem with checkbox

2009-12-27 Thread Bob Arnson
Igor Lemsky wrote: > Yes, but one of them is used during install dialog sequence and another - in > uninstall. > See WiX.chm for Control/@CheckBoxPropertyRef. -- sig://boB http://joyofsetup.com/ -- This SF.Net emai

Re: [WiX-users] Problem with checkbox

2009-12-24 Thread Igor Lemsky
> single Property? > > -Original Message- > From: Igor Lemsky [mailto:igor.lem...@gmail.com] > Sent: Thursday, December 24, 2009 12:36 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Problem with checkbox > > I have checkbox and

Re: [WiX-users] Problem with checkbox

2009-12-23 Thread John H. Bergman (XPedient Technologies)
] Problem with checkbox I have checkbox and property, that bind to it. It works ok for a years. But now I need another checkbox at another dialog screen in my installer - with same property. And now I got error: error LGHT0091 : Duplicate symbol 'CheckBox:PROPERTY_NAME' found. CheckBox ID is di

[WiX-users] Problem with checkbox

2009-12-23 Thread Igor Lemsky
I have checkbox and property, that bind to it. It works ok for a years. But now I need another checkbox at another dialog screen in my installer - with same property. And now I got error: error LGHT0091 : Duplicate symbol 'CheckBox:PROPERTY_NAME' found. CheckBox ID is different to the older checkbo