如何为我的程序打包 [英] How Do I Package For My Program

查看:71
本文介绍了如何为我的程序打包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

首先抱歉我的文字.
本文翻译成谷歌翻译

我有一些用C#编写的程序.

在这些程序中,我使用了Crystal Reports和SqlServer.

我看过很多用C#编写并可以安装的程序
没有任何问题.

但是我的程序总是很难安装.

例如,应在目标系统上安装Sql引擎和Crystal Reports.

我想要世界上所有可用的软件,我只有一个安装文件

我希望所有必需的文件都与文件一起安装.

请告诉我如何安装程序以构成所有系统.

谢谢很多

Hello everyone

First Sorry For My Text .
This text translated with Google Translate

I have a few programs That written with C #.

In these programs, I have used Crystal Reports And SqlServer.

I have seen many programs that are written with C # and can be installed
without any problems.

But my Programs are always difficult to install.

For example, should the Sql engine, and Crystal Reports on the target system to install.

I would like all software available in the world, I have only one installation file

I want all the necessary files are installed with a file.

Please tell me how to install a program to make all systems.

Thanks A Lot

推荐答案

例如,应在目标系统上安装Sql引擎和Crystal Reports."

不,客户端不需要安装整个应用程序.
您需要将所需的dll与您的应用程序打包在一起.

我建议您使用安装和部署项目"来创建项目的安装和部署.您可以使用此工具检查项目依赖关系并打包所需的dll. 此处 [ ^ ]是创建安装和部署项目的示例.

您随时可以在Google上搜索更多查询.

希望这会有所帮助!
"For example, should the Sql engine, and Crystal Reports on the target system to install".

No, the client doesn''t need to install whole application.
You need required dlls to be packaged with your application.

I suggest you to use "setup and deployment project" to create setup and deployment of your project. You can check the project dependencies and package the required dlls using this. Here[^] is an example for creating a setup and deployment project.

You can always search Google for more queries.

Hope this helps!


这篇关于如何为我的程序打包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆