Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7602223
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:21:31+00:00 2026-05-30T23:21:31+00:00

Consider the following scenario: Project CommonLib CommonLib.dll Project AExe CommonLib.dll AExe.exe Project BExe CommonLib.dll

  • 0

Consider the following scenario:

  • Project CommonLib
    • CommonLib.dll
  • Project AExe
    • CommonLib.dll
    • AExe.exe
  • Project BExe
    • CommonLib.dll
    • BExe.exe

Project AExe is installed in %ProgramFiles%\AExe\bin and BExe %ProgramFiles%\BExe\bin but both are deployed using the same .MSI

How can I declare the CommonLib.dll as a generic component and then reuse it in AExe Directory[Ref] and BExe Directory[Ref] ?

What I would like do:

<Fragment>
<Component Id="C.CommonLib.dll" Guid="*">
  <File Id="Fi.CommonLib.dll" Source="<path>CommonLib.dll" KeyPath="yes"/>
</Component>
<Directory Id="ProgramFilesFolder">
  <Directory Id="Di.AExe" Name="AExe">
    <Directory Id="Di.AExeBin" Name="bin">
      <ComponentRef Id="C.CommonLib.dll"/>
    </Directory>
  </Directory>
  <Directory Id="Di.BExe" Name="BExe">
    <Directory Id="Di.BExeBin" Name="bin">
      <ComponentRef Id="C.CommonLib.dll"/>
    </Directory>
  </Directory>
</Directory>
</Fragment>

But that doesn’t work because Directory doesn’t allow a Ref as child. How would you code that?

P.S: I give the example with 2 projects but in reality there is much more projects that shares more than one common lib, that’s why I’m asking that 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T23:21:32+00:00Added an answer on May 30, 2026 at 11:21 pm

    As you can tell from the Windows Installer Component table, components can only be associated with one directory. However, nothing is stopping you from creating two different components which install the same file:

    <Component Id="CommonLib.dll.1" Directory="Di.AExeBin">
      <File Id="CommonLib.dll.1" Source="...\CommonLib.dll"/>
    </Component>
    
    <Component Id="CommonLib.dll.2" Directory="Di.BExeBin">
      <File Id="CommonLib.dll.2" Source="...\CommonLib.dll"/>
    </Component>
    

    (Note: my example is for wix3 where you can use a Directory=”…” attribute, but of course you can also still put the components under Directory parent elements.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider the following scenario: Someone has a project on Github that might be updated
Consider the following scenario: Tables: Employee (EmpId(PK), Name) TeamMembers(TeamId(PK), EmpId(PK)) Project(ProjId(PK), TeamId) I really
Consider the following scenario: I have two assemblies: Assembly named A.dll located in folder
Consider following scenario: I have RESTful URL /articles that returns list of articles user
Consider the following scenario . I have an array of numbers: [ 1,2,3,4 ]
Please consider the following scenario: map(T,S*) & GetMap(); //Forward decleration map(T, S*) T2pS =
Let's consider the following scenario: a function which can generate code colors from white
From couple of days i am thinking of a following scenario Consider I have
Consider this scenario: I've an XML file called person.xml with the following data in
Consider the following scenario. We have a C++ function with a static local variable:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.