William Bartholomew wrote:
> The problem is that I get an ICE64 validation error (The directory
> VS2008LOCATION/VS2008ADDINSLOCATION is in the user profile but is not
> listed in the RemoveFile table). After doing some searching the common
> solution to this problem is to add a RemoveFolder element, however, I'm
> not sure this is the correct thing to do in this instance because my
> installer does not "own" those directories.
>   

Use CreateFolder and RemoveFolder elements. RemoveFolder removes only 
empty folders; it won't nuke any other files (that's RemoveFile).

-- 
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