Adobe AIR Reporting Solutions

Anyone know of any reporting solutions for AIR?  I am looking for an embedded solution that does not require accessing a remote server for report generation.
TIA.
--Jim

Hi Jim,
take a look at:
http://alivepdf.org/
ActionScript 3 Open-Source PDF Library – 100% client side PDF generation which makes you and your server happy
Regards!
Martin

Similar Messages

  • Adobe Air download - "Couldn't write the application to the hard disk. Please verify the hard disk is available and try again" message. Been at this for days. Tried every suggested solution on multiple forums. Anyone come across a reliable fix?

    I have a subscription to Adobe Story Plus. I have been attempting to download the desktop version for over a week with no luck. I've read every forum I can find and attempted every suggested solution with no luck.
    Things I have done:
    - downloaded adobe air directly from website.
    - refreshed adobe story after air download and retried story download.
    - restarted computer
    - attempted download on multiple internet browsers.
    ***One thing that I have noticed is that I cannot actually find the adobe air application on my pc. The installer is present and every time I try to open it I am told that air is already installed and updated.
    Any help would be greatly appreciated. I'm no computer expert, but I am capable enough to usually troubleshoot my own problems. This one has gotten away from me though and I'm out of ideas.
    Thank you in advance.
    Adam

    Does these steps help?
    - Download Adobe AIR from https://get.adobe.com/air
    - Double click on the downloaded file and install it.
    - After installation, download the Adobe Story installer directory from https://story.adobe.com/AIR/AdobeStory.air
    - Double click on the downloaded installer to install it.

  • Adobe Air and JasperServer Reports

    Has anyone used the Jasperserver reports in Adobe Air ?
    PLEASE HELP and if yes r they able to export the reports in PDF,
    Excel and csv files from adobe air ?

    I am using Adobe Air which displays jasper server reports and
    the report generated gives an option to the user to open that
    report in different format like excel, rtf, csv formats.. and
    jasperserver has it's function to convert it approptaitely in
    different formats. It's just in Adobe air it doesn't work.. I
    tested my application with google chrome which has a webkit just
    like adobe air . So When I want to open the report in excel then it
    gives me an option either to open it or save it. But in Adobe Air
    it comes as a blank page.. not sure what's happening also as I
    dont' get any exception.. so not sure whether Adobe Air recognizes
    the other formats besides pdf... as for PDF I had to have adobe
    reader 9 installed and then it opens up.. If still I am not able to
    explain the scenario please call me at 314-799-3138 (USA). I am
    just stuck in this project.. And we have to use Adobe air as our
    application has to be desktop oriented.

  • Adobe Air and Jasper Report

    I am not sure whether this question belong in this forum..
    But If anyone has used jasperserver with Adobe air please help me..
    I have my application build in Adobe Air and one of the
    feature is to show the reports. I am able to see the report
    properly on adobe air when I pass the url through Iframe. But when
    I pass the URL with Output=pdf or when I click the pdf icon from
    jasper report, opens a new adobe air window with a black screen and
    this happens for all the different exports ie excel.... When I use
    the same application by triggering in IE, Firefox or Google chrome,
    it opens a new window or tab and shows me the pdf version.
    So I need help either to get me the pdf in that new adobe air
    window or open in the users deafult browser that pdf.
    PLEASE HELP ... Please contact me for the screen shots at
    [email protected] as I cannot attach the screen shots.. I REALLY
    NEED HELP SOON

    Does anyone has an application which has a option to open an
    excel file... if yes please contact me at [email protected]

  • Report error to admin on installation fail of adobe air setup ?

    Hi Guys
    Just wanna know if there is anyway to automatiaclly mail to partcular id if the installation of adobe air setup fail on user computer.
    Thanks and Regards
      Mohit

    Not built-in. You would have to create your own installer for this (which would have to be a platform specific executable).

  • How to report a success case into Adobe AIR gaming showcase

    Hello all!
    I've been following during months the progression of the Adobe AIR showcase, wondering why it was so reduced. Adobe AIR is a fantastic framework and after being able to develop a puzzle game and to publish it on App Store and Google Play without problems, I was confused, many people have to be developing on AIR for sure, so why is the list so small? I think because there is no an easy way of contacting Adobe in order to add new cases. Does anyone know how to do it?

    Thanks very much for your answer! I will try to find anyone on Adobe interested on spreading AIR... By the way if someone can guide me to the right people I would be very pleased

  • Attention Mac 10.7.2 users that are crashing with Adobe AIR - SOLUTION

    We are aware of the crashes that can occur with late model Apple computers running 10.7.2 and have worked closely with Apple to address this issue.  If you find that AIR is crashing on your system, please update to OS 10.7.3.  If you still encounter issues please create a new thread and include your crash log for further examination.
    If you had previously disabled "Automatic graphics switching" (see screenshot below), you should now be able to safely re-enable this feature without impacting AIR performance.
    Open System Preferences, select Energy Saver and enable Automatic graphics switching
    Thank you,
    Chris

    Chris: I decided to not create another thread.
    The Error-Log:
    <snip>
    26.03.12 12:53:14,801 Adobe AIR Installer: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.7.3 x86
    26.03.12 12:53:14,801 Adobe AIR Installer: Commandline is: -psn_0_2744990
    26.03.12 12:53:14,801 Adobe AIR Installer: No installed runtime detected
    </snip>
    This, esp. "No installer runtime detected" I notice since SnowLeopard (at least).
    And so, no I don't think you worked out anything out with apple.
    What I tried so far is:
    Started Chrome Yes & No
    Fresh system start Yes & No
    Automatic graphic switching On & Off
    All above in any combination
    much more...
    Your help would be very much appreciated.

  • Adobe AIR runtime update dialog breaks application

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

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

  • Deployment of an Adobe AIR application in an enterprise environment

    Dear Team members,
    first of all my apologies for posting this thread in more than one forum (see Installations Issues) but the argument is very important to us and I don't know where discuss it.
    I would like to post a question to you regarding deployment doubts that we are trying to address.
    My company is working on the new version of our primary application previously built as a J2EE application with some reporting functions with Flex, and we want to use AIR in order to leverage its possibilities:
    Seamless integration with existing application functionalities (implemented as standard JEE web application pages) thanks to the integrated HTML capabilities
    Improved integration of the user interface with the desktop
    Native processes to provide additional functionalities
    Our application is targeted to pharmaceutical industry, subject to FDA regulations, and it affects more than 5000 users for each customer, so we have some specific requirements affecting the deployment and distribution of the software:
    Allow to run multiple versions of the software on the same client machine (to support test and acceptance activities in addition to the production environment)
    Minimize the effort of the initial setup on each client
    Manage the version upgrades without manual activities on each client
    Keep the test/acceptance and production environments strictly aligned to improve effectiveness of formal validation (ideally, an application once validated should be transported in production without any source code modification, recompilation or repackaging)
    The current browser-based strategy is perfectly fit to these requirements, and in the shift towards a desktop-based strategy we need to continue satisfying them as much as possible. We evaluated the standard distribution strategy of Adobe AIR applications, and noticed several attention points in this scenario.
    The first issue we encountered is the back-end services endpoint discovery problem. Simply hardcoding a server URL in the packaged application could be a viable solution for public internet-accessible applications, but we need to support multiple customers in their intranet, and each one typically requires multiple environments for the application (acceptance, production, etc.). Maintaining dozens of different packages of the AIR application to support all these customer environments clearly is not the solution. Neither we want to force thousands of different users to enter and maintain the correct server location in their local preferences.
    So, we thought to use a badge hosted in the back-end application to run the local AIR application: using the underlying API, we could activate the application specifying also the network location of the back-end services. We could also rely on the badge to install the application (and the AIR runtime if necessary)… however, application packaged as native installers cannot be installed, upgraded, or launched by the badge API (and we need to package ours as native to use native processes).
    We also noticed that multiple versions of an AIR application cannot be installed side-by-side in a client machine, and that the installation and upgrade of the application can be performed only when the local user has administrative rights on the machine (using standard or native packages), forcing us to rely on external software distribution systems in some customer scenarios (introducing additional complexities in the release cycle).
    At this point, in our opinion the standard deployment strategies of Adobe AIR applications are unfit for enterprise environments. In the enterprise world, many of the applications have migrated to a completely browser-based solution, while others enhanced their client layer to comply with the requirements, for example installing only a thin portion of the client code and allowing to connect to multiple server versions/environments with it (e.g. the SAP GUI universal client). Without smarter deployment and distribution tools, AIR applications currently are a step back compared to web applications in terms of manageability.
    So, we are trying to develop a solution to address these problems, with some concepts similar to JStart: install on the client machine a launcher application capable of being activated from a web page, dynamically locate, download and run the actual client bytecode, transparently enforce client software updates, and supporting multiple applications (and multiple versions of the same application). However, we are facing many technical problems due to internal architecture of AIR and we already spent a considerable amount of effort trying to find a solution. We are now thinking to return on the choice of AIR, going back to Flex.
    What is the position of Adobe on this argument? Is Adobe aware of these issues and are there any plans on this topic? Any advice?
    Thank you in advance

    For those following along, Oliver Goldman will be answering this post in future articles on his blog.
    Many great comments and questions here. I’m working on some follow-up posts to address these; nothing I could cram into this comment field would really do your query justice. - Oliver Goldman
    Pursuit of Simplicity
    Chris

  • Unable to install Adobe Air on MacBook Pro running OSX 10.7.2

    I have been trying for a while today to install the adobe air product on my machine so I'm able to run the TweetDeck software.  Unfortunately no matter what I do, the installation seems to fail.  I've manually uninstalled old files.  I've run suggested apple scripts suggested in other threads.  I've repaired local disk permissions.  You name it, I think I've tried it.  Any assistance would be appreciated.  I've included the console activity log for the last hour or so of trying to get it working. Thanks, Stephen
    10/13/11 1:33:27.067 PM ReportCrash: Saved crash report for Adobe AIR Application Installer[443] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Application Installer_2011-10-13-133327_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 1:37:58.710 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 1:37:58.710 PM Adobe AIR Installer: Commandline is: -psn_0_426088
    10/13/11 1:37:58.710 PM Adobe AIR Installer: Installed runtime (3.0.0.4080) located at /Library/Frameworks/Adobe AIR.framework
    10/13/11 1:37:59.938 PM com.apple.launchd.peruser.501: ([0x0-0x68068].com.adobe.air.Installer[452]) Job appears to have crashed: Segmentation fault: 11
    10/13/11 1:38:00.144 PM ReportCrash: Saved crash report for Adobe AIR Installer[452] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-133800_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 1:41:08.400 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 1:41:08.400 PM Adobe AIR Installer: Commandline is: -psn_0_491640
    10/13/11 1:41:08.400 PM Adobe AIR Installer: Installed runtime (3.0.0.4080) located at /Library/Frameworks/Adobe AIR.framework
    10/13/11 1:41:10.111 PM com.apple.launchd.peruser.501: ([0x0-0x78078].com.adobe.air.Installer[518]) Job appears to have crashed: Segmentation fault: 11
    10/13/11 1:41:10.332 PM ReportCrash: Saved crash report for Adobe AIR Installer[518] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-134110_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 1:42:21.142 PM automountd: parse_entry: bad key in map auto_home: Adobe AIR Installer.app
    10/13/11 1:42:34.771 PM Finder: Terminate AirDrop P2P link
    10/13/11 1:45:07.006 PM sudo:    Steve : TTY=ttys000 ; PWD=/Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS ; USER=root ; COMMAND=./Adobe AIR Installer
    10/13/11 1:45:10.494 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 1:45:10.494 PM Adobe AIR Installer: Commandline is:
    10/13/11 1:45:10.494 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 1:45:12.183 PM ReportCrash: Saved crash report for Adobe AIR Installer[578] version ??? (???) to /Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-134512_localhost.crash
    10/13/11 1:45:40.900 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 1:45:40.900 PM Adobe AIR Installer: Commandline is: -psn_0_557192
    10/13/11 1:45:40.900 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 1:45:42.164 PM com.apple.launchd.peruser.501: ([0x0-0x88088].com.adobe.air.Installer[584]) Job appears to have crashed: Segmentation fault: 11
    10/13/11 1:45:42.330 PM ReportCrash: Saved crash report for Adobe AIR Installer[584] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-134542_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 1:56:17.999 PM UserEventAgent: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 12295
    10/13/11 1:56:20.000 PM kernel: AirPort_Brcm4331: Ethernet address e4:ce:8f:41:c1:7c
    10/13/11 1:56:32.049 PM airportd: _processDLILEvent: en1 attached (down)
    10/13/11 1:56:35.000 PM kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    10/13/11 1:56:39.000 PM kernel: AirPort: Link Up on en1
    10/13/11 1:56:40.000 PM kernel: AirPort: RSN handshake complete on en1
    10/13/11 1:56:40.963 PM airportd: _doAutoJoin: Already associated to “MyNet”. Bailing on auto-join.
    10/13/11 1:56:41.233 PM airportd: _doAutoJoin: Already associated to “MyNet”. Bailing on auto-join.
    10/13/11 1:56:45.862 PM airportd: _doAutoJoin: Already associated to “MyNet”. Bailing on auto-join.
    10/13/11 1:57:48.677 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 1:57:48.677 PM Adobe AIR Installer: Commandline is: -psn_0_98328
    10/13/11 1:57:48.677 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 1:57:55.626 PM com.apple.launchd.peruser.501: ([0x0-0x18018].com.adobe.air.Installer[200]) Job appears to have crashed: Segmentation fault: 11
    10/13/11 1:57:56.255 PM ReportCrash: Saved crash report for Adobe AIR Installer[200] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-135756_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 1:58:14.775 PM com.apple.launchd.peruser.501: ([0x0-0x1b01b].com.adobe.air.ApplicationInstaller[209]) Exited with code: 4
    10/13/11 2:01:00.067 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:01:00.067 PM Adobe AIR Installer: Commandline is: -uninstall
    10/13/11 2:01:00.067 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:01:01.520 PM ReportCrash: Saved crash report for Adobe AIR Installer[549] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-140101_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:04:15.960 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:04:15.960 PM Adobe AIR Installer: Commandline is: -playerVersion=11,0,1,152 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://downloads.tweetdeck.com/TweetDeck_0_38.2.air
    10/13/11 2:04:15.960 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:04:17.375 PM ReportCrash: Saved crash report for Adobe AIR Installer[604] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-140417_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:04:17.378 PM ReportCrash: Removing excessive log: file://localhost/Users/Steve/Library/Logs/DiagnosticReports/Adobe%20AIR%20Installer_2011- 10-12-160551_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:05:19.270 PM com.apple.launchd.peruser.501: ([0x0-0x38038].com.adobe.air.ApplicationInstaller[875]) Exited with code: 4
    10/13/11 2:09:36.467 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:09:36.468 PM Adobe AIR Installer: Commandline is: -psn_0_266305
    10/13/11 2:09:36.468 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:09:37.801 PM com.apple.launchd.peruser.501: ([0x0-0x41041].com.adobe.air.Installer[909]) Job appears to have crashed: Segmentation fault: 11
    10/13/11 2:09:38.016 PM ReportCrash: Saved crash report for Adobe AIR Installer[909] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-140938_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:09:38.019 PM ReportCrash: Removing excessive log: file://localhost/Users/Steve/Library/Logs/DiagnosticReports/Adobe%20AIR%20Installer_2011- 10-12-160607_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:10:04.777 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:10:04.777 PM Adobe AIR Installer: Commandline is: -playerVersion=11,0,1,152 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://downloads.tweetdeck.com/TweetDeck_0_38.2.air
    10/13/11 2:10:04.777 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:10:06.144 PM ReportCrash: Saved crash report for Adobe AIR Installer[916] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-141006_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:10:06.148 PM ReportCrash: Removing excessive log: file://localhost/Users/Steve/Library/Logs/DiagnosticReports/Adobe%20AIR%20Installer_2011- 10-12-160631_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:15:05.254 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:15:05.254 PM Adobe AIR Installer: Commandline is: -psn_0_319566
    10/13/11 2:15:05.254 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:15:05.936 PM Adobe AIR Installer: -[__NSCFType backingScaleFactor]: unrecognized selector sent to instance 0x14f160
    10/13/11 2:15:33.948 PM com.apple.launchd.peruser.501: ([0x0-0x4e04e].com.adobe.air.Installer[942]) Job appears to have crashed: Bus error: 10
    10/13/11 2:15:34.108 PM ReportCrash: Saved crash report for Adobe AIR Installer[942] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-141534_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:15:34.111 PM ReportCrash: Removing excessive log: file://localhost/Users/Steve/Library/Logs/DiagnosticReports/Adobe%20AIR%20Installer_2011- 10-13-124814_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:16:58.472 PM UserEventAgent: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 12295
    10/13/11 2:17:01.000 PM kernel: AirPort_Brcm4331: Ethernet address e4:ce:8f:41:c1:7c
    10/13/11 2:17:11.933 PM airportd: _processDLILEvent: en1 attached (down)
    10/13/11 2:17:15.000 PM kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    10/13/11 2:17:18.000 PM kernel: AirPort: Link Up on en1
    10/13/11 2:17:18.000 PM kernel: AirPort: RSN handshake complete on en1
    10/13/11 2:17:22.468 PM airportd: _doAutoJoin: Already associated to “MyNet”. Bailing on auto-join.
    10/13/11 2:18:55.979 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:18:55.980 PM Adobe AIR Installer: Commandline is: -psn_0_114716
    10/13/11 2:18:55.980 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:19:03.180 PM com.apple.launchd.peruser.501: ([0x0-0x1c01c].com.adobe.air.Installer[213]) Job appears to have crashed: Segmentation fault: 11
    10/13/11 2:19:03.740 PM ReportCrash: Saved crash report for Adobe AIR Installer[213] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-141903_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:19:03.869 PM ReportCrash: Removing excessive log: file://localhost/Users/Steve/Library/Logs/DiagnosticReports/Adobe%20AIR%20Installer_2011- 10-13-124844_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:22:07.124 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:22:07.124 PM Adobe AIR Installer: Commandline is: -psn_0_143395
    10/13/11 2:22:07.124 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:22:08.402 PM com.apple.launchd.peruser.501: ([0x0-0x23023].com.adobe.air.Installer[265]) Job appears to have crashed: Segmentation fault: 11
    10/13/11 2:22:08.577 PM ReportCrash: Saved crash report for Adobe AIR Installer[265] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-142208_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:22:08.580 PM ReportCrash: Removing excessive log: file://localhost/Users/Steve/Library/Logs/DiagnosticReports/Adobe%20AIR%20Installer_2011- 10-13-125045_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:23:51.786 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:23:51.786 PM Adobe AIR Installer: Commandline is: -psn_0_167977
    10/13/11 2:23:51.786 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:23:53.029 PM com.apple.launchd.peruser.501: ([0x0-0x29029].com.adobe.air.Installer[301]) Job appears to have crashed: Segmentation fault: 11
    10/13/11 2:23:53.194 PM ReportCrash: Saved crash report for Adobe AIR Installer[301] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-142353_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:23:53.197 PM ReportCrash: Removing excessive log: file://localhost/Users/Steve/Library/Logs/DiagnosticReports/Adobe%20AIR%20Installer_2011- 10-13-131826_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:25:38.323 PM sudo:    Steve : TTY=ttys000 ; PWD=/Users/Steve ; USER=root ; COMMAND=/Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer -silent -eulaAccepted
    10/13/11 2:25:38.908 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:25:38.908 PM Adobe AIR Installer: Commandline is: -silent -eulaAccepted
    10/13/11 2:25:38.908 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:25:40.304 PM ReportCrash: Saved crash report for Adobe AIR Installer[315] version ??? (???) to /Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-142540_localhost.crash
    10/13/11 2:26:06.354 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:26:06.354 PM Adobe AIR Installer: Commandline is: -psn_0_184365
    10/13/11 2:26:06.354 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:26:07.682 PM com.apple.launchd.peruser.501: ([0x0-0x2d02d].com.adobe.air.Installer[322]) Job appears to have crashed: Segmentation fault: 11
    10/13/11 2:26:07.841 PM ReportCrash: Saved crash report for Adobe AIR Installer[322] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-142607_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:26:07.845 PM ReportCrash: Removing excessive log: file://localhost/Users/Steve/Library/Logs/DiagnosticReports/Adobe%20AIR%20Installer_2011- 10-13-132020_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:26:56.590 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:26:56.590 PM Adobe AIR Installer: Commandline is: -psn_0_225335
    10/13/11 2:26:56.590 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:26:57.864 PM com.apple.launchd.peruser.501: ([0x0-0x37037].com.adobe.air.Installer[349]) Job appears to have crashed: Segmentation fault: 11
    10/13/11 2:26:57.989 PM ReportCrash: Saved crash report for Adobe AIR Installer[349] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-142657_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:26:57.993 PM ReportCrash: Removing excessive log: file://localhost/Users/Steve/Library/Logs/DiagnosticReports/Adobe%20AIR%20Installer_2011- 10-13-132404_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:29:01.315 PM airportd: _doAutoJoin: Already associated to “MyNet”. Bailing on auto-join.
    10/13/11 2:29:44.576 PM UserEventAgent: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 12295
    10/13/11 2:29:48.000 PM kernel: AirPort_Brcm4331: Ethernet address e4:ce:8f:41:c1:7c
    10/13/11 2:30:01.170 PM airportd: _processDLILEvent: en1 attached (down)
    10/13/11 2:30:01.000 PM kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    10/13/11 2:30:05.000 PM kernel: AirPort: Link Up on en1
    10/13/11 2:30:05.000 PM kernel: AirPort: RSN handshake complete on en1
    10/13/11 2:30:07.196 PM airportd: _doAutoJoin: Already associated to “MyNet”. Bailing on auto-join.
    10/13/11 2:30:09.005 PM airportd: _doAutoJoin: Already associated to “MyNet”. Bailing on auto-join.
    10/13/11 2:33:54.896 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 2:33:54.896 PM Adobe AIR Installer: Commandline is: -psn_0_110619
    10/13/11 2:33:54.896 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 2:34:03.677 PM com.apple.launchd.peruser.501: ([0x0-0x1b01b].com.adobe.air.Installer[216]) Job appears to have crashed: Segmentation fault: 11
    10/13/11 2:34:04.337 PM ReportCrash: Saved crash report for Adobe AIR Installer[216] version 3.0 (3.0.0.4080) to /Users/Steve/Library/Logs/DiagnosticReports/Adobe AIR Installer_2011-10-13-143404_Stephen-Wrights-MacBook-Pro.crash
    10/13/11 2:34:04.480 PM ReportCrash: Removing excessive log: file://localhost/Users/Steve/Library/Logs/DiagnosticReports/Adobe%20AIR%20Installer_2011- 10-13-132448_Stephen-Wrights-MacBook-Pro.crash

    Robert.Delfs wrote:
    1.  Brand new MacBook Pro 2.5 GHz Intel Core i7 machine with two graphics chips (Intel HD Graphics 3000+ AMD Radeon HD 6770M), with   OS X 10.7.2 Lion (Build 11C74)  pre-installed. 
    2.  Attempting to download latest version of Photoshop CS5 fails.
         a.  Downloading CS5 from Adobe.com requires pre-installing Adobe Download Assistant. 
         b.  Adobe Download Assistant can be downloaded but cannot be installed because it requires pre-installing Adobe AIR. 
         c.  Adobe AIR can be downloaded but won't install.  Sometimes it issues error msg saying it requires most recent version of Adobe AIR, other times there is no screen activity after attempting to install from <AdobeAir.dmg>.
    2.  There is no option to turn off automatic graphics switching in Energy Saver System Preferences on this computer, so that suggested solution does not work.
    3.   Turning off (unchecking) "Automatically reduce brightness before display goes to sleep" has no effect — still unable to install AIR.
    This is a nightmare.  The reason I bought this computer rather than a less expensive model was to run Lightroom (which did install OK) and Photoshop CS5.  HELP!
    Robert
    My suggestion would be to reinstall Lion from zero. No update.
    I did that, and now I can install / uninstall Air without problems.
    The installation takes about 20 minutes...

  • Why is Adobe Air crashing Dofus on Windows 7 64-bit

    Hello!  I play an MMORPG called Dofus, which runs on Adobe Air. 
    I've been having this problem with Dofus since I started playing again a few weeks ago.  My Dofus client and/or Adobe Air will crash, causing the error popup "DofusMod.exe has stopped responding".  This happens many times a day, but it is not predictable.  Sometimes I will go hours without a crash.  Other times it crashes and re-load and re-login, and it immediately crashes again.  I've tried everything that I can think of or find online, but there isn't much to go on.  When you try to search for this problem all you find is stuff for MAC.
    Systems Specs:
    Windows 7 Home Premium SP1 64-bit
    12GB of RAM
    Intel Core i5 CPU
    NVidia GeForce GTS 450 Graphics card
    Dual Monitors
    Adobe Air 3.7
    Not sure what else you all might want to know about system specs.
    Here is the data that gets logged into Event Viewer when this crash happens:
    Faulting application name: DofusMod.exe, version: 0.0.0.0, time stamp: 0x4f9aad90
    Faulting module name: Adobe AIR.dll, version: 3.4.0.2540, time stamp: 0x502c2269
    Exception code: 0xc0000005
    Fault offset: 0x004de65b
    Faulting process id: 0x183c
    Faulting application start time: 0x01ce5fa61afa53e0
    Faulting application path: C:\Program Files (x86)\Dofus2\app\DofusMod.exe
    Faulting module path: C:\Program Files (x86)\Dofus2\app\.runtime\3.4\Versions\1.0\Adobe AIR.dll
    Report Id: a8864c9f-cb9a-11e2-b1e5-7071bc949f54
    Things I have tried that do not fix my problem:
    - Cleared Cache- Launching DofusMod.exe directly
    - Running DofusMod.exe in compatibility mode for Windows XP SP3- Running DofusMod.exe as administrator
    - Running the Launcher as administrator
    - Installing different versions of Adobe Air
    - Changing the AdobeAir.dll file located in the Dofus directory
    - Closing every thing on my computer that I could possible close and still play the game
    - Google. As I said, everything I can find is for a MAC, and is quite dated at that.
    I play with 4 accounts, but this has happened with just one account open plenty of times.  What, if anything, can I do to resolve this?  It's not too bad when all I'm doing is leveling professions, but when I'm fighting mobs and one or two of my accounts just crashes randomly, it quickly becomes a major frustration.
    This has never happened to me in the past so I don't know what could be causing it now.  I'm tempted, but shouldn't be bothered, to setup a virtual machine running Ubuntu or something, specifically to play Dofus on.  Please, if anyone can help me fix this it would be absolutely amazing.
    Thanks!
    **edit**
    I've also started a topic on this problem at the Dofus "Problems and Solutions" forum.  You can follow it here:  http://forum.dofus.com/en/4-problems-solutions/253374-dofusmod-exe-stopped-responding

    Oh, and if by chance you, too, run Windows 64 Bit and Flash CS4, I would appreciate if you could share any thing you did to your system or installation to make it work better.
    Please don't just say, "Well, it works for me, blah blah blah."
    Thanks.

  • Adobe Air Crash when try to load video

    Hi,
    Recently, I am trying to do an very simple application using Adobe Air that plays video when certain key pressed on keyboard. However, the adobe air crash frequently when it try to load the video. The problem seems to be Adobe Air/ Flash player bug, because when I tried to do the debug, the debug launcher crash. I have tried with both f4v and mp4 format, but the situation is still the same.
    I am using up to date Flash builder 4.5 and Adobe Air 2.7.1. Tested on both WinXP and Win7 Home Premium 32bit. Hopes to get your respond as soon as possible. If the problem cannot be solved soon, maybe I have to search for alternative solution to do the project. Thanks.
    Here is my working code:
    Display Window:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                xmlns:s="library://ns.adobe.com/flex/spark"
                                xmlns:mx="library://ns.adobe.com/flex/mx" width="640" height="360" showStatusBar="false" applicationComplete="initConn()">
         <fx:Script>
              <![CDATA[
                   import flash.utils.setTimeout;
                   import mx.events.FlexEvent;
                   private var SWFconn:LocalConnection;
                   private var delay:Number = 300;
                   private var intervalId:uint;
                   protected var nWin:videoscreen = new videoscreen();
                   private var playing:Number = 0;
                   protected function initConn():void{
                        stage.addEventListener(KeyboardEvent.KEY_DOWN, handleKeyDown);
                        SWFconn = new LocalConnection();
                        nWin.width = 500;
                        nWin.height = 400;
                        nWin.open();
                   public function handleKeyDown(event:KeyboardEvent) :void
                        if(event.keyCode==13){
                             stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
                             nWin.fullscreen();
                        }else if(event.keyCode==27){
                             stage.displayState = StageDisplayState.NORMAL;
                             nWin.normalscreen();
                        }else{
                             if((playing==0)&&(((event.keyCode>=48)&&(event.keyCode<=57))||((event.keyCode>=65)&&(event.keyCode<=67)))){
                                  playing=1;
                                  SWFconn.send("swfConnection", "reset");
                                  clearTimeout(intervalId);
                                  SWFconn.send("swfConnection", "select", String.fromCharCode(event.charCode));
                                  intervalId = setTimeout(sendLock,delay, String.fromCharCode(event.charCode));
                   private function sendLock(msg:String):void{
                        SWFconn.send("swfConnection", "lock", msg);
                        playing=1;
                        nWin.player.source = msg+".f4v";
                        nWin.player.play();
                   private function reset():void{
                        SWFconn.send("swfConnection", "reset");
                   public function playFinished():void{
                        reset();
                        playing =0;
              ]]>
         </fx:Script>
         <fx:Declarations>
              <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <mx:SWFLoader left="0" right="0" top="0" bottom="0" source="content.swf"/>
    </s:WindowedApplication>
    Video Window:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Window xmlns:fx="http://ns.adobe.com/mxml/2009"
                xmlns:s="library://ns.adobe.com/flex/spark"
                xmlns:mx="library://ns.adobe.com/flex/mx" width="400" height="300" showStatusBar="false">
         <fx:Script>
              <![CDATA[
                   import mx.core.FlexGlobals;
                   import org.osmf.events.TimeEvent;
                   protected function CallBack(event:TimeEvent):void
                        // TODO Auto-generated method stub
                        player.source="";
                        FlexGlobals.topLevelApplication.playFinished();
                   public function fullscreen():void
                        stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
                   public function normalscreen():void
                        stage.displayState = StageDisplayState.NORMAL;
              ]]>
         </fx:Script>
         <fx:Declarations>
              <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <s:VideoDisplay id="player" left="0" right="0" top="0" bottom="0" complete="CallBack(event)"/>
    </s:Window>

    Hi Pierre,
    Would you mind adding this as a new bug report over at bugbase.adobe.com?  I went to look to see if there was an existing bug already in place but couldn't find one.  If you can, note this thread url in the bug and post back with the bug URL and I'll follow up internally.
    In Yue's original bug, he was able to narrow this down to memory leaks in the spark component video display.  He ended up working around it by using the mx video display.
    Thanks,
    Chris

  • New MacBook Pro, Adobe Air crashes

    Oh, this joy that is a new 15" MacBook Pro to replace my beloved but war weary white Macbook circa 2007 is turning into a nightmare.
    I've done nothing but run Software Update a few times to make sure everything is up to date. Then I installed iBank. That's it. Now onto the big stuff.
    As a designer, first order of business was to prepare to install Adobe Creative Suite 3 Web Premium. A quick check made it clear that CS 3 wasn't compatible, so I admitted yeah, it was time to pony up another grand to Adobe in order to upgrade. Can't do that until next month, but no problem, right, I can just download the software, do the one month trial, and then be flush with cash next month and pony up.
    I download the package. I try to install... I need a new version of Adobe Air. Using Safari I download Air installer... and when I try to install it does nothing, tells me I need a new version of Air. Huh?
    So I poke around online and find LOTS of talk of this problem, LOTS of "Yeah, me too" but no solutions. Seriously? You've got to be kidding me. It's got to be out there and I'm just missing it.
    Keep in mind this is a fresh out of the box machine...

    FYI for anyone that finds this while looking to solve the same problem. I continued digging, and here's what I found that finally worked for me.
    1. Go into System Preferences, Energy Saver, and uncheck Automatic Graphic Switching.
    2. In /library/frameworks, delete the Adobe Air folder, if you have one.
    3. Download, install and run Firefox. Download the Air install package using Firefox. KEEP FIREFOX OPEN AS YOU RUN THE PACKAGE.
    4. Install Air (with Firefox open, remember).
    Go about your business.
    This solution makes no sense to me. 
    To have this much trouble with something that is needed, at least for designers, so much, seems crazy to me. But... it looks like there's no fix yet. I found these steps in an Adobe bug report thread; as of end of December the developers were still saying a fix was coming, sometime.
    I also really hate that Lion won't show me my disks. That bugs me, for some reason!
    Amy

  • Adobe AIR Team - please stop trolling us and start fixing critical bugs.

    Hi there,
    i didn't intend to get offensive at anyone, but you at adobe give us, the developers and therefore your customers, not any choice.
    Please see these critical bugs which are filed almost 2 years ago:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3496074
    https://bugbase.adobe.com/index.cfm?event=bug&id=3077653
    It is one example where you making us the fools and behave like a troll by telling us a "workaround" and close the ticket. Again.
    Giving us a workaround which affects the overall app experience and freezes the UI is not a solution to this problem. Why do you not care about stuff like that? File Operations are one of the most recent showstoppers to me in doing Adobe AIR Applications for iOS and you give me no chance but to search an alternate development platform. And I am not the only developer who is thinking like that.
    Please be more developer friendly and try to fix as many bugs as you can before thinking about new features which aren't really important to us.

    Hey , it's  adobe ..OK.  It's very very very  normal . Just  waiting ,just be  patient , we will fix it  several years  later ,because we have more bugs important than it.
    OK ,let me tell you  another funny thing.
    Refer to this article :  http://help.adobe.com/en_US/air/extensions/air_extensions.pdf  , Adobe  said in  page 49
    Resources on Android devices
    For the Android-ARM platform, put the resources in a subdirectory called res,relative to the directory containing the
    native code library. Populate the directory with resources as described at Providing Resources on
    developer.android.com. When ADT packages the ANE file, it puts the resources in the Android-ARM/res directory
    of the resulting ANE package.
    When accessing a resource from the extension’s Java native code library, use the getResourceID() method in the
    FREContext class. Do not access the resources using the standard Android resource ID mechanism. For more
    information on the getResourceID() method, see “Method details” on page 125.
    The method getResourceId() takes a String parameter that is the resource name. To avoid resource name conflicts
    between extensions in an application, provide a unique name for each resource file in an extension. For example, prefix
    the resource name with the extension ID, creating a resource name such as
    com.sample.ext.MyExtension.myImage1.png.
    SO ..I follow they says to do.  OK ,i got an  ANE  successfull .  Then  ,i  Add the  ANE into my mobile project . And Click  "release"  button(or  debug ).
    THat  is the  funny  thing .I actually got an error message:
    java.lang.Exception:
    aapt tool failed:invalid resource directory name: D:\LocalProfile\Localtemp\8d438362-8178-429a-858f-715c1e176235\res/values-sw600dp
    invalid resource directory name: D:\LocalProfile\Localtemp\8d438362-8178-429a-858f-715c1e176235\res/values-sw720dp-land
              at com.adobe.flexide.multiplatform.android.launching.ADBLaunchHandler.doPackage(ADBLaunchHan dler.java:454)
              at com.adobe.flexide.multiplatform.android.launching.ADBLaunchHandler.launch(ADBLaunchHandle r.java:350)
    I've test it on windows 7 32bit + FB4.7+AIR3.7 SDK ,and i  also asked my  friend test it  on  Mac OS + FB4.7+3.6SDK  ....cann't package APK too. but error message is diffrent .
    I wonder if anyone of adobe  actually fully tested what they said . But I spent a few days checking my approach. And i responsible for my words.
    I'm tired of reporting BUG.No matter what happens, i  tell myself ,"it's product by adobe".

  • Adobe Air install problem

    Hello all,
                                  I don’t know if anyone can help me with my problem but from what I’ve read on this forum it’s not completely unlike a problem other people have had. . I have tried completely uninstalling and re-installing adobe air 3.0, 3.6 and 3.8 on my Windows 7 Ultimate system and when I do I get…….”An error occurred while installing Adobe Air. Installation may not be allowed by your administrator. Please contact your administrator.” After installing Adobe Air on the computer successfully this comes up in a box when I try to run it. I disable malwarebytes and security essentials and windows firewall from the start of the whole process. I have run windows “fix it” (no luck). I always download the adobe file to my desktop before attempting to run it. I right click the icon and click “run as administrator” before running. I will include the adobe logs and windows installer logs. If anyone can offer a solution that would be appreciated.
                                            ……….Geoff
    SYSTEM SPECS
    Processor: Intel(R) core(TM)2 Duo CPU   E7400  @  2.80 GHz
    Installed Memory (RAM)  4.00GB
    System Type:  64-bit operating system
    Adobe log:
    [2013-08-18:20:33:55] Runtime Installer begin with version 3.8.0.870 on Windows Vista x86
    [2013-08-18:20:33:55] Commandline is:
    [2013-08-18:20:33:55] No installed runtime detected
    [2013-08-18:20:33:58] Relaunching with elevation
    [2013-08-18:20:33:58] Launching subprocess with commandline c:\users\geoff\appdata\local\temp\air3103.tmp\adobe air installer.exe -ei
    [2013-08-18:20:34:00] Runtime Installer begin with version 3.8.0.870 on Windows Vista x86
    [2013-08-18:20:34:00] Commandline is: -stdio \\.\pipe\AIR_2692_0 -ei
    [2013-08-18:20:34:00] No installed runtime detected
    [2013-08-18:20:34:01] Starting silent runtime install. Installing runtime version 3.8.0.870
    [2013-08-18:20:34:01] Installing msi at c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi with guid {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}
    [2013-08-18:20:34:02] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-08-18:20:34:02] Rolling back install of c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi
    [2013-08-18:20:34:02] Rollback complete
    [2013-08-18:20:34:02] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-08-18:20:34:02] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-08-18:20:34:02] Runtime Installer end with exit code 7
    [2013-08-18:20:34:06] Runtime Installer end with exit code 7
    Windows installer log:
    === Verbose logging started: 18/08/2013  20:34:01  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Users\Geoff\appdata\local\temp\air3103.tmp\adobe air installer.exe ===
    MSI (c) (F8:E8) [20:34:01:420]: Resetting cached policy values
    MSI (c) (F8:E8) [20:34:01:420]: Machine policy value 'Debug' is 7
    MSI (c) (F8:E8) [20:34:01:420]: ******* RunEngine:
               ******* Product: c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi
               ******* Action:
               ******* CommandLine:
    MSI (c) (F8:E8) [20:34:01:421]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (F8:E8) [20:34:01:421]: Grabbed execution mutex.
    MSI (c) (F8:E8) [20:34:01:478]: Cloaking enabled.
    MSI (c) (F8:E8) [20:34:01:478]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (F8:E8) [20:34:01:481]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (1C:38) [20:34:01:489]: Running installation inside multi-package transaction c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi
    MSI (s) (1C:38) [20:34:01:489]: Grabbed execution mutex.
    MSI (s) (1C:60) [20:34:01:491]: Resetting cached policy values
    MSI (s) (1C:60) [20:34:01:491]: Machine policy value 'Debug' is 7
    MSI (s) (1C:60) [20:34:01:491]: ******* RunEngine:
               ******* Product: c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi
               ******* Action:
               ******* CommandLine:  CURRENTDIRECTORY="C:\Users\Geoff\Desktop" CLIENTUILEVEL=3  MSICLIENTUSESEXTERNALUI=1  CLIENTPROCESSID=3832
    MSI (s) (1C:60) [20:34:01:491]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (1C:60) [20:34:01:491]: Setting cached product context: User non-assigned for product: 2F3834B5EE7379E4DA185FFF672F68AD
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: User non-assigned for product: 2F3834B5EE7379E4DA185FFF672F68AD
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: User non-assigned for product: 6BBFDF96D153C8B4988D68D79C0D2A4A
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: User non-assigned for product: 6BBFDF96D153C8B4988D68D79C0D2A4A
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: User non-assigned for product: 6DED2C82B5237CC489A371778C7FBFBA
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: User non-assigned for product: 6DED2C82B5237CC489A371778C7FBFBA
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: User non-assigned for product: 96C629F95804AEA469755BB4829EE27C
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: User non-assigned for product: 96C629F95804AEA469755BB4829EE27C
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: machine assigned for product: 00002105501100000000000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: machine assigned for product: 00002105501100000000000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: machine assigned for product: 00002109020090400000000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: machine assigned for product: 00002109020090400000000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: machine assigned for product: 000021599B0090400100000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: machine assigned for product: 000021599B0090400100000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 076CFAAAB965F2A4284B2449E5D03EFE
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 076CFAAAB965F2A4284B2449E5D03EFE
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 0D756077321A70C3E844C138CE981581
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 0D756077321A70C3E844C138CE981581
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 1038C85769625584FA5435B4210089A0
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 1038C85769625584FA5435B4210089A0
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 11F12B5E3396B0E42AC597363E0CD711
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 11F12B5E3396B0E42AC597363E0CD711
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 13DB5A20CA61FD54EBF93A61B74CFA2B
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 13DB5A20CA61FD54EBF93A61B74CFA2B
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 2350B7483E55FAA4D8B73E1A7ADC715E
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 2350B7483E55FAA4D8B73E1A7ADC715E
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 29F618052561C7A49BCB846F2847C2B4
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 29F618052561C7A49BCB846F2847C2B4
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 2A7527EE2A93F2D4D9CA9F2FB5A81E8D
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 2A7527EE2A93F2D4D9CA9F2FB5A81E8D
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 2B11A14CA4F488732B566E55603B2407
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 2B11A14CA4F488732B566E55603B2407
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 2C6C459DB44519044AF7117E172688E3
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 2C6C459DB44519044AF7117E172688E3
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 2C75B9145BEB1024195FEC7FF3422C91
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 2C75B9145BEB1024195FEC7FF3422C91
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 389F20921C4BAB448BD5C5D6252E4C14
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 389F20921C4BAB448BD5C5D6252E4C14
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 394E2E69484C3E34B9596DE27E4DD0A3
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 394E2E69484C3E34B9596DE27E4DD0A3
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 47F250E77A017E2448BE101C275FBAD5
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 47F250E77A017E2448BE101C275FBAD5
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4A4869755DDD3AC4E98AB77E9D95D34B
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 4A4869755DDD3AC4E98AB77E9D95D34B
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4CD78B6ED3B23844DAFF4E38FB179819
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 4CD78B6ED3B23844DAFF4E38FB179819
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4E42866C3BBC1584BBF38EFC6D539032
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 4E42866C3BBC1584BBF38EFC6D539032
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120603FF
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120603FF
    MSI (s) (1C:60) [20:34:01:496]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120712FF
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120712FF
    MSI (s) (1C:60) [20:34:01:496]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF268140712FF
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF268140712FF
    MSI (s) (1C:60) [20:34:01:496]: Setting cached product context: machine assigned for product: 52744B0D6663D294EB6F85A741DBB99D
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 52744B0D6663D294EB6F85A741DBB99D
    MSI (s) (1C:60) [20:34:01:496]: Setting cached product context: machine assigned for product: 570A8206A5A90DF438CDB0EF23D68963
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 570A8206A5A90DF438CDB0EF23D68963
    MSI (s) (1C:60) [20:34:01:496]: Setting cached product context: machine assigned for product: 584D7940F10B01BD989E233FBAA219EE
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 584D7940F10B01BD989E233FBAA219EE
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 60EA627A3AAA1D34783E075F0113F440
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 60EA627A3AAA1D34783E075F0113F440
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 6116D6C8427B0184F8D20D746E7B6DE8
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 6116D6C8427B0184F8D20D746E7B6DE8
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 65B39F425F16F514589BAA44D43AA4CF
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 65B39F425F16F514589BAA44D43AA4CF
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 6F9E66FF7E38E3A3FA41D89E8A906A4A
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 6F9E66FF7E38E3A3FA41D89E8A906A4A
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 766F6333940964D4896BC447E3BE5C1B
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 766F6333940964D4896BC447E3BE5C1B
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 7692FC6BE18C0C0489510C7547EF1F02
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 7692FC6BE18C0C0489510C7547EF1F02
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 76EA78D0BE4101C4885AADC61318BE81
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 76EA78D0BE4101C4885AADC61318BE81
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 775F634D5961F2D4B844CA679CE90020
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 775F634D5961F2D4B844CA679CE90020
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 78BB89799B1064D4E80A66187EB2ED78
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 78BB89799B1064D4E80A66187EB2ED78
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 7B292C385A83B0447A137070E0186AF4
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 7B292C385A83B0447A137070E0186AF4
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 7BD4C90EC03660F46A13E87A329932FA
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 7BD4C90EC03660F46A13E87A329932FA
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 7CCC956F8C36CC94A8674331C15E3D8A
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 7CCC956F8C36CC94A8674331C15E3D8A
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 7E0BA6F1DDC839B4A832AAE92BEFCF4E
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 7E0BA6F1DDC839B4A832AAE92BEFCF4E
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 7F80AB91827CC964A853FBDB6333EB80
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 7F80AB91827CC964A853FBDB6333EB80
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 8456A20EEDF62E04E89D11D9D7E746F1
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 8456A20EEDF62E04E89D11D9D7E746F1
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 88119C0AF88C68E4396EDCC7A9626694
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 88119C0AF88C68E4396EDCC7A9626694
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 8BD17494C3F7BD24982CCA05AFC02509
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 8BD17494C3F7BD24982CCA05AFC02509
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 9040580900063D11C8EF10054038389C
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 9040580900063D11C8EF10054038389C
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 9040620900063D11C8EF00054038389C
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 9040620900063D11C8EF00054038389C
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 9040820900063D11C8EF00054038389C
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 9040820900063D11C8EF00054038389C
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: A57765D93F393A44082948E08362ED03
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: A57765D93F393A44082948E08362ED03
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: A6C64DD86500CEF47BA082BB611A1FF1
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: A6C64DD86500CEF47BA082BB611A1FF1
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: A889D6FD0AEE7724AA8B51E880E634B9
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: A889D6FD0AEE7724AA8B51E880E634B9
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: B17E077734D20084C93BB5C6AABEBEAE
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: B17E077734D20084C93BB5C6AABEBEAE
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: B228E2A2E0B31C64E9B3CA7D1D9E1593
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: B228E2A2E0B31C64E9B3CA7D1D9E1593
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: B6ACDB9A3563B764CA384963D73AFB3E
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: B6ACDB9A3563B764CA384963D73AFB3E
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: BAF5E720674195C4AA4B23FE82253099
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: BAF5E720674195C4AA4B23FE82253099
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: BFF8CCA148D950C44AED2DA8B99C6189
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: BFF8CCA148D950C44AED2DA8B99C6189
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: c1c4f01781cc94c4c8fb1542c0981a2a
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: c1c4f01781cc94c4c8fb1542c0981a2a
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: C28643E881181F13CBC489DC69571E2C
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: C28643E881181F13CBC489DC69571E2C
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: C42CF3A20CE691545AB2DF4AAEB9D242
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: C42CF3A20CE691545AB2DF4AAEB9D242
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: C4B69A87346AF0D4892C8A1EA666969F
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: C4B69A87346AF0D4892C8A1EA666969F
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: C78C232F29E657742801FD9EB077779D
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: C78C232F29E657742801FD9EB077779D
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: C7BCDCEDCC85568419FA26F77989EF84
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: C7BCDCEDCC85568419FA26F77989EF84
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: CF454FAAAC2892F4BA13A60149587EE6
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: CF454FAAAC2892F4BA13A60149587EE6
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: D21EC9447C2E79B41BE9551D36AE4953
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: D21EC9447C2E79B41BE9551D36AE4953
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: DFC90B5F2B0FFA63D84FD16F6BF37C4B
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: DFC90B5F2B0FFA63D84FD16F6BF37C4B
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: E08F45ADC1622A148A5545A941F4F295
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: E08F45ADC1622A148A5545A941F4F295
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: E97A59ECCF4EFFF4A857920FB449F22F
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: E97A59ECCF4EFFF4A857920FB449F22F
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: EDEED656CA6FAC745A861A4B3EB47506
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: EDEED656CA6FAC745A861A4B3EB47506
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: EEDB8CDDCACDD4042875E3D8B4874276
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: EEDB8CDDCACDD4042875E3D8B4874276
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: F132F0B0A6ECD384AA32773B467F9571
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: F132F0B0A6ECD384AA32773B467F9571
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: F4E3B286A696ED244AC1C470AE61874B
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: F4E3B286A696ED244AC1C470AE61874B
    MSI (s) (1C:60) [20:34:01:503]: Setting cached product context: machine assigned for product: F60730A4A66673047777F5728467D401
    MSI (s) (1C:60) [20:34:01:503]: Using cached product context: machine assigned for product: F60730A4A66673047777F5728467D401
    MSI (s) (1C:60) [20:34:01:504]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (1C:60) [20:34:01:504]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2
    MSI (s) (1C:60) [20:34:01:505]: File will have security applied from OpCode.
    MSI (s) (1C:60) [20:34:01:506]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi' against software restriction policy
    MSI (s) (1C:60) [20:34:01:506]: SOFTWARE RESTRICTION POLICY: c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi has a digital signature
    MSI (s) (1C:60) [20:34:01:536]: SOFTWARE RESTRICTION POLICY: c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (1C:60) [20:34:01:536]: End dialog not enabled
    MSI (s) (1C:60) [20:34:01:536]: Original package ==> c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi
    MSI (s) (1C:60) [20:34:01:536]: Package we're running from ==> c:\Windows\Installer\eb5d7f.msi
    MSI (s) (1C:60) [20:34:01:538]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (s) (1C:60) [20:34:01:538]: APPCOMPAT: looking for appcompat database entry with ProductCode '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}'.
    MSI (s) (1C:60) [20:34:01:538]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (1C:60) [20:34:01:541]: MSCOREE not loaded loading copy from system32
    MSI (s) (1C:60) [20:34:01:543]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (1C:60) [20:34:01:543]: User policy value 'TransformsAtSource' is 0
    MSI (s) (1C:60) [20:34:01:543]: Machine policy value 'DisablePatch' is 0
    MSI (s) (1C:60) [20:34:01:543]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (1C:60) [20:34:01:543]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (1C:60) [20:34:01:543]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (1C:60) [20:34:01:543]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
    MSI (s) (1C:60) [20:34:01:544]: APPCOMPAT: looking for appcompat database entry with ProductCode '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}'.
    MSI (s) (1C:60) [20:34:01:544]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (1C:60) [20:34:01:544]: Transforms are not secure.
    MSI (s) (1C:60) [20:34:01:544]: Note: 1: 2205 2:  3: Control
    MSI (s) (1C:60) [20:34:01:544]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\Geoff\AppData\Local\Temp\MSIb5d31.LOG'.
    MSI (s) (1C:60) [20:34:01:544]: Command Line: CURRENTDIRECTORY=C:\Users\Geoff\Desktop CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=3832
    MSI (s) (1C:60) [20:34:01:544]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{D083566A-72D0-4F1B-8AB5-FA2675BEEED0}'.
    MSI (s) (1C:60) [20:34:01:544]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (1C:60) [20:34:01:544]: Product Code from property table before transforms: '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}'
    MSI (s) (1C:60) [20:34:01:544]: Product Code from property table after transforms:  '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}'
    MSI (s) (1C:60) [20:34:01:544]: Product not registered: beginning first-time install
    MSI (s) (1C:60) [20:34:01:544]: Product {0A5B39D2-7ED6-4779-BCC9-37F381139DB3} is not managed.
    MSI (s) (1C:60) [20:34:01:544]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (1C:60) [20:34:01:544]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (1C:60) [20:34:01:544]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (1C:60) [20:34:01:544]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (1C:60) [20:34:01:544]: Adding new sources is allowed.
    MSI (s) (1C:60) [20:34:01:544]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (1C:60) [20:34:01:544]: Package name extracted from package path: 'setup.msi'
    MSI (s) (1C:60) [20:34:01:544]: Package to be registered: 'setup.msi'
    MSI (s) (1C:60) [20:34:01:544]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:01:545]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (1C:60) [20:34:01:545]: Machine policy value 'DisableMsi' is 0
    MSI (s) (1C:60) [20:34:01:545]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:60) [20:34:01:545]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:60) [20:34:01:545]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (1C:60) [20:34:01:545]: Running product '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}' with elevated privileges: Product is assigned.
    MSI (s) (1C:60) [20:34:01:545]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\Geoff\Desktop'.
    MSI (s) (1C:60) [20:34:01:545]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (1C:60) [20:34:01:545]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (1C:60) [20:34:01:545]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '3832'.
    MSI (s) (1C:60) [20:34:01:545]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (1C:60) [20:34:01:546]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '2f5c3883cd077f47bd7c05478f637425'.
    MSI (s) (1C:60) [20:34:01:546]: RESTART MANAGER: Session opened.
    MSI (s) (1C:60) [20:34:01:546]: TRANSFORMS property is now:
    MSI (s) (1C:60) [20:34:01:546]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (1C:60) [20:34:01:547]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming
    MSI (s) (1C:60) [20:34:01:548]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\Favorites
    MSI (s) (1C:60) [20:34:01:549]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (1C:60) [20:34:01:550]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\Documents
    MSI (s) (1C:60) [20:34:01:551]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (1C:60) [20:34:01:551]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (1C:60) [20:34:01:552]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (1C:60) [20:34:01:553]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (1C:60) [20:34:01:553]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (1C:60) [20:34:01:554]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Local
    MSI (s) (1C:60) [20:34:01:554]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\Pictures
    MSI (s) (1C:60) [20:34:01:556]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (1C:60) [20:34:01:556]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (1C:60) [20:34:01:557]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (1C:60) [20:34:01:558]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (1C:60) [20:34:01:559]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (1C:60) [20:34:01:560]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (1C:60) [20:34:01:561]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (1C:60) [20:34:01:561]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (1C:60) [20:34:01:562]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (1C:60) [20:34:01:563]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\Desktop
    MSI (s) (1C:60) [20:34:01:564]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (1C:60) [20:34:01:564]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (1C:60) [20:34:01:564]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (1C:60) [20:34:01:568]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (1C:60) [20:34:01:568]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Geoff'.
    MSI (s) (1C:60) [20:34:01:568]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'c:\Windows\Installer\eb5d7f.msi'.
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi'.
    MSI (s) (1C:60) [20:34:01:568]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (1C:60) [20:34:01:568]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
    MSI (s) (1C:60) [20:34:01:568]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (1C:60) [20:34:01:568]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:60) [20:34:01:568]: Machine policy value 'DisableRollback' is 0
    MSI (s) (1C:60) [20:34:01:568]: User policy value 'DisableRollback' is 0
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 18/08/2013  20:34:01 ===
    MSI (s) (1C:60) [20:34:01:569]: Note: 1: 2205 2:  3: LaunchCondition
    MSI (s) (1C:60) [20:34:01:569]: Note: 1: 2228 2:  3: LaunchCondition 4: SELECT `Condition` FROM `LaunchCondition`
    MSI (s) (1C:60) [20:34:01:569]: APPCOMPAT: [DetectVersionLaunchCondition] Failed to initialize pRecErr.
    MSI (s) (1C:60) [20:34:01:569]: PROPERTY CHANGE: Adding SHIMFLAGS property. Its value is '512'.
    MSI (s) (1C:60) [20:34:01:569]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (1C:60) [20:34:01:569]: Doing action: INSTALL
    MSI (s) (1C:60) [20:34:01:569]: Note: 1: 2205 2:  3: ActionText
    Action start 20:34:01: INSTALL.
    MSI (s) (1C:60) [20:34:01:569]: Running ExecuteSequence
    MSI (s) (1C:60) [20:34:01:569]: Doing action: FindRelatedProducts
    MSI (s) (1C:60) [20:34:01:569]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:60) [20:34:01:570]: FindRelatedProducts: could not read ASSIGNMENTTYPE info for product '{A0087DDE-69D0-11E2-AD57-43CA6188709B}'.  Skipping...
    Action start 20:34:01: FindRelatedProducts.
    MSI (s) (1C:60) [20:34:01:570]: Doing action: ValidateProductID
    MSI (s) (1C:60) [20:34:01:570]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: FindRelatedProducts. Return value 1.
    Action start 20:34:01: ValidateProductID.
    MSI (s) (1C:60) [20:34:01:570]: Doing action: SetSHAREDADDINFOLDER
    MSI (s) (1C:60) [20:34:01:570]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: ValidateProductID. Return value 1.
    MSI (s) (1C:60) [20:34:01:571]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SetSHAREDADDINFOLDER'
    MSI (s) (1C:60) [20:34:01:571]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is '(computed)'. Its new value: 'C:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller'.
    Action start 20:34:01: SetSHAREDADDINFOLDER.
    MSI (s) (1C:60) [20:34:01:571]: Doing action: CostInitialize
    MSI (s) (1C:60) [20:34:01:571]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: SetSHAREDADDINFOLDER. Return value 1.
    MSI (s) (1C:60) [20:34:01:571]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (s) (1C:60) [20:34:01:571]: Baseline: Sorting baselines for {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}.
    MSI (s) (1C:60) [20:34:01:571]: Baseline: New baseline 3.8.0 from transaction.
    MSI (s) (1C:60) [20:34:01:571]: Baseline: Sorted order Native: Order 0.
    MSI (s) (1C:60) [20:34:01:571]: Baseline Data Table:
    MSI (s) (1C:60) [20:34:01:571]: ProductCode: {0A5B39D2-7ED6-4779-BCC9-37F381139DB3} Version: 3.8.0 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
    MSI (s) (1C:60) [20:34:01:571]: Baseline File Table:
    MSI (s) (1C:60) [20:34:01:572]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'c:\'.
    MSI (s) (1C:60) [20:34:01:573]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (1C:60) [20:34:01:573]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence'
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: Patch
    Action start 20:34:01: CostInitialize.
    MSI (s) (1C:60) [20:34:01:573]: Doing action: FileCost
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: CostInitialize. Return value 1.
    MSI (s) (1C:60) [20:34:01:574]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (1C:60) [20:34:01:574]: Note: 1: 2205 2:  3: Class
    MSI (s) (1C:60) [20:34:01:574]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:60) [20:34:01:574]: Note: 1: 2205 2:  3: TypeLib
    Action start 20:34:01: FileCost.
    MSI (s) (1C:60) [20:34:01:574]: Doing action: CostFinalize
    MSI (s) (1C:60) [20:34:01:574]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: FileCost. Return value 1.
    MSI (s) (1C:60) [20:34:01:574]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:575]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:60) [20:34:01:575]: Note: 1: 2205 2:  3: Condition
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'c:\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Modifying WindowsFolder property. Its current value is 'C:\Windows\'. Its new value: 'c:\Windows\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is 'C:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller'. Its new value: 'c:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Modifying CommonFilesFolder property. Its current value is 'C:\Program Files (x86)\Common Files\'. Its new value: 'c:\Program Files (x86)\Common Files\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding AIR property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding Versions property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding Version property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding Resources property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding WebKitLic property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\WebKit\'.
    MSI (s) (1C:60) [20:34:01:575]: Target path resolution complete. Dumping Directory table...
    MSI (s) (1C:60) [20:34:01:575]: Note: target paths subject to change (via custom actions or browsing)
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: TARGETDIR , Object: c:\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: WindowsFolder , Object: c:\Windows\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: SHAREDADDINFOLDER , Object: c:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: CommonFilesFolder , Object: c:\Program Files (x86)\Common Files\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: AIR , Object: c:\Program Files (x86)\Common Files\Adobe AIR\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: Versions , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: Version , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: Resources , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: WebKitLic , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\WebKit\
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
    MSI (s) (1C:60) [20:34:01:575]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (1C:60) [20:34:01:576]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ?
    Action start 20:34:01: CostFinalize.
    MSI (s) (1C:60) [20:34:01:576]: Doing action: MigrateFeatureStates
    MSI (s) (1C:60) [20:34:01:576]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: CostFinalize. Return value 1.
    Action start 20:34:01: MigrateFeatureStates.
    MSI (s) (1C:60) [20:34:01:577]: Doing action: InstallValidate
    MSI (s) (1C:60) [20:34:01:577]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: MigrateFeatureStates. Return value 0.
    MSI (s) (1C:60) [20:34:01:577]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '2f5c3883cd077f47bd7c05478f637425'.
    MSI (s) (1C:60) [20:34:01:577]: Note: 1: 2205 2:  3: Dialog
    MSI (s) (1C:60) [20:34:01:577]: Feature: Runtime; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:60) [20:34:01:577]: Feature: Management; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:60) [20:34:01:577]: Component: Runtime; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: FileTypeRegistration; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: ARPRegistration; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: template.msi; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: template.exe; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: Sentinel; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: AppInstaller; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: WebKit; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: WebKitLicenses; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: FlashPlugin; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: Setup; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: RootCertificate; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: TimestampingRootCertificate; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: AIRAppInstaller; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: DRMADOBECPVoucher; Installed: Absent;   Request: Local;   Action: Null;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: DRM; Installed: Absent;   Request: Local;   Action: Null;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: DRM15; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: DRMAIRVoucher; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: __WebKitLicenses65; Installed: Null;   Request: Local;   Action: Local;   Client State: Null
    MSI (s) (1C:60) [20:34:01:578]: Component: __AIRAppInstaller65; Installed: Null;   Request: Local;   Action: Local;   Client State: Null
    MSI (s) (1C:60) [20:34:01:578]: Component: __FileTypeRegistration65; Installed: Null;   Request: Local;   Action: Local;   Client State: Null
    MSI (s) (1C:60) [20:34:01:578]: Component: __ARPRegistration65; Installed: Null;   Request: Local;   Action: Local;   Client State: Null
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: Font
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: Class
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: Icon
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: TypeLib
    Action start 20:34:01: InstallValidate.
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: _RemoveFilePath
    MSI (s) (1C:60) [20:34:01:585]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: Font
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: Class
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: Icon
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: TypeLib
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2727 2: 
    MSI (s) (1C:60) [20:34:01:586]: Note: 1: 2205 2:  3: FilesInUse
    MSI (s) (1C:60) [20:34:01:593]: Note: 1: 2727 2: 
    MSI (s) (1C:60) [20:34:01:593]: Doing action: SetARPINSTALLLOCATION
    MSI (s) (1C:60) [20:34:01:593]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: InstallValidate. Return value 1.
    MSI (s) (1C:60) [20:34:01:594]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SetARPINSTALLLOCATION'
    MSI (s) (1C:60) [20:34:01:594]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\'.
    Action start 20:34:01: SetARPINSTALLLOCATION.
    MSI (s) (1C:60) [20:34:01:594]: Doing action: InstallInitialize
    MSI (s) (1C:60) [20:34:01:594]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: SetARPINSTALLLOCATION. Return value 1.
    MSI (s) (1C:60) [20:34:01:594]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:60) [20:34:01:595]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:60) [20:34:01:596]: BeginTransaction: Locking Server
    MSI (s) (1C:60) [20:34:01:596]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (1C:60) [20:34:01:596]: Server not locked: locking for product {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}
    Action start 20:34:01: InstallInitialize.
    MSI (s) (1C:60) [20:34:02:131]: Doing action: ProcessComponents
    MSI (s) (1C:60) [20:34:02:131]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: InstallInitialize. Return value 1.
    MSI (s) (1C:60) [20:34:02:133]: Note: 1: 2205 2:  3: MsiPatchCertificate
    MSI (s) (1C:60) [20:34:02:133]: LUA patching is disabled: missing MsiPatchCertificate table
    MSI (s) (1C:60) [20:34:02:133]: Resolving source.
    MSI (s) (1C:60) [20:34:02:133]: Resolving source to launched-from source.
    MSI (s) (1C:60) [20:34:02:133]: Setting launched-from source as last-used.
    MSI (s) (1C:60) [20:34:02:133]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'c:\users\geoff\appdata\local\temp\air3103.tmp\'.
    MSI (s) (1C:60) [20:34:02:133]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'c:\users\geoff\appdata\local\temp\air3103.tmp\'.
    MSI (s) (1C:60) [20:34:02:133]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}'.
    MSI (s) (1C:60) [20:34:02:133]: SOURCEDIR ==> c:\users\geoff\appdata\local\temp\air3103.tmp\
    MSI (s) (1C:60) [20:34:02:133]: SOURCEDIR product ==> {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}
    MSI (s) (1C:60) [20:34:02:133]: Determining source type
    MSI (s) (1C:60) [20:34:02:133]: Source type from package 'setup.msi': 0
    Action start 20:34:02: ProcessComponents.
    MSI (s) (1C:60) [20:34:02:134]: Source path resolution complete. Dumping Directory table...
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: TARGETDIR , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: WindowsFolder , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: SHAREDADDINFOLDER , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: CommonFilesFolder , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: AIR , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\Adobe AIR\ , LongSubPath: Adobe AIR\ , ShortSubPath: AIR\
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: Versions , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\Adobe AIR\Versions\ , LongSubPath: Adobe AIR\Versions\ , ShortSubPath: AIR\Versions\
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: Version , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\Adobe AIR\Versions\1.0\ , LongSubPath: Adobe AIR\Versions\1.0\ , ShortSubPath: AIR\Versions\Version\
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: Resources , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\Adobe AIR\Versions\1.0\Resources\ , LongSubPath: Adobe AIR\Versions\1.0\Resources\ , ShortSubPath: AIR\Versions\Version\R\
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: WebKitLic , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\Adobe AIR\Versions\1.0\Resources\WebKit\ , LongSubPath: Adobe AIR\Versions\1.0\Resources\WebKit\ , ShortSubPath: AIR\Versions\Version\R\R2\
    MSI (s) (1C:60) [20:34:02:134]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:60) [20:34:02:135]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:60) [20:34:02:136]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:60) [20:34:02:142]: Doing action: UnpublishFeatures
    MSI (s) (1C:60) [20:34:02:142]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: ProcessComponents. Return value 1.
    Action start 20:34:02: UnpublishFeatures.
    MSI (s) (1C:60) [20:34:02:143]: Doing action: RemoveRegistryValues
    MSI (s) (1C:60) [20:34:02:143]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: UnpublishFeatures. Return value 1.
    Action start 20:34:02: RemoveRegistryValues.
    MSI (s) (1C:60) [20:34:02:144]: Doing action: RemoveDuplicateFiles
    MSI (s) (1C:60) [20:34:02:144]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: RemoveRegistryValues. Return value 1.
    Action start 20:34:02: RemoveDuplicateFiles.
    MSI (s) (1C:60) [20:34:02:145]: Doing action: RemoveFiles
    MSI (s) (1C:60) [20:34:02:145]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: RemoveDuplicateFiles. Return value 1.
    MSI (s) (1C:60) [20:34:02:145]: Note: 1: 2205 2:  3: RemoveFile
    MSI (s) (1C:60) [20:34:02:145]: Note: 1: 2205 2:  3: RemoveFile
    Action start 20:34:02: RemoveFiles.
    MSI (s) (1C:60) [20:34:02:146]: Doing action: InstallFiles
    MSI (s) (1C:60) [20:34:02:146]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: RemoveFiles. Return value 0.
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'SentinelFile' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'air.swf' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'template.msi' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'template.exe' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'LGPL.txt' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'Notice.txt' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'Setup.swf' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'styles.swf' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'Adobe.cer' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'Thawte.cer' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'digest.s' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'adobecp.vch' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'adobecp.dll' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'AdobeAIR.vch' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'AdobeAIR.dll' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'air.exe' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'WebKit.dll' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'NPSWF32.dll' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'Setup.exe' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'airappinstaller.exe' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'adobecp15.dll' has no eligible binary patches
    Action start 20:34:02: InstallFiles.
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2228 2:  3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2205 2:  3: MsiSFCBypass
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2228 2:  3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2228 2:  3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
    MSI (s) (1C:60) [20:34:02:148]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:60) [20:34:02:148]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (1C:60) [20:34:02:148]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:60) [20:34:02:151]: Doing action: DuplicateFiles
    MSI (s) (1C:60) [20:34:02:151]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: InstallFiles. Return value 1.
    Action start 20:34:02: DuplicateFiles.
    MSI (s) (1C:60) [20:34:02:152]: Doing action: WriteRegistryValues
    MSI (s) (1C:60) [20:34:02:152]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: DuplicateFiles. Return value 1.
    Action start 20:34:02: WriteRegistryValues.
    MSI (s) (1C:60) [20:34:02:155]: Doing action: RegisterUser
    MSI (s) (1C:60) [20:34:02:155]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: WriteRegistryValues. Return value 1.
    Action start 20:34:02: RegisterUser.
    MSI (s) (1C:60) [20:34:02:156]: Doing action: RegisterProduct
    MSI (s) (1C:60) [20:34:02:156]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: RegisterUser. Return value 1.
    MSI (s) (1C:60) [20:34:02:156]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:156]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    Action start 20:34:02: RegisterProduct.
    MSI (s) (1C:60) [20:34:02:157]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
    MSI (s) (1C:60) [20:34:02:157]: Doing action: PublishFeatures
    MSI (s) (1C:60) [20:34:02:157]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: RegisterProduct. Return value 1.
    Action start 20:34:02: PublishFeatures.
    MSI (s) (1C:60) [20:34:02:158]: Doing action: PublishProduct
    MSI (s) (1C:60) [20:34:02:158]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: PublishFeatures. Return value 1.
    MSI (s) (1C:60) [20:34:02:159]: Note: 1: 2205 2:  3: Icon
    MSI (s) (1C:60) [20:34:02:159]: Note: 1: 2228 2:  3: Icon 4: SELECT `Name`, `Data` FROM `Icon`
    Action start 20:34:02: PublishProduct.
    MSI (s) (1C:60) [20:34:02:160]: Doing action: InstallExecute
    MSI (s) (1C:60) [20:34:02:160]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: PublishProduct. Return value 1.
    MSI (s) (1C:60) [20:34:02:161]: Running Script: C:\Windows\Installer\MSI5FFE.tmp
    MSI (s) (1C:60) [20:34:02:161]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2203 2: c:\Windows\Installer\eb5d82.ipi 3: -2147287035
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2503
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2503
    Action start 20:34:02: InstallExecute.
    DEBUG: Error 2503:  Called RunScript when not marked in progress.
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
    MSI (s) (1C:60) [20:34:02:161]: Product: Adobe AIR -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2503. The arguments are: , ,
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2503. The arguments are: , ,
    MSI (s) (1C:60) [20:34:02:162]: Note: 1: 2203 2: c:\Windows\Installer\eb5d82.ipi 3: -2147287035
    MSI (s) (1C:60) [20:34:02:162]: Note: 1: 2502
    MSI (s) (1C:60) [20:34:02:162]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:162]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2502
    Action ended 20:34:02: InstallExecute. Return value 3.
    DEBUG: Error 2502:  Called InstallFinalize when no install in progress.
    MSI (s) (1C:60) [20:34:02:163]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:163]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
    MSI (s) (1C:60) [20:34:02:163]: Product: Adobe AIR -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2502. The arguments are: , ,
    MSI (s) (1C:60) [20:34:02:163]: No System Restore sequence number for this installation.
    MSI (s) (1C:60) [20:34:02:163]: Unlocking Server
    MSI (s) (1C:60) [20:34:02:205]: PROPERTY

    Hello all,
                                  I don’t know if anyone can help me with my problem but from what I’ve read on this forum it’s not completely unlike a problem other people have had. . I have tried completely uninstalling and re-installing adobe air 3.0, 3.6 and 3.8 on my Windows 7 Ultimate system and when I do I get…….”An error occurred while installing Adobe Air. Installation may not be allowed by your administrator. Please contact your administrator.” After installing Adobe Air on the computer successfully this comes up in a box when I try to run it. I disable malwarebytes and security essentials and windows firewall from the start of the whole process. I have run windows “fix it” (no luck). I always download the adobe file to my desktop before attempting to run it. I right click the icon and click “run as administrator” before running. I will include the adobe logs and windows installer logs. If anyone can offer a solution that would be appreciated.
                                            ……….Geoff
    SYSTEM SPECS
    Processor: Intel(R) core(TM)2 Duo CPU   E7400  @  2.80 GHz
    Installed Memory (RAM)  4.00GB
    System Type:  64-bit operating system
    Adobe log:
    [2013-08-18:20:33:55] Runtime Installer begin with version 3.8.0.870 on Windows Vista x86
    [2013-08-18:20:33:55] Commandline is:
    [2013-08-18:20:33:55] No installed runtime detected
    [2013-08-18:20:33:58] Relaunching with elevation
    [2013-08-18:20:33:58] Launching subprocess with commandline c:\users\geoff\appdata\local\temp\air3103.tmp\adobe air installer.exe -ei
    [2013-08-18:20:34:00] Runtime Installer begin with version 3.8.0.870 on Windows Vista x86
    [2013-08-18:20:34:00] Commandline is: -stdio \\.\pipe\AIR_2692_0 -ei
    [2013-08-18:20:34:00] No installed runtime detected
    [2013-08-18:20:34:01] Starting silent runtime install. Installing runtime version 3.8.0.870
    [2013-08-18:20:34:01] Installing msi at c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi with guid {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}
    [2013-08-18:20:34:02] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-08-18:20:34:02] Rolling back install of c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi
    [2013-08-18:20:34:02] Rollback complete
    [2013-08-18:20:34:02] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-08-18:20:34:02] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-08-18:20:34:02] Runtime Installer end with exit code 7
    [2013-08-18:20:34:06] Runtime Installer end with exit code 7
    Windows installer log:
    === Verbose logging started: 18/08/2013  20:34:01  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Users\Geoff\appdata\local\temp\air3103.tmp\adobe air installer.exe ===
    MSI (c) (F8:E8) [20:34:01:420]: Resetting cached policy values
    MSI (c) (F8:E8) [20:34:01:420]: Machine policy value 'Debug' is 7
    MSI (c) (F8:E8) [20:34:01:420]: ******* RunEngine:
               ******* Product: c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi
               ******* Action:
               ******* CommandLine:
    MSI (c) (F8:E8) [20:34:01:421]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (F8:E8) [20:34:01:421]: Grabbed execution mutex.
    MSI (c) (F8:E8) [20:34:01:478]: Cloaking enabled.
    MSI (c) (F8:E8) [20:34:01:478]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (F8:E8) [20:34:01:481]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (1C:38) [20:34:01:489]: Running installation inside multi-package transaction c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi
    MSI (s) (1C:38) [20:34:01:489]: Grabbed execution mutex.
    MSI (s) (1C:60) [20:34:01:491]: Resetting cached policy values
    MSI (s) (1C:60) [20:34:01:491]: Machine policy value 'Debug' is 7
    MSI (s) (1C:60) [20:34:01:491]: ******* RunEngine:
               ******* Product: c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi
               ******* Action:
               ******* CommandLine:  CURRENTDIRECTORY="C:\Users\Geoff\Desktop" CLIENTUILEVEL=3  MSICLIENTUSESEXTERNALUI=1  CLIENTPROCESSID=3832
    MSI (s) (1C:60) [20:34:01:491]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (1C:60) [20:34:01:491]: Setting cached product context: User non-assigned for product: 2F3834B5EE7379E4DA185FFF672F68AD
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: User non-assigned for product: 2F3834B5EE7379E4DA185FFF672F68AD
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: User non-assigned for product: 6BBFDF96D153C8B4988D68D79C0D2A4A
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: User non-assigned for product: 6BBFDF96D153C8B4988D68D79C0D2A4A
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: User non-assigned for product: 6DED2C82B5237CC489A371778C7FBFBA
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: User non-assigned for product: 6DED2C82B5237CC489A371778C7FBFBA
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: User non-assigned for product: 96C629F95804AEA469755BB4829EE27C
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: User non-assigned for product: 96C629F95804AEA469755BB4829EE27C
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: machine assigned for product: 00002105501100000000000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: machine assigned for product: 00002105501100000000000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: machine assigned for product: 00002109020090400000000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: machine assigned for product: 00002109020090400000000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: machine assigned for product: 000021599B0090400100000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Using cached product context: machine assigned for product: 000021599B0090400100000000F01FEC
    MSI (s) (1C:60) [20:34:01:492]: Setting cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 076CFAAAB965F2A4284B2449E5D03EFE
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 076CFAAAB965F2A4284B2449E5D03EFE
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 0D756077321A70C3E844C138CE981581
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 0D756077321A70C3E844C138CE981581
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 1038C85769625584FA5435B4210089A0
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 1038C85769625584FA5435B4210089A0
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 11F12B5E3396B0E42AC597363E0CD711
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 11F12B5E3396B0E42AC597363E0CD711
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 13DB5A20CA61FD54EBF93A61B74CFA2B
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 13DB5A20CA61FD54EBF93A61B74CFA2B
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (1C:60) [20:34:01:493]: Setting cached product context: machine assigned for product: 2350B7483E55FAA4D8B73E1A7ADC715E
    MSI (s) (1C:60) [20:34:01:493]: Using cached product context: machine assigned for product: 2350B7483E55FAA4D8B73E1A7ADC715E
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 29F618052561C7A49BCB846F2847C2B4
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 29F618052561C7A49BCB846F2847C2B4
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 2A7527EE2A93F2D4D9CA9F2FB5A81E8D
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 2A7527EE2A93F2D4D9CA9F2FB5A81E8D
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 2B11A14CA4F488732B566E55603B2407
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 2B11A14CA4F488732B566E55603B2407
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 2C6C459DB44519044AF7117E172688E3
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 2C6C459DB44519044AF7117E172688E3
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 2C75B9145BEB1024195FEC7FF3422C91
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 2C75B9145BEB1024195FEC7FF3422C91
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 389F20921C4BAB448BD5C5D6252E4C14
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 389F20921C4BAB448BD5C5D6252E4C14
    MSI (s) (1C:60) [20:34:01:494]: Setting cached product context: machine assigned for product: 394E2E69484C3E34B9596DE27E4DD0A3
    MSI (s) (1C:60) [20:34:01:494]: Using cached product context: machine assigned for product: 394E2E69484C3E34B9596DE27E4DD0A3
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 47F250E77A017E2448BE101C275FBAD5
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 47F250E77A017E2448BE101C275FBAD5
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4A4869755DDD3AC4E98AB77E9D95D34B
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 4A4869755DDD3AC4E98AB77E9D95D34B
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4CD78B6ED3B23844DAFF4E38FB179819
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 4CD78B6ED3B23844DAFF4E38FB179819
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4E42866C3BBC1584BBF38EFC6D539032
    MSI (s) (1C:60) [20:34:01:495]: Using cached product context: machine assigned for product: 4E42866C3BBC1584BBF38EFC6D539032
    MSI (s) (1C:60) [20:34:01:495]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120603FF
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120603FF
    MSI (s) (1C:60) [20:34:01:496]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120712FF
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120712FF
    MSI (s) (1C:60) [20:34:01:496]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF268140712FF
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF268140712FF
    MSI (s) (1C:60) [20:34:01:496]: Setting cached product context: machine assigned for product: 52744B0D6663D294EB6F85A741DBB99D
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 52744B0D6663D294EB6F85A741DBB99D
    MSI (s) (1C:60) [20:34:01:496]: Setting cached product context: machine assigned for product: 570A8206A5A90DF438CDB0EF23D68963
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 570A8206A5A90DF438CDB0EF23D68963
    MSI (s) (1C:60) [20:34:01:496]: Setting cached product context: machine assigned for product: 584D7940F10B01BD989E233FBAA219EE
    MSI (s) (1C:60) [20:34:01:496]: Using cached product context: machine assigned for product: 584D7940F10B01BD989E233FBAA219EE
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 60EA627A3AAA1D34783E075F0113F440
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 60EA627A3AAA1D34783E075F0113F440
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 6116D6C8427B0184F8D20D746E7B6DE8
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 6116D6C8427B0184F8D20D746E7B6DE8
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 65B39F425F16F514589BAA44D43AA4CF
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 65B39F425F16F514589BAA44D43AA4CF
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 6F9E66FF7E38E3A3FA41D89E8A906A4A
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 6F9E66FF7E38E3A3FA41D89E8A906A4A
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 766F6333940964D4896BC447E3BE5C1B
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 766F6333940964D4896BC447E3BE5C1B
    MSI (s) (1C:60) [20:34:01:497]: Setting cached product context: machine assigned for product: 7692FC6BE18C0C0489510C7547EF1F02
    MSI (s) (1C:60) [20:34:01:497]: Using cached product context: machine assigned for product: 7692FC6BE18C0C0489510C7547EF1F02
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 76EA78D0BE4101C4885AADC61318BE81
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 76EA78D0BE4101C4885AADC61318BE81
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 775F634D5961F2D4B844CA679CE90020
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 775F634D5961F2D4B844CA679CE90020
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 78BB89799B1064D4E80A66187EB2ED78
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 78BB89799B1064D4E80A66187EB2ED78
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 7B292C385A83B0447A137070E0186AF4
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 7B292C385A83B0447A137070E0186AF4
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 7BD4C90EC03660F46A13E87A329932FA
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 7BD4C90EC03660F46A13E87A329932FA
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 7CCC956F8C36CC94A8674331C15E3D8A
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 7CCC956F8C36CC94A8674331C15E3D8A
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 7E0BA6F1DDC839B4A832AAE92BEFCF4E
    MSI (s) (1C:60) [20:34:01:498]: Using cached product context: machine assigned for product: 7E0BA6F1DDC839B4A832AAE92BEFCF4E
    MSI (s) (1C:60) [20:34:01:498]: Setting cached product context: machine assigned for product: 7F80AB91827CC964A853FBDB6333EB80
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 7F80AB91827CC964A853FBDB6333EB80
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 8456A20EEDF62E04E89D11D9D7E746F1
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 8456A20EEDF62E04E89D11D9D7E746F1
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 88119C0AF88C68E4396EDCC7A9626694
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 88119C0AF88C68E4396EDCC7A9626694
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 8BD17494C3F7BD24982CCA05AFC02509
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 8BD17494C3F7BD24982CCA05AFC02509
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 9040580900063D11C8EF10054038389C
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 9040580900063D11C8EF10054038389C
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 9040620900063D11C8EF00054038389C
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 9040620900063D11C8EF00054038389C
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: 9040820900063D11C8EF00054038389C
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: 9040820900063D11C8EF00054038389C
    MSI (s) (1C:60) [20:34:01:499]: Setting cached product context: machine assigned for product: A57765D93F393A44082948E08362ED03
    MSI (s) (1C:60) [20:34:01:499]: Using cached product context: machine assigned for product: A57765D93F393A44082948E08362ED03
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: A6C64DD86500CEF47BA082BB611A1FF1
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: A6C64DD86500CEF47BA082BB611A1FF1
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: A889D6FD0AEE7724AA8B51E880E634B9
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: A889D6FD0AEE7724AA8B51E880E634B9
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: B17E077734D20084C93BB5C6AABEBEAE
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: B17E077734D20084C93BB5C6AABEBEAE
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: B228E2A2E0B31C64E9B3CA7D1D9E1593
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: B228E2A2E0B31C64E9B3CA7D1D9E1593
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: B6ACDB9A3563B764CA384963D73AFB3E
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: B6ACDB9A3563B764CA384963D73AFB3E
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: BAF5E720674195C4AA4B23FE82253099
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: BAF5E720674195C4AA4B23FE82253099
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: BFF8CCA148D950C44AED2DA8B99C6189
    MSI (s) (1C:60) [20:34:01:500]: Using cached product context: machine assigned for product: BFF8CCA148D950C44AED2DA8B99C6189
    MSI (s) (1C:60) [20:34:01:500]: Setting cached product context: machine assigned for product: c1c4f01781cc94c4c8fb1542c0981a2a
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: c1c4f01781cc94c4c8fb1542c0981a2a
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: C28643E881181F13CBC489DC69571E2C
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: C28643E881181F13CBC489DC69571E2C
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: C42CF3A20CE691545AB2DF4AAEB9D242
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: C42CF3A20CE691545AB2DF4AAEB9D242
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: C4B69A87346AF0D4892C8A1EA666969F
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: C4B69A87346AF0D4892C8A1EA666969F
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: C78C232F29E657742801FD9EB077779D
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: C78C232F29E657742801FD9EB077779D
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: C7BCDCEDCC85568419FA26F77989EF84
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: C7BCDCEDCC85568419FA26F77989EF84
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: CF454FAAAC2892F4BA13A60149587EE6
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: CF454FAAAC2892F4BA13A60149587EE6
    MSI (s) (1C:60) [20:34:01:501]: Setting cached product context: machine assigned for product: D21EC9447C2E79B41BE9551D36AE4953
    MSI (s) (1C:60) [20:34:01:501]: Using cached product context: machine assigned for product: D21EC9447C2E79B41BE9551D36AE4953
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: DFC90B5F2B0FFA63D84FD16F6BF37C4B
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: DFC90B5F2B0FFA63D84FD16F6BF37C4B
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: E08F45ADC1622A148A5545A941F4F295
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: E08F45ADC1622A148A5545A941F4F295
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: E97A59ECCF4EFFF4A857920FB449F22F
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: E97A59ECCF4EFFF4A857920FB449F22F
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: EDEED656CA6FAC745A861A4B3EB47506
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: EDEED656CA6FAC745A861A4B3EB47506
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: EEDB8CDDCACDD4042875E3D8B4874276
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: EEDB8CDDCACDD4042875E3D8B4874276
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: F132F0B0A6ECD384AA32773B467F9571
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: F132F0B0A6ECD384AA32773B467F9571
    MSI (s) (1C:60) [20:34:01:502]: Setting cached product context: machine assigned for product: F4E3B286A696ED244AC1C470AE61874B
    MSI (s) (1C:60) [20:34:01:502]: Using cached product context: machine assigned for product: F4E3B286A696ED244AC1C470AE61874B
    MSI (s) (1C:60) [20:34:01:503]: Setting cached product context: machine assigned for product: F60730A4A66673047777F5728467D401
    MSI (s) (1C:60) [20:34:01:503]: Using cached product context: machine assigned for product: F60730A4A66673047777F5728467D401
    MSI (s) (1C:60) [20:34:01:504]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (1C:60) [20:34:01:504]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2
    MSI (s) (1C:60) [20:34:01:505]: File will have security applied from OpCode.
    MSI (s) (1C:60) [20:34:01:506]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi' against software restriction policy
    MSI (s) (1C:60) [20:34:01:506]: SOFTWARE RESTRICTION POLICY: c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi has a digital signature
    MSI (s) (1C:60) [20:34:01:536]: SOFTWARE RESTRICTION POLICY: c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (1C:60) [20:34:01:536]: End dialog not enabled
    MSI (s) (1C:60) [20:34:01:536]: Original package ==> c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi
    MSI (s) (1C:60) [20:34:01:536]: Package we're running from ==> c:\Windows\Installer\eb5d7f.msi
    MSI (s) (1C:60) [20:34:01:538]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (s) (1C:60) [20:34:01:538]: APPCOMPAT: looking for appcompat database entry with ProductCode '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}'.
    MSI (s) (1C:60) [20:34:01:538]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (1C:60) [20:34:01:541]: MSCOREE not loaded loading copy from system32
    MSI (s) (1C:60) [20:34:01:543]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (1C:60) [20:34:01:543]: User policy value 'TransformsAtSource' is 0
    MSI (s) (1C:60) [20:34:01:543]: Machine policy value 'DisablePatch' is 0
    MSI (s) (1C:60) [20:34:01:543]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (1C:60) [20:34:01:543]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (1C:60) [20:34:01:543]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (1C:60) [20:34:01:543]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
    MSI (s) (1C:60) [20:34:01:544]: APPCOMPAT: looking for appcompat database entry with ProductCode '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}'.
    MSI (s) (1C:60) [20:34:01:544]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (1C:60) [20:34:01:544]: Transforms are not secure.
    MSI (s) (1C:60) [20:34:01:544]: Note: 1: 2205 2:  3: Control
    MSI (s) (1C:60) [20:34:01:544]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\Geoff\AppData\Local\Temp\MSIb5d31.LOG'.
    MSI (s) (1C:60) [20:34:01:544]: Command Line: CURRENTDIRECTORY=C:\Users\Geoff\Desktop CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=3832
    MSI (s) (1C:60) [20:34:01:544]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{D083566A-72D0-4F1B-8AB5-FA2675BEEED0}'.
    MSI (s) (1C:60) [20:34:01:544]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (1C:60) [20:34:01:544]: Product Code from property table before transforms: '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}'
    MSI (s) (1C:60) [20:34:01:544]: Product Code from property table after transforms:  '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}'
    MSI (s) (1C:60) [20:34:01:544]: Product not registered: beginning first-time install
    MSI (s) (1C:60) [20:34:01:544]: Product {0A5B39D2-7ED6-4779-BCC9-37F381139DB3} is not managed.
    MSI (s) (1C:60) [20:34:01:544]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (1C:60) [20:34:01:544]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (1C:60) [20:34:01:544]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (1C:60) [20:34:01:544]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (1C:60) [20:34:01:544]: Adding new sources is allowed.
    MSI (s) (1C:60) [20:34:01:544]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (1C:60) [20:34:01:544]: Package name extracted from package path: 'setup.msi'
    MSI (s) (1C:60) [20:34:01:544]: Package to be registered: 'setup.msi'
    MSI (s) (1C:60) [20:34:01:544]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:01:545]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (1C:60) [20:34:01:545]: Machine policy value 'DisableMsi' is 0
    MSI (s) (1C:60) [20:34:01:545]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:60) [20:34:01:545]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:60) [20:34:01:545]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (1C:60) [20:34:01:545]: Running product '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}' with elevated privileges: Product is assigned.
    MSI (s) (1C:60) [20:34:01:545]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\Geoff\Desktop'.
    MSI (s) (1C:60) [20:34:01:545]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (1C:60) [20:34:01:545]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (1C:60) [20:34:01:545]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '3832'.
    MSI (s) (1C:60) [20:34:01:545]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (1C:60) [20:34:01:546]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '2f5c3883cd077f47bd7c05478f637425'.
    MSI (s) (1C:60) [20:34:01:546]: RESTART MANAGER: Session opened.
    MSI (s) (1C:60) [20:34:01:546]: TRANSFORMS property is now:
    MSI (s) (1C:60) [20:34:01:546]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (1C:60) [20:34:01:547]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming
    MSI (s) (1C:60) [20:34:01:548]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\Favorites
    MSI (s) (1C:60) [20:34:01:549]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (1C:60) [20:34:01:550]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\Documents
    MSI (s) (1C:60) [20:34:01:551]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (1C:60) [20:34:01:551]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (1C:60) [20:34:01:552]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (1C:60) [20:34:01:553]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (1C:60) [20:34:01:553]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (1C:60) [20:34:01:554]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Local
    MSI (s) (1C:60) [20:34:01:554]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\Pictures
    MSI (s) (1C:60) [20:34:01:556]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (1C:60) [20:34:01:556]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (1C:60) [20:34:01:557]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (1C:60) [20:34:01:558]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (1C:60) [20:34:01:559]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (1C:60) [20:34:01:560]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (1C:60) [20:34:01:561]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (1C:60) [20:34:01:561]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (1C:60) [20:34:01:562]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (1C:60) [20:34:01:563]: SHELL32::SHGetFolderPath returned: C:\Users\Geoff\Desktop
    MSI (s) (1C:60) [20:34:01:564]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (1C:60) [20:34:01:564]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (1C:60) [20:34:01:564]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (1C:60) [20:34:01:568]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (1C:60) [20:34:01:568]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Geoff'.
    MSI (s) (1C:60) [20:34:01:568]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'c:\Windows\Installer\eb5d7f.msi'.
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'c:\users\geoff\appdata\local\temp\air3103.tmp\setup.msi'.
    MSI (s) (1C:60) [20:34:01:568]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (1C:60) [20:34:01:568]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
    MSI (s) (1C:60) [20:34:01:568]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (1C:60) [20:34:01:568]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:60) [20:34:01:568]: Machine policy value 'DisableRollback' is 0
    MSI (s) (1C:60) [20:34:01:568]: User policy value 'DisableRollback' is 0
    MSI (s) (1C:60) [20:34:01:568]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 18/08/2013  20:34:01 ===
    MSI (s) (1C:60) [20:34:01:569]: Note: 1: 2205 2:  3: LaunchCondition
    MSI (s) (1C:60) [20:34:01:569]: Note: 1: 2228 2:  3: LaunchCondition 4: SELECT `Condition` FROM `LaunchCondition`
    MSI (s) (1C:60) [20:34:01:569]: APPCOMPAT: [DetectVersionLaunchCondition] Failed to initialize pRecErr.
    MSI (s) (1C:60) [20:34:01:569]: PROPERTY CHANGE: Adding SHIMFLAGS property. Its value is '512'.
    MSI (s) (1C:60) [20:34:01:569]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (1C:60) [20:34:01:569]: Doing action: INSTALL
    MSI (s) (1C:60) [20:34:01:569]: Note: 1: 2205 2:  3: ActionText
    Action start 20:34:01: INSTALL.
    MSI (s) (1C:60) [20:34:01:569]: Running ExecuteSequence
    MSI (s) (1C:60) [20:34:01:569]: Doing action: FindRelatedProducts
    MSI (s) (1C:60) [20:34:01:569]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:60) [20:34:01:570]: FindRelatedProducts: could not read ASSIGNMENTTYPE info for product '{A0087DDE-69D0-11E2-AD57-43CA6188709B}'.  Skipping...
    Action start 20:34:01: FindRelatedProducts.
    MSI (s) (1C:60) [20:34:01:570]: Doing action: ValidateProductID
    MSI (s) (1C:60) [20:34:01:570]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: FindRelatedProducts. Return value 1.
    Action start 20:34:01: ValidateProductID.
    MSI (s) (1C:60) [20:34:01:570]: Doing action: SetSHAREDADDINFOLDER
    MSI (s) (1C:60) [20:34:01:570]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: ValidateProductID. Return value 1.
    MSI (s) (1C:60) [20:34:01:571]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SetSHAREDADDINFOLDER'
    MSI (s) (1C:60) [20:34:01:571]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is '(computed)'. Its new value: 'C:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller'.
    Action start 20:34:01: SetSHAREDADDINFOLDER.
    MSI (s) (1C:60) [20:34:01:571]: Doing action: CostInitialize
    MSI (s) (1C:60) [20:34:01:571]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: SetSHAREDADDINFOLDER. Return value 1.
    MSI (s) (1C:60) [20:34:01:571]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (s) (1C:60) [20:34:01:571]: Baseline: Sorting baselines for {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}.
    MSI (s) (1C:60) [20:34:01:571]: Baseline: New baseline 3.8.0 from transaction.
    MSI (s) (1C:60) [20:34:01:571]: Baseline: Sorted order Native: Order 0.
    MSI (s) (1C:60) [20:34:01:571]: Baseline Data Table:
    MSI (s) (1C:60) [20:34:01:571]: ProductCode: {0A5B39D2-7ED6-4779-BCC9-37F381139DB3} Version: 3.8.0 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
    MSI (s) (1C:60) [20:34:01:571]: Baseline File Table:
    MSI (s) (1C:60) [20:34:01:572]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'c:\'.
    MSI (s) (1C:60) [20:34:01:573]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (1C:60) [20:34:01:573]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence'
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: Patch
    Action start 20:34:01: CostInitialize.
    MSI (s) (1C:60) [20:34:01:573]: Doing action: FileCost
    MSI (s) (1C:60) [20:34:01:573]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: CostInitialize. Return value 1.
    MSI (s) (1C:60) [20:34:01:574]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (1C:60) [20:34:01:574]: Note: 1: 2205 2:  3: Class
    MSI (s) (1C:60) [20:34:01:574]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:60) [20:34:01:574]: Note: 1: 2205 2:  3: TypeLib
    Action start 20:34:01: FileCost.
    MSI (s) (1C:60) [20:34:01:574]: Doing action: CostFinalize
    MSI (s) (1C:60) [20:34:01:574]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: FileCost. Return value 1.
    MSI (s) (1C:60) [20:34:01:574]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (s) (1C:60) [20:34:01:575]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:60) [20:34:01:575]: Note: 1: 2205 2:  3: Condition
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'c:\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Modifying WindowsFolder property. Its current value is 'C:\Windows\'. Its new value: 'c:\Windows\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is 'C:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller'. Its new value: 'c:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Modifying CommonFilesFolder property. Its current value is 'C:\Program Files (x86)\Common Files\'. Its new value: 'c:\Program Files (x86)\Common Files\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding AIR property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding Versions property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding Version property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding Resources property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding WebKitLic property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\WebKit\'.
    MSI (s) (1C:60) [20:34:01:575]: Target path resolution complete. Dumping Directory table...
    MSI (s) (1C:60) [20:34:01:575]: Note: target paths subject to change (via custom actions or browsing)
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: TARGETDIR , Object: c:\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: WindowsFolder , Object: c:\Windows\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: SHAREDADDINFOLDER , Object: c:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: CommonFilesFolder , Object: c:\Program Files (x86)\Common Files\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: AIR , Object: c:\Program Files (x86)\Common Files\Adobe AIR\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: Versions , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: Version , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: Resources , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\
    MSI (s) (1C:60) [20:34:01:575]: Dir (target): Key: WebKitLic , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\WebKit\
    MSI (s) (1C:60) [20:34:01:575]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
    MSI (s) (1C:60) [20:34:01:575]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (1C:60) [20:34:01:576]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ?
    Action start 20:34:01: CostFinalize.
    MSI (s) (1C:60) [20:34:01:576]: Doing action: MigrateFeatureStates
    MSI (s) (1C:60) [20:34:01:576]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: CostFinalize. Return value 1.
    Action start 20:34:01: MigrateFeatureStates.
    MSI (s) (1C:60) [20:34:01:577]: Doing action: InstallValidate
    MSI (s) (1C:60) [20:34:01:577]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: MigrateFeatureStates. Return value 0.
    MSI (s) (1C:60) [20:34:01:577]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '2f5c3883cd077f47bd7c05478f637425'.
    MSI (s) (1C:60) [20:34:01:577]: Note: 1: 2205 2:  3: Dialog
    MSI (s) (1C:60) [20:34:01:577]: Feature: Runtime; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:60) [20:34:01:577]: Feature: Management; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:60) [20:34:01:577]: Component: Runtime; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: FileTypeRegistration; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: ARPRegistration; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: template.msi; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: template.exe; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: Sentinel; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: AppInstaller; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: WebKit; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: WebKitLicenses; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: FlashPlugin; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: Setup; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: RootCertificate; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: TimestampingRootCertificate; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: AIRAppInstaller; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: DRMADOBECPVoucher; Installed: Absent;   Request: Local;   Action: Null;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: DRM; Installed: Absent;   Request: Local;   Action: Null;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: DRM15; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: DRMAIRVoucher; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (1C:60) [20:34:01:577]: Component: __WebKitLicenses65; Installed: Null;   Request: Local;   Action: Local;   Client State: Null
    MSI (s) (1C:60) [20:34:01:578]: Component: __AIRAppInstaller65; Installed: Null;   Request: Local;   Action: Local;   Client State: Null
    MSI (s) (1C:60) [20:34:01:578]: Component: __FileTypeRegistration65; Installed: Null;   Request: Local;   Action: Local;   Client State: Null
    MSI (s) (1C:60) [20:34:01:578]: Component: __ARPRegistration65; Installed: Null;   Request: Local;   Action: Local;   Client State: Null
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: Font
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: Class
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: Icon
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: TypeLib
    Action start 20:34:01: InstallValidate.
    MSI (s) (1C:60) [20:34:01:578]: Note: 1: 2205 2:  3: _RemoveFilePath
    MSI (s) (1C:60) [20:34:01:585]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: Font
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: Class
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: Icon
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2205 2:  3: TypeLib
    MSI (s) (1C:60) [20:34:01:585]: Note: 1: 2727 2: 
    MSI (s) (1C:60) [20:34:01:586]: Note: 1: 2205 2:  3: FilesInUse
    MSI (s) (1C:60) [20:34:01:593]: Note: 1: 2727 2: 
    MSI (s) (1C:60) [20:34:01:593]: Doing action: SetARPINSTALLLOCATION
    MSI (s) (1C:60) [20:34:01:593]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: InstallValidate. Return value 1.
    MSI (s) (1C:60) [20:34:01:594]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SetARPINSTALLLOCATION'
    MSI (s) (1C:60) [20:34:01:594]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\'.
    Action start 20:34:01: SetARPINSTALLLOCATION.
    MSI (s) (1C:60) [20:34:01:594]: Doing action: InstallInitialize
    MSI (s) (1C:60) [20:34:01:594]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:01: SetARPINSTALLLOCATION. Return value 1.
    MSI (s) (1C:60) [20:34:01:594]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:60) [20:34:01:595]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:60) [20:34:01:596]: BeginTransaction: Locking Server
    MSI (s) (1C:60) [20:34:01:596]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (1C:60) [20:34:01:596]: Server not locked: locking for product {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}
    Action start 20:34:01: InstallInitialize.
    MSI (s) (1C:60) [20:34:02:131]: Doing action: ProcessComponents
    MSI (s) (1C:60) [20:34:02:131]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: InstallInitialize. Return value 1.
    MSI (s) (1C:60) [20:34:02:133]: Note: 1: 2205 2:  3: MsiPatchCertificate
    MSI (s) (1C:60) [20:34:02:133]: LUA patching is disabled: missing MsiPatchCertificate table
    MSI (s) (1C:60) [20:34:02:133]: Resolving source.
    MSI (s) (1C:60) [20:34:02:133]: Resolving source to launched-from source.
    MSI (s) (1C:60) [20:34:02:133]: Setting launched-from source as last-used.
    MSI (s) (1C:60) [20:34:02:133]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'c:\users\geoff\appdata\local\temp\air3103.tmp\'.
    MSI (s) (1C:60) [20:34:02:133]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'c:\users\geoff\appdata\local\temp\air3103.tmp\'.
    MSI (s) (1C:60) [20:34:02:133]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{0A5B39D2-7ED6-4779-BCC9-37F381139DB3}'.
    MSI (s) (1C:60) [20:34:02:133]: SOURCEDIR ==> c:\users\geoff\appdata\local\temp\air3103.tmp\
    MSI (s) (1C:60) [20:34:02:133]: SOURCEDIR product ==> {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}
    MSI (s) (1C:60) [20:34:02:133]: Determining source type
    MSI (s) (1C:60) [20:34:02:133]: Source type from package 'setup.msi': 0
    Action start 20:34:02: ProcessComponents.
    MSI (s) (1C:60) [20:34:02:134]: Source path resolution complete. Dumping Directory table...
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: TARGETDIR , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: WindowsFolder , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: SHAREDADDINFOLDER , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: CommonFilesFolder , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: AIR , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\Adobe AIR\ , LongSubPath: Adobe AIR\ , ShortSubPath: AIR\
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: Versions , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\Adobe AIR\Versions\ , LongSubPath: Adobe AIR\Versions\ , ShortSubPath: AIR\Versions\
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: Version , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\Adobe AIR\Versions\1.0\ , LongSubPath: Adobe AIR\Versions\1.0\ , ShortSubPath: AIR\Versions\Version\
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: Resources , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\Adobe AIR\Versions\1.0\Resources\ , LongSubPath: Adobe AIR\Versions\1.0\Resources\ , ShortSubPath: AIR\Versions\Version\R\
    MSI (s) (1C:60) [20:34:02:134]: Dir (source): Key: WebKitLic , Object: c:\users\geoff\appdata\local\temp\air3103.tmp\Adobe AIR\Versions\1.0\Resources\WebKit\ , LongSubPath: Adobe AIR\Versions\1.0\Resources\WebKit\ , ShortSubPath: AIR\Versions\Version\R\R2\
    MSI (s) (1C:60) [20:34:02:134]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:60) [20:34:02:135]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:60) [20:34:02:136]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:60) [20:34:02:142]: Doing action: UnpublishFeatures
    MSI (s) (1C:60) [20:34:02:142]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: ProcessComponents. Return value 1.
    Action start 20:34:02: UnpublishFeatures.
    MSI (s) (1C:60) [20:34:02:143]: Doing action: RemoveRegistryValues
    MSI (s) (1C:60) [20:34:02:143]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: UnpublishFeatures. Return value 1.
    Action start 20:34:02: RemoveRegistryValues.
    MSI (s) (1C:60) [20:34:02:144]: Doing action: RemoveDuplicateFiles
    MSI (s) (1C:60) [20:34:02:144]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: RemoveRegistryValues. Return value 1.
    Action start 20:34:02: RemoveDuplicateFiles.
    MSI (s) (1C:60) [20:34:02:145]: Doing action: RemoveFiles
    MSI (s) (1C:60) [20:34:02:145]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: RemoveDuplicateFiles. Return value 1.
    MSI (s) (1C:60) [20:34:02:145]: Note: 1: 2205 2:  3: RemoveFile
    MSI (s) (1C:60) [20:34:02:145]: Note: 1: 2205 2:  3: RemoveFile
    Action start 20:34:02: RemoveFiles.
    MSI (s) (1C:60) [20:34:02:146]: Doing action: InstallFiles
    MSI (s) (1C:60) [20:34:02:146]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: RemoveFiles. Return value 0.
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'SentinelFile' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'air.swf' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'template.msi' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'template.exe' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'LGPL.txt' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'Notice.txt' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'Setup.swf' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'styles.swf' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'Adobe.cer' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'Thawte.cer' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'digest.s' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:146]: The file represented by File table key 'adobecp.vch' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'adobecp.dll' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'AdobeAIR.vch' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'AdobeAIR.dll' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'air.exe' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'WebKit.dll' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'NPSWF32.dll' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'Setup.exe' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'airappinstaller.exe' has no eligible binary patches
    MSI (s) (1C:60) [20:34:02:147]: The file represented by File table key 'adobecp15.dll' has no eligible binary patches
    Action start 20:34:02: InstallFiles.
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2228 2:  3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2205 2:  3: MsiSFCBypass
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2228 2:  3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (1C:60) [20:34:02:147]: Note: 1: 2228 2:  3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
    MSI (s) (1C:60) [20:34:02:148]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:60) [20:34:02:148]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (1C:60) [20:34:02:148]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:60) [20:34:02:151]: Doing action: DuplicateFiles
    MSI (s) (1C:60) [20:34:02:151]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: InstallFiles. Return value 1.
    Action start 20:34:02: DuplicateFiles.
    MSI (s) (1C:60) [20:34:02:152]: Doing action: WriteRegistryValues
    MSI (s) (1C:60) [20:34:02:152]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: DuplicateFiles. Return value 1.
    Action start 20:34:02: WriteRegistryValues.
    MSI (s) (1C:60) [20:34:02:155]: Doing action: RegisterUser
    MSI (s) (1C:60) [20:34:02:155]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: WriteRegistryValues. Return value 1.
    Action start 20:34:02: RegisterUser.
    MSI (s) (1C:60) [20:34:02:156]: Doing action: RegisterProduct
    MSI (s) (1C:60) [20:34:02:156]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: RegisterUser. Return value 1.
    MSI (s) (1C:60) [20:34:02:156]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:156]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    Action start 20:34:02: RegisterProduct.
    MSI (s) (1C:60) [20:34:02:157]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
    MSI (s) (1C:60) [20:34:02:157]: Doing action: PublishFeatures
    MSI (s) (1C:60) [20:34:02:157]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: RegisterProduct. Return value 1.
    Action start 20:34:02: PublishFeatures.
    MSI (s) (1C:60) [20:34:02:158]: Doing action: PublishProduct
    MSI (s) (1C:60) [20:34:02:158]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: PublishFeatures. Return value 1.
    MSI (s) (1C:60) [20:34:02:159]: Note: 1: 2205 2:  3: Icon
    MSI (s) (1C:60) [20:34:02:159]: Note: 1: 2228 2:  3: Icon 4: SELECT `Name`, `Data` FROM `Icon`
    Action start 20:34:02: PublishProduct.
    MSI (s) (1C:60) [20:34:02:160]: Doing action: InstallExecute
    MSI (s) (1C:60) [20:34:02:160]: Note: 1: 2205 2:  3: ActionText
    Action ended 20:34:02: PublishProduct. Return value 1.
    MSI (s) (1C:60) [20:34:02:161]: Running Script: C:\Windows\Installer\MSI5FFE.tmp
    MSI (s) (1C:60) [20:34:02:161]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2203 2: c:\Windows\Installer\eb5d82.ipi 3: -2147287035
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2503
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2503
    Action start 20:34:02: InstallExecute.
    DEBUG: Error 2503:  Called RunScript when not marked in progress.
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:161]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
    MSI (s) (1C:60) [20:34:02:161]: Product: Adobe AIR -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2503. The arguments are: , ,
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2503. The arguments are: , ,
    MSI (s) (1C:60) [20:34:02:162]: Note: 1: 2203 2: c:\Windows\Installer\eb5d82.ipi 3: -2147287035
    MSI (s) (1C:60) [20:34:02:162]: Note: 1: 2502
    MSI (s) (1C:60) [20:34:02:162]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:162]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2502
    Action ended 20:34:02: InstallExecute. Return value 3.
    DEBUG: Error 2502:  Called InstallFinalize when no install in progress.
    MSI (s) (1C:60) [20:34:02:163]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:60) [20:34:02:163]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
    MSI (s) (1C:60) [20:34:02:163]: Product: Adobe AIR -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2502. The arguments are: , ,
    MSI (s) (1C:60) [20:34:02:163]: No System Restore sequence number for this installation.
    MSI (s) (1C:60) [20:34:02:163]: Unlocking Server
    MSI (s) (1C:60) [20:34:02:205]: PROPERTY

Maybe you are looking for

  • CHarged for games purchases I didn't purchase

    My itunes account charged me about $250 for game apps I didn't purchase, I tried using the report problem page, but it just wouldn't work for me... Help!! WHo should i contact about this problem and what cna i do to undo this??!!?!?

  • 32bit 64 bit headache

    I updated my pc OS from Xp 32 bit to windows 7 64bit and iv had to download 64bit itunes and none of my apps are there and wont download as it say's its not compatible, im annoyed as there is over 40gb of apps and 232gb of films. I have them saved on

  • Plan-Driven in classic scenario

    Hi there. We are working with classic scenario in SRM 5.5 We are customizing plan-driven procurement (only MRP without PS and PM modules) Is it possible the next flow? For ECC system 1. MRP creates purchase requisition 2. We pass the purchase requisi

  • Import TerminalIO.KeyboardReader;

    I am seeming to have trouble with NetBeans(Newest Version). I can not use import TerminalIO.KeyboardReader;, there is a red line underneath it so when i compile, it keeps on saying there's an error. any wyas to fix this?

  • Maven error

    I've used both maven 1.0 and maven 2.0 maven 1.0 error java.lang.NoClassDefFoundError: Files\j2sdk1/4/2_10\\lib\tools/jar -Dforehead/conf/file=C:\Program maven 2.0 error "java:plugin not found or not valid version" even though the classpath settings