adding enterprise library dlls into setup projects

  • Thread starter rohan_from_mars
  • Start date
R

rohan_from_mars

I have a windows service and am also using Enterprise Library June 2005

version. Now i have created Setup and Deployment Project which installs

the service. but how do i add EL dlls- Common.dll, Logging.dll,
Configuration.dll, Data.dll into setup project so that it is also
installed automatically. It should perform what the 'Install
Services.bat ' performs.
I have created ProjectInstaller.cs file also
 
R

rohan_from_mars

You are not getting the problem.

I already done what u told but that installs only the service but not
the associated Enterprise Library dlls. EL libraries also are required
to be installed as it has to register performance counters, event log,
etc.

What i want is also the dll should be installed the way the service
gets installed.

The setup installs the service and copies the output exe alongwith the
dlls to the application folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top