Re: DLL.config files and MSI Deployment Projects

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
navkmh [ Do, 03 April 2008 08:27 ] [ ID #1934480 ]
Microsoft » microsoft.public.dotnet.general » Re: DLL.config files and MSI Deployment Projects

Vorheriges Thema: Enforcing Coding Standards from within the IDE
Nächstes Thema: VS 2005 IDE File-> New ->Windows Aplication C# disappeared