Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am very new to C# programming, please help me with the steps of creating a Installer for my project written in C#

my requirement is to include following thing in my msi:
1)Crystal report
2)dotnet framework
3)windows installer

I m using Microsoft Visual Studio 10.0
Posted
Updated 13-Oct-11 21:40pm
v2

 
Share this answer
 
v2
Comments
Rubaba 3-Dec-11 11:46am    
5* for links
its better to navigate MSDN-Deployment (How Do I in C#) [^]
 
Share this answer
 
Comments
Rubaba 3-Dec-11 11:46am    
5* for link
Monjurul Habib 3-Dec-11 13:03pm    
thank you Rubaba.
RaviRanjanKr 3-Dec-11 14:31pm    
Thanks :)
Add a new deployment project - choose 'add project output', selecting your project. The deployment project settings will then allow you to specify which versions of the .NET framework to offer bootstrappers for :)
 
Share this answer
 
You need to see this...

http://devshaped.com/2009/04/creating-useful-installers-with-custom-actions/[^]

I think it will help you...
 
Share this answer
 
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900