This is how it is set up 

--------------------------------------------------
<Control Id='All_Files' Type='CheckBox' X='10' Y='30' Width='400'
Height='18' Property='DELALL' CheckBoxValue="1" >
        <Text>Check the box to Delete extensibility.dll</Text>
</Control>

<Control Id='RemoveNow' Type='PushButton' X='276' Y='210' Width='90'
Height='18' Default='yes'>
        <Text><![CDATA[{\Tahoma10}&Remove Now]]></Text>
</Control>

---------------------------------------------------

<Component Id='MyComponent' Guid='BLah BLah BLah-123456789012'>
        <Condition>
               DELALL = "1"
        </Condition>

        <RemoveFile Id='LogFile' On='uninstall' Name='*.*' />
        <RemoveFolder Id='TheDir' On='uninstall'/>
                                       
</Component>
-----------------------------------------------------


Mark




xyavier wrote:
> 
> No it isn't. It will work if I put the box in the UI during the setup and
> have it checked. If it is placed in the uninstall sequence however it will
> not acknowledge the box is checked. 
> 
> 
> 
> Bob Arnson-6 wrote:
>> 
>> xyavier wrote:
>>> boB, It does however bring up my UI when someone clicks the change
>>> button in
>>> the ARP. My plan was to remove the "Remove" button so the user would be
>>> forced to use my UI which gives them the option to either remove or
>>> repair. 
>>> So, under this situation is there any way to allow them to check the box
>>> at
>>> the time of removal.
>>>   
>> 
>> Sure. Is it not working?
>> 
>> -- 
>> sig://boB
>> http://joyofsetup.com/
>> 
>> 
>> 
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a browser.
>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Checkbox-does-not-recognize-when-it-is-checked-tf4683976.html#a13491613
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to