我如何为C#,SQL Server和Crystal Report制作的项目制作安装exe文件

我如何为C#,SQL Server和Crystal Report制作的项目制作安装exe文件

问题描述:

我使用Visual Studio 2010(C#Windows应用程序),sql server 2008和sap crystal报告最后一个版本来创建一个项目.
我完成了项目,并希望将其提供给用户使用,因为用户有一台装有Windows XP操作系统的计算机.
我可以在最终用户计算机上安装我的应用程序吗?

请帮助我

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

您需要添加应用程序二进制文件并准备安装,以检查诸如.NET Framework,Crystal Report等先决条件.

以下文章会有所帮助:
MSDN:如何:在Windows Installer部署中安装必备组件 [ ^ ]
MSDN:部署(如何在C#中进行部署) [ ^ ]
CP:在Visual Studio安装项目中添加.NET Framework的先决条件 [ ^ ]
创建设置和部署项目的分步过程 [
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[^]