I did look at them in Orca, it looks OK to me.

My verbose log is as follows when it is not checked:
MSI (s) (AC:D0) [14:19:52:507]: Component: MyComponent; Installed: Local;  
Request: Absent;   Action: Absent
PROPERTY CHANGE: Deleting DELALL property. Its current value is '1'.

The log is the same when it is checked.

One other note just for clarification. When I make CheckBoxValue='1' and 
<Condition> 
     DELALL = '1'
</Condition>

it will delete the files with or without a check in the box. However, When I
make it CheckBoxValue="1"
and 
<Condition> 
     DELALL = "1"
</Condition>

It will never delete the files checked or not.

Should it be single or double quotes?


Thanks again,
Mark




Richard-45 wrote:
> 
> 
> In article <[EMAIL PROTECTED]>,
>     xyavier <[EMAIL PROTECTED]>  writes:
> 
>> 
>> I am trying to give the option to delete some extra files if the user
>> checks
>> a checkbox on uninstall. I can bypass the checkbox and make it delete the
>> files but when the checkbox is present, it deletes the files whether it
>> is
>> checked or not. Any ideas what I am doing wrong? 
>> Code segments below.
>> Thanks,
>> Mark
>> 
>> --------------------------------------------------
>> <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>
> 
> This looks OK, did you double check the Control row for this control
> and the CheckBox table row in the MSI with Orca?
> 
> In your verbose log, does the DELALL property have a value of '1' when
> the checkbox is checked?
> 
> What does your verbose log say about your component 'MyComponent'?
> -- 
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>       <http://www.xmission.com/~legalize/book/download/index.html>
> 
>         Legalize Adulthood! <http://blogs.xmission.com/legalize/>
> 
> -------------------------------------------------------------------------
> 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#a13392533
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