Uli
Uli

Reputation: 2693

Adobe Air - Distribute Windows executable

What is the best way to distribute an AIR app (AIR 2.5) that is packed as a Windows executable (.exe) ?

2 questions that bother me:

Thanks Uli

Upvotes: 0

Views: 206

Answers (3)

SteAp
SteAp

Reputation: 11999

Flash Builder 4.6 is supposed to generate packages, which require no previous installation of AIR.

The new feature is named captive runtime.

Upvotes: 1

pho
pho

Reputation: 25490

If the AIR runtime isn't installed, it should ask to download and install the runtime first.

If by AIR update framework, you mean the ApplicationUpdater* classes, then yes, they do

Upvotes: 0

marcocb
marcocb

Reputation: 241

  1. when the user runs the .exe file, he should see an Adobe Air Installation Window, before installing the application
  2. I don't know if it works, but there is a library which allows you to update your application even if you packed it as a Windows Executable file here it is the link to the project home http://code.google.com/p/nativeapplicationupdater/

Upvotes: 1

Related Questions