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 I run the uninstall with logging
enabled (msiexec /x "myapplication.msi" /l*vx! unapp.txt), the log
shows that all of the components within that wixlibs are NOT selected
for uninstall.

Here's an entry for a compoentn that does NOT get uninstalled...
Component: cmp3FCC6D0CB9841934B61F0C0B219BEC2C; Installed: Local;
Request: Null;   Action: Null;   Client State: Local

Here's an entry for a component that does get uninstalled...
Component: cmp861EF22528A3DB48FAF7A07DD78B91CC; Installed: Local;
Request: Absent;   Action: Absent;   Client State: Local

Why would this happen?  Is there something I could look for in the
install or uninstall logs to give me a clue?
-- 
Tony

------------------------------------------------------------------------------
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 market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to