Both components are in the same fragment. Thus, they will both be patched. I
answered this question recently in this list.
The following has each component in separate fragments, which will allow
them to be patched separately.
<Fragment>
<DirectoryRef Id="SampleProductFolder">
<Component Id="SampleComponent1"
...>
<File .../>
</Component>
</DirectoryRef>
</Fragment>
<Fragment>
<DirectoryRef Id="SampleProductFolder">
<Component Id="SampleComponent2"
...>
<File .../>
</Component>
</DirectoryRef>
</Fragment>
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users