Click here to Skip to main content
15,912,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I make a project using visual studio 2010 (C# windows application), sql server 2008 and sap crystal report the last edition.
I finished my project and i want to give it to the user to use it the user have a machine with operating system windows xp.
Ho can i install my application on end user machine ?

Please help me
Posted

1 solution

You need to add the application binaries and prepare an install that checks for prerequisites like .NET framework, Crystal report, etc.

Following articles would help:
MSDN: How to: Install Prerequisites in Windows Installer Deployment[^]
MSDN: Deployment (How Do I in C#)[^]
CP: Add Prerequisites of .NET Framework in Visual Studio Setup Project[^]
Step-by-Step Process of Creating a Setup and Deployment Project[^]
 
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