views:

25

answers:

1

I have made Desktop application.. and in other PC i have not installed .net Framework so i want to make setup which automatically install framework first then install my desktop application and also reports of CRYSTEL REPORTs

so guide me step by step Tutorial for it

Thanks in advance

+1  A: 

You can use Setup and Deployment projects for this. Check this sample tutorial for VS 2008

Shoban
@Shoban Its fine but i have question that if net is not available then .Net Framework wont be installed so i want to make setup that installs the Framework also.
You can deliver prerequisites as part of the install. http://msdn.microsoft.com/en-us/library/7eh4aaa5.aspx. This example is for 2010, but there are guides for all versions of Visual Studio.
fletcher
@user422831 yes... this project takes care of that too
Shoban