How do i update Installed AIR Applications? // General Questions

Hi,
first of all, i'm completly new to AIR. However, i made my way through your product documentation and i'm now able to deploy AIR and a AIR Application (SFDC Chatter) and register it.
Works fine so far, but some questions:
- How can i update installed AIR applications? If i just try to re-install it, the installer will fail with exit code "9"
     -> How can i update them directly? If this is not possible
      -> How can i uninstall AIR applications in a large enterprise environment?
- Where is the ARH Tool that is described in your product documentation?
- When installing AIR as SYSTEM User (I'm using SCCM) where is the logfile?
- Do you recommend updating AIR on a regular base? Are "older" applications compatible with newer AIR Versions?
Thanks for your replies!
Ben

Hi Ben,
I'd recommend taking a good look at our captive runtime option that is available in AIR 3.0 and higher.  While you have to roll your own installer (and updater) this could be as simple as a zip/batch file combination.  It also allows you to use the runtime that you prefer and not be dependent on what the user installs or uninstalls.  You do have to be mindful of security implications, but it's definitely the way I'd go.
http://www.adobe.com/devnet/air/articles/air3-install-and-deployment-options.html
http://help.adobe.com/en_US/air/build/WSfffb011ac560372f709e16db131e43659b9-8000.html
As for updating, it should be as simple as increasing your app descriptors version number and installing again.  This article explains how you can also use our update framework: http://www.adobe.com/devnet/air/articles/air_update_framework.html
The ARH tool can be found here:
Mac: http://airdownload.adobe.com/air/distribution/latest/mac/arh
Win: http://airdownload.adobe.com/air/distribution/latest/win/arh.exe
Linux: http://airdownload.adobe.com/air/distribution/latest/lin/arh
Thanks,
Chris

Similar Messages

  • Problems updating/installing air application

    Hi,
      We have an Adobe Air application that uses the Air update mechanism for newer versions. It seems to work fine for most of the customers  but on some computers when it tries to install the new version it cannot. The only clue we have are some errors we found in the Install.log in in Adobe/Air/logs:
    [2012-07-09:12:14:50] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-07-09:12:14:50] Rolling back install of C:\Users\pop.radu\AppData\Local\Temp\fla73EA.tmp\setup.msi
    [2012-07-09:12:14:50] Rollback complete
    [2012-07-09:12:14:50] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    We have checked other discussions on this problem and most of the solutions were using an uninstall tool to remove the app and then install it again. However, we would like to know if there is another way to solve this since we don't want  our customers to uninstall and reinstall the application manually each time a newer version of the app appears.
    Does anyone know if there is a way to do this?
    Thanks,
    Radu

    Hi Radu,
    The next step would be to enable MSI logging and take a look at what is failing with MSI.  Unfortunately, MSI is very fragile at times and we do see this problem.  Sometimes its simply a file/folder/registry permission issue.  Other times it's more severe, like a missing .msi database file.  Because this is an upgrade, I suspect what is happening is that MSI is looking for the old version's .msi database file so that it can run its "uninstall" routine.  If the old msi can't be found, it will bail out and the upgrade will fail.
    The only solution, other than locating the old msi database file (doubtful) is to run the Microsoft cleanup utility.
    Thanks,
    Chris
    Ps.  If you haven't already, I'd recommend taking a look at the captive runtime solution in AIR 3.x.  http://www.adobe.com/devnet/air/articles/air3-install-and-deployment-options.html

  • How can we implement product key feature while installing AIR application?

    How can we implement product key feature while installing AIR application?

    Hello,
    Could you try using /Q or /QS parameter?
    http://msdn.microsoft.com/en-us/library/ms144259(v=sql.110).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Error update an air application

    hi, i have some problem with the update an air application.
    when i launch the update function i have this error:
    This application cannot be installed because this installer
    has been
    mis-configured...
    i create a simple example, i have 2 version of my
    application, v1 and v2. i create 2 folder with the the same
    application
    the only difference is the number of version.
    your can try my example, first install application of v1
    folder and after copy and paste the application v2 in the desktop
    directory
    Example
    files

    i have this string in log file.
    Starting update of c:\program files\appupdate\appupdate.exe
    Updating from file:///C:/Users/gsorce/Desktop/AppUpdate.air
    Updating to version v2
    UI SWF load is complete
    UI initialized
    Converting to C:\Users\gsorce\AppData\Local\Temp\fla1808.tmp
    Conversion is complete
    AIR file is bound to version 1.0
    app id kiwari
    application is bound to this version of the runtime
    AIR file app id, pub id, and version don't match
    Installed app id: kiwari; AIR file app id: kiwari
    Installed pub id: 2B506D926EE0CEC62A432C548B083BEA25EBB872.1;
    AIR file pub id: 2B506D926EE0CEC62A432C548B083BEA25EBB872.1
    Requested version: v2; AIR file version: 2.0
    Re-launching application from c:\program
    files\appupdate\appupdate.exe
    Starting cleanup
    Installation exited

  • Some drvers showing cross (status) in hp support assistant history. how to re update/install

    hp launch box, amd high definition graphics driver,hp on screen display utility etc showing cross(status) in history of hp support assistant . but after refreshing it is showing no pendings (ie system is up to date).how to re update/install all those utiities???please help ....... 

    It says above 2 relevant and 1 correct answere available .............
    I'm new here so could anyone direct me to these answeres?

  • Flash player 11.6.602.168 fails to identify installed air application. How this should be fixed?

    Ours is simple application with flash loaded on web identifies air application installed or not. If installed, files will be downloaded through air application.
    Action script code uses http://airdownload.adobe.com/air/browserapi/air.swf to idetify air app installed or not clients desktop
    Today upgraged to 11.6.602.168 flash player, _air.getApplicationVersion(appId, pubId, versionDetectCallback) version detect callback always returns null.
    How this should be fixed

    Os windows 7, Firefox 19 and Safari 5.0 fails to work.
    Chrome 24 works fine
    Here is the code snippet
    public function LaunchAirApplication()
                                  var _loader:Loader = new Loader();
                                  var loaderContext:LoaderContext = new LoaderContext();
                                  loaderContext.applicationDomain = ApplicationDomain.currentDomain;
                                  _loader.contentLoaderInfo.addEventListener(Event.INIT, onInit);
                                  _loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete);
                                  _loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete);
                                  _loader.load(new URLRequest("http://airdownload.adobe.com/air/browserapi/air.swf"), loaderContext);
                         * This function identifies air after loading from standard site and gets application version
                         * @param - event: Event object
                        private function  onInit(event:Event):void{
                                  _air = event.target.content;
                                  if (_air.getStatus() == 'installed'){
                                            _air.getApplicationVersion(appId, pubId, versionDetectCallback);
                                  else{
                                            ExternalInterface.call("airAppInstalled", 0, null);
                         * This function detects air app is already installed or not
                         * @param - version: version of air app
                        private function versionDetectCallback(version:String):void{
                                  if (version==null){
                                            ExternalInterface.call("airAppInstalled", 0, version);
                                  else{
                                            ExternalInterface.call("airAppInstalled", 1, version);
                        private function onComplete(event:Event):void{
    I will report the bug in bugbase.adobe.com. A quick help is appreciated as our customers are affected because of this.

  • How about an update install that updates Adobe Air first?

    It's exasperating to deal with all the annoyances of managing CC updates. Yesterday I had to confirm my login three different times for CC applications, and that's a particular hassle since I use a strong password that I have to look up. Adobe Muse updates are very annoying since they trigger a separate install dialog for Adobe Air and that frequently means shutting down not only the file I opened that triggered the update notification, but also shutting down a Muse update in progress. Can't you sequence the notices so that Adobe Air updates get installed first? Sometimes the Adobe Air update does show up first, but frequently not. Or I get two competing dialogs to install Adobe Air.

    Thanks for your feedback! We are aware of these conflicts caused with the CC Application Manager due to the fact that Muse is an Air application. Please refer to the following thread - http://forums.adobe.com/thread/1253307.
    We do have plans to address these inconsistencies in one of our upcoming Muse releases. Sorry about the inconvenience!
    Thanks,
    Vinayak

  • Getting Error While Installing AIR Application

    Hi All....
    I have a Flex AIR application, im using AIR Badger to check install the application. The problem is
    some users getting this error when installing the AIR application.
    "This application requires an update to Adobe AIR but downloading that update was not successful"
    How to fix this issue? can anyone provide me solution to fix this?
    Thanks in Advance.
    Vasanth.

    Hi Thanks for all your reply. I have fixed this issue using Minimum Patch Level of the AIR run time.

  • Error installing AIR application jledwardianadventcalendar.air

    Hi,
    I'm trying to install an AIR application but keep receiving the error message:
    "Sorry, an error has occured."
    "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author."
    I've uninstalled and reinstalled AIR.
    The installation log file follows:
      [2013-11-22:11:48:47] Application Installer begin with version 3.9.0.1210 on Windows Vista x86
    [2013-11-22:11:48:47] Commandline is: C:\Users\myname\Downloads\jledwardianadventcalendar.air
    [2013-11-22:11:48:47] Installed runtime (3.9.0.1210) located at c:\Program Files\Common Files\Adobe AIR
    [2013-11-22:11:48:48] Unpackaging file:///C:/Users/myname/Downloads/jledwardianadventcalendar.airto C:\Users\myname\AppData\Local\Temp\flaBD36.tmp
    [2013-11-22:11:49:02] Application signature verified
    [2013-11-22:11:49:02] Unpackaging/validation complete
    [2013-11-22:11:49:02] No app located for appID 'JLAdventCalendarEdwardian2013' and pubID ''
    [2013-11-22:11:49:06] Converting unpackaged application to a native installation package in C:\Users\myname\AppData\Local\Temp\fla5EA.tmp
    [2013-11-22:11:49:12] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2013-11-22:11:52:34] Application Installer end with exit code 7
    Any help in 'decoding' this installation error message and guidance for a resolution is greatly appreciated.
    Regards,
    Mark

    I don't have an answer, just wanted to share your frustration. I'm running Windows Vista on a Toshiba Satellite with 40+GB free hard disk space and 2GB RAM so space is not the problem.  All updates have been made.
    My AIR log shows the identical error info. I have requested help from the application's author, which first suggested it was Firefox causing the problem, but downloading from Chrome and IE made no difference. Nor did reinstalling AIR.  A friend was able to download this app with no problem. And I was able to download the other (somewhat smaller) JL app with no problem, which really seems strange.
    Hoping someone here with more tech knowledge might be able to offer a suggestion.  If I get a helpful reply from the app author, I'll be sure to share it.

  • Can't install air applications anymore...

    I'm a flex developer who has been working with air for a few months now. I've been using Air 1.5 and decided to update to 2.0 today. I downloaded and installed and even restarted. Now when I try to open an air application, (ive tried a few) it tell me I need to install air. I click continue and it just sits there. I've tried uninstalling/reinstalling, restarting, downloading other air apps and rummaging through any log file i can find. I'm running OSX 10.6.3.
    Somebody please help!

    Thank you for responding.
    I tried moving, adding and removing languages and logged-out and back in. Same problem. At this point I am not running 1.5.3 anymore. I uninstalled and reinstalled 2.0.3 since the airappinstall.log and airinstall.log files were empty.
    At the end of the install, after I clicked finished it then gave me the same error as before:
    The only item in the consol log listed is:
    8/28/10 1:52:18 PM com.apple.launchd.peruser.718961234[190] ([0x0-0x85085].com.adobe.air.Installer[1057]) Exited with exit code: 7
    Then, when I double click on an air application (that is already installed), it asks to install (okay?) and it gives my the same error in the log while it sits on the installer.
    8/28/10 2:00:43 PM DestroyTwitter 2[1159] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    It does this for several applications.

  • Installing air applications returns error

    I am running windows 8.1 x64
    All updates to applications return the same error.
    The AIR install.log is:
    [2014-06-26:09:48:49] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:09:48:49] Commandline is:
    [2014-06-26:09:48:49] No installed runtime detected
    [2014-06-26:09:48:53] Relaunching with elevation
    [2014-06-26:09:48:54] Launching subprocess with commandline c:\users\rod2510\appdata\local\temp\airf9ce.tmp\adobe air installer.exe -ei
    [2014-06-26:09:48:56] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:09:48:56] Commandline is: -stdio \\.\pipe\AIR_14140_0 -ei
    [2014-06-26:09:48:56] No installed runtime detected
    [2014-06-26:09:48:57] Starting silent runtime install. Installing runtime version 14.0.0.110
    [2014-06-26:09:48:57] Installing msi at c:\users\rod2510\appdata\local\temp\airf9ce.tmp\setup.msi with guid {77D28FF5-242F-488A-8215-937D6A4D69E0}
    [2014-06-26:09:49:00] Runtime Installer end with exit code 0
    [2014-06-26:09:49:00] Elevated install completed
    [2014-06-26:09:49:04] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2014-06-26:09:49:04] Runtime Installer end with exit code 0
    [2014-06-26:09:49:04] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:09:49:04] Commandline is: -installupdatecheck
    [2014-06-26:09:49:04] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:09:49:05] Performing pingback request
    [2014-06-26:09:49:05] Pingback request completed with HTTP status 200
    [2014-06-26:09:49:05] Starting runtime background update check
    [2014-06-26:09:49:05] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update
    [2014-06-26:09:49:05] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update to C:\Users\rod2510\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-06-26:09:49:05] Runtime update not available
    [2014-06-26:09:49:05] Unpackaging cancelled
    [2014-06-26:09:49:05] Runtime Installer end with exit code 0
    [2014-06-26:18:39:13] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:18:39:13] Commandline is: "C:\Users\rod2510\SkyDrive\Documents\PageOneCurator (1)\PageOneCurator.air"
    [2014-06-26:18:39:13] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:18:39:14] Unpackaging file:///C:/Users/rod2510/SkyDrive/Documents/PageOneCurator%20(1)/PageOneCurator.air to C:\Users\rod2510\AppData\Local\Temp\flaA7BA.tmp
    [2014-06-26:18:39:19] Application signature verified
    [2014-06-26:18:39:19] Unpackaging/validation complete
    [2014-06-26:18:39:19] No app located for appID 'com.pageone.Curator' and pubID ''
    [2014-06-26:18:39:27] Converting unpackaged application to a native installation package in C:\Users\rod2510\AppData\Local\Temp\flaDA64.tmp
    [2014-06-26:18:39:29] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #2038" errorID=2038]
    [2014-06-26:18:39:46] Application Installer end with exit code 7
    [2014-06-26:18:40:08] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:18:40:08] Commandline is:
    [2014-06-26:18:40:08] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:18:40:16] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2014-06-26:18:40:16] Runtime Installer end with exit code 0
    [2014-06-26:18:40:17] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:18:40:17] Commandline is: -installupdatecheck
    [2014-06-26:18:40:17] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:18:40:17] Performing pingback request
    [2014-06-26:18:40:18] Pingback request completed with HTTP status 200
    [2014-06-26:18:40:18] Starting runtime background update check
    [2014-06-26:18:40:18] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update
    [2014-06-26:18:40:18] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update to C:\Users\rod2510\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-06-26:18:40:18] Runtime update not available
    [2014-06-26:18:40:18] Unpackaging cancelled
    [2014-06-26:18:40:18] Runtime Installer end with exit code 0
    [2014-06-27:11:29:06] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:11:29:06] Commandline is: -update "c:\program files (x86)\market samurai\market samurai.exe" "C:\Users\rod2510\AppData\Roaming\MarketSamurai.6E37012E1CBD7F47B14488FCC715944F3EBDCEDC. 1\Local Store\MarketSamurai.air" 0.93.28
    [2014-06-27:11:29:06] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-27:11:29:06] Installed app (MarketSamurai.6E37012E1CBD7F47B14488FCC715944F3EBDCEDC.1) located at c:\program files (x86)\market samurai\market samurai.exe
    [2014-06-27:11:29:06] Unpackaging file:///C:/Users/rod2510/AppData/Roaming/MarketSamurai.6E37012E1CBD7F47B14488FCC715944F3E BDCEDC.1/Local%20Store/MarketSamurai.air to C:\Users\rod2510\AppData\Local\Temp\fla36CD.tmp
    [2014-06-27:11:29:17] Application signature verified
    [2014-06-27:11:29:17] Unpackaging/validation complete
    [2014-06-27:11:29:17] Converting unpackaged application to a native installation package in C:\Users\rod2510\AppData\Local\Temp\fla609D.tmp
    [2014-06-27:11:29:18] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #2038" errorID=2038]
    [2014-06-27:11:29:31] Launching subprocess with commandline c:\program files (x86)\market samurai\market samurai.exe
    [2014-06-27:11:29:32] Application Installer end with exit code 7
    [2014-06-27:11:30:20] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:11:30:20] Commandline is: -update "c:\program files (x86)\domain samurai\domain samurai.exe" "C:\Users\rod2510\AppData\Roaming\DomainSamurai.6E37012E1CBD7F47B14488FCC715944F3EBDCEDC. 1\Local Store\DomainSamurai.air" 0.03.67
    [2014-06-27:11:30:20] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-27:11:30:20] Installed app (DomainSamurai.6E37012E1CBD7F47B14488FCC715944F3EBDCEDC.1) located at c:\program files (x86)\domain samurai\domain samurai.exe
    [2014-06-27:11:30:20] Unpackaging file:///C:/Users/rod2510/AppData/Roaming/DomainSamurai.6E37012E1CBD7F47B14488FCC715944F3E BDCEDC.1/Local%20Store/DomainSamurai.air to C:\Users\rod2510\AppData\Local\Temp\fla583A.tmp
    [2014-06-27:11:30:27] Application signature verified
    [2014-06-27:11:30:27] Unpackaging/validation complete
    [2014-06-27:11:30:27] Converting unpackaged application to a native installation package in C:\Users\rod2510\AppData\Local\Temp\fla7151.tmp
    [2014-06-27:11:30:28] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #2038" errorID=2038]
    [2014-06-27:11:30:34] Launching subprocess with commandline c:\program files (x86)\domain samurai\domain samurai.exe
    [2014-06-27:11:30:35] Application Installer end with exit code 7
    [2014-06-27:11:44:22] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:11:44:22] Commandline is: -arp:uninstall
    [2014-06-27:11:44:22] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-27:11:44:31] Relaunching with elevation
    [2014-06-27:11:44:31] Launching subprocess with commandline c:\program files (x86)\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2014-06-27:11:44:32] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:11:44:32] Commandline is: -stdio \\.\pipe\AIR_21176_0 -eu
    [2014-06-27:11:44:32] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-27:11:44:32] Starting runtime uninstall. Uninstalling runtime version 14.0.0.110
    [2014-06-27:11:44:32] Reinstalling c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\setup.msi
    [2014-06-27:11:44:37] Uninstalling product with GUID {77D28FF5-242F-488A-8215-937D6A4D69E0}
    [2014-06-27:11:44:40] Runtime Installer end with exit code 0
    [2014-06-27:11:44:40] Elevated install completed
    [2014-06-27:11:44:41] Runtime Installer end with exit code 0
    [2014-06-27:11:48:49] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:11:48:49] Commandline is:
    [2014-06-27:11:48:49] No installed runtime detected
    [2014-06-27:11:48:58] Relaunching with elevation
    [2014-06-27:11:48:58] Launching subprocess with commandline c:\users\rod2510\appdata\local\temp\air3157.tmp\adobe air installer.exe -ei
    [2014-06-27:11:48:58] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:11:48:58] Commandline is: -stdio \\.\pipe\AIR_17800_0 -ei
    [2014-06-27:11:48:58] No installed runtime detected
    [2014-06-27:11:48:58] Starting silent runtime install. Installing runtime version 14.0.0.110
    [2014-06-27:11:48:59] Installing msi at c:\users\rod2510\appdata\local\temp\air3157.tmp\setup.msi with guid {77D28FF5-242F-488A-8215-937D6A4D69E0}
    [2014-06-27:11:49:01] Runtime Installer end with exit code 0
    [2014-06-27:11:49:01] Elevated install completed
    [2014-06-27:11:49:05] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2014-06-27:11:49:05] Runtime Installer end with exit code 0
    [2014-06-27:11:49:06] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:11:49:06] Commandline is: -installupdatecheck
    [2014-06-27:11:49:06] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-27:11:49:07] Performing pingback request
    [2014-06-27:11:49:07] Pingback request completed with HTTP status 200
    [2014-06-27:11:49:07] Starting runtime background update check
    [2014-06-27:11:49:07] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update
    [2014-06-27:11:49:07] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update to C:\Users\rod2510\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-06-27:11:49:08] Runtime update not available
    [2014-06-27:11:49:08] Unpackaging cancelled
    [2014-06-27:11:49:08] Runtime Installer end with exit code 0
    [2014-06-27:11:52:51] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:11:52:51] Commandline is: "C:\Users\rod2510\SkyDrive\Documents\PageOneCurator (1)\PageOneCurator.air"
    [2014-06-27:11:52:51] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-27:11:52:52] Unpackaging file:///C:/Users/rod2510/SkyDrive/Documents/PageOneCurator%20(1)/PageOneCurator.air to C:\Users\rod2510\AppData\Local\Temp\flaF7D5.tmp
    [2014-06-27:11:52:55] Application signature verified
    [2014-06-27:11:52:55] Unpackaging/validation complete
    [2014-06-27:11:52:55] No app located for appID 'com.pageone.Curator' and pubID ''
    [2014-06-27:11:53:01] Converting unpackaged application to a native installation package in C:\Users\rod2510\AppData\Local\Temp\fla1A61.tmp
    [2014-06-27:11:53:02] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #2038" errorID=2038]
    [2014-06-27:11:55:55] Application Installer end with exit code 7
    [2014-06-27:12:09:49] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:12:09:49] Commandline is:
    [2014-06-27:12:09:49] No installed runtime detected
    [2014-06-27:12:09:54] Relaunching with elevation
    [2014-06-27:12:09:54] Launching subprocess with commandline c:\users\rod2510\appdata\local\temp\air61c1.tmp\adobe air installer.exe -ei
    [2014-06-27:12:10:00] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:12:10:00] Commandline is: -stdio \\.\pipe\AIR_18364_0 -ei
    [2014-06-27:12:10:00] No installed runtime detected
    [2014-06-27:12:10:00] Starting silent runtime install. Installing runtime version 14.0.0.110
    [2014-06-27:12:10:00] Installing msi at c:\users\rod2510\appdata\local\temp\air61c1.tmp\setup.msi with guid {77D28FF5-242F-488A-8215-937D6A4D69E0}
    [2014-06-27:12:10:04] Runtime Installer end with exit code 0
    [2014-06-27:12:10:04] Elevated install completed
    [2014-06-27:12:10:08] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2014-06-27:12:10:08] Runtime Installer end with exit code 0
    [2014-06-27:12:10:09] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:12:10:09] Commandline is: -installupdatecheck
    [2014-06-27:12:10:09] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-27:12:10:09] Performing pingback request
    [2014-06-27:12:10:10] Pingback request completed with HTTP status 200
    [2014-06-27:12:10:10] Starting runtime background update check
    [2014-06-27:12:10:10] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update
    [2014-06-27:12:10:10] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update to C:\Users\rod2510\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-06-27:12:10:10] Runtime update not available
    [2014-06-27:12:10:10] Unpackaging cancelled
    [2014-06-27:12:10:10] Runtime Installer end with exit code 0
    [2014-06-27:12:10:36] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-27:12:10:36] Commandline is: "C:\Users\rod2510\SkyDrive\Documents\PageOneCurator (1)\PageOneCurator.air"
    [2014-06-27:12:10:36] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-27:12:10:36] Unpackaging file:///C:/Users/rod2510/SkyDrive/Documents/PageOneCurator%20(1)/PageOneCurator.air to C:\Users\rod2510\AppData\Local\Temp\fla35DA.tmp
    [2014-06-27:12:10:41] Application signature verified
    [2014-06-27:12:10:41] Unpackaging/validation complete
    [2014-06-27:12:10:41] No app located for appID 'com.pageone.Curator' and pubID ''
    [2014-06-27:12:10:45] Converting unpackaged application to a native installation package in C:\Users\rod2510\AppData\Local\Temp\fla5895.tmp
    [2014-06-27:12:10:47] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #2038" errorID=2038]
    [2014-06-27:12:10:54] Application Installer end with exit code 7
    Thanks for for your help

    I found a temporary workaround. I have a similar problem on a Windows 8.1 x64 machine, although my log is slightly different. When installing the app, it says:
    [2014-06-30:12:38:04] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: open[110]: MSI Error" errorID=0]
    When updating, the error is:
    [2014-06-26:14:20:59] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    The workaround for installing is to generate an .EXE package in Flash IDE and execute it as administrator. For automatic updating, I couldn't find a temporary solution. In my case, I think it is some error on AIR Runtime with Win 8.1 x64. Below, the complete install log:
    [2014-06-13:19:41:07] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-13:19:41:07] Commandline is:
    [2014-06-13:19:41:07] No installed runtime detected
    [2014-06-13:19:41:12] Relaunching with elevation
    [2014-06-13:19:41:12] Launching subprocess with commandline c:\users\tryonme\appdata\local\temp\air663a.tmp\adobe air installer.exe -ei
    [2014-06-13:19:41:16] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-13:19:41:16] Commandline is: -stdio \\.\pipe\AIR_7556_0 -ei
    [2014-06-13:19:41:16] No installed runtime detected
    [2014-06-13:19:41:16] Starting silent runtime install. Installing runtime version 14.0.0.110
    [2014-06-13:19:41:17] Installing msi at c:\users\tryonme\appdata\local\temp\air663a.tmp\setup.msi with guid {77D28FF5-242F-488A-8215-937D6A4D69E0}
    [2014-06-13:19:41:20] Runtime Installer end with exit code 0
    [2014-06-13:19:41:20] Elevated install completed
    [2014-06-13:19:41:24] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2014-06-13:19:41:24] Runtime Installer end with exit code 0
    [2014-06-13:19:41:24] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-13:19:41:24] Commandline is: -installupdatecheck
    [2014-06-13:19:41:24] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-13:19:41:25] Performing pingback request
    [2014-06-13:19:41:26] Pingback request completed with HTTP status 200
    [2014-06-13:19:41:26] Starting runtime background update check
    [2014-06-13:19:41:26] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update
    [2014-06-13:19:41:26] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update to C:\Users\TryOnMe\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-06-13:19:41:27] Runtime update not available
    [2014-06-13:19:41:27] Unpackaging cancelled
    [2014-06-13:19:41:27] Runtime Installer end with exit code 0
    [2014-06-13:19:43:26] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-13:19:43:26] Commandline is: "C:\Users\TryOnMe\Downloads\tomge2.7.90 (1).air"
    [2014-06-13:19:43:26] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-13:19:43:26] Unpackaging file:///C:/Users/TryOnMe/Downloads/tomge2.7.90%20(1).air to C:\Users\TryOnMe\AppData\Local\Temp\fla9A21.tmp
    [2014-06-13:19:43:45] Application signature verified
    [2014-06-13:19:43:45] Unpackaging/validation complete
    [2014-06-13:19:43:45] No app located for appID 'tomge' and pubID ''
    [2014-06-13:19:43:55] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\fla8CA.tmp
    [2014-06-13:19:44:08] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: open[110]: MSI Error" errorID=0]
    [2014-06-13:19:44:12] Application Installer end with exit code 7
    [2014-06-13:19:45:47] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-13:19:45:47] Commandline is: "C:\Users\TryOnMe\Downloads\tomge2.7.90 (1).air"
    [2014-06-13:19:45:47] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-13:19:45:48] Unpackaging file:///C:/Users/TryOnMe/Downloads/tomge2.7.90%20(1).air to C:\Users\TryOnMe\AppData\Local\Temp\flaC2FD.tmp
    [2014-06-13:19:46:05] Application signature verified
    [2014-06-13:19:46:05] Unpackaging/validation complete
    [2014-06-13:19:46:05] No app located for appID 'tomge' and pubID ''
    [2014-06-13:19:46:21] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\fla44FF.tmp
    [2014-06-13:19:46:35] Native installation package creation succeeded
    [2014-06-13:19:46:35] Starting app installation to C:\Program Files (x86). Installing app tomge version 2.7.90 using the source file at file:///C:/Users/TryOnMe/Downloads/tomge2.7.90%20(1).air
    [2014-06-13:19:46:35] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Directory can't be written to" errorID=5006]
    [2014-06-13:19:46:35] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/TryOnMe/Downloads/tomge2.7.90%20(1).air
    [2014-06-13:19:46:35] Relaunching with elevation
    [2014-06-13:19:46:41] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-13:19:46:41] Commandline is: -stdio \\.\pipe\AIR_2788_0 -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/TryOnMe/Downloads/tomge2.7.90%20(1).air
    [2014-06-13:19:46:41] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-13:19:46:41] Unpackaging file:///C:/Users/TryOnMe/Downloads/tomge2.7.90%20(1).air to C:\Users\TryOnMe\AppData\Local\Temp\fla94C4.tmp
    [2014-06-13:19:47:00] Application signature verified
    [2014-06-13:19:47:00] Unpackaging/validation complete
    [2014-06-13:19:47:00] No app located for appID 'tomge' and pubID ''
    [2014-06-13:19:47:00] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\flaDC2E.tmp
    [2014-06-13:19:47:15] Native installation package creation succeeded
    [2014-06-13:19:47:15] Starting silent app installation to C:\Program Files (x86). Installing app tomge version 2.7.90 using the source file at file:///C:/Users/TryOnMe/Downloads/tomge2.7.90%20(1).air
    [2014-06-13:19:47:15] Installing msi at C:\Users\TryOnMe\AppData\Local\Temp\flaDC2E.tmp\setup.msi with guid {A267AAC8-1C79-A102-F7F3-9FB3E08E84E8}
    [2014-06-13:19:47:28] Application Installer end with exit code 0
    [2014-06-13:19:47:29] Elevated install completed
    [2014-06-13:19:47:29] Launching subprocess with commandline C:\Program Files (x86)\TryOnMe Global Edition\TryOnMe Global Edition.exe
    [2014-06-13:19:47:30] Application Installer end with exit code 0
    [2014-06-14:03:00:37] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-14:03:00:37] Commandline is: -update "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" "C:\Users\TryOnMe\AppData\Roaming\tomge\Local Store\#ApplicationUpdater\update.air" 2.7.91
    [2014-06-14:03:00:37] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-14:03:00:37] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-14:03:00:38] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\flaDC90.tmp
    [2014-06-14:03:00:54] Application signature verified
    [2014-06-14:03:00:54] Unpackaging/validation complete
    [2014-06-14:03:00:55] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\fla1E8B.tmp
    [2014-06-14:03:01:09] Native installation package creation succeeded
    [2014-06-14:03:01:09] Starting app update of c:\program files (x86). Updating from tomge version 2.7.90 to tomge version 2.7.91 using the source file at file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air
    [2014-06-14:03:01:09] Installing msi at C:\Users\TryOnMe\AppData\Local\Temp\fla1E8B.tmp\setup.msi with guid {113FDCAD-75BE-7C5F-F584-085B8439F87F}
    [2014-06-14:03:01:26] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-06-14:03:01:26] Rolling back install of C:\Users\TryOnMe\AppData\Local\Temp\fla1E8B.tmp\setup.msi
    [2014-06-14:03:01:26] Rollback complete
    [2014-06-14:03:01:26] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-06-14:03:01:26] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air 2.7.91
    [2014-06-14:03:01:26] Relaunching with elevation
    [2014-06-14:03:01:30] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-14:03:01:30] Commandline is: -stdio \\.\pipe\AIR_8700_0 -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air 2.7.91
    [2014-06-14:03:01:30] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-14:03:01:30] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-14:03:01:30] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\flaAA4F.tmp
    [2014-06-14:03:01:47] Application signature verified
    [2014-06-14:03:01:47] Unpackaging/validation complete
    [2014-06-14:03:01:47] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\flaECD8.tmp
    [2014-06-14:03:02:01] Native installation package creation succeeded
    [2014-06-14:03:02:01] Starting silent app update of c:\program files (x86). Updating from tomge version 2.7.90 to tomge version 2.7.91 using the source file at file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air
    [2014-06-14:03:02:01] Installing msi at C:\Users\TryOnMe\AppData\Local\Temp\flaECD8.tmp\setup.msi with guid {113FDCAD-75BE-7C5F-F584-085B8439F87F}
    [2014-06-14:03:02:50] Application Installer end with exit code 0
    [2014-06-14:03:02:51] Elevated install completed
    [2014-06-14:03:02:51] Launching subprocess with commandline c:\program files (x86)\TryOnMe Global Edition\TryOnMe Global Edition.exe
    [2014-06-14:03:02:52] Application Installer end with exit code 0
    [2014-06-23:23:58:28] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-06-23:23:58:28] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-23:23:58:28] Commandline is: -updatecheck
    [2014-06-23:23:58:28] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-23:23:58:29] Performing pingback request
    [2014-06-23:23:58:29] Starting runtime background update check
    [2014-06-23:23:58:29] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update
    [2014-06-23:23:58:29] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update to C:\Users\TryOnMe\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-06-23:23:58:29] Runtime update not available
    [2014-06-23:23:58:29] Unpackaging cancelled
    [2014-06-23:23:58:29] Runtime Installer end with exit code 0
    [2014-06-26:14:20:46] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:14:20:46] Commandline is: -update "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" "C:\Users\TryOnMe\AppData\Roaming\tomge\Local Store\#ApplicationUpdater\update.air" 2.7.92
    [2014-06-26:14:20:46] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:14:20:46] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:20:46] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\fla1536.tmp
    [2014-06-26:14:20:57] Application signature verified
    [2014-06-26:14:20:57] Unpackaging/validation complete
    [2014-06-26:14:20:57] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\fla3F93.tmp
    [2014-06-26:14:20:59] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-06-26:14:22:40] Launching subprocess with commandline c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:22:41] Application Installer end with exit code 7
    [2014-06-26:14:26:16] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:14:26:16] Commandline is: -update "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" "C:\Users\TryOnMe\AppData\Roaming\tomge\Local Store\#ApplicationUpdater\update.air" 2.7.92
    [2014-06-26:14:26:16] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:14:26:16] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:26:16] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\fla1E27.tmp
    [2014-06-26:14:26:26] Application signature verified
    [2014-06-26:14:26:26] Unpackaging/validation complete
    [2014-06-26:14:26:26] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\fla44CB.tmp
    [2014-06-26:14:26:28] Native installation package creation succeeded
    [2014-06-26:14:26:28] Starting app update of c:\program files (x86). Updating from tomge version 2.7.91 to tomge version 2.7.92 using the source file at file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air
    [2014-06-26:14:26:28] Installing msi at C:\Users\TryOnMe\AppData\Local\Temp\fla44CB.tmp\setup.msi with guid {57F5D81A-1C16-1202-4228-92539692C186}
    [2014-06-26:14:26:43] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-06-26:14:26:43] Rolling back install of C:\Users\TryOnMe\AppData\Local\Temp\fla44CB.tmp\setup.msi
    [2014-06-26:14:26:43] Rollback complete
    [2014-06-26:14:26:43] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-06-26:14:26:43] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air 2.7.92
    [2014-06-26:14:26:43] Relaunching with elevation
    [2014-06-26:14:26:46] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:14:26:46] Commandline is: -stdio \\.\pipe\AIR_7148_0 -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air 2.7.92
    [2014-06-26:14:26:46] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:14:26:46] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:26:47] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\fla94ED.tmp
    [2014-06-26:14:26:58] Application signature verified
    [2014-06-26:14:26:58] Unpackaging/validation complete
    [2014-06-26:14:26:58] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\flaBFD7.tmp
    [2014-06-26:14:26:59] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-06-26:14:26:59] Elevated install failed: error 5005 Unhandled exception Error: EndUpdateResource: Windows Error #5
    [2014-06-26:14:27:01] Application Installer end with exit code 7
    [2014-06-26:14:27:01] Launching subprocess with commandline c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:27:02] Application Installer end with exit code 7
    [2014-06-26:14:35:47] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:14:35:47] Commandline is: -update "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" "C:\Users\TryOnMe\AppData\Roaming\tomge\Local Store\#ApplicationUpdater\update.air" 2.7.92
    [2014-06-26:14:35:47] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:14:35:48] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:35:48] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\flaD80A.tmp
    [2014-06-26:14:35:58] Application signature verified
    [2014-06-26:14:35:58] Unpackaging/validation complete
    [2014-06-26:14:35:58] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\flaFECD.tmp
    [2014-06-26:14:36:00] Native installation package creation succeeded
    [2014-06-26:14:36:00] Starting app update of c:\program files (x86). Updating from tomge version 2.7.91 to tomge version 2.7.92 using the source file at file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air
    [2014-06-26:14:36:00] Installing msi at C:\Users\TryOnMe\AppData\Local\Temp\flaFECD.tmp\setup.msi with guid {57F5D81A-1C16-1202-4228-92539692C186}
    [2014-06-26:14:36:01] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-06-26:14:36:01] Rolling back install of C:\Users\TryOnMe\AppData\Local\Temp\flaFECD.tmp\setup.msi
    [2014-06-26:14:36:01] Rollback complete
    [2014-06-26:14:36:01] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-06-26:14:36:01] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air 2.7.92
    [2014-06-26:14:36:01] Relaunching with elevation
    [2014-06-26:14:36:07] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:14:36:07] Commandline is: -stdio \\.\pipe\AIR_728_0 -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air 2.7.92
    [2014-06-26:14:36:07] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:14:36:07] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:36:08] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\fla256F.tmp
    [2014-06-26:14:36:18] Application signature verified
    [2014-06-26:14:36:18] Unpackaging/validation complete
    [2014-06-26:14:36:18] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\fla4C8F.tmp
    [2014-06-26:14:36:19] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-06-26:14:36:19] Elevated install failed: error 5005 Unhandled exception Error: EndUpdateResource: Windows Error #5
    [2014-06-26:14:36:21] Application Installer end with exit code 7
    [2014-06-26:14:36:26] Launching subprocess with commandline c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:36:26] Application Installer end with exit code 7
    [2014-06-26:14:49:00] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:14:49:00] Commandline is: -update "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" "C:\Users\TryOnMe\AppData\Roaming\tomge\Local Store\#ApplicationUpdater\update.air" 2.7.92
    [2014-06-26:14:49:00] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:14:49:00] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:49:00] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\flaEEB4.tmp
    [2014-06-26:14:49:10] Application signature verified
    [2014-06-26:14:49:10] Unpackaging/validation complete
    [2014-06-26:14:49:10] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\fla149D.tmp
    [2014-06-26:14:49:12] Native installation package creation succeeded
    [2014-06-26:14:49:12] Starting app update of c:\program files (x86). Updating from tomge version 2.7.91 to tomge version 2.7.92 using the source file at file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air
    [2014-06-26:14:49:12] Installing msi at C:\Users\TryOnMe\AppData\Local\Temp\fla149D.tmp\setup.msi with guid {57F5D81A-1C16-1202-4228-92539692C186}
    [2014-06-26:14:49:13] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-06-26:14:49:13] Rolling back install of C:\Users\TryOnMe\AppData\Local\Temp\fla149D.tmp\setup.msi
    [2014-06-26:14:49:13] Rollback complete
    [2014-06-26:14:49:13] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-06-26:14:49:13] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air 2.7.92
    [2014-06-26:14:49:13] Relaunching with elevation
    [2014-06-26:14:49:15] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:14:49:15] Commandline is: -stdio \\.\pipe\AIR_5384_0 -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air 2.7.92
    [2014-06-26:14:49:15] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:14:49:15] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:49:15] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\fla27D5.tmp
    [2014-06-26:14:49:25] Application signature verified
    [2014-06-26:14:49:25] Unpackaging/validation complete
    [2014-06-26:14:49:25] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\fla4EF6.tmp
    [2014-06-26:14:49:26] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-06-26:14:49:26] Elevated install failed: error 5005 Unhandled exception Error: EndUpdateResource: Windows Error #5
    [2014-06-26:14:49:28] Application Installer end with exit code 7
    [2014-06-26:14:49:31] Launching subprocess with commandline c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:49:31] Application Installer end with exit code 7
    [2014-06-26:14:51:49] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:14:51:49] Commandline is: -update "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" "C:\Users\TryOnMe\AppData\Roaming\tomge\Local Store\#ApplicationUpdater\update.air" 2.7.92
    [2014-06-26:14:51:49] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:14:51:49] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:51:50] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\fla8359.tmp
    [2014-06-26:14:51:59] Application signature verified
    [2014-06-26:14:51:59] Unpackaging/validation complete
    [2014-06-26:14:51:59] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\flaA9BF.tmp
    [2014-06-26:14:52:01] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-06-26:14:52:05] Launching subprocess with commandline c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:52:06] Application Installer end with exit code 7
    [2014-06-26:14:56:26] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:14:56:26] Commandline is: -update "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" "C:\Users\TryOnMe\AppData\Roaming\tomge\Local Store\#ApplicationUpdater\update.air" 2.7.92
    [2014-06-26:14:56:26] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:14:56:26] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:56:27] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\flaBEAA.tmp
    [2014-06-26:14:56:37] Application signature verified
    [2014-06-26:14:56:37] Unpackaging/validation complete
    [2014-06-26:14:56:37] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\flaE4C1.tmp
    [2014-06-26:14:56:38] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-06-26:14:56:50] Launching subprocess with commandline c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:14:56:50] Application Installer end with exit code 7
    [2014-06-26:15:18:06] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:15:18:06] Commandline is: C:\Users\TryOnMe\Desktop\tomge2.7.92.air
    [2014-06-26:15:18:06] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:15:18:07] Unpackaging file:///C:/Users/TryOnMe/Desktop/tomge2.7.92.air to C:\Users\TryOnMe\AppData\Local\Temp\fla9537.tmp
    [2014-06-26:15:18:17] Application signature verified
    [2014-06-26:15:18:17] Unpackaging/validation complete
    [2014-06-26:15:18:17] Installed app (tomge) located at C:\program files (x86)\TryOnMe Global Edition\TryOnMe Global Edition.exe
    [2014-06-26:15:18:20] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\flaC958.tmp
    [2014-06-26:15:18:21] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-06-26:15:18:29] Application Installer end with exit code 7
    [2014-06-26:15:18:44] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:15:18:44] Commandline is: C:\Users\TryOnMe\Desktop\tomge2.7.92.air
    [2014-06-26:15:18:44] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:15:18:45] Unpackaging file:///C:/Users/TryOnMe/Desktop/tomge2.7.92.air to C:\Users\TryOnMe\AppData\Local\Temp\fla27E2.tmp
    [2014-06-26:15:18:55] Application signature verified
    [2014-06-26:15:18:55] Unpackaging/validation complete
    [2014-06-26:15:18:56] Installed app (tomge) located at C:\program files (x86)\TryOnMe Global Edition\TryOnMe Global Edition.exe
    [2014-06-26:15:19:05] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\fla771C.tmp
    [2014-06-26:15:19:06] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-06-26:15:19:10] Application Installer end with exit code 7
    [2014-06-26:17:40:11] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:17:40:11] Commandline is: C:\Users\TryOnMe\Desktop\tomge2.7.92.air
    [2014-06-26:17:40:11] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:17:40:12] Unpackaging file:///C:/Users/TryOnMe/Desktop/tomge2.7.92.air to C:\Users\TryOnMe\AppData\Local\Temp\flaAABA.tmp
    [2014-06-26:17:40:23] Application signature verified
    [2014-06-26:17:40:23] Unpackaging/validation complete
    [2014-06-26:17:40:23] Installed app (tomge) located at C:\program files (x86)\TryOnMe Global Edition\TryOnMe Global Edition.exe
    [2014-06-26:17:40:39] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\fla1339.tmp
    [2014-06-26:17:40:41] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-06-26:17:41:18] Application Installer end with exit code 7
    [2014-06-26:17:42:05] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:17:42:05] Commandline is:
    [2014-06-26:17:42:05] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:17:42:13] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2014-06-26:17:42:13] Runtime Installer end with exit code 0
    [2014-06-26:17:42:14] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:17:42:14] Commandline is: -installupdatecheck
    [2014-06-26:17:42:14] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:17:42:14] Performing pingback request
    [2014-06-26:17:42:15] Pingback request completed with HTTP status 200
    [2014-06-26:17:42:15] Starting runtime background update check
    [2014-06-26:17:42:15] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update
    [2014-06-26:17:42:15] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update to C:\Users\TryOnMe\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-06-26:17:42:15] Runtime update not available
    [2014-06-26:17:42:15] Unpackaging cancelled
    [2014-06-26:17:42:15] Runtime Installer end with exit code 0
    [2014-06-26:17:47:24] Application Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:17:47:24] Commandline is: -update "c:\program files (x86)\tryonme global edition\tryonme global edition.exe" "C:\Users\TryOnMe\AppData\Roaming\tomge\Local Store\#ApplicationUpdater\update.air" 2.7.93
    [2014-06-26:17:47:24] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:17:47:24] Installed app (tomge) located at c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:17:47:24] Unpackaging file:///C:/Users/TryOnMe/AppData/Roaming/tomge/Local%20Store/%23ApplicationUpdater/update .air to C:\Users\TryOnMe\AppData\Local\Temp\fla4373.tmp
    [2014-06-26:17:47:35] Application signature verified
    [2014-06-26:17:47:35] Unpackaging/validation complete
    [2014-06-26:17:47:35] Converting unpackaged application to a native installation package in C:\Users\TryOnMe\AppData\Local\Temp\fla6B3F.tmp
    [2014-06-26:17:47:36] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-06-26:17:47:38] Launching subprocess with commandline c:\program files (x86)\tryonme global edition\tryonme global edition.exe
    [2014-06-26:17:47:39] Application Installer end with exit code 7
    [2014-06-26:17:53:20] Runtime Installer begin with version 3.8.0.1430 on Windows 8 x86
    [2014-06-26:17:53:20] Commandline is:
    [2014-06-26:17:53:20] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:17:53:24] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2014-06-26:17:53:24] Runtime Installer end with exit code 0
    [2014-06-26:17:53:24] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:17:53:24] Commandline is: -installupdatecheck
    [2014-06-26:17:53:24] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:17:53:25] Performing pingback request
    [2014-06-26:17:53:26] Pingback request completed with HTTP status 200
    [2014-06-26:17:53:26] Starting runtime background update check
    [2014-06-26:17:53:26] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update
    [2014-06-26:17:53:26] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/14.0.0.110/update to C:\Users\TryOnMe\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-06-26:17:53:26] Runtime update not available
    [2014-06-26:17:53:26] Unpackaging cancelled
    [2014-06-26:17:53:26] Runtime Installer end with exit code 0
    [2014-06-26:17:53:55] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:17:53:55] Commandline is: -arp:uninstall
    [2014-06-26:17:53:55] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:17:54:06] Relaunching with elevation
    [2014-06-26:17:54:06] Launching subprocess with commandline c:\program files (x86)\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2014-06-26:17:54:06] Runtime Installer begin with version 14.0.0.110 on Windows 8 x86
    [2014-06-26:17:54:06] Commandline is: -stdio \\.\pipe\AIR_5736_0 -eu
    [2014-06-26:17:54:06] Installed runtime (14.0.0.110) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-06-26:17:54:06] Starting runtime uninstall. Uninstalling runtime version 14.0.0.110
    [2014-06-26:17:54:06] Reinstalling c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\setup.msi
    [2014-06-26:17:54:07] Uninstalling product with GUID {77D28FF5-242F-488A-8215-937D6A4D69E0}
    [2014-06-26:17:54:08] Runtime Installer end with exit code 0
    [2014-06-26:17:54:09] Elevated install completed
    [2014-06-26:17:54:09] Runtime Installer end with exit code 0
    [2014-06-26:17:54:37] Runtime Installer begin with version 3.8.0.1430 on Windows 8 x86
    [2014-06-26:17:54:37] Commandline is:
    [2014-06-26:17:54:37] No installed runtime detected
    [2014-06-26:17:54:40] Relaunching with elevation
    [2014-06-26:17:54:40] Launching subprocess with commandline c:\users\tryonme\appdata\local\temp\aircfa8.tmp\adobe air installer.exe -ei
    [2014-06-26:17:54:42] Runtime Installer begin with version 3.8.0.1430 on Windows 8 x86
    [2014-06-26:17:54:42] Commandline is: -stdio \\.\pipe\AIR_5236_0 -ei
    [2014-

  • One single click to install air application without air runtime or Internet ?

    Hi Guys
    we want to install a air application on the end-user's
    computer.but the problem is that the end-user's computer will not
    have AIR Runtime and do not connect to the Internet, and we want to
    user just one click can install the AIR Runtime and our air
    application.
    can anybody tell me how to do this ~~? thanks!

    i think this link will help you :)
    click
    here

  • Silenting Installing AIR applications using Altiris

    I was wondering if anyone can provide some guidance or
    recommendations on how to silently install an AIR application using
    Altiris. We are not able to package the .air installer and proceed
    with the setup without prompting the user for the options screens.
    Any help or assistance that can be provided would be greatly
    appreciated.
    Thanks!

    If you have signed up for Adobe AIR Runtime Distribution Agreement, you should be able to use Silent Installation of AIR Runtime and App. We use that in our msi installer.
    Usage is:
    -silent {-eulaAccepted ( -location <loc> ) -desktopShortcut -programMenu} path_to_air_file
    Details of the options are included in the adobe_air_runtime_redistribution.pdf that you will get when you sign the agreement.
    -Jeesmon

  • Cannot install AIR application when the system date is set beyond 10/31/2017

    I created a native time-stamped installer for an AIR application. While testing the installer with different system dates, I noticed that the installer does not work when the system date is set beyond 10/31/2017. I tested the same with a self-signed certificate as well as a Verisign certificate and found the behaviour to be consistent. Why does the installer stop working after this date?

    Thanks very much for keeping this issue alive.
    Let me restate the issue:
    We have a AIR 2.0.4.13090 sidecar application. Installing the application for the very first time seems to work. Any uninstall or update after that runs into issues on the problematic Windows 7 64 bit machine. The installer logs all point the finger to Windows Installer having problems writing to the temp directory.
    We've gone through many, many things trying to resolve this, including resetting administrative access to the temp directory and flushing the temp directory out entirely. I'm reporting this news secondhand, so it's not possible for me to directly relate the exact measures taken, step-by-step. The ONLY thing that reliably worked for running and installing updates on this AIR application was the following:
    1) Create a new administrative level user.
    2) Log in with that user.
    3) Disable firewalls.
    4) Run the updater.
    5) Log back in as normal user, delete temporary user.
    if the user account created in step 1 is not deleted in step 5 and is used to attempt a further update or uninstall, it will fail. This seems to tell me that AIR is able to utilize the temp folder via Windows Installer correctly only once. After that, it dirties this directory somehow and is unable to use/write to it, and subsequent uninstalls/updates fail with error 0.
    Again, the failure all show msi issues writing to the temp directory. They result in an "Error 0" alert dialog in AIR.

  • How can I get an AIR application to a video output via DeckLink card with alpha channel?

    Hi there!
    Anybody knows how to get an AIR application to a video output via DeckLink card with alpha channel?
    The reason is because we want to develope tv show games with air.
    Thanks.

    See if these have iMac Nvidia drivers:
    http://www.laptopvideo2go.com/drivers/

Maybe you are looking for

  • Exporting report to PDF takes too long on Win 2k Advanced Server, Service Pack 4

    Post Author: zaverit CA Forum: .NET We have written VB.Net program which extracts required information from the database in the memory and then based on the configuration, exports the data to PDF using below command ExportToDisk(CrystalDecisions.[Sha

  • Symbol does not clone properly

    I clone a symbol (button) and change its rollover color, but the other symbols (from wich this one was cloned) get updated... I need the new symbol to have unique rollover. This is Firesworks CS3 Thanx!.

  • S/MIME with Detached Signature

    Can anyone provide an example of how to create a PKCS#7 S/MIME message with detached signature (content-type: application/pkcs7-signature) Thanks

  • Audigy 4 and midi keyboard soc

    Hi, I've got a basic Audigy 4 soundcard, not the pro edition with the external box, but the pci internal card. I'm wondering if it's possible to connect a synthesizer which has midi input/output sockets to this soundcard. At first glance it doesn't l

  • Will Illustrator run on 1.8GHz quad core processor?

    I am reading that Illustrator CS4 requires a 2.0GHz processor to run. I am assuming that is for a single core processor. I am considering buying a new computer running Vista 64 bit with a1.8GHz quad core processor and 4GB of RAM. Would Illustrator CS