Sending Tweets via Adobe AIR iOS Apps

Heya everyone.

Is it possible that I can implement a tweet function in iOS app AIR? I'm currently he developed in Flash Professional Actionscript 3. I understand that there is a method to do it in Flex, but I have no knowledge in this area.

Thank you .

I used the files of source tweetr for a web application.

for an application installed (like air for iOS), you shouldn't have problems cross-domain.  you test on an iDevice (you should be) or a simulator on a laptop (where you'll cross-domain issues)?

Tags: Adobe Animate

Similar Questions

  • Adobe AIR iOS app is not running in the background

    I have an iOS with Adobe AIR application. It does not in the background even if I did the following things that I can think of,

    1 NativeApplication.nativeApplication.executeInBackground = true;

    It's the first thing I did. I got another application that runs in the background without problem, and it's the only thing I know that I used there.

    2. experienced with direct < renderMode > < / renderMode >, < renderMode > gpu < / renderMode > and < renderMode > auto < / renderMode >. None worked.

    3 added,

    < key > UIBackgroundModes < / key >

    < table >

    Audio < string > < / string >

    < / array >

    Does not work either.

    Whenever I pass the app at bottom, no matter how short time, it always starts at the beginning when put in the back. The only exception is when I take a phone call, in which case it seems to continue where it left off. Is someone can you please tell me what is happening? Is there still hope for me? Thanks to a bouquet.

    BTW, the same app packaged for Android has no problem running in the background, and I didn't do anything to turn it on.

    I forgot to update here once I found the problem.

    There's a UIApplicationExitsOnSuspend key that was for some reason the true value in my application.xml file.

  • Is faster than the local AIR IOS app remote SWF SWF because I can ' t use the unloading code.

    Are faster than the local SWF on AIR IOS app remote SWF because I can't use the code to unload on IOS of AIR.

    my local code:

    Stop();

    import flash.net.URLRequest;

    import flash.system.ApplicationDomain;

    import flash.system.LoaderContext;

    import flash.filesystem.File;

    import flash.filesystem.FileMode;

    import flash.filesystem.FileStream

    go_level_2.addEventListener (MouseEvent.Click, Level_2);

    function level_2(event:MouseEvent) {}

    var loader2:Loader = new Loader();

    var loaderContext2:LoaderContext = new LoaderContext (false, ApplicationDomain.currentDomain);

    var file2:File = File.applicationDirectory.resolvePath ("level2.swf");

    loader2. Load (new URLRequest (file2.url), loaderContext2);

    addChild (loader2);

    }

    Because it works for me, because I can't unload the SWF app file en becomes slow, I'll put the SWf file "s on a remote location.

    But I can't imagine what is happening when I loaded the SWF file remotely. It remains on the server, or it remains on my application when I unloaded it, and the app gets also larger. I hope you can help me because I went on the internet for a week and do not now how to go further.

    I had a similar problem, but not on iOS.

    Maybe my solution might work for you too, however.

    The problem was this line:

    new LoaderContext (false, ApplicationDomain.currentDomain);

    Do not reuse the same field of application, or you will never be able to get rid definitions and thus the SWF loaded.

    Instead, make a new child application domain for the current domain, keep track of it and it has as well as the rest of the SWF file when you are finished.

    Example:

    var loader2:Loader = new Loader();

    var appDomain2:ApplicationDomain = new ApplicationDomain (ApplicationDomain.currentDomain);

    var loaderContext2:LoaderContext = new LoaderContext (false, appDomain2);

    var file2:File = File.applicationDirectory.resolvePath ("level2.swf");

    loader2. Load (new URLRequest (file2.url), loaderContext2);

    addChild (loader2);

    Then

    function finishLevel2(event:Event):void

    {

    var loader2:Loader;

    loader2 = Event.Target.Loader;
    loader2.parent.removeChild (loader2);

    loader2.unloadAndStop ();

    appDomain2 = null;

    }

    Note that the definitions of the classes of the loaded SWF file will be available in the new application domain.

  • Sign fault codes submitting Air iOS app

    Hi people,

    I was wondering if anyone of you could be able to point me in the right direction on this. I have same problem try to submit an ipa file to iTunes Connect via the Application Loader and got to the extent of the zipper the .app file and submit. I get an error in the Application Loader that: "could not execute the command lipo:...» Cannot map an input file... ' and 'Application does not codesign verification. The signature was invalid, contains unauthorized rights or is not signed with an iPhone Distribution certificate. "and"failed to retrieve payments codesigning of your application. "Please ensure that... is a valid executable of Mach, which is properly work together."

    Now, before you post here, I did the following without result:

    (a) I refreshed all certificates and upward, completely on the Mac once and completely under Windows Mobile provisions as well using openSSL. Both times, I started at the top of the application of CSR.

    (b) I can't install and run my file ipa very well on the test iPhones using the file distribution.p12 and delivery distribution ad_hoc mobile partner. It's still only when I compile 'app store release', using the distribution.p12 file and the provision of mobile app_store it happens.

    (c) I use Adobe Flash Pro CS6 on Windows 7 64, with Adobe Air SDK 3.3, and I submit a real Macbook Air with OS X Lion mountain.

    (d) I also went as far as to try the two sets of cert/provisions (generated on mac and windows), by publishing the ipa within Flash Pro CS6 and also using the adt command line, but still the same... works very well as ad_hoc on the test iPhones, but will not submit through the Application Loader. Same mistakes of codesign verification.

    (e) my application uses native extensions, but these compile and run perfectly well on the ad_hoc builds.

    I'm pulling my hair at this point as to what I might be missing or hurt, or if there is a bug in good faith with the combination of technologies that I use? I would like tips/advice/suggestions for anyone who knows what I describe here.

    If there is someone from Adobe who can look at my build file for submission of app_store ipa, it would be wonderful as well.

    with sincere friendships.

    Alex

    SOLUTION

    -------------

    I am posting this so that others with the same problem can benefit. There is no sense at all, but when I changed the file .zip extension API on my Windows machine first (on Mac), transferred the .zip file on my Mac, then unzipped on my Mac, and re-compressed the .app file on the Mac, the Application Loader accepted submission.

    I was previously sending the .ipa itself to my Mac and rename the file in a .zip file on the Mac as the first step. It is literally the only difference, and it would have saved me 3 days of lost time.

    hope this helps,

    Alex

  • AIR iOS app fails download to Apple (iTunes Connect)

    I tried to download my iOS app on iTunes Connect via the Application Loader, but it fails every time. I get the following errors;

    «Cannot run the lipo command:...» Impossible to map an input... file ' and 'Application does not codesign verification. "

    In my view, the second error is due to the first, but I'm not sure. I've been browsing the web solutions and only found this thread here, I have tried everything that said it, but nothing helped.

    Replacement of my game with an empty FLA does not seem to work either.

    I'm on the side of the latter, usually it is a question of dialogue. How developed your CERT and have you followed the order specifically in my list in this post? Often people use old CERT but create a new ID app and you wait for the old CERT to work.

    There has been other discussions on additional "files" that Flash Pro inserts in IPAs (disguised .zips). Because Flash Pro publish in a folder that is not built specifically for this generation, people sometimes copy additional files to this path. These files can 'automatically' and accidentally be added to the IPA without the willing author only. You should check what files are being packaged with your IPA to check there is not very undesirable.

    You use flash CS5.5 or CS6, and which version of AIR you are superimposed to?

  • AIR iOS app - how much memory consumption, it's too?

    Hi all

    I have an app focused on Flex AIR that works very well on Android.

    IOS (iPhone 4), it freezes after it worked for a while, and I suspect that the problem is that the application consumes too much memory.

    I'm looking at System.totalMemoryNumber, and it is the statement that the application uses between 17 and 23 MB right until it freezes.

    Is this a lot for an iOS app?

    Is there a better way for me to review/research/diagnose this? I did a lot of research and it does not appear that AIR apps get no warning IOS memory becomes low.

    Thanks in advance!

    Douglas

    Hi all

    I answer at least a part of my own question...

    I created a test application that has added 10K characters in a string on every enterFrame, then he ran until it crashed. He always seems to get up to about 175 MB (as reported by System.totalMemoryNumber) before it crashes.

    This has happened with and without several other applications running in the background.

    As mentioned above, it is on an iPhone 4.

    It seems that my current problem is not caused by excessive memory consumption.

    Douglas

  • Salesforce Chatter via Adobe Air installation error

    I tried to install Salesforce Chatter on a computer and keep receive the error message, "sorry, an error has occurred." The application could not be installed because the Installer file is damaged. "Try to get a new installation of the author of the application program file."

    I tried to uninstall all adobe, restart, reinstall air and try again with the same results. I tried to put the installer on a USB stick and install it from that with no luck. Any help, here is the Setup file;

    [2014-02 - 25:09:55:25] Application Installer start with version 4.0.0.1390 on Windows 7 x 86

    [2014-02 - 25:09:55:25] Commandline is: - playerVersion = 12, 0, 0, 70 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://na3.salesforce.com/setup/chatterdesktop/desktop_air25.air

    [2014-02 - 25:09:55:25] runtime installed (4.0.0.1390) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2014-02 - 25:09:55:26] start download the air file from http://na3.salesforce.com/setup/chatterdesktop/desktop_air25.air

    [2014-02 - 25:09:55:26] download destination is C:\Users\Administrator\AppData\Local\Temp\fla224E.tmp

    [2014-02 - 25:09:55:26] received 200 download status

    [2014-02 - 25:09:55:26] response URL is http://na3.salesforce.com/setup/chatterdesktop/desktop_air25.air

    [2014-02 - 25:09:55:28] download success

    [2014-02 - 25:09:55:29] Unpackaging file:///C:/Users/Administrator/AppData/Local/Temp/fla224E.tmp to C:\Users\Administrator\AppData\Local\Temp\fla2ECD.tmp

    [2014-02 - 25:09:55:31] the Migration signature validation failure

    [2014-02 - 25:09:55:31] got an unexpected unrecoverable error while unpacking: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "invalid migration signature" errorID = 5023]

    [2014-02 - 25:09:59:16] end of Setup with exit code 7

    [2014-02 - 25:10:02:31] Setup starts with version 4.0.0.1390 on Windows 7 x 86

    [2014-02 - 25:10:02:31] Commandline is:-arp: uninstall

    [2014-02 - 25:10:02:31] runtime installed (4.0.0.1390) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2014-02 - 25:10:02:36] raise with altitude

    [2014-02 - 25:10:02:36] launch of subprocesses with command-line c:\program files (x 86) \common files\adobe air\versions\1.0\resources\adobe air updater.exe - EU

    [2014-02 - 25:10:02:36] Setup starts with version 4.0.0.1390 on Windows 7 x 86

    [2014-02 - 25:10:02:36] Commandline is: stdio - \\.\pipe\AIR_5936_0 - EU

    [2014-02 - 25:10:02:36] runtime installed (4.0.0.1390) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2014-02 - 25:10:02:36] from uninstall runtime. Uninstalling the version of runtime 4.0.0.1390

    [2014-02 - 25:10:02:36] resettlement c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\setup.msi

    [2014-02 - 25:10:02:38] with the GUID {B92C2C6C-F70E-497B-88A7-1FEF9888272B} uninstall product

    [2014-02 - 25:10:02:39] end of Setup with exit code 0

    [2014-02 - 25:10:02:39] elevated installation

    [2014-02 - 25:10:02:39] end of Setup with exit code 0

    [2014-02 - 25:10:10:38] Setup starts with version 4.0.0.1390 on Windows 7 x 86

    [2014-02 - 25:10:10:38] command line is:

    [2014-02 - 25:10:10:38] no installed runtime detected

    [2014-02 - 25:10:10:41] raise with altitude

    [2014-02 - 25:10:10:41] launching subprocesses with command-line air installer.exe c:\users\admini~1\appdata\local\temp\air1228.tmp\adobe - ei

    [2014-02 - 25:10:10:41] Setup starts with version 4.0.0.1390 on Windows 7 x 86

    [2014-02 - 25:10:10:41] Commandline is: stdio - \\.\pipe\AIR_4268_0 - ei

    [2014-02 - 25:10:10:41] no installed runtime detected

    [2014-02 - 25:10:10:41] silent departure runtime installation. Installation of runtime version 4.0.0.1390

    [2014-02 - 25:10:10:41] installation msi at c:\users\admini~1\appdata\local\temp\air1228.tmp\setup.msi with a guid {B92C2C6C-F70E-497B-88A7-1FEF9888272B}

    [2014-02 - 25:10:10:44] end of Setup with exit code 0

    [2014-02 - 25:10:10:44] elevated installation

    [2014-02 - 25:10:11:02] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - installupdatecheck

    [2014-02 - 25:10:11:02] end of Setup with exit code 0

    [2014-02 - 25:10:11:02] Setup starts with version 4.0.0.1390 on Windows 7 x 86

    [2014-02 - 25:10:11:02] Commandline is:-installupdatecheck

    [2014-02 - 25:10:11:02] runtime installed (4.0.0.1390) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2014-02 - 25:10:11:03] Performing pingback request

    [2014-02 - 25:10:11:03] Pingback request ended with the HTTP 200 status

    [2014-02 - 25:10:11:03] from DURATION background update checking

    [2014-02 - 25:10:11:03] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/4.0.0.1390/update

    [2014-02 - 25:10:11:03] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/4.0.0.1390/update to C:\Users\Administrator\AppData\Roaming\Adobe\AIR\Updater\Background

    [2014-02 - 25:10:11:04] update of the Runtime is not available

    [2014-02 - 25:10:11:04] cancelled Unpackaging

    [2014-02 - 25:10:11:04] end of Setup with exit code 0

    [2014-02 - 25:10:11:16] Application Installer start with version 4.0.0.1390 on Windows 7 x 86

    [2014-02 - 25:10:11:16] is the command line: F:\desktop_air25.air

    [2014-02 - 25:10:11:16] runtime installed (4.0.0.1390) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2014-02 - 25:10:11:16] Unpackaging file:///F:/desktop_air25.air to C:\Users\Administrator\AppData\Local\Temp\flaB615.tmp

    [2014-02 - 25:10:11:17] the Migration signature validation failure

    [2014-02 - 25:10:11:17] got an unexpected unrecoverable error while unpacking: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "invalid migration signature" errorID = 5023]

    [2014-02 - 25:10:11:30] end of Setup with exit code 7

    [2014-02 - 25:10:14:52] Application Installer start with version 4.0.0.1390 on Windows 7 x 86

    [2014-02 - 25:10:14:52] is the command line: F:\desktop_air25.air

    [2014-02 - 25:10:14:52] runtime installed (4.0.0.1390) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2014-02 - 25:10:14:53] Unpackaging file:///F:/desktop_air25.air to C:\Users\Administrator\AppData\Local\Temp\fla3A8.tmp

    [2014-02 - 25:10:14:54] the Migration signature validation failure

    [2014-02 - 25:10:14:54] got an unexpected unrecoverable error while unpacking: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "invalid migration signature" errorID = 5023]

    [2014-02 - 25:10:14:57] end of Setup with exit code 7

    [2014-02 - 25:10:24:42] Application Installer start with version 4.0.0.1390 on Windows 7 x 86

    [2014-02 - 25:10:24:42] is the command line: F:\desktop_air25.air

    [2014-02 - 25:10:24:42] runtime installed (4.0.0.1390) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2014-02 - 25:10:24:43] Unpackaging file:///F:/desktop_air25.air to C:\Users\Administrator\AppData\Local\Temp\fla3D7.tmp

    [2014-02 - 25:10:24:43] the Migration signature validation failure

    [2014-02 - 25:10:24:43] got an unexpected unrecoverable error while unpacking: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "invalid migration signature" errorID = 5023]

    [2014-02 - 25:10:24:45] end of Setup with exit code 7


    We are experiencing the same issue.  I'm not an expert with Adobe Air, but it seems that there is a digital certificate has expired or the signature with the installation.  I have the PC clock back a few weeks in January and were able to install.  We have a case of pension opened with SalesForce to let them know on this subject, but no answer yet...

  • Run garbage collection operation in AIR - iOS app

    Just to be in a bit of a learning curve, develop a Flash application for browser used in a browser and set up with the memory management optimal if all goes well using Flash Professional CS5.5.

    Part of the process is to make sure that the object have no reference pointing of the finger when they are made with so much garbage can clean them.

    Now, I came to the port of the application on iOS for iPad. My question is... Air for iOS, run the garbage collection?

    Thank you

    Mark

    Yes. and you can manually force garbage collection by calling System.GC() If you use Air 3.0

    but try not to rely too much on the gc to solve memory problems... too much to clean up causes a very noticeable lag when running, and it does not work in any foreseeable calendar I can say... If your memory get is too high, your application can be ejected and crash.

    something to keep in mind, recycle and pool objects and varibles as much as you possibly CAN... try using the NEW keyword as little as possible... then all killed during a phase transition or loading followed a system.GC() if the offset is not noticeable.

  • Splash image but still not full screen for the game appear in adobe air ios

    I added splashes, HE appeared on the launch of the app, yet there are black bars in my game on left and right, it is in landscape mode. stage.displayState = StageDisplayState.FULL_SCREEN; I also tried to add this and publish full mode setting screen is enabled. Please someone guide me what I'm doing wrong and how can I play my application in complete mode.

    Set the property ScaleMode (ScaleMode) of course.  If you want to skip the proportions and show all the use of the scene.

    stage.scaleMode = "exactFit";

  • Adobe AIR is not install on El Capitan... tried several times... weeks apart.

    I tried to install Adobe AIR so I can use Pandora, but after downloading, open, accept the terms and enter your password in the progress window reads "Facility" with no progress. I made this several times and weeks apart. Nothing.

    On my laptop with an older OS it is installed without any problem.

    Any chance someone can look into it?

    Screenshot 2016-05-26 19.29.04.png

    Nada.

    We run into this as well - 10.11.5 OSX

    Note: it looks like the installation via the command line works, it's just the GUI installer that broke

    /path/to/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer -silent -eulaAccepted -pingbackAllowed`

  • (HTML w/embedded SWF)--&gt;--&gt; iOS app?

    I've read that a SWF-> AIR-> iOS app impossible to import another SWF on the fly, so am I right in assuming that an HTML AIR file cannot include and embedded SWF?  It's just a SWF.  It will not change during execution.  As a way to include the SWF file in the package so that when AUGUST the AIR app GET iOS compiled the SWF doesn't exist to somehow get embedded in the HTML document?

    Thank you!

    Looks like you can't AIR port for iOS-based HTML, so the question is really questionable.

    "The mobile AIR HTML-based applications are not currently supported." http://help.Adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-8000.html>

  • How can I test iOS app to animate CC Simulator IPAD?

    Hello

    I test my AIR IOS app on an iphone-IOS Simulator. But I want to see the app on the IPAD Simulator.

    I choose "Ipad" in general AIR 20.00 for the parameters of the IOS.

    And the pad for Xcode is/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk.

    I can't find another key.

    I hope someone can help me.

    In the Simulator, there are a menu of material, and here you can choose the device and then select the type of device you want to simulate.

  • Someone else is having their iOS Adobe AIR app crash in the first second of its opening?

    Someone else is having their iOS Adobe AIR app crash in the first second of its opening?

    I use the iPhone 6, iOS 8.1.3, with a development certificate.

    With Adobe AIR SDK 16.0.0.283 and now with 17.0.0.93, after compiling the application (whether release or debug mode), before the getTimer() app can never reach 999 milliseconds the app will crash. Any code that I have, it just hangs before the runtime can never reach the first second.

    Anyone else having this kind of behavior?

    Chris,

    Thanks for your quick response. I found a way to reproduce. It is on the interfaces, and when I try to call a method with an interface of the application hangs. I think it's related to interface with several parameters. I have connected the bug here:

    Bug #3935199 - iOS App crashes when you call a method of objects via interface

  • Cannot install Adobe AIR app install Jacquie Lawson fast send Widget

    System configuration: Windows 7 Home Premium (64-bit) with Service Pack 1.

    The customer complained that the Widget of Quicksend Jacquie Lawson had stopped working after working for a while.

    After you have confirmed the fault and consulted installation Jacquie Lawson help, I uninstalled AIR and its appinstal and reinstalled them. Everything seemed fine, except that the relocation produces a screen saying that been installed program may be defective. No other error messages have been posted at this time, and an alternative to the screen was to continue.

    When I tried to reinstall the Widget I got a message saying that Setup was defective and I should get a replacement. I did, from the Adobe Web site, but this has not fixed the problem.

    Once again, I saw Jacquie Lawson and advises him to seek help from Adobe.

    Can you help me, please? I enclose a copy of the log file.

    Kind regards

    John Rabson

    [2015-04 - 10:12:49:24] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - updatecheck

    [2015-04 - 10:12:49:24] Setup starts with version 17.0.0.124 on Windows 7 x 86

    [2015-04 - 10:12:49:24] Commandline is: updatecheck.

    [2015-04 - 10:12:49:24] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-04 - 10:12:49:25] Performing pingback request

    [2015-04 - 10:12:49:25] from DURATION background update checking

    [2015-04 - 10:12:49:25] update for background directory unused compensation

    [2015-04 - 10:12:49:25] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update

    [2015-04 - 10:12:49:25] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-04 - 10:12:49:38] DURATION background update checking failed: [IOErrorEvent type = "ioError" bubbles = false cancelable = false eventPhase = 2 text = "Error #2032" errorID = 2032]

    [2015-04 - 10:12:49:38] end of Setup with exit code 0

    [2015-04 - 13:15:26:51] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - updatecheck

    [2015-04 - 13:15:26:51] Setup starts with version 17.0.0.124 on Windows 7 x 86

    [2015-04 - 13:15:26:51] Commandline is: updatecheck.

    [2015-04 - 13:15:26:51] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-04 - 13:15:26:52] Performing pingback request

    [2015-04 - 13:15:26:52] from DURATION background update checking

    [2015-04 - 13:15:26:53] update for background directory unused compensation

    [2015-04 - 13:15:26:53] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update

    [2015-04 - 13:15:26:53] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-04 - 13:15:26:54] update of the Runtime is not available

    [2015-04 - 13:15:26:54] cancelled Unpackaging

    [2015-04 - 13:15:26:54] end of Setup with exit code 0

    [2015-04 - 15:17:08:33] Application Installer start with version 17.0.0.124 on Windows 7 x 86

    [2015-04 - 15:17:08:33] Commandline is:-update "c:\program files (x 86) \jacquie quick send widget\jacquie send widget.exe quick lawson lawson" 'C:\Users\Rosy\AppData\Roaming\JLQuickSendWidget\Local Store\#ApplicationUpdater\update.air' 1.0.6

    [2015-04 - 15:17:08:33] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-04 - 15:17:08:33] installed app (JLQuickSendWidget) located at c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe

    [2015-04 - 15:17:08:34] Unpackaging er/update.air to C:\Users\Rosy\AppData\Local\Temp\fla37C9.tmp file:///C:/Users/Rosy/AppData/Roaming/JLQuickSendWidget/Local%20Store/%23ApplicationUpdat

    [2015-04 - 15:17:08:39] signature application verified

    [2015-04 - 15:17:08:39] Unpackaging/validation complete

    [2015-04 - 15:17:08:39] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla4967.tmp application

    [2015-04 - 15:17:08:40] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "unhandled exception error: open [110]": MSI error "errorID = 0"]

    [2015-04 - 15:17:08:42] launching subprocesses with command-line c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe

    [2015-04 - 15:17:08:42] end of Setup with exit code 7

    [2015-04 - 22:05:08:35] Application Installer start with version 17.0.0.124 on Windows 7 x 86

    [2015-04 - 22:05:08:35] Commandline is:-update "c:\program files (x 86) \jacquie quick send widget\jacquie send widget.exe quick lawson lawson" 'C:\Users\Rosy\AppData\Roaming\JLQuickSendWidget\Local Store\#ApplicationUpdater\update.air' 1.0.7

    [2015-04 - 22:05:08:35] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-04 - 22:05:08:36] installed app (JLQuickSendWidget) located at c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe

    [2015-04 - 22:05:08:37] Unpackaging er/update.air to C:\Users\Rosy\AppData\Local\Temp\fla98FC.tmp file:///C:/Users/Rosy/AppData/Roaming/JLQuickSendWidget/Local%20Store/%23ApplicationUpdat

    [2015-04 - 22:05:08:39] signature application verified

    [2015-04 - 22:05:08:39] Unpackaging/validation complete

    [2015-04 - 22:05:08:39] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla9F24.tmp application

    [2015-04 - 22:05:08:39] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "unhandled exception error: open [110]": MSI error "errorID = 0"]

    [2015-04 - 22:05:08:48] launching subprocesses with command-line c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe

    [2015-04 - 22:05:08:49] end of Setup with exit code 7

    [2015-04 - 22:05:09:19] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - updatecheck

    [2015-04 - 22:05:09:19] Setup starts with version 17.0.0.124 on Windows 7 x 86

    [2015-04 - 22:05:09:19] Commandline is: updatecheck.

    [2015-04 - 22:05:09:19] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-04 - 22:05:09:20] Performing pingback request

    [2015-04 - 22:05:09:20] from DURATION background update checking

    [2015-04 - 22:05:09:20] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update

    [2015-04 - 22:05:09:20] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-04 - 22:05:10:02] full unpacking

    [2015-04 - 22:05:10:02] download success

    [2015-04 - 22:05:10:02] DURATION update downloaded

    [2015-04 - 22:05:10:07] user had delayed the installation of the update

    [2015-04 - 22:05:10:07] end of Setup with exit code 0

    [2015-04 - 24:08:43:56] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - applyupdates "c:\program files (x 86) \jacquie quick send widget\jacquie send widget.exe quick lawson lawson.

    [2015-04 - 24:08:43:58] Setup starts with version 17.0.0.124 on Windows 7 x 86

    [2015-04 - 24:08:44:04] Commandline is:-applyupdates "c:\program files (x 86) \jacquie quick send widget\jacquie send widget.exe quick lawson lawson.

    [2015-04 - 24:08:44:05] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-04 - 24:08:44:09] installed app (JLQuickSendWidget) located at c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe

    [2015-04 - 24:08:44:14] begin the installation of update for background DURATION

    [2015-04 - 24:08:44:16] launching subprocesses with command line C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background\updater-mise to update "c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending quick widget.exe»

    [2015-04 - 24:08:44:16] DURATION updater has successfully launched

    [2015-04 - 24:08:44:18] end of Setup with exit code 0

    [2015-04 - 24:08:44:35] Setup starts with version 17.0.0.144 on Windows 7 x 86

    [2015-04 - 24:08:44:35] Commandline is:-update "c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe.

    [2015-04 - 24:08:44:35] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-04 - 24:08:44:35] installed app (JLQuickSendWidget) located at c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe

    [2015-04 - 24:08:44:48] launching subprocesses with command-line c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe

    [2015-04 - 24:08:44:48] end of Setup with exit code 6

    [2015-05 - 08:10:45:09] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - updatecheck

    [2015-05 - 08:10:45:10] Setup starts with version 17.0.0.124 on Windows 7 x 86

    [2015-05 - 08:10:45:10] Commandline is: updatecheck.

    [2015-05 - 08:10:45:10] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 08:10:45:11] Performing pingback request

    [2015-05 - 08:10:45:12] from DURATION background update checking

    [2015-05 - 08:10:45:12] update for background directory unused compensation

    [2015-05 - 08:10:45:12] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update

    [2015-05 - 08:10:45:12] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-05 - 08:10:45:24] DURATION background update checking failed: [IOErrorEvent type = "ioError" bubbles = false cancelable = false eventPhase = 2 text = "Error #2032" errorID = 2032]

    [2015-05 - 08:10:45:24] end of Setup with exit code 0

    [2015-05 - 12:13:36:24] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - updatecheck

    [2015-05 - 12:13:36:24] Setup starts with version 17.0.0.124 on Windows 7 x 86

    [2015-05 - 12:13:36:24] Commandline is: updatecheck.

    [2015-05 - 12:13:36:24] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 12:13:36:26] Performing pingback request

    [2015-05 - 12:13:36:26] from DURATION background update checking

    [2015-05 - 12:13:36:26] update for background directory unused compensation

    [2015-05 - 12:13:36:26] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update

    [2015-05 - 12:13:36:26] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-05 - 12:13:36:34] full unpacking

    [2015-05 - 12:13:36:35] download success

    [2015-05 - 12:13:36:35] DURATION update downloaded

    [2015-05 - 12:14:01:34] user had delayed the installation of the update

    [2015-05 - 12:14:01:34] end of Setup with exit code 0

    [2015-05 - 15:07:52:59] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - applyupdates "c:\program files (x 86) \jacquie quick send widget\jacquie send widget.exe quick lawson lawson.

    [2015-05 - 15:07:53:00] Setup starts with version 17.0.0.124 on Windows 7 x 86

    [2015-05 - 15:07:53:00] Commandline is:-applyupdates "c:\program files (x 86) \jacquie quick send widget\jacquie send widget.exe quick lawson lawson.

    [2015-05 - 15:07:53:00] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 15:07:53:01] installed app (JLQuickSendWidget) located at c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe

    [2015-05 - 15:07:53:11] begin the installation of update for background DURATION

    [2015-05 - 15:07:53:11] launching subprocesses with command line C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background\updater-mise to update "c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending quick widget.exe»

    [2015-05 - 15:07:53:11] DURATION updater has successfully launched

    [2015-05 - 15:07:53:11] end of Setup with exit code 0

    [2015-05 - 15:07:53:25] Setup starts with version 17.0.0.144 on Windows 7 x 86

    [2015-05 - 15:07:53:25] Commandline is:-update "c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe.

    [2015-05 - 15:07:53:25] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 15:07:53:25] installed app (JLQuickSendWidget) located at c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe

    [2015-05 - 15:07:53:41] launching subprocesses with command-line c:\program files (x 86) \jacquie lawson fast send widget\jacquie lawson sending fast widget.exe

    [2015-05 - 15:07:53:41] end of Setup with exit code 6

    [2015-05 - 22:08:21:44] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - updatecheck

    [2015-05 - 22:08:21:45] Setup starts with version 17.0.0.124 on Windows 7 x 86

    [2015-05 - 22:08:21:45] Commandline is: updatecheck.

    [2015-05 - 22:08:21:45] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 22:08:21:47] Performing pingback request

    [2015-05 - 22:08:21:47] from DURATION background update checking

    [2015-05 - 22:08:21:47] update for background directory unused compensation

    [2015-05 - 22:08:21:47] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update

    [2015-05 - 22:08:21:47] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.124/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-05 - 22:08:21:48] DURATION background update checking failed: [IOErrorEvent type = "ioError" bubbles = false cancelable = false eventPhase = 2 text = "Error #2032" errorID = 2032]

    [2015-05 - 22:08:21:48] end of Setup with exit code 0

    [2015-05 - 29:17:11:40] Application Installer start with version 17.0.0.124 on Windows 7 x 86

    [2015-05 - 29:17:11:40] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 29:17:11:40] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 29:17:11:41] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 29:17:11:41] download destination is C:\Users\Rosy\AppData\Local\Temp\flaD88A.tmp

    [2015-05 - 29:17:11:42] received 200 download status

    [2015-05 - 29:17:11:42] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 29:17:11:47] download success

    [2015-05 - 29:17:11:51] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/flaD88A.tmp to C:\Users\Rosy\AppData\Local\Temp\flaFDE6.tmp

    [2015-05 - 29:17:11:53] signature application verified

    [2015-05 - 29:17:11:53] Unpackaging/validation complete

    [2015-05 - 29:17:11:53] installed app (JLQuickSendWidget) located at C:\program files (x 86) \Jacquie Lawson Quick Send Widget\Jacquie Lawson Quick Send Widget.exe

    [2015-05 - 29:17:12:07] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla3B73.tmp application

    [2015-05 - 29:17:12:07] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "unhandled exception error: open [110]": MSI error "errorID = 0"]

    [2015-05 - 29:17:12:11] end of Setup with exit code 7

    [2015-05 - 29:17:53:08] Application Installer start with version 17.0.0.124 on Windows 7 x 86

    [2015-05 - 29:17:53:08] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 29:17:53:08] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 29:17:53:09] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 29:17:53:09] download destination is C:\Users\Rosy\AppData\Local\Temp\flaCDB2.tmp

    [2015-05 - 29:17:53:10] received 200 download status

    [2015-05 - 29:17:53:10] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 29:17:53:10] download success

    [2015-05 - 29:17:53:33] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/flaCDB2.tmp to C:\Users\Rosy\AppData\Local\Temp\fla2ADF.tmp

    [2015-05 - 29:17:53:34] signature application verified

    [2015-05 - 29:17:53:34] Unpackaging/validation complete

    [2015-05 - 29:17:53:34] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-05 - 29:17:53:48] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla67FF.tmp application

    [2015-05 - 29:17:53:49] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-05 - 29:17:54:00] end of Setup with exit code 7

    [2015-05 - 29:17:54:26] Application Installer start with version 17.0.0.124 on Windows 7 x 86

    [2015-05 - 29:17:54:26] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 29:17:54:26] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 29:17:54:27] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 29:17:54:27] download destination is C:\Users\Rosy\AppData\Local\Temp\fla65.tmp

    [2015-05 - 29:17:54:28] received 200 download status

    [2015-05 - 29:17:54:28] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 29:17:54:28] download success

    [2015-05 - 29:17:54:35] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/fla65.tmp to C:\Users\Rosy\AppData\Local\Temp\fla1CDB.tmp

    [2015-05 - 29:17:54:36] signature application verified

    [2015-05 - 29:17:54:36] Unpackaging/validation complete

    [2015-05 - 29:17:54:36] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-05 - 29:17:54:48] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla527D.tmp application

    [2015-05 - 29:17:54:49] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-05 - 30:09:00:49] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:00:49] command line is:

    [2015-05 - 30:09:00:49] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:01:00] raise with altitude

    [2015-05 - 30:09:01:00] launching subprocesses with command-line air installer.exe c:\users\rosy\appdata\local\temp\airaebe.tmp\adobe - ei

    [2015-05 - 30:09:01:08] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:01:08] Commandline is: stdio - \\.\pipe\AIR_3444_0 - ei

    [2015-05 - 30:09:01:08] runtime installed (17.0.0.124) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:01:08] from silent runtime update. Update from version 17.0.0.124 to version 17.0.0.172 runtime

    [2015-05 - 30:09:01:08] resettlement c:\users\rosy\appdata\local\temp\airaebe.tmp\setup.msi

    [2015-05 - 30:09:01:32] end of Setup with exit code 1

    [2015-05 - 30:09:01:32] elevated installation

    [2015-05 - 30:09:01:36] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - installupdatecheck

    [2015-05 - 30:09:01:37] end of Setup with exit code 0

    [2015-05 - 30:09:01:37] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:01:37] Commandline is:-installupdatecheck

    [2015-05 - 30:09:01:37] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:01:39] Performing pingback request

    [2015-05 - 30:09:01:41] Pingback request ended with the HTTP 200 status

    [2015-05 - 30:09:01:41] from DURATION background update checking

    [2015-05 - 30:09:01:41] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.172/update

    [2015-05 - 30:09:01:41] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.172/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-05 - 30:09:01:41] update of the Runtime is not available

    [2015-05 - 30:09:01:41] cancelled Unpackaging

    [2015-05 - 30:09:01:42] end of Setup with exit code 0

    [2015-05 - 30:09:02:41] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:02:41] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:02:41] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:02:42] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:02:42] download destination is C:\Users\Rosy\AppData\Local\Temp\fla8732.tmp

    [2015-05 - 30:09:02:44] received 200 download status

    [2015-05 - 30:09:02:44] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:02:44] download success

    [2015-05 - 30:09:02:49] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/fla8732.tmp to C:\Users\Rosy\AppData\Local\Temp\flaA260.tmp

    [2015-05 - 30:09:02:51] signature application verified

    [2015-05 - 30:09:02:51] Unpackaging/validation complete

    [2015-05 - 30:09:02:51] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-05 - 30:09:02:59] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\flaC9A0.tmp application

    [2015-05 - 30:09:03:00] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "unhandled exception error: open [110]": MSI error "errorID = 0"]

    [2015-05 - 30:09:03:06] end of Setup with exit code 7

    [2015-05 - 30:09:03:23] end of Setup with exit code 7

    [2015-05 - 30:09:04:02] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:04:02] command line is:

    [2015-05 - 30:09:04:02] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:04:09] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - installupdatecheck

    [2015-05 - 30:09:04:09] end of Setup with exit code 0

    [2015-05 - 30:09:04:10] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:04:10] Commandline is:-installupdatecheck

    [2015-05 - 30:09:04:10] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:04:11] Performing pingback request

    [2015-05 - 30:09:04:16] Pingback request ended with the HTTP 200 status

    [2015-05 - 30:09:04:16] from DURATION background update checking

    [2015-05 - 30:09:04:16] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.172/update

    [2015-05 - 30:09:04:16] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.172/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-05 - 30:09:04:17] update of the Runtime is not available

    [2015-05 - 30:09:04:17] cancelled Unpackaging

    [2015-05 - 30:09:04:17] end of Setup with exit code 0

    [2015-05 - 30:09:04:56] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:04:56] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:04:56] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:04:57] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:04:57] download destination is C:\Users\Rosy\AppData\Local\Temp\fla95A3.tmp

    [2015-05 - 30:09:04:58] received 200 download status

    [2015-05 - 30:09:04:58] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:04:58] download success

    [2015-05 - 30:09:05:02] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/fla95A3.tmp to C:\Users\Rosy\AppData\Local\Temp\flaA898.tmp

    [2015-05 - 30:09:05:03] signature application verified

    [2015-05 - 30:09:05:03] Unpackaging/validation complete

    [2015-05 - 30:09:05:03] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-05 - 30:09:05:15] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\flaDB7B.tmp application

    [2015-05 - 30:09:05:15] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-05 - 30:09:05:19] end of Setup with exit code 7

    [2015-05 - 30:09:08:05] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:08:05] Commandline is:-arp: uninstall

    [2015-05 - 30:09:08:05] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:08:11] raise with altitude

    [2015-05 - 30:09:08:11] launch of subprocesses with command-line c:\program files (x 86) \common files\adobe air\versions\1.0\resources\adobe air updater.exe - EU

    [2015-05 - 30:09:08:12] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:08:12] Commandline is: stdio - \\.\pipe\AIR_2324_0 - EU

    [2015-05 - 30:09:08:12] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:08:12] from uninstall runtime. Uninstalling the version of runtime 17.0.0.172

    [2015-05 - 30:09:08:12] resettlement c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\setup.msi

    [2015-05 - 30:09:08:14] with the GUID {34927EBC-98D4-4D53-98BE-510DF5999F50} uninstall product

    [2015-05 - 30:09:08:18] end of Setup with exit code 0

    [2015-05 - 30:09:08:18] elevated installation

    [2015-05 - 30:09:08:18] end of Setup with exit code 0

    [2015-05 - 30:09:10:12] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:10:12] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = false - x - 1 http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:10:12] no installed runtime detected

    [2015-05 - 30:09:10:12] invoking Application Installer for combined installation

    [2015-05 - 30:09:10:12] launching subprocesses with command-line C:\Users\Rosy\AppData\Local\Temp\AIR4275.tmp\Adobe AIR\Versions\1.0\Adobe AIR app install runtime - C:\Users\Rosy\AppData\Local\Temp\AIR4275.tmp - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - withRuntime-url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:10:13] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:10:13] Commandline is: DURATION - C:\Users\Rosy\AppData\Local\Temp\AIR4275.tmp - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - withRuntime-url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:10:13] no installed runtime detected

    [2015-05 - 30:09:10:14] Unpackaging http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air to C:\Users\Rosy\AppData\Local\Temp\fla6CB0.tmp

    [2015-05 - 30:09:10:17] signature application verified

    [2015-05 - 30:09:10:17] Unpackaging/validation complete

    [2015-05 - 30:09:10:39] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\flaCDB4.tmp application

    [2015-05 - 30:09:10:40] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-05 - 30:09:10:46] end of Setup with exit code 7

    [2015-05 - 30:09:10:46] app sub-process installer failed (7)

    [2015-05 - 30:09:10:46] end of Setup with exit code 7

    [2015-05 - 30:09:15:14] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:15:14] command line is:

    [2015-05 - 30:09:15:14] no installed runtime detected

    [2015-05 - 30:09:15:21] raise with altitude

    [2015-05 - 30:09:15:21] launching subprocesses with command-line air installer.exe c:\users\rosy\appdata\local\temp\aireb12.tmp\adobe - ei

    [2015-05 - 30:09:15:25] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:15:25] Commandline is: stdio - \\.\pipe\AIR_3120_0 - ei

    [2015-05 - 30:09:15:25] no installed runtime detected

    [2015-05 - 30:09:15:26] silent departure runtime installation. Installation of runtime version 17.0.0.172

    [2015-05 - 30:09:15:26] installation msi at c:\users\rosy\appdata\local\temp\aireb12.tmp\setup.msi with a guid {34927EBC-98D4-4D53-98BE-510DF5999F50}

    [2015-05 - 30:09:15:30] end of Setup with exit code 0

    [2015-05 - 30:09:15:30] elevated installation

    [2015-05 - 30:09:15:35] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - installupdatecheck

    [2015-05 - 30:09:15:35] end of Setup with exit code 0

    [2015-05 - 30:09:15:36] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:15:36] Commandline is:-installupdatecheck

    [2015-05 - 30:09:15:36] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:15:37] Performing pingback request

    [2015-05 - 30:09:15:38] Pingback request ended with the HTTP 200 status

    [2015-05 - 30:09:15:38] from DURATION background update checking

    [2015-05 - 30:09:15:38] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.172/update

    [2015-05 - 30:09:15:38] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.172/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-05 - 30:09:15:38] update of the Runtime is not available

    [2015-05 - 30:09:15:38] cancelled Unpackaging

    [2015-05 - 30:09:15:38] end of Setup with exit code 0

    [2015-05 - 30:09:16:59] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:16:59] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:16:59] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:17:00] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:17:00] download destination is C:\Users\Rosy\AppData\Local\Temp\fla9E89.tmp

    [2015-05 - 30:09:17:01] received 200 download status

    [2015-05 - 30:09:17:01] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:17:01] download success

    [2015-05 - 30:09:17:07] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/fla9E89.tmp to C:\Users\Rosy\AppData\Local\Temp\flaBA53.tmp

    [2015-05 - 30:09:17:09] signature application verified

    [2015-05 - 30:09:17:09] Unpackaging/validation complete

    [2015-05 - 30:09:17:09] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-05 - 30:09:17:20] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\flaEAE6.tmp application

    [2015-05 - 30:09:17:20] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-05 - 30:09:17:26] end of Setup with exit code 7

    [2015-05 - 30:09:18:33] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:09:18:33] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:18:33] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:09:18:35] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:18:35] download destination is C:\Users\Rosy\AppData\Local\Temp\flaEE7.tmp

    [2015-05 - 30:09:18:35] received 200 download status

    [2015-05 - 30:09:18:35] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:09:18:35] download success

    [2015-05 - 30:09:18:40] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/flaEE7.tmp to C:\Users\Rosy\AppData\Local\Temp\fla2297.tmp

    [2015-05 - 30:09:18:41] signature application verified

    [2015-05 - 30:09:18:41] Unpackaging/validation complete

    [2015-05 - 30:09:18:41] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-05 - 30:09:20:00] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla5B54.tmp application

    [2015-05 - 30:09:20:00] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-05 - 30:09:20:08] end of Setup with exit code 7

    [2015-05 - 30:19:31:57] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 30:19:31:57] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:19:31:57] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 30:19:31:58] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:19:31:58] download destination is C:\Users\Rosy\AppData\Local\Temp\flaA26B.tmp

    [2015-05 - 30:19:32:02] received 200 download status

    [2015-05 - 30:19:32:02] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-05 - 30:19:32:02] download success

    [2015-05 - 30:19:32:05] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/flaA26B.tmp to C:\Users\Rosy\AppData\Local\Temp\flaBCDE.tmp

    [2015-05 - 30:19:32:06] signature application verified

    [2015-05 - 30:19:32:06] Unpackaging/validation complete

    [2015-05 - 30:19:32:06] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-05 - 30:19:32:15] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\flaE517.tmp application

    [2015-05 - 30:19:32:16] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-05 - 31:08:43:38] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 31:08:43:38] command line is:

    [2015-05 - 31:08:43:38] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 31:08:43:45] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - installupdatecheck

    [2015-05 - 31:08:43:45] end of Setup with exit code 0

    [2015-05 - 31:08:43:46] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-05 - 31:08:43:46] Commandline is:-installupdatecheck

    [2015-05 - 31:08:43:46] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 31:08:43:47] Performing pingback request

    [2015-05 - 31:08:43:49] Pingback request ended with the HTTP 200 status

    [2015-05 - 31:08:43:49] from DURATION background update checking

    [2015-05 - 31:08:43:49] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.172/update

    [2015-05 - 31:08:43:49] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.172/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-05 - 31:08:43:49] update of the Runtime is not available

    [2015-05 - 31:08:43:49] cancelled Unpackaging

    [2015-05 - 31:08:43:49] end of Setup with exit code 0

    [2015-05 - 31:08:44:22] Setup starts with version 17.0.0.172 on Windows Vista x 86

    [2015-05 - 31:08:44:22] command line is:

    [2015-05 - 31:08:44:22] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 31:08:44:28] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - installupdatecheck

    [2015-05 - 31:08:44:28] end of Setup with exit code 0

    [2015-05 - 31:08:44:29] Setup starts with version 17.0.0.172 on Windows Vista x 86

    [2015-05 - 31:08:44:29] Commandline is:-installupdatecheck

    [2015-05 - 31:08:44:29] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-05 - 31:08:44:31] Performing pingback request

    [2015-05 - 31:08:44:31] Pingback request ended with the HTTP 200 status

    [2015-05 - 31:08:44:31] from DURATION background update checking

    [2015-05 - 31:08:44:31] download update start background of http://airdownload.adobe.com/air/3/background/windows6.0/x86/patch/17.0.0.172/update

    [2015-05 - 31:08:44:31] Unpackaging http://airdownload.adobe.com/air/3/background/windows6.0/x86/patch/17.0.0.172/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-05 - 31:08:44:32] update of the Runtime is not available

    [2015-05 - 31:08:44:32] cancelled Unpackaging

    [2015-05 - 31:08:44:32] end of Setup with exit code 0

    [2015-05 - 31:09:13:12] end of Setup with exit code 7

    [2015-06 - 01:11:09:35] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:11:09:35] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:11:09:35] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:11:09:36] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:11:09:36] download destination is C:\Users\Rosy\AppData\Local\Temp\fla81FC.tmp

    [2015-06 - 01:11:09:37] received 200 download status

    [2015-06 - 01:11:09:37] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:11:09:37] download success

    [2015-06 - 01:11:09:50] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/fla81FC.tmp to C:\Users\Rosy\AppData\Local\Temp\flaB627.tmp

    [2015-06 - 01:11:09:51] signature application verified

    [2015-06 - 01:11:09:51] Unpackaging/validation complete

    [2015-06 - 01:11:09:51] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:11:09:59] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\flaD9CE.tmp application

    [2015-06 - 01:11:10:00] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-06 - 01:11:10:10] end of Setup with exit code 7

    [2015-06 - 01:15:54:28] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:15:54:28] Commandline is:-arp: uninstall

    [2015-06 - 01:15:54:28] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:15:54:41] raise with altitude

    [2015-06 - 01:15:54:41] launch of subprocesses with command-line c:\program files (x 86) \common files\adobe air\versions\1.0\resources\adobe air updater.exe - EU

    [2015-06 - 01:15:54:42] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:15:54:42] Commandline is: stdio - \\.\pipe\AIR_9256_0 - EU

    [2015-06 - 01:15:54:42] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:15:54:42] from uninstall runtime. Uninstalling the version of runtime 17.0.0.172

    [2015-06 - 01:15:54:43] resettlement c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\setup.msi

    [2015-06 - 01:15:54:58] with the GUID {34927EBC-98D4-4D53-98BE-510DF5999F50} uninstall product

    [2015-06 - 01:15:55:03] end of Setup with exit code 0

    [2015-06 - 01:15:55:04] elevated installation

    [2015-06 - 01:15:55:04] end of Setup with exit code 0

    [2015-06 - 01:16:01:36] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:01:36] command line is:

    [2015-06 - 01:16:01:36] no installed runtime detected

    [2015-06 - 01:16:03:20] end of Setup with exit code 6

    [2015-06 - 01:16:03:52] Setup starts with version 17.0.0.172 on Windows Vista x 86

    [2015-06 - 01:16:03:52] command line is:

    [2015-06 - 01:16:03:52] no installed runtime detected

    [2015-06 - 01:16:04:01] raise with altitude

    [2015-06 - 01:16:04:01] launching subprocesses with command-line air installer.exe c:\users\rosy\appdata\local\temp\airce6c.tmp\adobe - ei

    [2015-06 - 01:16:04:05] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:04:05] Commandline is: stdio - \\.\pipe\AIR_8284_0 - ei

    [2015-06 - 01:16:04:05] no installed runtime detected

    [2015-06 - 01:16:04:05] silent departure runtime installation. Installation of runtime version 17.0.0.172

    [2015-06 - 01:16:04:05] installation msi at c:\users\rosy\appdata\local\temp\airce6c.tmp\setup.msi with a guid {34927EBC-98D4-4D53-98BE-510DF5999F50}

    [2015-06 - 01:16:04:10] end of Setup with exit code 0

    [2015-06 - 01:16:04:10] elevated installation

    [2015-06 - 01:16:04:16] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - installupdatecheck

    [2015-06 - 01:16:04:16] end of Setup with exit code 0

    [2015-06 - 01:16:04:17] Setup starts with version 17.0.0.172 on Windows Vista x 86

    [2015-06 - 01:16:04:17] Commandline is:-installupdatecheck

    [2015-06 - 01:16:04:17] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:04:19] Performing pingback request

    [2015-06 - 01:16:04:24] Pingback request ended with the HTTP 200 status

    [2015-06 - 01:16:04:24] from DURATION background update checking

    [2015-06 - 01:16:04:24] download update start background of http://airdownload.adobe.com/air/3/background/windows6.0/x86/patch/17.0.0.172/update

    [2015-06 - 01:16:04:24] Unpackaging http://airdownload.adobe.com/air/3/background/windows6.0/x86/patch/17.0.0.172/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-06 - 01:16:04:25] update of the Runtime is not available

    [2015-06 - 01:16:04:25] cancelled Unpackaging

    [2015-06 - 01:16:04:25] end of Setup with exit code 0

    [2015-06 - 01:16:05:42] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:05:42] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:05:42] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:05:43] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:05:43] download destination is C:\Users\Rosy\AppData\Local\Temp\fla9AFE.tmp

    [2015-06 - 01:16:05:44] received 200 download status

    [2015-06 - 01:16:05:44] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:05:44] download success

    [2015-06 - 01:16:06:03] end of Setup with exit code 0

    [2015-06 - 01:16:06:26] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:06:26] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:06:26] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:06:27] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:06:27] download destination is C:\Users\Rosy\AppData\Local\Temp\fla487B.tmp

    [2015-06 - 01:16:06:28] received 200 download status

    [2015-06 - 01:16:06:28] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:06:28] download success

    [2015-06 - 01:16:06:32] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/fla487B.tmp to C:\Users\Rosy\AppData\Local\Temp\fla59BB.tmp

    [2015-06 - 01:16:06:33] signature application verified

    [2015-06 - 01:16:06:33] Unpackaging/validation complete

    [2015-06 - 01:16:06:33] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:16:06:41] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla7C2A.tmp application

    [2015-06 - 01:16:06:41] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-06 - 01:16:06:44] end of Setup with exit code 7

    [2015-06 - 01:16:16:32] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:16:32] Commandline is: "C:\Program Files (x 86) \LibreOffice.

    [2015-06 - 01:16:16:32] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:16:32] end of Setup with exit code 2

    [2015-06 - 01:16:17:26] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:17:26] command line is:

    [2015-06 - 01:16:17:26] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:17:54] Unpackaging file:///C:/Users/Rosy/Documents/jlquicksendwidget.air to C:\Users\Rosy\AppData\Local\Temp\flaC4BC.tmp

    [2015-06 - 01:16:17:56] signature application verified

    [2015-06 - 01:16:17:56] Unpackaging/validation complete

    [2015-06 - 01:16:17:56] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:16:19:04] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\flaD2E0.tmp application

    [2015-06 - 01:16:19:04] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-06 - 01:16:20:09] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:20:09] command line is:

    [2015-06 - 01:16:20:09] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:20:28] Unpackaging file:///C:/Users/Rosy/Documents/jlquicksendwidget.air to C:\Users\Rosy\AppData\Local\Temp\fla1CEA.tmp

    [2015-06 - 01:16:20:30] signature application verified

    [2015-06 - 01:16:20:30] Unpackaging/validation complete

    [2015-06 - 01:16:20:30] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:16:20:37] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla40EE.tmp application

    [2015-06 - 01:16:20:38] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-06 - 01:16:20:40] end of Setup with exit code 7

    [2015-06 - 01:16:20:53] end of Setup with exit code 7

    [2015-06 - 01:16:21:24] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:21:24] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:21:24] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:21:26] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:21:26] download destination is C:\Users\Rosy\AppData\Local\Temp\flaFFE8.tmp

    [2015-06 - 01:16:21:27] received 200 download status

    [2015-06 - 01:16:21:27] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:21:27] download success

    [2015-06 - 01:16:21:47] end of Setup with exit code 0

    [2015-06 - 01:16:21:52] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:21:52] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:21:52] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:21:54] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:21:54] download destination is C:\Users\Rosy\AppData\Local\Temp\fla6A9C.tmp

    [2015-06 - 01:16:21:54] received 200 download status

    [2015-06 - 01:16:21:54] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:21:54] download success

    [2015-06 - 01:16:21:56] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/fla6A9C.tmp to C:\Users\Rosy\AppData\Local\Temp\fla7595.tmp

    [2015-06 - 01:16:21:58] signature application verified

    [2015-06 - 01:16:21:58] Unpackaging/validation complete

    [2015-06 - 01:16:21:58] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:16:22:07] received cancellation request

    [2015-06 - 01:16:22:07] end of Setup with exit code 6

    [2015-06 - 01:16:24:58] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:24:58] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:24:58] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:24:59] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:24:59] download destination is C:\Users\Rosy\AppData\Local\Temp\fla40ED.tmp

    [2015-06 - 01:16:25:00] received 200 download status

    [2015-06 - 01:16:25:00] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:25:00] download success

    [2015-06 - 01:16:25:09] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/fla40ED.tmp to C:\Users\Rosy\AppData\Local\Temp\fla662A.tmp

    [2015-06 - 01:16:25:10] signature application verified

    [2015-06 - 01:16:25:10] Unpackaging/validation complete

    [2015-06 - 01:16:25:10] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:16:27:01] received cancellation request

    [2015-06 - 01:16:27:01] end of Setup with exit code 6

    [2015-06 - 01:16:37:27] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:37:27] command line is:

    [2015-06 - 01:16:37:27] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:37:33] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater - installupdatecheck

    [2015-06 - 01:16:37:33] end of Setup with exit code 0

    [2015-06 - 01:16:37:34] Setup starts with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:37:34] Commandline is:-installupdatecheck

    [2015-06 - 01:16:37:34] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:37:35] Performing pingback request

    [2015-06 - 01:16:37:36] Pingback request ended with the HTTP 200 status

    [2015-06 - 01:16:37:36] from DURATION background update checking

    [2015-06 - 01:16:37:36] download update start background of http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.172/update

    [2015-06 - 01:16:37:36] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.172/update to C:\Users\Rosy\AppData\Roaming\Adobe\AIR\Updater\Background

    [2015-06 - 01:16:37:37] update of the Runtime is not available

    [2015-06 - 01:16:37:37] cancelled Unpackaging

    [2015-06 - 01:16:37:37] end of Setup with exit code 0

    [2015-06 - 01:16:54:38] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:54:38] Commandline is: - playerVersion = 17, 0, 0, 188 - sandboxType = distance - securityDomain = airdownload.adobe.com - https = false - fromUserEvent = true - url http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:54:38] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:54:39] start download the air file from http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:54:39] download destination is C:\Users\Rosy\AppData\Local\Temp\fla69B2.tmp

    [2015-06 - 01:16:54:41] received 200 download status

    [2015-06 - 01:16:54:41] response URL is http://ak.jacquielawson.com/product/full/air/3335041/jlquicksendwidget.air

    [2015-06 - 01:16:54:41] download success

    [2015-06 - 01:16:54:52] Unpackaging file:///C:/Users/Rosy/AppData/Local/Temp/fla69B2.tmp to C:\Users\Rosy\AppData\Local\Temp\fla9C86.tmp

    [2015-06 - 01:16:54:54] signature application verified

    [2015-06 - 01:16:54:54] Unpackaging/validation complete

    [2015-06 - 01:16:54:54] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:16:55:16] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\flaF8C9.tmp application

    [2015-06 - 01:16:55:17] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-06 - 01:16:55:30] end of Setup with exit code 7

    [2015-06 - 01:16:57:46] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:57:46] is the command line: C:\Users\Rosy\Documents\jlquicksendwidget.air

    [2015-06 - 01:16:57:46] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:57:48] Unpackaging file:///C:/Users/Rosy/Documents/jlquicksendwidget.air to C:\Users\Rosy\AppData\Local\Temp\fla4928.tmp

    [2015-06 - 01:16:57:49] signature application verified

    [2015-06 - 01:16:57:49] Unpackaging/validation complete

    [2015-06 - 01:16:57:49] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:16:57:55] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla66C7.tmp application

    [2015-06 - 01:16:57:56] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "unhandled exception error: open [110]": MSI error "errorID = 0"]

    [2015-06 - 01:16:57:58] end of Setup with exit code 7

    [2015-06 - 01:16:58:34] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:58:34] is the command line: C:\Users\Rosy\Documents\jlquicksendwidget.air

    [2015-06 - 01:16:58:34] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:58:35] Unpackaging file:///C:/Users/Rosy/Documents/jlquicksendwidget.air to C:\Users\Rosy\AppData\Local\Temp\flaC3.tmp

    [2015-06 - 01:16:58:36] signature application verified

    [2015-06 - 01:16:58:36] Unpackaging/validation complete

    [2015-06 - 01:16:58:36] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:16:58:45] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla29B7.tmp application

    [2015-06 - 01:16:58:46] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-06 - 01:16:58:57] end of Setup with exit code 7

    [2015-06 - 01:16:59:27] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:16:59:27] is the command line: C:\Users\Rosy\Documents\jledwardianadventcalendar.air

    [2015-06 - 01:16:59:27] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:16:59:29] Unpackaging file:///C:/Users/Rosy/Documents/jledwardianadventcalendar.air to C:\Users\Rosy\AppData\Local\Temp\flaD4D3.tmp

    [2015-06 - 01:17:00:02] signature application verified

    [2015-06 - 01:17:00:02] Unpackaging/validation complete

    [2015-06 - 01:17:00:02] no app location to "JLAdventCalendarEdwardian2013" appID and pubID "

    [2015-06 - 01:17:00:10] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla76FC.tmp application

    [2015-06 - 01:17:00:12] create an installation package Native succeeded

    [2015-06 - 01:17:00:12] from app installed in C:\Program Files (x 86). Install app JLAdventCalendarEdwardian2013 version 1.0.1 by using the source file to file:///C:/Users/Rosy/Documents/jledwardianadventcalendar.air

    [2015-06 - 01:17:00:12] got an error fatal unexpected while in stateInstalling: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: cannot write directory in "errorID = 5006"]

    [2015-06 - 01:17:00:12] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Adobe AIR app install - runtime ' c:\Program Files (x 86) \Common Files "- silent - logToStdout-url-location"C:\Program Files (x 86)"desktopShortcut - programMenu - file:///C:/Users/Rosy/Documents/jledwardianadventcalendar.air

    [2015-06 - 01:17:00:12] raise with altitude

    [2015-06 - 01:17:00:25] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:17:00:25] Commandline is: stdio - \\.\pipe\AIR_8280_0 - DURATION "c:\Program Files (x 86) \Common Files" - silent - logToStdout-url-location "C:\Program Files (x 86)" desktopShortcut - programMenu - file:///C:/Users/Rosy/Documents/jledwardianadventcalendar.air

    [2015-06 - 01:17:00:25] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:17:00:26] Unpackaging file:///C:/Users/Rosy/Documents/jledwardianadventcalendar.air to C:\Users\Rosy\AppData\Local\Temp\flaB533.tmp

    [2015-06 - 01:17:00:52] signature application verified

    [2015-06 - 01:17:00:52] Unpackaging/validation complete

    [2015-06 - 01:17:00:52] no app location to "JLAdventCalendarEdwardian2013" appID and pubID "

    [2015-06 - 01:17:00:52] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla1A6C.tmp application

    [2015-06 - 01:17:00:54] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-06 - 01:17:00:54] elevated installation failed: error 5005 Unhandled Error exception: EndUpdateResource: Windows error #5

    [2015-06 - 01:17:00:55] end of Setup with exit code 7

    [2015-06 - 01:17:01:05] end of Setup with exit code 7

    [2015-06 - 01:18:00:16] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:18:00:16] is the command line: C:\Users\Rosy\Desktop\jlquicksendwidget.air

    [2015-06 - 01:18:00:16] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:18:00:18] Unpackaging file:///C:/Users/Rosy/Desktop/jlquicksendwidget.air to C:\Users\Rosy\AppData\Local\Temp\fla836B.tmp

    [2015-06 - 01:18:00:20] signature application verified

    [2015-06 - 01:18:00:20] Unpackaging/validation complete

    [2015-06 - 01:18:00:20] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:18:00:35] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\flaC413.tmp application

    [2015-06 - 01:18:00:35] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-06 - 01:18:38:19] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:18:38:19] is the command line: C:\Users\Rosy\Desktop\jlquicksendwidget.air

    [2015-06 - 01:18:38:19] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:18:38:21] Unpackaging file:///C:/Users/Rosy/Desktop/jlquicksendwidget.air to C:\Users\Rosy\AppData\Local\Temp\fla59AD.tmp

    [2015-06 - 01:18:38:23] signature application verified

    [2015-06 - 01:18:38:23] Unpackaging/validation complete

    [2015-06 - 01:18:38:23] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:18:38:37] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\fla96CD.tmp application

    [2015-06 - 01:18:38:37] create an installation package Native succeeded

    [2015-06 - 01:18:38:37] from app installed in C:\Program Files (x 86). Install app JLQuickSendWidget version 1.0.7 by using the source file to file:///C:/Users/Rosy/Desktop/jlquicksendwidget.air

    [2015-06 - 01:18:38:38] got an error fatal unexpected while in stateInstalling: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: cannot write directory in "errorID = 5006"]

    [2015-06 - 01:18:38:38] launching subprocesses with command-line c:\Program Files (x 86) \Common Files\Adobe AIR\Versions\1.0\Adobe AIR app install - runtime ' c:\Program Files (x 86) \Common Files "- silent - logToStdout-url-location"C:\Program Files (x 86)"desktopShortcut - programMenu - file:///C:/Users/Rosy/Desktop/jlquicksendwidget.air

    [2015-06 - 01:18:38:38] raise with altitude

    [2015-06 - 01:18:38:45] Application Installer start with version 17.0.0.172 on Windows 7 x 86

    [2015-06 - 01:18:38:45] Commandline is: stdio - \\.\pipe\AIR_5340_0 - DURATION "c:\Program Files (x 86) \Common Files" - silent - logToStdout-url-location "C:\Program Files (x 86)" desktopShortcut - programMenu - file:///C:/Users/Rosy/Desktop/jlquicksendwidget.air

    [2015-06 - 01:18:38:45] runtime installed (17.0.0.172) located in c:\Program Files (x 86) \Common Files\Adobe AIR

    [2015-06 - 01:18:38:46] Unpackaging file:///C:/Users/Rosy/Desktop/jlquicksendwidget.air to C:\Users\Rosy\AppData\Local\Temp\flaBBD9.tmp

    [2015-06 - 01:18:38:48] signature application verified

    [2015-06 - 01:18:38:48] Unpackaging/validation complete

    [2015-06 - 01:18:38:48] no app location to "JLQuickSendWidget" appID and pubID "

    [2015-06 - 01:18:38:48] conversion of unpackaged to a native installation package in C:\Users\Rosy\AppData\Local\Temp\flaC31B.tmp application

    [2015-06 - 01:18:38:49] create an installation package Native failed: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception error: EndUpdateResource: Windows #5 error "errorID = 0"]

    [2015-06 - 01:18:38:49] elevated installation failed: error 5005 Unhandled Error exception: EndUpdateResource: Windows error #5

    [2015-06 - 01:18:38:50] end of Setup with exit code 7

    [2015-06 - 01:18:38:51] end of Setup with exit code 7

    [2015-06 - 01:18:42:14] end of Setup with exit code 7

    Exit code: 6, Exit Code: 7 Installation error - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html

    The problems with the Setup logs. CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for more information on how to review your Setup logs

  • Adobe Air + Box2D.swc = TypeError: Error #1009 / / new way of managing .swc files in Flash for iOS Apps?

    Hello

    I need your help please - I need to update one of my iOS Apps. In this application, I use Box2d for a simple maze game (this is an application for children). When I publish and test this game on my Mac it works fine. I can drag my hero (fish) in this maze and all detections of collision, gravity etc perfect work.

    maze.jpg

    When I test it on my iPad it does not work. The device debugger shows this error message:

    TypeError: Error #1009: cannot access a property or method of a null object reference.

    Global $init)

    Global $init)

    at Box2DAS.Common::b2Base$/initialize() [/ users/jan/Documents/_Projekte/Spielplatz/Universal_ Retina/src/com/Box2DAS/Common/b2Base.as:31]

    to wck::WCK/create() [/ utilisateurs/jan/Documents/_Projekte/Spielplatz/Universal_Retina/src/com/wck/WCK.as:26]

    in misc::Entity/ensureCreated() [/ users/jan/Documents/_Projekte/Spielplatz/Universal_Retina/s rc/com/misc/Entity.as:50]

    in misc::Entity/handleAddedToStage() [/ users/jan/Documents/_Projekte/Spielplatz/Universal_Ret ina/src/com/misc/Entity.as:100]

    in misc::Entity/handleAddedToStage()

    Line 31: loader = new CLibInit();

    Bildschirmfoto 2014-10-23 um 21.06.03.png

    I guess that "CLibInit" must come from the .swc file.

    The thing is:

    I won't change anything in this maze game - it seems it has to do something with the new version of Flash or Adobe Air. File box2d.swc is included:

    Bildschirmfoto 2014-10-23 um 21.01.26.png

    It has always worked like that - and it works when test on my Mac - but it doesn't work anymore on my current system.

    So I started my Mac from an older system (10.9.5 on an external HD) and published the App in Flash and Adobe Air 13.0 CS6 - then all of a sudden, he is working on my iPad as before. I was able to draw a fish and make it arround.

    The same project / app released from my current OS X 10.10 + Flash CC 2014 + Adobe Air 15.0.0.302 does not work. I still have this error message - I can't drag the fish - nothing happens. And I have no idea why this happens and what I could do. I searched all day for a solution but found nothing.

    If nothing has changed by the way Flash and/or Air manages the .swc files? Is there another way to include: import cmodule. Box2d.* / CLibInit?

    -If someone has an idea - please let me know!

    Best regards

    Jan

    SOLVED!

    I uncheck 'Schnelleres Verpacken aktivieren (Beta)' and now it works again! Hooray!

    @ Adobe: Please take a look at this!

Maybe you are looking for