Try setting the property of the control is set to the value that you want to appear in the control (<Property Id="yyy" Value="whatever"/>).  For the checkbox, set the value of the property "Accept" to 1.

Dana

On 9/2/06, Petrut Andrei <[EMAIL PROTECTED]> wrote:
Hi. Tell me please what can I do to set one of the
values of the combobox by default. I mean one value
shall appear when I see the window, before selecting
from the list.

<Control Id="Combo" Type="ComboBox" X="260" Y="143"
Width="100" Height="20" Property='YYY' />
      </Dialog>
<ComboBox Property='YYY'>
         <ListItem Value="Romanian"
Text="Romanian"></ListItem>
         <ListItem Value="Deutsch"
Text="Deutsch"></ListItem>
         <ListItem Value="English"
Text="English"></ListItem>
             </ComboBox>

    </UI>
  </Fragment>
</Wix>


I have the same question for en edit control: how to
put a text by default in it?

<Control Id='WebAppName' Type="Edit" X='220' Y='120'
Width='100' Height='20' Property="ENDUSERVD"
Text="{80}" >
               <Property Id='X' Value='crmweb'>
        </Property>
         </Control>

................

and for a checkbox: I want the check Box to be
selected by default:

<Control Id="Check" Type="CheckBox" X="20" Y="60"
Width="330" Height="18" CheckBoxValue="1"
Property="Accept"
Text="$(loc.SetupDatabaseDlgCheckBox)" />




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to