Click here to Skip to main content
15,902,299 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have made a project on c# using VS2010 and Sql-Server 2005.
Now I am making a "read me" file and I want to add software requirements in it.

I think .net framework, sqlserver.

Am I right and are they enough?
Posted
Updated 22-Jun-11 7:11am
v2
Comments
Uday P.Singh 22-Jun-11 13:13pm    
do you want to make some prerequisite for your S/W?
Sweety Khan 22-Jun-11 13:19pm    
yup exactly. i wanna tell users wht softwares they must have to run my application

I found this[^] to be an interesting read on the README file.
 
Share this answer
 
Comments
Sweety Khan 22-Jun-11 13:26pm    
no i wanna know wht should be require to run a project tht is made on c# n using sqlserver
I would suggest you to go for the setup and deployment project to give your software requirements(prerequisite).

refer these to create setup and deployment project:

http://vijirajkumar.blogspot.com/2010/03/create-setup-and-deployment-project.html[^]

Visual Studio Windows Application Setup Project[^]

hope this helps :)

for further queries comment here!!
 
Share this answer
 
Comments
Sweety Khan 22-Jun-11 13:36pm    
ohhh nice thingy. it tells how to make a setup of ur application project
Uday P.Singh 22-Jun-11 13:48pm    
yeah exactly, in this you can define the prerequisites of your software. And the user will be asked to install these prerequisites before installing your software.

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