Click here to Skip to main content
15,909,591 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have made a software with a database in sql server
i will install manually database in sql server in other computer or Clint computer
just i want to ask that if my Clint computer has no Dot not framework installed already so Software will not run they have to install it
i want to make it by default install with setup start to install software so first it see framework if it get not framework in computer then it installed from folder where i copy wit setup folder
Posted

1 solution

What you are talking about is the prerequisites while creating a setup.
check the below link..hope it will help..

Add Prerequisites of .NET Framework in Visual Studio Setup Project[^]
 
Share this answer
 
Comments
irfanansari 21-Sep-13 7:34am    
please is there any way to Auto Restore Sql Data Base as Framework start to installation ?
[no name] 21-Sep-13 7:42am    
I don't think you can make that happen at the same time..either it will happen before or it will happen after..while installation it's not possible and even not recommended also..
Rest as i told it's my opinion..
irfanansari 21-Sep-13 7:45am    
ok if how can restore after installation ?
[no name] 21-Sep-13 7:51am    
There are many way..it depend on ur application structure..
e.g. let's say as soon as the installation finished it's task then may be you can open one pop-up window saying "successful" using ur c# code.so as soon as he click ok your database will get attached.
[no name] 21-Sep-13 7:52am    
so there can be many scenario you can use which is depends on you application structure..

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