Re: DLL.config files and MSI Deployment Projects

Re: DLL.config files and MSI Deployment Projects

am 03.04.2008 08:27:58 von navkmh

If u are using visual studio 2005 or vs.net or the later version,there
s a provision for adding project files.
This is how it can be done
First the setup project is added along with the project here
On that ,add the primary output to the installer which will done by
adding primay files(which included dlls and exe,usually from the debug
of the bin folder of the project)
Also , if u want to add any file in particular,this can be added by
specifying the file which u want to include in the setup file .

Hope it helps,

--Naveen Kumar K M