adding .config file to deployment project of MS Word add-in

P

Peter Bons

Hi all,

I have developed a shared com addin for Word using VS2005/C#. I have used an
app.config file for storing my settings, but it doesn't show up when
deployed.

I have to put it manually in the folder where WINDORD.EXE is located and
name it winword.exe.config. This works ok but how can I do this
automatically during the setup procedure??

Kind regards,
Peter Bons
 
Top