[EMAIL PROTECTED] wrote:
> If I use the RemoveFolder block, nothing happens.
>   

RemoveFolder maps to the RemoveFile table, which only removes empty 
folders. So you need both RemoveFile and RemoveFolder.

> If I uncomment the Condition element, it fails to delete anything in
> either case.  I'm guessing this means the property isn't getting passed
> correctly?
>   

Maybe. Take a look at a verbose log around the InstallValidate action; 
you're looking for the Action value to see what MSI plans on doing.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to