[WiX-users] Components won't uninstall

2009-10-21 Thread Tony
We have a project that includes several wixlibs. These wixlibs all export ComponentGroupRefs to one of two features in our main WiX project. Installation appears to be working fine. But when I uninstall the application, all of the components from one of the wixlibs do NOT get uninstalled. When

Re: [WiX-users] Components won't uninstall

2009-10-21 Thread john cena
hello stop that -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to

Re: [WiX-users] Components won't uninstall

2009-10-21 Thread Rob Mensching
Almost always and Action state of Null means you have a Condition that is evaluating the Component out. The condition may be on the Feature or it may be on the Component if the Component is marked Transitive. If that isn't it, can you provide more detail about the Component and Feature

Re: [WiX-users] Components won't uninstall

2009-10-21 Thread Tony
I believe that is the issue, though behavior is not what I would have expected. Feature Id=AFEATURE Title=title Description=description Level=1 AllowAdvertise=no Condition Level=1![CDATA[XXX]]/Condition Condition

Re: [WiX-users] Components won't uninstall

2009-10-21 Thread Rob Mensching
For pretty much all Conditions the right answer is to have Installed OR On Wed, Oct 21, 2009 at 8:12 AM, Tony yellowjacketl...@gmail.com wrote: I believe that is the issue, though behavior is not what I would have expected. Feature Id=AFEATURE Title=title