Click here to Skip to main content
15,901,373 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have developed an windows application in C#(VS 2010)and I have used sql server 2008 as a database and created .exe / .msi. Please tell me what I required to install it on client machine(windows 7 and windows 8).
Thanks
Anand
Posted
Comments
Gopi Kishan Mariyala 21-Apr-14 0:35am    
How did you craete .exe/.msi. Did you include all dll's in the .exe. Where are you going to store the database.
Does the client have .net library installed on his machine
Member 10641030 21-Apr-14 0:44am    
Thanks
I have created .exe using following steps..
File ==> Add ==> New Project ==> Setup and Deployment.
I have added all dll's. Client doesn't have anything related to application.
Member 10641030 21-Apr-14 0:50am    
I donn't know the requirement. I have searched on google and found that .net framework 4 and sql express is required
Gopi Kishan Mariyala 21-Apr-14 0:54am    
Sql Express is for education purpose. It cannot be used for production kind of stuff. I'm not sure how you are going to proceed. But looks like it is the first time you are working on a live project and facing some hurdles

You will need the framework.
This can be included in the setup - http://msdn.microsoft.com/en-us/library/k3bxs9z6%28v=vs.90%29.aspx[^].
 
Share this answer
 
Comments
Member 10641030 21-Apr-14 0:58am    
Thanks
It's my first time on live project.Can you please tell me the links to download .net framework 4
You might consider below points.

1. Make sure you have add all dlls(other then .net framework) that are found in GAC. For example if you are using 3rd party controls like telerik etc. you need to add these dll in yours project, instead install 3rd party assembly on client machine.

2. if you have developed application in .net framework 4, then you need to install .net framework 4 on client machine.
 
Share this answer
 

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