Putting an AIR UI on a C++ application

Hello everyone. I work for a very large and well known
company in the entertainment software industry ($4B revenues last
year). We currently have a C++ based desktop application for which
we are currently using Adobe Flex as a UI layer (this was built
before AIR was available). Since Flex wasn't really designed to be
used in desktop applications, we've had to do some pretty strange
stuff involving embedded web browsers to make it work... To be
kind, it's rather hacky.
Now that AIR is available, it seems to offer us a way to
significantly simplify our application structure. We'd keep the C++
core application (we do lots of multithreaded stuff), and then use
AIR applications to display interfaces to the end-user, using
socket(s) as the communication bridge between the C++ and AIR apps.
However, I've run up against a potential sticking point. All
of the AIR apps I've used so far use the traditional AIR installer
and install like a normal application. This process wouldn't really
be appropriate for the type of applications we would be developing.
Rather, we'd like to skip the install process altogether and have
the AIR applications invoked directly by the C++ core application
on an as needed basis. Similar to how you can just run a .swf
directly in flash player, or even an AIR app in the ADL without
having to do a big install song and dance first. Or seemingly
similar to what Shu or AveerAir can do (though I have questions as
to whether those are legal -- since I'm part of a large
corporation, everything we do has to be strictly on the level).
Is this possible, or can anybody give me any ideas as to how
this might be done? Do all Air apps have to go through the
formalized AIR installer before they can be executed on the end
user's machine? Or is there some other mechanism we can leverage to
avoid the application installation mechanism?
Many thanks,
Alex

The supported way to do this kind of thing is to embed the
installation of your AIR application in your own installer. To do
this, you first sign up to redistribute AIR. Once that's done,
you'll have access to instructions on how to make it work. (It's
straightfoward.)
See
http://www.adobe.com/products/air/runtime_distribution1.html.

Similar Messages

  • Can you wrap a Muse export in Adobe Air to make a desktop application?

    Hello,
    I was just wondering if it is possible to wrap a Muse HTML folder (whole export) in Adobe Air to make a desktop application? I have managed to wrap the business catalyst URL that Muse gives you temporarily and made a desktop application. As this is temporary is it possible to wrap the entire project (HTML)?
    I'm very new to this so i hope this all makes sense.
    Thanks in advance,
    SPolly

    You are not wasting your time. It can be done...
    In order to wrap C++ for use by C, you must write wrapper functions declared with 'extern "C"' linkage for every C++ method you intend to call directly from C. This must be done using a C++ compiler. Once linked into a new library, any C exectuable or C library should be able to link this new library and call the wrapper functions you have declared 'extern "C"'.
    If you still need more help, I would advise you to post in a C++ language forum perhaps. Best of luck, not that you should need it though... -Ralph

  • The .air installer file of my application is damaged.

    Hi all,
    I am a developer for a desktop application to be installed in windows and mac. The air file is signed and migrated to new certificated as detailed here (Adobe AIR 1.5 * Signing an AIR file to change the application certificate). But while launching the installer in windows, the installer fails with the message "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author." I have tried doing the following
    - checked my date/time
    - uninstalled/reinstalled the application
    - removed the installtion folder  etc.
    But still the issue persists. Before failing, it also shows a dialogue that the "publisher identity is verified" - so I believe this issue is not related with codesigning/certificates, please correct me if I'm wrong.
    Please let me know how to resolve this issue.
    Thanks,
    VivekS

    You can execute a fixed number of iterations using a while loop by comparing the iteration count to the number of iterations you want and wiring the output of that comparison (e.g. Less Than or Equal To) to the continue (or stop) terminal of your while loop. Which comparison you use depends on personal preference, where you wire the desired count and the interation count, and whether you're using the while loop as Continue if True or Stop if True.
    Ben gave you step-by-step instructions in response to your previous question. Look here for Ben's response.
    Ben's response looks pretty good and detailed to me. It certa
    inly deserved better than a 1-star rating.

  • I'm running Lion on a Late 2008 MacBook Air.  With no other applications running, I can no longer Check for Software Updates.  It gets abut half way through the checking process and then freezes.  The MBA passes Disk Utility. Thoughts?

    I'm running Lion on a Late 2008 MacBook Air. 
    With no other applications running, I can no longer Check for Software Updates.  It gets about half way through the checking process and then freezes. 
    The MBA passes Disk Utility. Thoughts?
    Thanks
    Jim Taylor

    How long do you leave it?
    Mine can sometimes sit for quite a while (maybe 10 minutes??) before it finally finishes.
    You could look at the relevant logs via Console (Utilities folder) to see if Software Update is complaining about anything.
    charlie

  • Adobe AIR runtime update dialog breaks application

    I'm working on a large project that utilizes a C++ application to house the core logic and an AIR application to display a UI. The C++ program launches the AIR UI and passes it several command line parameters, including locale and port number to call back to the C++ application with.  Under normal circumstances, this works great.
    However, when there's an Adobe AIR runtime update, things go bad.  The runtime intercepts the UI invocation, kills it, and displays the generic AIR "do you want to update?" dialog.  Whether the user presses update or cancel, the UI application eventually gets relaunched -- but without the command line parameters originally passed to it!  I presume this is a bug in the Adobe AIR runtime updater code.
    The end result of this is that the UI gets relaunched, but doesn't know how to localize itself or what port to call back to the C++ application with!  If the user relaunches, it works fine (because the update dialog won't intercept again), but by then the user experience has already been mangled.  We can't even display a localized error message to tell them to relaunch because we don't know what locale they're using any more, and we can't call back to the C++ application to ask.
    I'm trying to find solutions/workarounds to this issue.  Because AIR won't let us turn off the update check on a per-application basis, it seems like the only viable solution would be to turn off the runtime update check for the whole machine.  But altering machines settings for the benefit of one application is definitely bad form, and I'd prefer not to do that if any other viable workaround exist.
    Any ideas?

    I filed a bug report last night using that same form.
    The duplication steps are straightforward.  I can duplicate the following with 100% success on a freshly imaged Win 7 32-bit box, admin user account:
    1) Install older version of Adobe AIR framework (I tried both 1.1 and 1.5.1).  It will ask you to update.  Click "Update later".
    2) Pull up task manager and watch the process list
    3) Run ANY Adobe AIR app with some parameters (I used Adobe's Settings Manager as a sample because it's small)
    4) Note that your application appears in the task manager briefly
    5) Your app is terminated and "Adobe Air Installer.exe" appears in the task manager.  A dialog pops up asking you to update.
    6) Click cancel
    7) Your app is reinvoked without any parameters
    As for my specific case, by "session" I do mean a single launch.
    I'm not aware of an evoke event -- perhaps you meant invoke event?  The invoke event is not executing before the app terminates (in step 5 above).  I think the AIR app is just running long enough to load the runtime and then the runtime takes over from there.
    Thanks...

  • AIR appears to install, then applications won't run

    Hi:
    I have had issues with Adobe AIR for quite some time.  I stopped being able to use the Pandora desktop app, and I have tried to use StudioCloud 3.0.  Each time, everything downloads ok, then i go to open the program, the user agreement pops up, I hit 'I Agree" and nothing happens.  My logs from today are listed below.  Sorry for the length - I tried a few different versions and kept installing, uninstalling, and reinstalling.  I'd appreciate any help at all.  Thanks.
    [2012-04-28:17:15:29] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:15:29] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://studiocloud.com/product-updates/studiocloud-desktop-3C/StudioCloudDesktop.air -- "installed from web"
    [2012-04-28:17:15:29] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:15:30] Begin air file download from http://studiocloud.com/product-updates/studiocloud-desktop-3C/StudioCloudDesktop.air
    [2012-04-28:17:15:30] Download destination is C:\Users\Martha\AppData\Local\Temp\flaD477.tmp
    [2012-04-28:17:15:31] Received download status 200
    [2012-04-28:17:15:31] Response URL is http://studiocloud.com/product-updates/studiocloud-desktop-3C/StudioCloudDesktop.air
    [2012-04-28:17:15:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:15:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.007961432449519634 onApplicationVersion
    [2012-04-28:17:15:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:15:38] Application Installer end with exit code 0
    [2012-04-28:17:15:43] Download success
    [2012-04-28:17:15:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:15:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.31672676419839263 onApplicationVersion
    [2012-04-28:17:15:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:15:48] Application Installer end with exit code 0
    [2012-04-28:17:15:57] Unpackaging file:///C:/Users/Martha/AppData/Local/Temp/flaD477.tmp to C:\Users\Martha\AppData\Local\Temp\fla3E13.tmp
    [2012-04-28:17:15:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:15:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.006386659573763609 onApplicationVersion
    [2012-04-28:17:15:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:15:58] Application Installer end with exit code 0
    [2012-04-28:17:16:06] Application signature verified
    [2012-04-28:17:16:06] Unpackaging/validation complete
    [2012-04-28:17:16:06] No app located for appID 'com.StudioCloud.Desktop.3' and pubID 'F2DAE273367737D97F8409B8C86CCCEDC39FC38E.1'
    [2012-04-28:17:16:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:16:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.9897554251365364 onApplicationVersion
    [2012-04-28:17:16:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:16:08] Application Installer end with exit code 0
    [2012-04-28:17:16:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:16:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.678770374506712 onApplicationVersion
    [2012-04-28:17:16:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:16:18] Application Installer end with exit code 0
    [2012-04-28:17:16:29] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:16:29] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.040990525390952826 onApplicationVersion
    [2012-04-28:17:16:29] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:16:29] Application Installer end with exit code 0
    [2012-04-28:17:16:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:16:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.36550752352923155 onApplicationVersion
    [2012-04-28:17:16:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:16:38] Application Installer end with exit code 0
    [2012-04-28:17:16:39] Converting unpackaged application to a native installation package in C:\Users\Martha\AppData\Local\Temp\flaE23E.tmp
    [2012-04-28:17:16:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:16:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.2900546877644956 onApplicationVersion
    [2012-04-28:17:16:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:16:48] Application Installer end with exit code 0
    [2012-04-28:17:16:49] Native installation package creation succeeded
    [2012-04-28:17:16:49] Starting app installation to C:\Program Files (x86). Installing app com.StudioCloud.Desktop.3.F2DAE273367737D97F8409B8C86CCCEDC39FC38E.1 version 3.1.104 using the source file at file:///C:/Users/Martha/AppData/Local/Temp/flaD477.tmp
    [2012-04-28:17:16:49] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Directory can't be written to" errorID=5006]
    [2012-04-28:17:16:49] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/Martha/AppData/Local/Temp/flaD477.tmp
    [2012-04-28:17:16:49] Relaunching with elevation
    [2012-04-28:17:16:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:16:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.7615215107798576 onApplicationVersion
    [2012-04-28:17:16:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:16:58] Application Installer end with exit code 0
    [2012-04-28:17:17:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:17:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.02548101032152772 onApplicationVersion
    [2012-04-28:17:17:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:17:08] Application Installer end with exit code 0
    [2012-04-28:17:17:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:17:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.3063775869086385 onApplicationVersion
    [2012-04-28:17:17:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:17:18] Application Installer end with exit code 0
    [2012-04-28:17:17:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:17:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.7361044478602707 onApplicationVersion
    [2012-04-28:17:17:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:17:28] Application Installer end with exit code 0
    [2012-04-28:17:17:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:17:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.31443284964188933 onApplicationVersion
    [2012-04-28:17:17:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:17:38] Application Installer end with exit code 0
    [2012-04-28:17:17:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:17:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.9109630724415183 onApplicationVersion
    [2012-04-28:17:17:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:17:48] Application Installer end with exit code 0
    [2012-04-28:17:17:52] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:17:52] Commandline is: -stdio \\.\pipe\AIR_6012_0 -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/Martha/AppData/Local/Temp/flaD477.tmp
    [2012-04-28:17:17:52] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:17:53] Unpackaging file:///C:/Users/Martha/AppData/Local/Temp/flaD477.tmp to C:\Users\Martha\AppData\Local\Temp\fla298.tmp
    [2012-04-28:17:17:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:17:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.49106167908757925 onApplicationVersion
    [2012-04-28:17:17:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:17:58] Application Installer end with exit code 0
    [2012-04-28:17:18:00] Application signature verified
    [2012-04-28:17:18:00] Unpackaging/validation complete
    [2012-04-28:17:18:00] No app located for appID 'com.StudioCloud.Desktop.3' and pubID 'F2DAE273367737D97F8409B8C86CCCEDC39FC38E.1'
    [2012-04-28:17:18:00] Converting unpackaged application to a native installation package in C:\Users\Martha\AppData\Local\Temp\fla1F1E.tmp
    [2012-04-28:17:18:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:18:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.6712652002461255 onApplicationVersion
    [2012-04-28:17:18:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:18:08] Application Installer end with exit code 0
    [2012-04-28:17:18:10] Native installation package creation succeeded
    [2012-04-28:17:18:10] Starting silent app installation to C:\Program Files (x86). Installing app com.StudioCloud.Desktop.3.F2DAE273367737D97F8409B8C86CCCEDC39FC38E.1 version 3.1.104 using the source file at file:///C:/Users/Martha/AppData/Local/Temp/flaD477.tmp
    [2012-04-28:17:18:10] Installing msi at C:\Users\Martha\AppData\Local\Temp\fla1F1E.tmp\setup.msi with guid {528A19F2-DB14-4936-C17C-DF1543AD654D}
    [2012-04-28:17:18:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:18:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.40179724525660276 onApplicationVersion
    [2012-04-28:17:18:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:18:18] Application Installer end with exit code 0
    [2012-04-28:17:18:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:18:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.24132594279944897 onApplicationVersion
    [2012-04-28:17:18:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:18:28] Application Installer end with exit code 0
    [2012-04-28:17:18:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:18:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.09745539957657456 onApplicationVersion
    [2012-04-28:17:18:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:18:38] Application Installer end with exit code 0
    [2012-04-28:17:18:39] Application Installer end with exit code 0
    [2012-04-28:17:18:39] Elevated install completed
    [2012-04-28:17:18:39] Could not create a file at C:\Users\Martha\AppData\Roaming\Adobe\AIR\eulaAccepted, ignoring
    [2012-04-28:17:18:39] Launching subprocess with commandline C:\Program Files (x86)\StudioCloud 3.0\StudioCloud 3.0.exe
    [2012-04-28:17:18:41] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2012-04-28:17:18:41] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:18:41] Commandline is: -eula
    [2012-04-28:17:18:41] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:18:42] Starting eula display
    [2012-04-28:17:18:44] Application Installer end with exit code 0
    [2012-04-28:17:18:48] Finished eula display
    [2012-04-28:17:18:48] Could not create a file at C:\Users\Martha\AppData\Roaming\Adobe\AIR\eulaAccepted, ignoring
    [2012-04-28:17:18:48] Runtime Installer end with exit code 0
    [2012-04-28:17:18:48] Subprocess c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2012-04-28:17:18:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:18:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.8200678015127778 onApplicationVersion
    [2012-04-28:17:18:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:18:48] Application Installer end with exit code 0
    [2012-04-28:17:18:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:18:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.06945341359823942 onApplicationVersion
    [2012-04-28:17:18:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:18:58] Application Installer end with exit code 0
    [2012-04-28:17:19:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:19:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.21148337982594967 onApplicationVersion
    [2012-04-28:17:19:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:19:08] Application Installer end with exit code 0
    [2012-04-28:17:19:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:19:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.04094888363033533 onApplicationVersion
    [2012-04-28:17:19:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:19:18] Application Installer end with exit code 0
    [2012-04-28:17:19:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:19:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.14790891576558352 onApplicationVersion
    [2012-04-28:17:19:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:19:28] Application Installer end with exit code 0
    [2012-04-28:17:19:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:19:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.042845896910876036 onApplicationVersion
    [2012-04-28:17:19:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:19:38] Application Installer end with exit code 0
    [2012-04-28:17:19:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:19:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.07922049285843968 onApplicationVersion
    [2012-04-28:17:19:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:19:48] Application Installer end with exit code 0
    [2012-04-28:17:19:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:19:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.748737224843353 onApplicationVersion
    [2012-04-28:17:19:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:19:58] Application Installer end with exit code 0
    [2012-04-28:17:20:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:20:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.4586416739039123 onApplicationVersion
    [2012-04-28:17:20:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:20:08] Application Installer end with exit code 0
    [2012-04-28:17:20:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:20:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.6482675946317613 onApplicationVersion
    [2012-04-28:17:20:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:20:18] Application Installer end with exit code 0
    [2012-04-28:17:20:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:20:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.7822950943373144 onApplicationVersion
    [2012-04-28:17:20:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:20:28] Application Installer end with exit code 0
    [2012-04-28:17:20:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:20:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.4424287579022348 onApplicationVersion
    [2012-04-28:17:20:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:20:38] Application Installer end with exit code 0
    [2012-04-28:17:20:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:20:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.7637525256723166 onApplicationVersion
    [2012-04-28:17:20:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:20:48] Application Installer end with exit code 0
    [2012-04-28:17:20:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:20:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.103385454043746 onApplicationVersion
    [2012-04-28:17:20:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:20:58] Application Installer end with exit code 0
    [2012-04-28:17:21:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:21:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.2339299158193171 onApplicationVersion
    [2012-04-28:17:21:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:21:08] Application Installer end with exit code 0
    [2012-04-28:17:21:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:21:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.2294190600514412 onApplicationVersion
    [2012-04-28:17:21:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:21:18] Application Installer end with exit code 0
    [2012-04-28:17:21:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:21:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.9226397145539522 onApplicationVersion
    [2012-04-28:17:21:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:21:28] Application Installer end with exit code 0
    [2012-04-28:17:21:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:21:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.9926005229353905 onApplicationVersion
    [2012-04-28:17:21:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:21:38] Application Installer end with exit code 0
    [2012-04-28:17:21:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:21:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.0580347990617156 onApplicationVersion
    [2012-04-28:17:21:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:21:48] Application Installer end with exit code 0
    [2012-04-28:17:21:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:21:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.6701996941119432 onApplicationVersion
    [2012-04-28:17:21:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:21:58] Application Installer end with exit code 0
    [2012-04-28:17:22:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:22:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.48156663915142417 onApplicationVersion
    [2012-04-28:17:22:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:22:08] Application Installer end with exit code 0
    [2012-04-28:17:22:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:22:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.7339438614435494 onApplicationVersion
    [2012-04-28:17:22:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:22:18] Application Installer end with exit code 0
    [2012-04-28:17:22:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:22:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.3821576777845621 onApplicationVersion
    [2012-04-28:17:22:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:22:28] Application Installer end with exit code 0
    [2012-04-28:17:22:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:22:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.1257364614866674 onApplicationVersion
    [2012-04-28:17:22:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:22:38] Application Installer end with exit code 0
    [2012-04-28:17:22:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:22:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.19539876468479633 onApplicationVersion
    [2012-04-28:17:22:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:22:48] Application Installer end with exit code 0
    [2012-04-28:17:22:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:22:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.24691645335406065 onApplicationVersion
    [2012-04-28:17:22:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:22:58] Application Installer end with exit code 0
    [2012-04-28:17:23:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:23:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.48421043064445257 onApplicationVersion
    [2012-04-28:17:23:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:23:08] Application Installer end with exit code 0
    [2012-04-28:17:23:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:23:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.23596989968791604 onApplicationVersion
    [2012-04-28:17:23:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:23:18] Application Installer end with exit code 0
    [2012-04-28:17:23:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:23:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.2611688650213182 onApplicationVersion
    [2012-04-28:17:23:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:23:28] Application Installer end with exit code 0
    [2012-04-28:17:23:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:23:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.2915766919031739 onApplicationVersion
    [2012-04-28:17:23:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:23:38] Application Installer end with exit code 0
    [2012-04-28:17:23:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:23:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.7038153507746756 onApplicationVersion
    [2012-04-28:17:23:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:23:48] Application Installer end with exit code 0
    [2012-04-28:17:23:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:23:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.44002350326627493 onApplicationVersion
    [2012-04-28:17:23:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:23:58] Application Installer end with exit code 0
    [2012-04-28:17:24:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:24:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.0925766546279192 onApplicationVersion
    [2012-04-28:17:24:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:24:08] Application Installer end with exit code 0
    [2012-04-28:17:24:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:24:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.5097818095237017 onApplicationVersion
    [2012-04-28:17:24:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:24:18] Application Installer end with exit code 0
    [2012-04-28:17:24:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:24:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.06540157552808523 onApplicationVersion
    [2012-04-28:17:24:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:24:28] Application Installer end with exit code 0
    [2012-04-28:17:24:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:24:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.8818026017397642 onApplicationVersion
    [2012-04-28:17:24:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:24:38] Application Installer end with exit code 0
    [2012-04-28:17:24:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:24:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.45222125109285116 onApplicationVersion
    [2012-04-28:17:24:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:24:48] Application Installer end with exit code 0
    [2012-04-28:17:24:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:24:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.20451074512675405 onApplicationVersion
    [2012-04-28:17:24:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:24:58] Application Installer end with exit code 0
    [2012-04-28:17:25:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:25:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.7359766261652112 onApplicationVersion
    [2012-04-28:17:25:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:25:08] Application Installer end with exit code 0
    [2012-04-28:17:25:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:25:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.53241200838238 onApplicationVersion
    [2012-04-28:17:25:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:25:18] Application Installer end with exit code 0
    [2012-04-28:17:25:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:25:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.6347676715813577 onApplicationVersion
    [2012-04-28:17:25:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:25:28] Application Installer end with exit code 0
    [2012-04-28:17:25:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:25:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.8856144887395203 onApplicationVersion
    [2012-04-28:17:25:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:25:38] Application Installer end with exit code 0
    [2012-04-28:17:25:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:25:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.5909153651446104 onApplicationVersion
    [2012-04-28:17:25:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:25:48] Application Installer end with exit code 0
    [2012-04-28:17:25:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:25:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.5901408935897052 onApplicationVersion
    [2012-04-28:17:25:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:25:58] Application Installer end with exit code 0
    [2012-04-28:17:26:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:26:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.017570752650499344 onApplicationVersion
    [2012-04-28:17:26:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:26:08] Application Installer end with exit code 0
    [2012-04-28:17:26:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:26:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.9528272203169763 onApplicationVersion
    [2012-04-28:17:26:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:26:18] Application Installer end with exit code 0
    [2012-04-28:17:26:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:26:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.06092888256534934 onApplicationVersion
    [2012-04-28:17:26:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:26:28] Application Installer end with exit code 0
    [2012-04-28:17:26:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:26:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.4685708871111274 onApplicationVersion
    [2012-04-28:17:26:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:26:38] Application Installer end with exit code 0
    [2012-04-28:17:26:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:26:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.8806900708004832 onApplicationVersion
    [2012-04-28:17:26:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:26:48] Application Installer end with exit code 0
    [2012-04-28:17:26:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:26:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.2626614016480744 onApplicationVersion
    [2012-04-28:17:26:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:26:58] Application Installer end with exit code 0
    [2012-04-28:17:27:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:27:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.43994238413870335 onApplicationVersion
    [2012-04-28:17:27:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:27:08] Application Installer end with exit code 0
    [2012-04-28:17:27:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:27:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.8594545340165496 onApplicationVersion
    [2012-04-28:17:27:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:27:18] Application Installer end with exit code 0
    [2012-04-28:17:27:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:27:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.5269581181928515 onApplicationVersion
    [2012-04-28:17:27:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:27:28] Application Installer end with exit code 0
    [2012-04-28:17:27:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:27:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.2723328983411193 onApplicationVersion
    [2012-04-28:17:27:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:27:38] Application Installer end with exit code 0
    [2012-04-28:17:27:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:27:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.3259351789020002 onApplicationVersion
    [2012-04-28:17:27:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:27:48] Application Installer end with exit code 0
    [2012-04-28:17:27:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:27:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.9693565689958632 onApplicationVersion
    [2012-04-28:17:27:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:27:58] Application Installer end with exit code 0
    [2012-04-28:17:28:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:28:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.7561977445147932 onApplicationVersion
    [2012-04-28:17:28:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:28:08] Application Installer end with exit code 0
    [2012-04-28:17:28:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:28:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.003251594491302967 onApplicationVersion
    [2012-04-28:17:28:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:28:18] Application Installer end with exit code 0
    [2012-04-28:17:28:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:28:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.22522597527131438 onApplicationVersion
    [2012-04-28:17:28:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:28:28] Application Installer end with exit code 0
    [2012-04-28:17:28:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:28:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.36763386661186814 onApplicationVersion
    [2012-04-28:17:28:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:28:38] Application Installer end with exit code 0
    [2012-04-28:17:28:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:28:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.2589176073670387 onApplicationVersion
    [2012-04-28:17:28:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:28:48] Application Installer end with exit code 0
    [2012-04-28:17:28:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:28:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.6634354931302369 onApplicationVersion
    [2012-04-28:17:28:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:28:58] Application Installer end with exit code 0
    [2012-04-28:17:29:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:29:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.4240072355605662 onApplicationVersion
    [2012-04-28:17:29:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:29:08] Application Installer end with exit code 0
    [2012-04-28:17:29:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:29:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.8153364108875394 onApplicationVersion
    [2012-04-28:17:29:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:29:18] Application Installer end with exit code 0
    [2012-04-28:17:29:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:29:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.11461700545623899 onApplicationVersion
    [2012-04-28:17:29:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:29:28] Application Installer end with exit code 0
    [2012-04-28:17:29:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:29:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.03963379794731736 onApplicationVersion
    [2012-04-28:17:29:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:29:38] Application Installer end with exit code 0
    [2012-04-28:17:29:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:29:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.4634058065712452 onApplicationVersion
    [2012-04-28:17:29:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:29:48] Application Installer end with exit code 0
    [2012-04-28:17:29:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:29:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.898331074975431 onApplicationVersion
    [2012-04-28:17:29:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:29:58] Application Installer end with exit code 0
    [2012-04-28:17:30:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:30:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.44736713683232665 onApplicationVersion
    [2012-04-28:17:30:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:30:08] Application Installer end with exit code 0
    [2012-04-28:17:30:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:30:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.09875722555443645 onApplicationVersion
    [2012-04-28:17:30:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:30:18] Application Installer end with exit code 0
    [2012-04-28:17:30:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:30:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.23860474349930882 onApplicationVersion
    [2012-04-28:17:30:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:30:28] Application Installer end with exit code 0
    [2012-04-28:17:30:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:30:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.310540986713022 onApplicationVersion
    [2012-04-28:17:30:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:30:38] Application Installer end with exit code 0
    [2012-04-28:17:30:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:30:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.4722810471430421 onApplicationVersion
    [2012-04-28:17:30:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:30:48] Application Installer end with exit code 0
    [2012-04-28:17:30:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:30:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.7828797991387546 onApplicationVersion
    [2012-04-28:17:30:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:30:58] Application Installer end with exit code 0
    [2012-04-28:17:31:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:31:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.2764819790609181 onApplicationVersion
    [2012-04-28:17:31:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:31:08] Application Installer end with exit code 0
    [2012-04-28:17:31:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:31:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.5067122876644135 onApplicationVersion
    [2012-04-28:17:31:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:31:18] Application Installer end with exit code 0
    [2012-04-28:17:31:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:31:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.5860594902187586 onApplicationVersion
    [2012-04-28:17:31:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:31:28] Application Installer end with exit code 0
    [2012-04-28:17:31:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:31:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.5972011317498982 onApplicationVersion
    [2012-04-28:17:31:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:31:38] Application Installer end with exit code 0
    [2012-04-28:17:31:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:31:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.8979578791186213 onApplicationVersion
    [2012-04-28:17:31:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:31:48] Application Installer end with exit code 0
    [2012-04-28:17:31:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:31:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.164219175465405 onApplicationVersion
    [2012-04-28:17:31:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:31:58] Application Installer end with exit code 0
    [2012-04-28:17:32:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:32:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.42811233503744006 onApplicationVersion
    [2012-04-28:17:32:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:32:08] Application Installer end with exit code 0
    [2012-04-28:17:32:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:32:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.3910935400053859 onApplicationVersion
    [2012-04-28:17:32:18] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:32:18] Application Installer end with exit code 0
    [2012-04-28:17:32:28] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:32:28] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.7427886440418661 onApplicationVersion
    [2012-04-28:17:32:28] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:32:28] Application Installer end with exit code 0
    [2012-04-28:17:32:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:32:38] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.3102382351644337 onApplicationVersion
    [2012-04-28:17:32:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:32:38] Application Installer end with exit code 0
    [2012-04-28:17:32:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:32:48] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.3877618848346174 onApplicationVersion
    [2012-04-28:17:32:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:32:48] Application Installer end with exit code 0
    [2012-04-28:17:32:58] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:32:58] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.7791822338476777 onApplicationVersion
    [2012-04-28:17:32:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:32:58] Application Installer end with exit code 0
    [2012-04-28:17:33:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:33:08] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.49975528847426176 onApplicationVersion
    [2012-04-28:17:33:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-28:17:33:08] Application Installer end with exit code 0
    [2012-04-28:17:33:18] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2012-04-28:17:33:18] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.StudioCloud.StudioCloud.3 adobe.com:air0.8390247356146574 onApplicationVersion
    [2012-04-28:17:33:18] Installed runtime (2.7

    Please try the solution outlined in this post:
    http://forums.adobe.com/message/4281537#4281537
    Thanks,
    Chris

  • Flex 4.5.1 AIR 2.6 android mobile application

    I am trying my first Flex(4.5.1)/AIR(2.6) mobile application for android. I am using Flash Builder 4.5.1. I am able to run the application on desktop selecting the Target platform as Google Android and Google Nexus One as device to simulate. But I am facing problem in running the application on device. I exported the application for Google Android, it resulted in a HelloWorld.apk file. Then I installed it on device, it was installed with Success. When I tried to launch the application, I was getting blank screen. As my device was attached to my PC, I collected the logs. The logs were as follows:
    01-12 06:54:45.625: INFO/ActivityManager(95): No longer want   android.process.media (pid 7237): hidden #16 01-12 06:54:47.205:   INFO/ActivityManager(95): Starting: Intent {   act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]   flg=0x10200000 cmp=air.HelloWorld/.AppEntry } from pid 178 01-12   06:54:47.595: INFO/ActivityManager(95): Displayed   air.HelloWorld/.AppEntry: +343ms 01-12 06:54:52.665:   DEBUG/dalvikvm(178): GC_EXPLICIT freed 23K, 52% free 3122K/6407K,   external 5443K/6797K, paused 60ms
    Please help me out I am unable to see the application after launch.
    Thanks in advance.

    Hi,
    Earlier it was not installed. So it prompted me to install AIR. Then I installed it. So AIR runtime is installed on device.
    The code i tried to was:
    http://devgirl.org/files/ViewTransitionsSample/ViewTransitionsSample.fxp
    Thanks for trying to help me out.

  • Adobe Air doesn't install the application

    When trying to use Adobe Air to install an application (in this case an Advent Calendar), Adobe Air doesn't even start up. I have tried un-installing and re-installing it, but it still won't work. My computer has Windows 7. The same application, on another Windows 7 computer, installed fine using Adobe Air. Does anyone have any idea what could be wrong? And more importantly; how I can fix it/work around it?

    Thanks Dah·veed for your suggestion. I tried it but it didn't work. I delate iMovie HD with cleanApp, I reseat the computer as you toldme, and after the instalation process of iMovie, it desapear and no neews of iMovie on Application folder.
    Any suggestion more?
    Thank you.

  • What do I put in jar with my media player application to distribute?

    Hi,
    Can anyone point me in the right direction on how to package my media player application with the JMF library jars?
    I am trying to package my MediaPlayer application with the JMF lib jar files so that the application can run without having to install the Java Media Framework. I have unjarred all the jar files and put my code with the library files, then rejarred the whole thing as an executable jar file with the Manifest pointing to the main class.
    The application will launch but will throw an error that the format of the test.avi is not supported. When the Java Media Framework is installed, it will run. So somehow I am not setting up the jar file correctly.
    thanks in advance

    Hello,
    I think that maybe there's nothing wrong with your jar. If you don't install jmf, it will not find the codecs.
    "Q: What is JMF Registry?
    JMF 2.1.1 maintains a registry of available plugins, package prefixes and other settings in a file called jmf.properties. This is a binary file and should only be modified using the provided JMFRegistry application. This application is a part of the JMF 2.1.1 jmf.jar file and can be run as "java JMFRegistry". It requires that you have Swing-1.1 in your CLASSPATH (or you can use JDK 1.2 or later). "
    I suppose JMF searchs for the codecs in the jmf.properties. If you don't want to install JMF, try to add only the jmf.properties to your classpath, or keep it in the same directory of your jar.
    Hope it helps.
    ANeto

  • Can developers distribute the Adobe AIR installer with their desktop applications?

    Yes. In addition to creating and distributing cross-platform Adobe AIR application installer files, it is possible for developers to write their own custom native installers that install Adobe AIR and the Adobe AIR application.
    In order to do this, developers must first apply for and receive a free http://www.adobe.com/products/air/runtime_distribution1.html.

    I'm going to forward this along to our android team for their review.  In the meantime, could you open a bug on this over at bugbase.adobe.com?  Please post back with the URL so that others affected can visit the bug and cast their votes.
    Thanks,
    Chris

  • Adobe Air (2.6) crashes other applications

    I'm not sure what happened before this started happening but everytime I launch an Adobe Air supported application (like my Bamboo tablet Dock application or the Desktop BBC iPlayer) Adobe Air launches, asks me to agree to the License Agreement and then just crashes when I click on "I agree", along with the other application I was trying to use.
    Any ideas?
    I have tried to re-download Adobe Air but was told I already had the latest version installed.
    I have also tried to repair all permissions on my mac, but all to no avail..
    Boooh.

    I encountered a related problem that is actually due to an incompatibility with the (recent) Adobe AIR and recent MacBook Pros that have dual grapchice cards. I posted a workaround here: https://discussions.apple.com/message/17307000#17307000

  • Failure installing Air 2.7 upgrade from application installer

    Hi,
    We are developing an Air application and just updated our  SDK to Flex 4.5.1 and Air 2.7. When the application installer runs and  tries to update the system version of Air to 2.7 it gets an installation  error. This error has not been encountered before updating AIR and the  permissions on the machine have not been changed.
    "This  application requires an update to Adobe AIR but downloading that update  on your system is not allowed by your administrator. Please contact  your administrator."
    Any ideas?
    Claire
    The contents of the log file are:
    [2011-02-21:11:14:53] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR620.tmp\application
    [2011-02-21:11:14:53] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-02-21:11:14:54] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR620.tmp\application
    [2011-02-21:11:14:57] Application signature verified
    [2011-02-21:11:14:57] Unpackaging/validation complete
    [2011-02-21:11:14:57] No app located for appID 'com.bo.application' and pubID ''
    [2011-02-21:11:14:58]  Starting app installation to C:\Program Files\bo.  Installing app com.bo.application version 1.0 using the source  file at file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR620.tmp/application
    [2011-02-21:11:14:58]  Installing msi at  C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR620.tmp\application\setup.msi with guid  {BD9ACE29-AB1B-6742-A27C-4CEEBDFAB992}
    [2011-02-21:11:15:04] Launching subprocess with commandline C:\Program Files\bo\application\application.exe
    [2011-02-21:11:15:04] Application Installer end with exit code 0
    [2011-02-21:11:15:04] Subprocess Application Installer succeeded
    [2011-02-21:11:15:04] Bootstrapper end with exit code 0
    [2011-02-22:13:12:09] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-02-22:13:12:09] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-02-22:13:12:09]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR729.tmp\application"
    [2011-02-22:13:12:10] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-02-22:13:12:10] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR729.tmp\application
    [2011-02-22:13:12:10] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-02-22:13:12:11] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR729.tmp\application
    [2011-02-22:13:12:15] Application signature verified
    [2011-02-22:13:12:15] Unpackaging/validation complete
    [2011-02-22:13:12:15] Installed app (com.bo.application) located at C:\Program Files\bo\application\application.exe
    [2011-02-22:13:12:20]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR729.tmp/application
    [2011-02-22:13:12:20]  Installing msi at  C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR729.tmp\application\setup.msi with guid  {5F8A2A1A-7955-47DB-BCBE-4E7B148E5ECA}
    [2011-02-22:13:12:33] Launching subprocess with commandline C:\Program Files\bo\application\application.exe
    [2011-02-22:13:12:33] Application Installer end with exit code 0
    [2011-02-22:13:12:33] Subprocess Application Installer succeeded
    [2011-02-22:13:12:33] Bootstrapper end with exit code 0
    [2011-02-23:08:59:14] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-02-23:08:59:14] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-02-23:08:59:14]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR7E2.tmp\application"
    [2011-02-23:08:59:16] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-02-23:08:59:16] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR7E2.tmp\application
    [2011-02-23:08:59:16] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-02-23:08:59:17] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR7E2.tmp\application
    [2011-02-23:08:59:20] Application signature verified
    [2011-02-23:08:59:20] Unpackaging/validation complete
    [2011-02-23:08:59:21] Installed app (com.bo.application) located at C:\Program Files\bo\application\application.exe
    [2011-02-23:08:59:23]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR7E2.tmp/application
    [2011-02-23:08:59:24]  Installing msi at  C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR7E2.tmp\application\setup.msi with guid  {36EC22E9-1ED3-7414-0F68-5544BA613A0E}
    [2011-02-23:08:59:36] Launching subprocess with commandline C:\Program Files\bo\application\application.exe
    [2011-02-23:08:59:36] Application Installer end with exit code 0
    [2011-02-23:08:59:36] Subprocess Application Installer succeeded
    [2011-02-23:08:59:36] Bootstrapper end with exit code 0
    [2011-02-28:10:57:10] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-02-28:10:57:10] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-02-28:10:57:10]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR2C3.tmp\application"
    [2011-02-28:10:57:15] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-02-28:10:57:15] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR2C3.tmp\application
    [2011-02-28:10:57:15] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-02-28:10:57:18] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR2C3.tmp\application
    [2011-02-28:10:57:23] Application signature verified
    [2011-02-28:10:57:23] Unpackaging/validation complete
    [2011-02-28:10:57:23] Installed app (com.bo.application) located at C:\Program Files\bo\application\application.exe
    [2011-02-28:11:02:49]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR2C3.tmp/application
    [2011-02-28:11:02:49]  Installing msi at  C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR2C3.tmp\application\setup.msi with guid  {5BA40941-0256-7CDF-E6BF-02D2E1F2BCA7}
    [2011-02-28:11:03:06] Launching subprocess with commandline C:\Program Files\bo\application\application.exe
    [2011-02-28:11:03:06] Application Installer end with exit code 0
    [2011-02-28:11:03:08] Subprocess Application Installer succeeded
    [2011-02-28:11:03:08] Bootstrapper end with exit code 0
    [2011-03-01:16:47:38] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-01:16:47:38] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-01:16:47:38]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR10D.tmp\application"
    [2011-03-01:16:47:39] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-01:16:47:39] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR10D.tmp\application
    [2011-03-01:16:47:39] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-01:16:47:40] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR10D.tmp\application
    [2011-03-01:16:47:43] Application signature verified
    [2011-03-01:16:47:43] Unpackaging/validation complete
    [2011-03-01:16:47:43] Installed app (com.bo.application) located at C:\Program Files\bo\application\application.exe
    [2011-03-01:16:47:45]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR10D.tmp/application
    [2011-03-01:16:47:45]  Installing msi at  C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR10D.tmp\application\setup.msi with guid  {4EBF8F22-6123-D939-8DB7-634E39177034}
    [2011-03-01:16:47:58] Launching subprocess with commandline C:\Program Files\bo\application\application.exe
    [2011-03-01:16:47:58] Application Installer end with exit code 0
    [2011-03-01:16:47:58] Subprocess Application Installer succeeded
    [2011-03-01:16:47:58] Bootstrapper end with exit code 0
    [2011-03-01:22:48:29] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-01:22:48:29] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-01:22:48:29]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR151.tmp\application"
    [2011-03-01:22:48:30] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-01:22:48:30] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR151.tmp\application
    [2011-03-01:22:48:30] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-01:22:48:30] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR151.tmp\application
    [2011-03-01:22:48:33] Application signature verified
    [2011-03-01:22:48:33] Unpackaging/validation complete
    [2011-03-01:22:48:33] Installed app (com.bo.application) located at C:\Program Files\bo\application\application.exe
    [2011-03-01:22:48:36] Cancel request received
    [2011-03-01:22:48:36] Application Installer end with exit code 6
    [2011-03-01:22:48:36] Subprocess Application Installer failed (6)
    [2011-03-01:22:48:36] Bootstrapper end with exit code 6
    [2011-03-01:22:49:11] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-01:22:49:11] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-01:22:49:11]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR152.tmp\application"
    [2011-03-01:22:49:11] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-01:22:49:11] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR152.tmp\application
    [2011-03-01:22:49:11] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-01:22:49:11] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR152.tmp\application
    [2011-03-01:22:49:14] Application signature verified
    [2011-03-01:22:49:14] Unpackaging/validation complete
    [2011-03-01:22:49:14] Installed app (com.bo.application) located at C:\Program Files\bo\application\application.exe
    [2011-03-01:22:49:17]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR152.tmp/application
    [2011-03-01:22:49:17]  Installing msi at  C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR152.tmp\application\setup.msi with guid  {5F8A2A1A-7955-47DB-BCBE-4E7B148E5ECA}
    [2011-03-01:22:49:26] Launching subprocess with commandline C:\Program Files\bo\application\application.exe
    [2011-03-01:22:49:26] Application Installer end with exit code 0
    [2011-03-01:22:49:26] Subprocess Application Installer succeeded
    [2011-03-01:22:49:26] Bootstrapper end with exit code 0
    [2011-03-01:22:51:43] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-01:22:51:43] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-01:22:51:44]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR159.tmp\application"
    [2011-03-01:22:51:44] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-01:22:51:44] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR159.tmp\application
    [2011-03-01:22:51:44] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-01:22:51:44] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR159.tmp\application
    [2011-03-01:22:51:47] Application signature verified
    [2011-03-01:22:51:47] Unpackaging/validation complete
    [2011-03-01:22:51:47] Installed app (com.bo.application) located at C:\Program Files\bo\application\application.exe
    [2011-03-01:22:51:56]  Starting app uninstall from C:\Program Files\bo.  Uninstalling app com.bo.application version 1.0
    [2011-03-01:22:51:56] Uninstalling product with GUID {5F8A2A1A-7955-47DB-BCBE-4E7B148E5ECA}
    [2011-03-01:22:52:05] Application Installer end with exit code 0
    [2011-03-01:22:52:06] Subprocess Application Installer succeeded
    [2011-03-01:22:52:06] Bootstrapper end with exit code 0
    [2011-03-01:22:52:10] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-01:22:52:10] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-01:22:52:10]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR15D.tmp\application"
    [2011-03-01:22:52:10] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-01:22:52:10] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR15D.tmp\application
    [2011-03-01:22:52:10] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-01:22:52:11] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR15D.tmp\application
    [2011-03-01:22:52:13] Application signature verified
    [2011-03-01:22:52:13] Unpackaging/validation complete
    [2011-03-01:22:52:13] No app located for appID 'com.bo.application' and pubID ''
    [2011-03-01:22:52:18]  Starting app installation to C:\Program Files\bo.  Installing app com.bo.application version 1.0 using the source  file at file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR15D.tmp/application
    [2011-03-01:22:52:18]  Installing msi at  C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR15D.tmp\application\setup.msi with guid  {4EBF8F22-6123-D939-8DB7-634E39177034}
    [2011-03-01:22:52:23] Launching subprocess with commandline C:\Program Files\bo\application\application.exe
    [2011-03-01:22:52:23] Application Installer end with exit code 0
    [2011-03-01:22:52:23] Subprocess Application Installer succeeded
    [2011-03-01:22:52:23] Bootstrapper end with exit code 0
    [2011-03-08:14:04:18] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-08:14:04:18] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-08:14:04:18]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR530.tmp\application"
    [2011-03-08:14:04:19] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-08:14:04:19] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR530.tmp\application
    [2011-03-08:14:04:19] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-08:14:04:20] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR530.tmp\application
    [2011-03-08:14:04:23] Application signature verified
    [2011-03-08:14:04:23] Unpackaging/validation complete
    [2011-03-08:14:04:23] Installed app (com.bo.application) located at C:\Program Files\bo\application\application.exe
    [2011-03-08:14:04:25]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR530.tmp/application
    [2011-03-08:14:04:25]  Installing msi at  C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR530.tmp\application\setup.msi with guid  {28F6B910-0D1D-B7FD-53D3-D7F26A0DF514}
    [2011-03-08:14:04:41] Launching subprocess with commandline C:\Program Files\bo\application\application.exe
    [2011-03-08:14:04:41] Application Installer end with exit code 0
    [2011-03-08:14:04:41] Subprocess Application Installer succeeded
    [2011-03-08:14:04:41] Bootstrapper end with exit code 0
    [2011-05-08:14:08:34]  Launching subprocess with commandline c:\Program Files\Common  Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-05-08:14:08:35] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-05-08:14:08:35] Commandline is: -updatecheck
    [2011-05-08:14:08:35] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-05-08:14:08:39] Performing pingback request
    [2011-05-08:14:08:40] Starting runtime background update check
    [2011-05-08:14:08:40]  Begin Background update download from  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-05-08:14:08:40]  Unpackaging  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update  to C:\Documents and Settings\Hudson\Application  Data\Adobe\AIR\Updater\Background
    [2011-05-08:14:08:42] Runtime  background update check failed: [IOErrorEvent type="ioError"  bubbles=false cancelable=false eventPhase=2 text="Error #2032"  errorID=2032]
    [2011-05-08:14:08:42] Runtime Installer end with exit code 0
    [2011-03-09:17:12:27] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-09:17:12:27] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-09:17:12:27]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRDB.tmp\application"
    [2011-03-09:17:12:28] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-09:17:12:28] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRDB.tmp\application
    [2011-03-09:17:12:28] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-09:17:12:29] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRDB.tmp\application
    [2011-03-09:17:12:32] Application signature verified
    [2011-03-09:17:12:32] Unpackaging/validation complete
    [2011-03-09:17:12:32] Installed app (com.bo.application) located at C:\Program Files\bo\application\application.exe
    [2011-03-09:17:12:34]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIRDB.tmp/application
    [2011-03-09:17:12:34]  Installing msi at  C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRDB.tmp\application\setup.msi with guid  {F2E1A537-146B-7610-A5F4-539185489A9F}
    [2011-03-09:17:12:48] Launching subprocess with commandline C:\Program Files\bo\application\application.exe
    [2011-03-09:17:12:48] Application Installer end with exit code 0
    [2011-03-09:17:12:48] Subprocess Application Installer succeeded
    [2011-03-09:17:12:48] Bootstrapper end with exit code 0
    [2011-03-12:12:38:29] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-12:12:38:29] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-12:12:38:29]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR386.tmp\application"
    [2011-03-12:12:38:30] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-12:12:38:30] Commandline is: C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR386.tmp\application
    [2011-03-12:12:38:30] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-12:12:38:31] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR386.tmp\application
    [2011-03-12:12:38:34] Application signature verified
    [2011-03-12:12:38:34] Unpackaging/validation complete
    [2011-03-12:12:38:34] Installed app (com.bo.application) located at C:\Program Files\bo\application\application.exe
    [2011-03-12:12:38:37] Cancel request received
    [2011-03-12:12:38:37] Application Installer end with exit code 6
    [2011-03-12:12:38:38] Subprocess Application Installer failed (6)
    [2011-03-12:12:38:38] Bootstrapper end with exit code 6
    [2011-03-16:11:25:06] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-16:11:25:06] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-16:11:25:06]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR70D.tmp\test app"
    [2011-03-16:11:25:08] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-16:11:25:08] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR70D.tmp\test app"
    [2011-03-16:11:25:08] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-16:11:25:10] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR70D.tmp\test app
    [2011-03-16:11:25:15] Application signature verified
    [2011-03-16:11:25:15] Unpackaging/validation complete
    [2011-03-16:11:25:15] Installed app (com.bo.application) located at C:\Program Files\bo\application\application.exe
    [2011-03-16:11:25:17]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR70D.tmp/test%20app
    [2011-03-16:11:25:17]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR70D.tmp\test app\setup.msi with guid {31EB8125-F476-2F62-281C-679D2860A929}
    [2011-03-16:11:25:34] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-03-16:11:25:34] Application Installer end with exit code 0
    [2011-03-16:11:25:35] Subprocess Application Installer succeeded
    [2011-03-16:11:25:35] Bootstrapper end with exit code 0
    [2011-03-22:11:07:55] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-22:11:07:55] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-22:11:07:55]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRC7D.tmp\test app"
    [2011-03-22:11:07:56] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-22:11:07:56] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRC7D.tmp\test app"
    [2011-03-22:11:07:56] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-22:11:07:57] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRC7D.tmp\test app
    [2011-03-22:11:08:01] Application signature verified
    [2011-03-22:11:08:01] Unpackaging/validation complete
    [2011-03-22:11:08:01]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-03-22:11:08:03]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIRC7D.tmp/test%20app
    [2011-03-22:11:08:03]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRC7D.tmp\test app\setup.msi with guid {2C1A5806-EC87-5329-E3D0-B04AAEDE5D7A}
    [2011-03-22:11:08:19] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-03-22:11:08:19] Application Installer end with exit code 0
    [2011-03-22:11:08:21] Subprocess Application Installer succeeded
    [2011-03-22:11:08:21] Bootstrapper end with exit code 0
    [2011-03-23:13:45:35] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-23:13:45:35] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-23:13:45:35]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIREEB.tmp\test app"
    [2011-03-23:13:45:36] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-23:13:45:36] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIREEB.tmp\test app"
    [2011-03-23:13:45:36] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-23:13:45:37] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIREEB.tmp\test app
    [2011-03-23:13:45:41] Application signature verified
    [2011-03-23:13:45:41] Unpackaging/validation complete
    [2011-03-23:13:45:41]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-03-23:13:45:42]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIREEB.tmp/test%20app
    [2011-03-23:13:45:42]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIREEB.tmp\test app\setup.msi with guid {8A780AB8-F55C-B0EB-6A8A-CCB61A61EB76}
    [2011-03-23:13:45:54] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-03-23:13:45:54] Application Installer end with exit code 0
    [2011-03-23:13:45:55] Subprocess Application Installer succeeded
    [2011-03-23:13:45:55] Bootstrapper end with exit code 0
    [2011-03-25:09:59:25] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-25:09:59:25] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-25:09:59:25]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR10B5.tmp\test app"
    [2011-03-25:09:59:26] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-25:09:59:26] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR10B5.tmp\test app"
    [2011-03-25:09:59:26] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-25:09:59:27] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR10B5.tmp\test app
    [2011-03-25:09:59:31] Application signature verified
    [2011-03-25:09:59:31] Unpackaging/validation complete
    [2011-03-25:09:59:31]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-03-25:09:59:33]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR10B5.tmp/test%20app
    [2011-03-25:09:59:33]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR10B5.tmp\test app\setup.msi with guid {61893C0B-C7ED-DAF8-AEF0-418AF6513D47}
    [2011-03-25:09:59:48] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-03-25:09:59:48] Application Installer end with exit code 0
    [2011-03-25:09:59:48] Subprocess Application Installer succeeded
    [2011-03-25:09:59:48] Bootstrapper end with exit code 0
    [2011-03-29:15:24:22] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-03-29:15:24:22] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-29:15:24:22]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR142D.tmp\test app"
    [2011-03-29:15:24:23] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-29:15:24:23] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR142D.tmp\test app"
    [2011-03-29:15:24:23] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-29:15:24:25] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR142D.tmp\test app
    [2011-03-29:15:24:29] Application signature verified
    [2011-03-29:15:24:29] Unpackaging/validation complete
    [2011-03-29:15:24:29]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-03-29:15:24:31]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR142D.tmp/test%20app
    [2011-03-29:15:24:31]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR142D.tmp\test app\setup.msi with guid {2817ED49-F156-D457-5AC6-1E2EEE1068E7}
    [2011-03-29:15:24:58] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-03-29:15:24:58] Application Installer end with exit code 0
    [2011-03-29:15:24:58] Subprocess Application Installer succeeded
    [2011-03-29:15:24:59] Bootstrapper end with exit code 0
    [2011-04-04:17:35:11]  Unpackaging  file:///C:/Build/application/Source/applicationLite/air8848063609821454070.tmp to  C:\Documents and Settings\Hudson\Local Settings\Temp\fla34.tmp
    [2011-04-04:17:35:22] Application signature verified
    [2011-04-04:17:37:09]  Unpackaging  file:///C:/Build/application/Source/applicationLite/air405834314536723291.tmp to  C:\Documents and Settings\Hudson\Local Settings\Temp\fla38.tmp
    [2011-04-04:17:37:16] Application signature verified
    [2011-04-04:17:38:00]  Unpackaging  file:///C:/Build/application/Source/Airapplication/air4615372546898313572.tmp to  C:\Documents and Settings\Hudson\Local Settings\Temp\fla3C.tmp
    [2011-04-04:17:38:05] Application signature verified
    [2011-04-04:17:43:55] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-04:17:43:55] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-04:17:43:55]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR3F.tmp\test app"
    [2011-04-04:17:43:56] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-04:17:43:56] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR3F.tmp\test app"
    [2011-04-04:17:43:56] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-04:17:43:57] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR3F.tmp\test app
    [2011-04-04:17:43:58] Application signature verified
    [2011-04-04:17:43:58] Unpackaging/validation complete
    [2011-04-04:17:43:59]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-04:17:44:01]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR3F.tmp/test%20app
    [2011-04-04:17:44:01]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR3F.tmp\test app\setup.msi with guid {8882603A-A934-309F-29C5-7E1BF00CEE2F}
    [2011-04-04:17:44:23] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-04:17:44:23] Application Installer end with exit code 0
    [2011-04-04:17:44:24] Subprocess Application Installer succeeded
    [2011-04-04:17:44:24] Bootstrapper end with exit code 0
    [2011-04-04:17:45:14] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-04:17:45:14] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-04:17:45:14]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR46.tmp\test app"
    [2011-04-04:17:45:14] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-04:17:45:14] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR46.tmp\test app"
    [2011-04-04:17:45:14] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-04:17:45:15] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR46.tmp\test app
    [2011-04-04:17:45:16] Application signature verified
    [2011-04-04:17:45:16] Unpackaging/validation complete
    [2011-04-04:17:45:16]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-04:17:45:17]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR46.tmp/test%20app
    [2011-04-04:17:45:17]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR46.tmp\test app\setup.msi with guid {E2DB05A7-43D1-2FEB-713A-84E1E24EB8F1}
    [2011-04-04:17:45:21] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-04:17:45:21] Application Installer end with exit code 0
    [2011-04-04:17:45:22] Subprocess Application Installer succeeded
    [2011-04-04:17:45:22] Bootstrapper end with exit code 0
    [2011-04-04:18:03:00] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-04:18:03:00] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-04:18:03:00]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR4D.tmp\test app"
    [2011-04-04:18:03:01] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-04:18:03:01] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR4D.tmp\test app"
    [2011-04-04:18:03:01] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-04:18:03:02] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR4D.tmp\test app
    [2011-04-04:18:03:05] Application signature verified
    [2011-04-04:18:03:05] Unpackaging/validation complete
    [2011-04-04:18:03:05]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-04:18:03:07]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR4D.tmp/test%20app
    [2011-04-04:18:03:07]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR4D.tmp\test app\setup.msi with guid {31E26DFF-65BE-1680-8F4C-501DE4417C68}
    [2011-04-04:18:03:16] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-04:18:03:16] Application Installer end with exit code 0
    [2011-04-04:18:03:17] Subprocess Application Installer succeeded
    [2011-04-04:18:03:17] Bootstrapper end with exit code 0
    [2011-04-04:18:06:04]  Unpackaging  file:///C:/Build/application/Source/applicationLite/air7519814072123547048.tmp to  C:\Documents and Settings\Hudson\Local Settings\Temp\fla54.tmp
    [2011-04-04:18:06:11] Application signature verified
    [2011-04-04:18:08:13]  Unpackaging  file:///C:/Build/application/Source/applicationLite/air241141384556281506.tmp to  C:\Documents and Settings\Hudson\Local Settings\Temp\fla58.tmp
    [2011-04-04:18:08:23] Application signature verified
    [2011-04-04:18:10:13] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-04:18:10:13] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-04:18:10:13]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR5C.tmp\test app"
    [2011-04-04:18:10:14] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-04:18:10:14] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR5C.tmp\test app"
    [2011-04-04:18:10:14] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-04:18:10:15] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR5C.tmp\test app
    [2011-04-04:18:10:18] Application signature verified
    [2011-04-04:18:10:18] Unpackaging/validation complete
    [2011-04-04:18:10:18]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-04:18:10:20]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR5C.tmp/test%20app
    [2011-04-04:18:10:20]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR5C.tmp\test app\setup.msi with guid {A6CA5DCD-C63E-8449-7CD6-1CC17281092B}
    [2011-04-04:18:10:27] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-04:18:10:27] Application Installer end with exit code 0
    [2011-04-04:18:10:29] Subprocess Application Installer succeeded
    [2011-04-04:18:10:29] Bootstrapper end with exit code 0
    [2011-04-05:20:42:24]  Unpackaging  file:///C:/Build/application/Source/applicationLite/air2364159144129827399.tmp to  C:\Documents and Settings\Hudson\Local Settings\Temp\fla9D.tmp
    [2011-04-05:20:42:34] Application signature verified
    [2011-04-05:20:45:17]  Unpackaging  file:///C:/Build/application/Source/applicationLite/air6024315805181223634.tmp to  C:\Documents and Settings\Hudson\Local Settings\Temp\flaA1.tmp
    [2011-04-05:20:45:29] Application signature verified
    [2011-04-10:11:04:27] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-10:11:04:27] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-10:11:04:27]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR48.tmp\test app"
    [2011-04-10:11:04:28] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-10:11:04:28] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR48.tmp\test app"
    [2011-04-10:11:04:28] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-10:11:04:30] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR48.tmp\test app
    [2011-04-10:11:04:33] Application signature verified
    [2011-04-10:11:04:33] Unpackaging/validation complete
    [2011-04-10:11:04:33]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-10:11:04:35]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR48.tmp/test%20app
    [2011-04-10:11:04:35]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR48.tmp\test app\setup.msi with guid {0AADDDDC-505C-3250-764A-FF3D0B248623}
    [2011-04-10:11:04:47] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-10:11:04:47] Application Installer end with exit code 0
    [2011-04-10:11:04:47] Subprocess Application Installer succeeded
    [2011-04-10:11:04:47] Bootstrapper end with exit code 0
    [2011-04-12:14:15:14]  Unpackaging  file:///C:/Build/application/Source/applicationLite/air5733916404286650479.tmp to  C:\Documents and Settings\Hudson\Local Settings\Temp\flaC3.tmp
    [2011-04-12:14:15:18] Application signature verified
    [2011-04-12:14:16:57]  Unpackaging  file:///C:/Build/application/Source/applicationLite/air5049151540959451812.tmp to  C:\Documents and Settings\Hudson\Local Settings\Temp\flaC7.tmp
    [2011-04-12:14:17:06] Application signature verified
    [2011-05-01:17:16:28]  Launching subprocess with commandline c:\Program Files\Common  Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-05-01:17:16:29] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-05-01:17:16:29] Commandline is: -updatecheck
    [2011-05-01:17:16:29] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-05-01:17:16:31] Performing pingback request
    [2011-05-01:17:16:31] Starting runtime background update check
    [2011-05-01:17:16:31]  Begin Background update download from  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-05-01:17:16:31]  Unpackaging  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update  to C:\Documents and Settings\Hudson\Application  Data\Adobe\AIR\Updater\Background
    [2011-05-01:17:16:31] Runtime  background update check failed: [IOErrorEvent type="ioError"  bubbles=false cancelable=false eventPhase=2 text="Error #2032"  errorID=2032]
    [2011-05-01:17:16:31] Runtime Installer end with exit code 0
    [2011-05-20:17:18:34]  Launching subprocess with commandline c:\Program Files\Common  Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-05-20:17:18:38] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-05-20:17:18:38] Commandline is: -updatecheck
    [2011-05-20:17:18:38] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-05-20:17:18:41] Performing pingback request
    [2011-05-20:17:18:41] Starting runtime background update check
    [2011-05-20:17:18:41] Clearing unused background update directory
    [2011-05-20:17:18:42]  Begin Background update download from  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-05-20:17:18:42]  Unpackaging  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update  to C:\Documents and Settings\Hudson\Application  Data\Adobe\AIR\Updater\Background
    [2011-05-20:17:18:48] Runtime  background update check failed: [IOErrorEvent type="ioError"  bubbles=false cancelable=false eventPhase=2 text="Error #2032"  errorID=2032]
    [2011-05-20:17:18:48] Runtime Installer end with exit code 0
    [2011-05-26:17:23:17]  Launching subprocess with commandline c:\Program Files\Common  Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-05-26:17:23:17] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-05-26:17:23:17] Commandline is: -updatecheck
    [2011-05-26:17:23:17] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-05-26:17:23:18] Performing pingback request
    [2011-05-26:17:23:18] Starting runtime background update check
    [2011-05-26:17:23:18] Clearing unused background update directory
    [2011-05-26:17:23:18]  Begin Background update download from  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-05-26:17:23:18]  Unpackaging  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update  to C:\Documents and Settings\Hudson\Application  Data\Adobe\AIR\Updater\Background
    [2011-05-26:17:23:18] Runtime  background update check failed: [IOErrorEvent type="ioError"  bubbles=false cancelable=false eventPhase=2 text="Error #2032"  errorID=2032]
    [2011-05-26:17:23:18] Runtime Installer end with exit code 0
    [2011-04-13:07:55:19] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-13:07:55:19] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-13:07:55:19]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIREC.tmp\test app"
    [2011-04-13:07:55:20] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-13:07:55:20] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIREC.tmp\test app"
    [2011-04-13:07:55:20] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-13:07:55:21] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIREC.tmp\test app
    [2011-04-13:07:55:24] Application signature verified
    [2011-04-13:07:55:24] Unpackaging/validation complete
    [2011-04-13:07:55:24]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-13:07:55:26]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIREC.tmp/test%20app
    [2011-04-13:07:55:26]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIREC.tmp\test app\setup.msi with guid {9532B643-EE20-7CC0-E31C-0E85E22AD047}
    [2011-04-13:07:55:41] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-13:07:55:41] Application Installer end with exit code 0
    [2011-04-13:07:55:41] Subprocess Application Installer succeeded
    [2011-04-13:07:55:41] Bootstrapper end with exit code 0
    [2011-04-13:08:00:08] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-13:08:00:08] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-13:08:00:08]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRF3.tmp\test app"
    [2011-04-13:08:00:09] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-13:08:00:09] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRF3.tmp\test app"
    [2011-04-13:08:00:09] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-13:08:00:10] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRF3.tmp\test app
    [2011-04-13:08:00:13] Application signature verified
    [2011-04-13:08:00:13] Unpackaging/validation complete
    [2011-04-13:08:00:13]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-13:08:00:15]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIRF3.tmp/test%20app
    [2011-04-13:08:00:15]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIRF3.tmp\test app\setup.msi with guid {206ADAC2-389E-1FB3-3905-CF07F4732C4E}
    [2011-04-13:08:00:25] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-13:08:00:25] Application Installer end with exit code 0
    [2011-04-13:08:00:25] Subprocess Application Installer succeeded
    [2011-04-13:08:00:25] Bootstrapper end with exit code 0
    [2011-04-17:15:49:05] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-17:15:49:05] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-17:15:49:05]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR7B.tmp\test app"
    [2011-04-17:15:49:06] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-17:15:49:06] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR7B.tmp\test app"
    [2011-04-17:15:49:06] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-17:15:49:08] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR7B.tmp\test app
    [2011-04-17:15:49:11] Application signature verified
    [2011-04-17:15:49:11] Unpackaging/validation complete
    [2011-04-17:15:49:11]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-17:15:49:11] Application is running; installation is on hold until app is closed
    [2011-04-17:15:49:17] Application is no longer running; installation can proceed
    [2011-04-17:15:49:20]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR7B.tmp/test%20app
    [2011-04-17:15:49:20]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR7B.tmp\test app\setup.msi with guid {1C1E2F6B-E434-6F02-F26F-28C18CA20216}
    [2011-04-17:15:49:41] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-17:15:49:41] Application Installer end with exit code 0
    [2011-04-17:15:49:42] Subprocess Application Installer succeeded
    [2011-04-17:15:49:42] Bootstrapper end with exit code 0
    [2011-04-17:15:51:30] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-17:15:51:30] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-17:15:51:30]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR82.tmp\test app"
    [2011-04-17:15:51:30] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-17:15:51:30] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR82.tmp\test app"
    [2011-04-17:15:51:30] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-17:15:51:31] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR82.tmp\test app
    [2011-04-17:15:51:34] Application signature verified
    [2011-04-17:15:51:34] Unpackaging/validation complete
    [2011-04-17:15:51:34]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-17:15:51:38]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR82.tmp/test%20app
    [2011-04-17:15:51:38]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR82.tmp\test app\setup.msi with guid {C25A1231-817F-F1A0-2F8F-04B3FE978550}
    [2011-04-17:15:51:47] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-17:15:51:47] Application Installer end with exit code 0
    [2011-04-17:15:51:47] Subprocess Application Installer succeeded
    [2011-04-17:15:51:47] Bootstrapper end with exit code 0
    [2011-04-19:15:47:27]  Unpackaging  file:///C:/Build/application/Source/applicationLite/air8543670654293113833.tmp to  C:\Documents and Settings\Hudson\Local Settings\Temp\fla23.tmp
    [2011-04-19:15:47:38] Application signature verified
    [2011-04-19:15:49:34]  Unpackaging  file:///C:/Build/application/Source/applicationLite/air1720297252925898822.tmp to  C:\Documents and Settings\Hudson\Local Settings\Temp\fla27.tmp
    [2011-04-19:15:49:40] Application signature verified
    [2011-04-19:15:51:15] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-19:15:51:15] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-19:15:51:15]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR2B.tmp\test app"
    [2011-04-19:15:51:16] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-19:15:51:16] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR2B.tmp\test app"
    [2011-04-19:15:51:16] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-19:15:51:18] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR2B.tmp\test app
    [2011-04-19:15:51:20] Application signature verified
    [2011-04-19:15:51:20] Unpackaging/validation complete
    [2011-04-19:15:51:21]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-19:15:51:23]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR2B.tmp/test%20app
    [2011-04-19:15:51:23]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR2B.tmp\test app\setup.msi with guid {BF120D2C-2967-D0CB-1251-9315813AD99B}
    [2011-04-19:15:51:46] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-19:15:51:46] Application Installer end with exit code 0
    [2011-04-19:15:51:46] Subprocess Application Installer succeeded
    [2011-04-19:15:51:46] Bootstrapper end with exit code 0
    [2011-04-19:18:33:25] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-19:18:33:25] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-19:18:33:25]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR3D.tmp\test app"
    [2011-04-19:18:33:27] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-19:18:33:27] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR3D.tmp\test app"
    [2011-04-19:18:33:27] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-19:18:33:28] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR3D.tmp\test app
    [2011-04-19:18:33:31] Application signature verified
    [2011-04-19:18:33:31] Unpackaging/validation complete
    [2011-04-19:18:33:31]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-19:18:33:33]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR3D.tmp/test%20app
    [2011-04-19:18:33:33]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR3D.tmp\test app\setup.msi with guid {7AD4B800-17E4-6064-88CD-17EEE47EBF78}
    [2011-04-19:18:33:48] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-19:18:33:48] Application Installer end with exit code 0
    [2011-04-19:18:33:48] Subprocess Application Installer succeeded
    [2011-04-19:18:33:48] Bootstrapper end with exit code 0
    [2011-04-21:12:10:14] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-21:12:10:14] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-21:12:10:14]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR81.tmp\test app"
    [2011-04-21:12:10:15] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-21:12:10:15] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR81.tmp\test app"
    [2011-04-21:12:10:15] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-21:12:10:16] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR81.tmp\test app
    [2011-04-21:12:10:18] Application signature verified
    [2011-04-21:12:10:18] Unpackaging/validation complete
    [2011-04-21:12:10:18]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-21:12:10:20]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR81.tmp/test%20app
    [2011-04-21:12:10:20]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR81.tmp\test app\setup.msi with guid {B708515A-7C8F-DE6A-DF07-91C7936E8B0D}
    [2011-04-21:12:10:30] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-21:12:10:30] Application Installer end with exit code 0
    [2011-04-21:12:10:30] Subprocess Application Installer succeeded
    [2011-04-21:12:10:30] Bootstrapper end with exit code 0
    [2011-04-26:11:43:50] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-26:11:43:50] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-26:11:43:50]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR13D.tmp\test app"
    [2011-04-26:11:43:51] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-26:11:43:51] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR13D.tmp\test app"
    [2011-04-26:11:43:51] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-26:11:43:52] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR13D.tmp\test app
    [2011-04-26:11:43:55] Application signature verified
    [2011-04-26:11:43:55] Unpackaging/validation complete
    [2011-04-26:11:43:55]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-26:11:43:57]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR13D.tmp/test%20app
    [2011-04-26:11:43:57]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR13D.tmp\test app\setup.msi with guid {F53DD77F-1BDF-8CEA-9BDC-ACDBC00DD308}
    [2011-04-26:11:44:10] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-26:11:44:10] Application Installer end with exit code 0
    [2011-04-26:11:44:10] Subprocess Application Installer succeeded
    [2011-04-26:11:44:10] Bootstrapper end with exit code 0
    [2011-04-27:15:29:05] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-27:15:29:05] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-27:15:29:05]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR184.tmp\test app"
    [2011-04-27:15:29:06] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-27:15:29:06] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR184.tmp\test app"
    [2011-04-27:15:29:06] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-27:15:29:07] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR184.tmp\test app
    [2011-04-27:15:29:10] Application signature verified
    [2011-04-27:15:29:10] Unpackaging/validation complete
    [2011-04-27:15:29:10]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-27:15:29:11] Application is running; installation is on hold until app is closed
    [2011-04-27:15:29:17] Application is no longer running; installation can proceed
    [2011-04-27:15:29:20]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR184.tmp/test%20app
    [2011-04-27:15:29:20]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR184.tmp\test app\setup.msi with guid {A0BFE53A-A878-2107-7D05-EB446E7B634E}
    [2011-04-27:15:29:36] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-27:15:29:36] Application Installer end with exit code 0
    [2011-04-27:15:29:36] Subprocess Application Installer succeeded
    [2011-04-27:15:29:36] Bootstrapper end with exit code 0
    [2011-04-27:16:11:17] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2011-04-27:16:11:17] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-27:16:11:17]  Launching subprocess with commandline "Adobe AIR Application  Installer.exe" "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR18B.tmp\test app"
    [2011-04-27:16:11:17] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-04-27:16:11:17] Commandline is: "C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR18B.tmp\test app"
    [2011-04-27:16:11:17] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-27:16:11:18] Validating app in folder C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR18B.tmp\test app
    [2011-04-27:16:11:22] Application signature verified
    [2011-04-27:16:11:22] Unpackaging/validation complete
    [2011-04-27:16:11:22]  Installed app (com.bo.application) located at C:\Program  Files\bo\test app\test app.exe
    [2011-04-27:16:11:25]  Starting app update of C:\Program Files\bo. Updating from  com.bo.application version 1.0 to com.bo.application  version 1.0 using the source file at  file:///C:/DOCUME~1/Hudson/LOCALS~1/Temp/AIR18B.tmp/test%20app
    [2011-04-27:16:11:25]  Installing msi at C:\DOCUME~1\Hudson\LOCALS~1\Temp\AIR18B.tmp\test app\setup.msi with guid {1373DB90-F1C9-4334-57E7-F99BC96B0326}
    [2011-04-27:16:11:34] Launching subprocess with commandline C:\Program Files\bo\test app\test app.exe
    [2011-04-27:16:11:34] Application Installer end with exit code 0
    [2011-04-27:16:11:34] Subprocess Application Installer succeeded
    [2011-04-27:16:11:34] Bootstrapper end with exit code 0
    [2011-05-01:20:30:37]  Launching subprocess with commandline c:\Program Files\Common  Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-05-01:20:30:37] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-05-01:20:30:37] Commandline is: -updatecheck
    [2011-05-01:20:30:37] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-05-01:20:30:39] Performing pingback request
    [2011-05-01:20:30:39] Starting runtime background update check
    [2011-05-01:20:30:39]  Begin Background update download from  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-05-01:20:30:39]  Unpackaging  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update  to C:\Documents and Settings\Hudson\Application  Data\Adobe\AIR\Updater\Background
    [2011-05-01:20:32:41] Launching  subprocess with commandline c:\Program Files\Common Files\Adobe  AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-05-01:20:32:43] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-05-01:20:32:43] Commandline is: -updatecheck
    [2011-05-01:20:32:43] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-05-01:20:32:44] Performing pingback request
    [2011-05-01:20:32:45] Starting runtime background update check
    [2011-05-01:20:32:45] Clearing unused background update directory
    [2011-05-01:20:32:46]  Begin Background update download from  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-05-01:20:32:46]  Unpackaging  http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update  to C:\Documents and Settings\Hudson\Application  Data\Adobe\AIR\Updater\Background
    [2011-05-01:20:33:25] Runtime  background update check failed: [ErrorEvent type="error" bubbles=false  cancelable=false eventPhase=2 text="Error #3013" errorID=3013]
    [2011-05-01:20:33:25] Runtime Installer end with exit code 0
    [2011-05-01:20:33:31] Unpackaging complete
    [2011-05-01:20:33:32] Download success
    [2011-05-01:20:33:32] Runtime updated downloaded
    [2011-05-01:20:38:10] User had deferred installing the update
    [2011-05-01:20:38:10] Runtime Installer end with exit code 0
    [2011-05-02:14:19:52]  Launching subprocess with commandline c:\Program Files\Common  Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates  "c:\program files\bo\test app\test app.exe"
    [2011-05-02:14:19:5

    We just had the same issue whe trying to upgrade our AIR app from requiring 3.3 to 3.4 by changing the application descriptor. We see the same message "Cannot complete installation because runtime updates are disabled on this machine" in our logs, but nothing was really ever done to disable updates on that particular machine. Checking on different computers now, but if this is a widespread problem then it would disastrous as our user would be unable to use the app. Any idea what is causing this?
    This thread is the only(!) Google result for "Cannot complete installation because runtime updates are disabled on this machine".

  • AIR 3.6 and MXML Applications ?

    My goal here is to compile an mxml application in FB 4.7 in order to have retina quality display.
    In order to do so, I followed the instructions to overlay the air sdk in FB 4.7 with the new air 3.6 sdk (AIR 3.6 SDK with ActionScript Compiler 2.0).
    I also followed the instructions in the air 3.6 sdk releasenote, and in order to enable retina display I changed the namespace to 3.6 in my application descriptor file, and I also add an xml line as explained.
    Now my mxml project won't compile, the error being :
    Processus terminé de manière inattendue.
    DVFreeThread - CFMachPortCreateWithPort hack = 0x2688e70, fPowerNotifyPort= 0x26888a0
    DVFreeThread - CFMachPortCreateWithPort hack = 0x59b6d0, fPowerNotifyPort= 0x599530
    invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.6
    Détails de la commande de lancement :  "/Applications/Adobe Flash Builder 4.7/sdks/4.6.0/bin/adl" -runtime "/Applications/Adobe Flash Builder 4.7/sdks/4.6.0/runtimes/air/mac" /SERVEUR/TraceExplorer/AirTraceExplorer/AirTraceExplorer-app.xml /SERVEUR/TraceExplorer/AirTraceExplorer
    Then I read that "AIR 3.6 SDK with ActionScript Compiler 2.0" is only useful to compile AS3 project and won't work with mxml applications... Maybe that's why I have compilation problem ?
    My question is : Is it possible to compile mxml projects in Retina mode with Flash Builder 4.7 ?

    Cool it works ! Thank you Chris
    I am on Mac and relatively to these instructions I just overwrote files folder by folder (as Mac OS overwrite method is less subtle than windows one I suppose).

  • AIR update and CS5 Help Application

    Okay, question mostly answered, see below
    Using the CS5 Adobe Community Help application, to post this question, for example, seems slow. Since Help uses AIR, I am wondering if updating to AIR 2.0 would speed that up (CS5 installed AIR 1.0 on the system). However, I would think that the Creative Suite would have automatically updated to AIR 2 if it were compatible. This doesn't seem to have happened, even more than two weeks after installing CS5 (AIR is supposed to autoupdate every two weeks). The questions I have are:
    1. Is the Help app. I received compatible with AIR 2? According to documentation, Help 3.3 is supposed to use AIR 2, but as above, AIR 2 did not deploy. Could there be different versions of Help 3.3 for AIR 1 and AIR 2?
    2. Can I manually update to AIR 2 simply by downloading the application from the Adobe website, or are there compatibility issues with AIR 1-based and AIR-2 based applications, or with the software updating?
    3. Is there a way to force AIR 1 to update itself to AIR 2, or does the automatic update not consider that an update but an upgrade? AIR 2 supposedly has an update manager helper app. available, but not AIR 1, as far as I can tell.
    It seems like my copy of CS5 sat on the shelf for awhile.
    Thank you for any insights that can be given here.
    Okay, the version of AIR is found in a plist file, and does not correspond to the "Version" folder in the Framework folder for the application. According to that, my version is all up-to-date.
    http://kb2.adobe.com/cps/407/kb407625.html
    The software version can also be viewed using System Profiler in Utilities. AIR will be listed under the Frameworks.
    Incidentally, the Adobe Application Manager updating application lists the AIR version as 1.5.3 in its inventory, and not the version according to the Framework folder. Maybe someone could chime in on why that would be. Did the older version of AIR use AAM for updating, while the newer version has a separate utility?
    Message was edited by: Jeb8ay
    Message was edited by: Jeb8ay on 2/13/11

    Mac OSX 10.5.8
    Installed the whole CS5 Production Premium Suite, licensed version. Machine also has CS4 Production Premium. After installing, I went into PPro CS5, loaded a CS4 project, scrubbed the time line a few times, rendered it, did a capture via FireWire from my HDV camcorder, tried out "Scene Detect", swore about on screen-preview still not available on the Mac (why?????), and then went into the Help function to lookup HDV capture. The first time I got the message about the help file update, I ignored it. The second time, I tried to run it and got the error.
    Hope this helps.

  • How do I put the Air Port Extreme in my Computer?

    I have a G3 i think. I don't know where to put my wireless card in the computer, i am far from knowing what i am doing can someone please tell me where i stick this little thing. I just bought the computer over christmas and the sales guy tells me that the computer has an air port in it, and promises me it does and then no air port. I assume that everything is up to date as in the os x version.

    Tree, Welcome to the discussion area!
    None of the G3s can use the AirPort Extreme card.
    Jacquelyn is correct that you need to provide more details on your Mac. Many of the G3s have an internal slot for the AirPort card.

Maybe you are looking for