Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 990867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T06:00:43+00:00 2026-05-16T06:00:43+00:00

Hi Is it possible for an Adobe Air application to install, upgrade and execute

  • 0

Hi Is it possible for an Adobe Air application to install, upgrade and execute other Adobe-Air files.

The basic use case is for a launcher application. It launches and manages other applications at user request, however doesn’t need to install the runtimes until such a point as the user intends to execute it.

EDIT:
A good starting point may be in this question AIR App that Loads and Runs Existing AIR swf

EDIT
I’m going to cross post this to flexcoders though I’m not really happy with doing it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T06:00:44+00:00Added an answer on May 16, 2026 at 6:00 am

    AIR 2.0, when installed with the extended desktop profile (native installers) can use the NativeProcess class to control any application on the system, monitor its commandline feedback, and terminate as needed. Extremely basic example below:

    import flash.desktop.NativeProcess;
    import flash.desktop.NativeProcessStartupInfo;
    
    if (NativeProcess.isSupported) {
        var npsi:NativeProcessStartupInfo = new NativeProcessStartupInfo();
        var processpath:File = File.applicationDirectory.resolvePath("MyApplication.whatever");
        var process:NativeProcess = new NativeProcess();
    
        npsi.executable = processpath;
        process.start(npsi);
    }
    

    You should additionally be monitoring specific IO events, error events, the exit event, and you can also provide command line arguments in the NativeProcessStartupInfo object. As for installing, that might be tricker, because AIR has a graphical installation process and I haven’t experimented with it that much, but it should be able to run an installer.

    AIR applications can also provide a custom upgrade interface; however, I don’t think another AIR application can manage that task. Given that AIR apps upgrade themselves fairly seamlessly, that could be left as is.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible that an adobe air application that runs fine with an older
It is possible to decompile an Adobe Air application to extract a SWF from
Possible Duplicate: starting an Adobe AIR application multiple times I'm trying to test my
I need to offer the opportunity to install a personalized Adobe Air application from
Is it possible to start a native application/service from Adobe Air? I guess this
Does anybody know if it is already possible to use StageVideo with Adobe AIR
I'd like to know if/how would it be possible to connect Adobe Air application
Is it possible to generate PDF Documents in an Adobe AIR application without resorting
Is it possible to have multiple windows-handles open in one Adobe AIR application? You
Is it possible to directly access MySql databases through an Adobe AIR/Flex application? If

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.