[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Assembly config files not included in MSI

PaulR

3/6/2007 10:58:00 AM

Hi,

I have several assemblies with their own app.config file (this is a new
feature with VS2005 I believe). When I build the assemblies the app.config
file in each one gets renamed to <assemblyName>.dll.config. The code picks
up the settings. All fine.

Now, I have a Setup project to build my MSI. It's a Windows application.
When the MSI is built it only includes the app.config file from the main
executable project renamed accordingly: <myEntryPoint>.exe.config

The <assemblyName>.dll.config files do not get included.

Any help with getting these files in greatly appreciated! I don't really
want to add each one in seperately, I would have expected them to be part of
the project output.

Thanks,
Paul