建立执行和部署 [英] Building Exe and Deployment

查看:69
本文介绍了建立执行和部署的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用VB 2008

我按照说明创建了程序的可执行文件..
右键单击项目",然后选择属性",然后填写必要的条目,然后选择发布"选项卡,然后单击发布向导".

创建一个EXE后.我将如何部署新程序?

我是否需要将整个项目的文件夹复制到另一台PC或仅复制.Exe文件?您的输出目录.通常,这不仅仅是一个可执行文件(它可以是几个可执行文件,EXE和DLL,配置文件,有时还包括其他一些只读数据,等等).对于那些了解的人来说,这是最简单,最受欢迎的部署方式. :-)

您的项目文件夹"具有源代码,客户无法使用.您当然可以提供源代码,但这是部署已编译代码的替代方法.如果您提供源代码,通常应将其未编译-用户可以自己编译的内容.

-SA


exe及其相关文件(不是代码文件,而是报告文件,dlls eTC ..)


I''m using VB 2008

I created an Executable of the program i created by following the instructions..
Right-click on the Project, Selected Properties and After filling the necessary entries, I selected Publish Tab and clicked on Publish Wizard.

After creating an Exe. How will I deploy my new program?

do i need to copy the whole Project''s folder to another PC or only the .Exe file?

解决方案

Normally, you need to deploy only what you got in your output directory. Usually, this is not just one executable file (it could be several executable files, EXE and DLL, configuration file, sometimes some other read-only data, etc.). This is the most simple and most welcome way of deployment — for those who understand. :-)

Your project "folder" has source code, which is not what the customers use. You can provide source code of course, but this is alternative to deployment of compiled code. If you provide source code, it usually should be uncompiled — the users what to compile it by themselves.

—SA


exe and its dependant file (not code file but report file , dlls eTC..)


这篇关于建立执行和部署的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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