David Terrell wrote:
> However, upon uninstall only the files/keys listed in the main MSI's XML are 
> uninstalled, while the WiXLib's files/keys are left behind.  

Get a verbose log on uninstall and check around the InstallValidate 
action to see the actions MSI is taking for the component. MSI logs the 
reasons when it leaves a component behind.

msiexec /x {productCode} /l*vx uninstall.log

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to