问题描述
我开发了一个客户端的AIR应用程序,他们已经有一个GFX设计师编辑某些图形应用程序。
I'm developing an AIR app for a client, and they've had a gfx designer edit some graphics for the app.
他还要求安装人员从这一改变:
He's also asked that the installer be changed from this:
要这样:
这可能吗?我还没有发现相关的谷歌搜索或搜索SO什么。
Is that possible? I haven't found anything relevant from Googling or searching SO.
推荐答案
这是不可能的,对的.air 软件包安装AIR运行时处理,你不能改变其外观。本地包可能会被独立安装themselfs,不是100%肯定,但他们的风格也不能更改。
That's not possible, the installation of .air
packages is handled by the AIR runtime, you cannot change its appearance. Native packages might be standalone installers themselfs, not 100% sure, but their style also cannot be changed.
如果您想自定义样式,那么你必须将你的应用程序打包成一个俘虏运行应用程序,并创建自己的安装程序了。
If you want custom styles, then you have to package your app as a captive runtime application and create your very own installer for it.
的
http://www.adobe.com/devnet/air/articles/customize-setup-for-AIR-app-with-captive-runtime.html
这篇关于如何风格的安装程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!