Assuming you are using the standard bootsrapper UI I don't think this is possible but this extension supports it http://wixextba.codeplex.com/ take a look at the example Bundle2.wxs.
Neil -----Original Message----- From: Robin66 [mailto:aliesch.r...@gmail.com] Sent: 12 February 2013 07:09 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Question regarding Burn UI Customization Hello I have a question regarding a Bootstrapper I’m work on, so in this Bootstrapper I have a MSI where I start a Service. In the UI from the Bootstrapper I have two Radiobuttons for this Service. If the first Radiobutton is selected the Service will run on the Local System Account, second Radiobutton has two Text Elements and two Editbox for Username and Password. Everything is working, only thing I can’t do is to disable the Text and Editbox if the first Radiobutton is selected, and enable them if you select the second Radiobutton. In the MSI I got it to work like this: <Control Id="ACCOUNTNAME" Property="ACCOUNTNAME" Type="Edit" X="200" Y="122" Width="100" Height="17" Text="LOCALSYSTEM"> <Condition Action="enable">RUNSERVICELOCAL="0"</Condition> <Condition Action="disable">RUNSERVICELOCAL="1"</Condition> Is there maybe a similar way i can use? I’m sorry for my poor English, I hope you still can understand what I like to do and if possibel give me some help. Thx a lot -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Question-regarding-Burn-UI-Customization-tp7583488.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users