cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
hcl_60
Level 3

Associating dll with multiple component

Hi,

I have 2 service developed in .Net say SA and SB using the common dll say SX.dll. Now how to associate this dependent dll to both the services adding only once.

Thanks.


Waiting for response.
Labels (1)
0 Kudos
(2) Replies
MSIYER
Level 8

Read the following carefully:
http://msdn.microsoft.com/en-us/library/aa370561(v=vs.85).aspx

Understand how Windows Installer works. What the Best Practices are etc...

What you are trying to do is not achievable.

If you want to share the dll, create a component for the dll alone and install into a folder. Let the service exes share the dll.
0 Kudos
hcl_60
Level 3

thanks for yor relpy..

i guess i didnt post my query correctly.. 😞
actually this is in reference to installshiled..In my installshiled project.. i have added two components(ie. two features). Both the components are exe and they are using a common dll say comm.dll, which is the third component.

Now i want to link this component to my above two components.
0 Kudos