Under windows installer reference it says
[QUOTE]
RemoveFile Table

FileName

    This column contains the localizable name of the file to be removed. If 
this column is null, then the specified folder will be removed if it is empty. 
All of the files that match the wildcard will be removed from the specified 
directory.
[/QUOTE]

However removing the Name="" from say
<RemoveFile Id="SomeID" On="uninstall" Directory="SomeFolderIDRef"/>
Generates the candle error
error CNDL0010 : The RemoveFile/@Name attribute was not found; it is required.

How can you specify a Null value and thus remove the Folder instead.

This is done to bypass the following light error

error LGHT0204 : ICE64: The directory SomeFolderIDRef is in the user profile 
but is not listed in the RemoveFile table.





-- 
View this message in context: 
http://n2.nabble.com/RemoveFile-Table-tp2636076p2636076.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to