I'm using the snippet below to define components.  I'm attempting to use the 
GUID="*" (Autogen ) on the components.  However, on each of the component 
statments I am getting an ICE08 Component ... has a duplicate GUID.  The GUID 
value in the error message is the same for all 3 errors (component lines).  Can 
you only autogen 1 GUID in a wix install or am I using it incorrectly?  I'm 
using VS2010, Wix version 3.6.1112.0.
Thanks,
Bob

  <Fragment Id="frag.myFiles">
    <DirectoryRef Id="INSTALLLOCATION">
      <Component Id="Comp.1" Guid="*">
        <File .../>
      </Component >
      <Component Id="Comp.2" Guid="*">
        <File .../>
      </Component >
      <Component Id="Comp.3" Guid="*">
        <File .../>
      </Component >
    </DirectoryRef >
  </Fragment>
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to