No. Windows Installer handles the same Component being installed to
different directories by different Products.
On Fri, Mar 18, 2011 at 5:06 AM, Karl Sparwald <k...@abraxas.de> wrote:

> Hello,
>
>
>
> I am a complete new WiX user and I have a question about the setup library
> project.
>
> Here is my scenario:
>
> In my solution is 1 setup library project and 2 setup projects.
>
> The setup project contains the custom UI and also a set of "Common Files".
>
> Setup project 1 and 2 use these library to build the MSI-Output.
>
>
>
> Now when I build the setups then are the same Component-GUID in both
> setups.
>
> Setup library with GUID for setup 1 and 2:
>
> <DirectoryRef Id="INSTALLLOCATION" FileSource="!(wix.OUTPUTPATH)">
>
> <Component Id="CID_APP_COMMON" Guid="2e549e79-d008-4043-aa2e-946528e937d5">
>
>  <File Id="Common.dll" />
>
> .
>
>
>
> Setup 1 and 2 has always unique GUID's :
>
> <DirectoryRef Id="INSTALLLOCATION" FileSource="$(wix.OUTPUTPATH)" >
>
> <Component Id="CID_APP" Guid="{UniqueGUID for 1 and 2} " >
>
>  <File Id="FID_EXE" Name="$(var.EXENAME).exe"  />
>
> .
>
>
>
> Is that a problem if the same Component-GUID used by both setups?
>
>
>
>
>
> Thanks
>
> Karl Sparwald
>
>
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to