|
From: Danish W. <wah...@ho...> - 2005-11-11 16:26:16
|
Thanks Brian. But there is some confusion. I had an error about property not being set for an Edit control, and when I placed an attribute Property="SomeValue", it compiled and linked fine and ran fine. But there is no Property attribute in Edit control on the documentation mentioned below. Only thing I can find is PropertyValue. Are Property and PropertyValue two different things? If they are, has one of them been deprecated but not removed from compiler check? Also, how do I enable the checkbox controls? It seems like they are there but clicking them does not do anything (no check mark appears). Thanks Danish Waheed _____ From: wix...@li... [mailto:wix...@li...] On Behalf Of Brian Simoneau Sent: Friday, November 11, 2005 8:17 AM To: wah...@ho...; wix...@li... Subject: RE: [WiX-users] Control element and its types From MSDN http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/c ontrols.asp -Brian Simoneau -----Original Message----- From: wix...@li... [mailto:wix...@li...] On Behalf Of Danish Waheed Sent: Friday, November 11, 2005 11:12 AM To: wix...@li... Subject: [WiX-users] Control element and its types Hi everyone I could not find any reference to CheckBox or Edit types of Control element (for example <Control type='CheckBox'). Does anyone know what can we use for different types of Control element for UI, like CheckBox, Edit, etc? Is it listed anywhere? Thanks Danish Waheed |