By default, Adobe AIR file can be package as an AIR file. This can only
be run if you have an AIR installed on your computer. On the other hand,
windows native installers uses exe files for application installers.
Some AIR apps also requires to have it package as a native file rather
than AIR. Examples of which are those who are using extendedDesktop
profiles

To do so:

1) Package your file as an AIRI file (*.airi)

2) Type this on your CMD:

[location of ADT file on your AIR SDK] -package -storetype pkcs12
-keystore [location of certificate to use for building] -target native
[location on where to save the exe file] [location of AIRI file]

No comments :

Post a Comment