In article <[EMAIL PROTECTED]>, xyavier <[EMAIL PROTECTED]> writes:
> 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. OK, you know there's no such thing as the "uninstall sequence", right? There's a UI sequence that is used when a full UI is shown and there's an execute sequence that is always used. Changes to properties are not stored in the MSI during installation; you have to persist properties elsewhere if you want them to "remember" the changed value set during installation at the time of uninstallation. A common way to do this is to persist properties into the registry and use AppSearch to get them back out of the registry and into a property. CheckBoxes toggle a property's value between empty and the value listed in the CheckBox table. Are you trying to set your property to something *other* than what's in the CheckBox table? -- "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