开发者

Sidecar AIR Runtime install with Native .exe installer using ADT

I have packaged my AIR app into a Native .exe installer using ADT. If the user does not have air installed and they are connected to the internet, the AIR runtime is automatically installed.

Is it possible to package the AIR runtime into the exe so that if the user is not online the AIR runtime is installed?

I have experimented with the sidecar install and .air file but ideally I want to only have the one file(.exe). 开发者_如何学JAVAI already have a distribution licence from Adobe.

AIR 2.0+

Thanks, James.


You need to package the side-car installer using a third-party installer creator to create the executable.

NSIS is probably the most popular, free installer for windows. Windows includes the IExpress tool for creating standalone installers, however it seems to have trouble with the side-car directory structure and may require an intermediate packager (such as self-extracting archive), or a custom installation definition file. WIX is an alternative for creating MSI installers.

Mac OS-X includes PackageMaker for creating self-extracting installers.

Wikipedia lists many free and commercial installer creators.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜