Take a look at the description for ICE30: 
http://msdn.microsoft.com/en-us/library/aa368954(VS.85).aspx

What I gather from it (and a preliminary test confirms it) is that if you
have two files being installed to the same directory, then the only way to
avoid an error is to add <Condition> elements to both components. These
conditions should always evaluate to a "one or the other file gets
installed" scenario.

Visual Studio usually has the "treat warnings as errors" on. So, you'll need
to switch that off because if the two components do have conditions, you'll
only get a warning. You get the warning because the installer can't be
totally confident that even though you gave conditions to both, that you did
it in such a way that no conflict will occur at install time.
-- 
View this message in context: 
http://n2.nabble.com/Install-file-A-xor-file-B-w-same-name-tp4664653p4668726.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to