This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Associating dll with multiple component
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 17, 2011
01:11 AM
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.
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.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 17, 2011
01:38 AM
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.
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 17, 2011
05:33 AM
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.
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.
