Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
C#
hello 

I created an application with crystal report, how can I run it in another computer (the client computer) without installing visual studio there 
:)


What I have tried:

I need a program to make installation package
Posted
Updated 25-Apr-16 2:54am
Comments
ZurdoDev 25-Apr-16 8:33am    
The other computer will just need all required dlls. Either create an installation package or make sure all dlls are on the other computer.
Nigam,Ashish 25-Apr-16 8:46am    
which Visual studio version you are using?
Somar Rateeb 26-Apr-16 6:39am    
2008
Nigam,Ashish 26-Apr-16 6:43am    
You can make a Deployment project for this with help of below link.

http://www.c-sharpcorner.com/UploadFile/996353/create-setup-and-deployment-project-in-visual-studio-200820/

http://vijirajkumar.blogspot.in/2010/03/create-setup-and-deployment-project.html

http://www.fordevs.com/2009/07/steps-to-create-setup-and-deployment-project-in-dot-net-vs-2008.html

Karthik_Mahalingam 26-Apr-16 23:27pm    
you shall post those links as answer.

C#
The tutorial covers the basic steps for creating the installation project.

Check Here. [^]
 
Share this answer
 
Comments
Somar Rateeb 26-Apr-16 13:20pm    
thank very much
Hi,
Generally if you want to run the application on client computer we have to create a setup with prerequisites as .net framework and other third party depended libraries like crystal report.

Add Prerequisites of .NET Framework in Visual Studio Setup Project[^]

Hope this link will helpful in creating setup project with prerequisites.
 
Share this answer
 
Comments
Somar Rateeb 26-Apr-16 13:20pm    
thank very much

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