I have developed a windows application via .NET 3.5 and now I want to deploy It for instalation , what I don't know is what files exaclty should I add in windows installer ? here is my project structure : - I have a folder named 'Images' which I have my images in that - I have several .dll files in my bin folder - My windows application uses a webservice that I have developed so I have a Web references folder in my project - My app.config file is in root directory - I have to .ico files in my root directory - the .exe file is in my bin folder
Now which files shoul I add ? and I also want to precompile my project and deploy It as .dll files , please help me this is my first time deploying a win app project . thanks for your help