如何使用installshield [英] how to use installshield

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

问题描述

如何为vc ++项目使用installshield 2009

how to use installshield 2009 for vc++ project

推荐答案

这是一个非常含糊的问题,但我会给它一个机会:
1)将您的代码编译为release
2)检查您的依赖项
3)InstallShield是一个单独的软件,因此它不直接与Studio绑定
4)IS创建了一个项目,该项目包含一个主脚本(您不必手动编辑)和一些资源
5)在IS中,指定安装目录和所有注册表设置
6)指定要安装的文件以及安装位置(相对容易,只需浏览资源即可)
7)添加启动画面图像
8)构建IS项目,它将像其他任何代码段一样进行编译,并给您带来错误或成功编译
9)拿取IS产品(它是可执行文件和压缩文件,或者是单个文件安装程序,取决于选项),然后放置在您的分发媒体中

只需通过窗户看就可以很容易地做到这一点...并记住,您实际上不必手动编辑IS脚本(也许不应该)
this is a really vague question, but i''ll give it a shot:
1) compile your code as release
2) check your dependencies
3) InstallShield is a separate piece of software, so its not directly tied to studio
4) IS creates a project which consists of a main script (that you shouldn''t have to edit by hand) and several resources
5) within IS, specify install directories and any registry settings
6) specify what files are to be installed and where (this is relatively easy, just look through resources)
7) add splash screen image
8) build the IS project and it''ll compile like any other piece of code and give you errors or compile successfully
9) take the product of IS (which is an executable and compressed files, or single file installer, depending on options) and place in your distribution media

its pretty easy to do it just by looking through the windows... and remember that you don''t really have to edit the IS script by hand (and probably shouldn''t)


此信息的最佳来源可能是InstallShield站点.我确定他们有用户论坛,您可以在其中找到问题的准确答案.
Your best source for this information is probably the InstallShield site. I''m sure they have user forums where you can get accurate answers for your questions.


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

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