AIR Installer options

How can I change default path to the files directory?
It's "C:/Program Files/" and I want change it to "C:/Program Files/Workshare/".
I've got another question too. What's the matter with this AIR certificates. Can anybody say, what is the difference between Adobe Certificate and Private Certificate?

Are you talking about the path that shows up in the dialog when the user is installing the app? Even though it says "C:\Program Files\" it doesn't mean that your app will be installed directly in the "Program Files" directory. It's actually asking for a location in which it will create another directory to contain your application. So for example if the user chooses "C:\Program Files" as the "installation location", AIR actually installs the app in "C:\Program Files\<app name>". For instance, when I installed TweetDeck I left the "installation location" as "C:\Program Files" but TweetDeck is actually installed on my machine in "C:\Program Files\TweetDeck". (I personally think that's confusing, and I know there have been some discussions about this internally in Adobe, but I don't know if anything's going to come of those discussions.)
Nevertheless, if you want to change the default intall location you can do that. In your application config .xml file, you specify the default installation location in the <installFolder></installFolder> node. Whatever you specify is a subpath of the default install location, so for example if you specify "<installFolder>Workshare</installFolder>" in your application.xml file, the installer dialog would show "C:\Program Files\Workshare" by default. However, assuming the user didn't change the install location, and assuming the app is named "MyApp", the app would actually be installed in "C:\Program Files\Workshare\MyApp\". I suppose that's useful if your company makes multiple apps and you want them to all install in a single subfolder of the Program Files directory, but otherwise I don't think it's what you're looking for.
I'm afraid I don't understand your question about the certificates. I'm not sure what you mean by an "Adobe Certificate" or a "Private Certificate". The basics of certificates are that you need to have your app signed by some certificate in order to distribute it. You can create your own "self-signed" certificate, but unless you give the user a copy of your certificate and they add it to the set of trusted certificates on their computer, their computer won't trust the certificate. Consequently, when the user installs the app they'll just see the "Publisher: Unknown" in the installation dialog. If you buy a code-signing certificate that's issued by a known certificate authority, then the certificate will probably be trusted on the user's computer so AIR will show your name as the Publisher in the installer dialog. It's basically a reputation system. Your computer trusts Verisign (or other CAs). Verisign says that your certificate is legitimate (because Verisign issued the certificate) so Verisign is saying "this person really is who they say they are". Since Verisign vouches for you and the computer trusts Verisign, AIR can legitimately say that the app really comes from you.
For in-depth details about certificates and code-signing in AIR, see the Dr. Dobb's Journal article "Code Signing in Adobe AIR" by Oliver Goldman (the AIR engineer who led development of the installer).

Similar Messages

  • Adobe AIR installation on Vista. Message: 'An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. '

    After failing to apply an update to Adobe Air, I attempted to re-install it from scratch.  This is at the end of the installation log:
    [2014-09-27:20:02:36] Rolling back install of c:\users\martin\appdata\local\temp\air6641.tmp\setup.msi
    [2014-09-27:20:02:36] Rollback complete
    [2014-09-27:20:02:36] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-27:20:02:36] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-27:20:02:36] Runtime Installer end with exit code 7
    [2014-09-27:20:02:38] Runtime Installer end with exit code 7
    [2014-09-29:07:59:54] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-29:07:59:54] Commandline is:
    [2014-09-29:07:59:54] No installed runtime detected
    [2014-09-29:07:59:59] Relaunching with elevation
    [2014-09-29:07:59:59] Launching subprocess with commandline c:\users\martin\appdata\local\temp\aire002.tmp\adobe air installer.exe -ei
    [2014-09-29:08:00:03] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-29:08:00:03] Commandline is: -stdio \\.\pipe\AIR_3488_0 -ei
    [2014-09-29:08:00:03] No installed runtime detected
    [2014-09-29:08:00:03] Starting silent runtime install. Installing runtime version 15.0.0.249
    [2014-09-29:08:00:04] Installing msi at c:\users\martin\appdata\local\temp\aire002.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-29:08:00:06] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-29:08:00:06] Rolling back install of c:\users\martin\appdata\local\temp\aire002.tmp\setup.msi
    [2014-09-29:08:00:06] Rollback complete
    [2014-09-29:08:00:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-29:08:00:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-29:08:00:09] Runtime Installer end with exit code 7
    The log covers many attempts.  The latest was on 29th September.
    Following a suggestion in another forum thread, I checked the file permissions for folder 'c:\users\martin\appdata\local\temp'.   As far as I can see, they give full control to the SYSTEM, administrator and sole user (martin) accounts.  There are no options with 'Deny' against them.
    I have run Microsoft FixIt.  I also tried the Windows Installer Cleanup utility (msicuu2.exe) but I got 'Access Denied' with no further details. 
    Any suggestions?

    I have managed to edit the Registry so as to get the Windows Installer (MSIExec) to write a verbose (detailed) log.  From this, and some web forums, I found that the problem has been caused by a Microsoft Windows security update, KB2918614.  This was applied on my PC on 14 August but I think it was released on 12 August.  My Windows version is Vista and I don't know if this update or a similar has been applied to other Windows versions.
    For more information see wix-users - SECREPAIR: CryptAcquireContext: Could not create the default key container.
    I went into Windows Update on my Control Panel and found how to uninstall update KB2918614.  When I had done this, followed by a Restart, I was able to install AIR and the software that uses it.

  • Adobe AIR installation fails

    Scenario
    Attempting to install the Adobe AIR runtime (or any AIR apps requiring it) on Snow Leopard (possibly earlier versions of OS X also).
    Symptom
    AIR installation will hang prior to completion on primary user account, however, AIR will successfully install on a newly created OS X admin user. AIR applications will not install on primary user account either. Disk has no errors, filesystem is healthy. All file/folder owners and permissions are as expected. Adobe troubleshooting knowledgebase article does not resolve issue, Adobe recommends reinstallation of OS X(!). All '.plist' files appear to be uncorrupt (e.g., by running Preferential Treatment).
    Cause
    There is an unidentified conflict between a preference file in your primary user account Preferences folder and the files installed by the AIR runtime. The resolution below involves less inconvenience than an OS reinstallation.
    Resolution
    1. Logon to the primary user account and create a new folder on your desktop named (for example) 'Library-Preferences'.
    2. Open Terminal.app and enable hidden folder visibility by entering 'defaults write com.apple.finder AppleShowAllFiles TRUE'
    3. Restart Finder by pressing Command-Option-Escape then selecting Finder and clicking 'Relaunch.'
    4. In Finder, browse to User>Library>Preferences folder.
    5. Select all files in the Preferences folder (a couple hundred or more files is typical).
    6. Move (Command-Drag) all the .plist and other files to 'Library-Preferences' that you created on your desktop. If the move fails because some hidden files will not move, deselect just those files and move the rest. Don't worry about the few that want to stay put, as they are not suspect for the conflict causing the AIR installer issue.)
    NOTE: It is VERY important that 'Library-Preferences' NOT be deleted.
    7. Try reinstalling AIR. It should succeed this time.
    8. If it succeeds, try installing an AIR app (e.g., Tweetdeck). If it installs successfully, the conflicting file now exists in your 'Library-Preferences' folder and will not conflict with AIR.
    9. Hide the hidden files again by entering 'defaults write com.apple.finder AppleShowAllFiles FALSE' in Terminal and relaunch Finder (see step 3).
    10. Move your .plist and other property files as needed back to your /'User/Library/Preferences/' folder as needed (you know you will need them because your Mac will have 'forgotten' your application settings and preferences when you run an application.
    Tip: if your application is 'Acme UltraWidgets 2') do a search on 'acme' and 'ultrawidgets' in the Finder and drag all the found files back to 'Preferences'.)
    11. When prompted, overwrite any .plist (or other) files in the 'Preferences' folder when moving these files back to their original location to replace the default .plist files recreated by OS X or your applications.
    Over time, you will drag back many of your Preferences files to their proper spot, but you will also have many files remaining. These will be from applications that you seldom use or orphan files left over from deleted applications. If any application, tool or utility seems to not be functioning right, don't forget to search for its associated .plist (and other) files in the 'Library-Preferences' folder.
    A faster alternative is to move all non-Adobe .plist (and other) files back to 'Preferences' and try reinstalling AIR. If it fails, that proves a conflict with another Adobe application on the system. I have not tested this.
    If anyone happens to find *+specific files+* that conflict with AIR by a refinement of this method, please post back to this forum.

    ignore

  • Adobe AIR Installer -  Hybrid - fails to launch on MAC

    We have an AIR application to be delivered as a hybrid DVD
    The AIR is deployed as a bundled runtime installer.
    The issue is after burning the DVD as a hybrid, the Adobe AIR Installer does not launch.
    We are using toast to burn the hybrid DVD
    Has anybody encountered a aimilar issue
    sks

    I've tried using the Leopard Disk Utility to burn a CD-R from a .dmg and a .cdr (using various options like compressed, read only ,etc.) based on the same directory that the USB installers are copied from (USB installers of AIR app + Sidecar works on Windows/Mac and Linux after installing AIR separately).  I can't get those disks read on a Vista or an XP (SP 3) machine.  Nothing comes up in the CD/DVD drive.  If I use wodim in Ubuntu Linux (installed on a partition on a G4 Powerbook, old, I know) the installer CD works on Mac but it's not readable on WinXp or Vista. 
    I've also tried to copy the .cdr created on a Mac and rename it to .iso, moved it over to a Windows machine and tried burning it with 2 different software (will try Nero next) and it fails to write from the mac-originated .iso.  Windows always seems to butcher the Mac-based installer .app files because it thinks they are folders so I have been unable to create a Data CD directly from the file structure on Windows.
    I'd love a bullet-proof way to burn a CD that would work on Windows and Mac (and Linux would be a plus).
    Thanks,
    Jason

  • Can't run sidecar AIR installer on Mac OS X from UDF 1.0.2 image

    I'm experiencing another AIR installer issue, this time trying to run an AIR 2.5 sidecar installer for Mac OS X that is placed on a UDF 1.0.2 image (created with Toast 10).
    The error in the Console when double-clicking the installer.app is:
    udf error: errno_t UDFFileNode::ReadPathComponent(uint8_t*, off_t*, bool*): Incomplete path component
    Occasionally, I get additional errors reported from AIR:
    ([0x0-0x223223].com.adobe.air.Installer[10852]) Exited with exit code: 4
    Trying to run the installer in Terminal:
    sudo dtruss /Volumes/UDFImage/mine.app/Contents/MacOS/Adobe\ AIR\ Installer
    results in:
    dtrace: failed to execute /Volumes/mine/mine.app/Contents/MacOS/Adobe: file is set-id or unreadable [Note: the '-c' option requires a full pathname to the file]
    It seems there is some undesired path truncation occurring.
    So these errors seem to be path related, and stem from a difficulty running the actual Adobe AIR Installer binary in the sidecar application package (in the bundle at /Contents/MacOS/Adobe AIR Installer. This application installer runs fine from hard drive, I know I've built it properly. It just fails when run on Mac OS X (10.6.4) from a UDF 1.0.2 image. The same image contains a Windows version of the installer which installs fine on Windows XP in my testing.
    Is there a known issue with AIR on this?

    Hello,
    There is a problem with UDF file systems found on DVDs and symbolic links braking.  The Adobe AIR installer bundle makes use of a few symbolic links, so this might be related.  Could you try navigating from Finder into the installer bundle to this directory:
    Select one of the symbolic links and try to resolve it by pressing Cmd + R?  Does it resolve to the correct file?
    This issue was fixed in Toast 10 Titanium with version 10.0.6.  It still exists with Apple's built in tools. When using Disk Utility or the command line hdutil the symbolic link will remain broken.
    Thanks,
    Chris

  • What Technology used for Adobe AIR Installer

    Hi...Guys..For Mac environment what technology was used to built Adobe AIR Installer Window,the one we get when Installing Adobe AIR Application.I need to identify the Elements in it such as Agree,Cancel etc..But i am not able to do that..It will be helpful if any one suggest the automation tool to identify those elements so that i can automate the installation procedure of AIR...Plz reply...its an emergency..thanks in advance.

    I think comodo code signing certificate is one of the nice option to be added for Adobe Air, as i have seen comodo code signing certificate in other adobe programs. Recently i bought comodo code signing from https://cheapsslsecurity.com/comodo/codesigningcertificate.html, to sign one of my adobe application and it works fine, you can use microsoft authenticode technology with comodo code signing.

  • Corrupt Air installation in XP: help please!

    I can neither install nor uninstall AIR from WinXP. Everything I do gives me the "Adobe Air Installer has encountered a problem and needs to close.." box.
    I have tried "Add/Remove Programs".
    I have tried msicuu.
    I have tried the '-uninstall' commandline option.
    Everything gives me the "Adobe Air Installer has encountered a problem.." box.
    Can anyone give me some help to manually remove files and registry entries please?
    Does anyone at Adobe read this forum?  This is my third posting - the previous two got me no replies at all.
    Regards
    Peter

    Alan:
    Thanks for the response from your engineering colleagues.
    There is (or was) indeed a folder called airappinstaller containing a copy of airappinstaller.exe in the
    ..FlashPlayer\www,macromedia.com\bin\ folder.
    After noting that the bug still occured after I had deleted the Adobe Air
    folder (see my previous posting), I realised that there must be some other
    route by which the airinstaller was being called by the BBC web page, and
    searched for it and found it in the folder which you have just asked me to
    check. I tried renaming it, whereupon the bug has vanished and I can now
    stream BBC TV programs cleanly. I had no idea whether this would be a
    well-behaved solution, so I put it back and proposed to wait for your
    response.
    Incidently, the BBC had already suggested I uninstall/reinstall FlashPlayer,
    and I had done this but it hadn't cleared the problem.
    I would still be grateful for a documented manual AIR clean-up procedure -
    one which could be trusted to work regardless. A list of files/folders to be
    deleted and a list of registry keys perhaps. There seem to be numerous
    suggested methods for removing AIR and, at least in my case, none of them
    worked.
    By the way, I still have no idea what AIR does, or should have been doing.
    Bearing in mind that all I want is to stream TV programs, and I can do that
    without AIR, how on earth did I get into this mess?
    regards
    Peter M

  • AIR INSTALLER BUILDING IN FLEX BUIDLER

    How can i generate a air installer for a flex project build in flex builder?

    Follow the steps below:
    1) Select your Project in FlexBuilder and ---then go to Project >> Export Release Build in FlexBuilder IDE You will see a window getting opened as shown below
    2) In the window leave all the options same and click next you will see the below window.
    3) In the window now click Create..button . You will get the below window. Fill the information in the TextBoxes given(Any dummy info).
    Give any name for the Save as option and save the certificate in some location by clicking the browse button and then click OK and then click Finish.
    That's it you are done...You can now see the installer being created in your application project folder as yourappname.air
    If this post answers your question or helps, please kindly mark it as such.

  • Air project into air installer

    i made a air project. How can i made  a air installer of this project

    Hi savz,
    Follow the steps below:
    1) Select your Project in FlexBuilder and ---then go to Project >> Export Release Build in FlexBuilder IDE You will see a window getting opened as shown below
    2) In the window leave all the options same and click next you will see the below window.
    3) In the window now click Create..button . You will get the below window. Fill the information in the TextBoxes given(Any dummy info).
    Give any name for the Save as option and save the certificate in some location by clicking the browse button and then click OK and then click Finish.
    That's it you are done...You can now see the installer being created in your application project folder as yourappname.air
    If this post answers your question or helps, please kindly mark it as such.
    Thanks,
    Bhasker Chari

  • Adobe AIR installation problem

    I've been trying to update my AIR install from version 1.0.8.4990 to 2.6.0.19140 but when I try to do so I get an error stating that it might not be allowed by the administrator, even though I am the admin.
    I'm running Windows 7 Home Premium SP1 64bit on an Alienware M15x i7 CPU 1.73 GHz 6GB RAM
    AIR installer log:
    [2011-05-06:22:02:09] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2011-05-06:22:02:09] Commandline is: -silent
    [2011-05-06:22:02:09] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-06:22:02:09] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.5.1.17730
    [2011-05-06:22:02:10] Installing msi at c:\users\nulliu~1\appdata\local\temp\airaa43.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-05-06:22:02:18] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-06:22:02:18] Rolling back install of c:\users\nulliu~1\appdata\local\temp\airaa43.tmp\setup.msi
    [2011-05-06:22:02:18] Rollback complete
    [2011-05-06:22:02:18] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-06:22:02:18] Runtime Installer end with exit code 7
    [2011-05-07:16:33:32] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2011-05-07:16:33:32] Commandline is: -silent
    [2011-05-07:16:33:32] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:33:32] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.5.1.17730
    [2011-05-07:16:33:33] Installing msi at c:\users\nulliu~1\appdata\local\temp\aird7fe.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-05-07:16:33:34] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:33:34] Rolling back install of c:\users\nulliu~1\appdata\local\temp\aird7fe.tmp\setup.msi
    [2011-05-07:16:33:34] Rollback complete
    [2011-05-07:16:33:34] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:33:34] Runtime Installer end with exit code 7
    [2011-05-07:16:34:03] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2011-05-07:16:34:03] Commandline is: -silent
    [2011-05-07:16:34:03] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:34:03] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.5.1.17730
    [2011-05-07:16:34:03] Installing msi at c:\users\nulliu~1\appdata\local\temp\air4df7.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-05-07:16:34:04] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:34:04] Rolling back install of c:\users\nulliu~1\appdata\local\temp\air4df7.tmp\setup.msi
    [2011-05-07:16:34:04] Rollback complete
    [2011-05-07:16:34:04] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:34:04] Runtime Installer end with exit code 7
    [2011-05-07:16:35:51] Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    [2011-05-07:16:35:51] Commandline is:
    [2011-05-07:16:35:51] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:36:02] Relaunching with elevation
    [2011-05-07:16:36:02] Launching subprocess with commandline c:\users\nulliu~1\appdata\local\temp\airf31c.tmp\adobe air installer.exe -ei
    [2011-05-07:16:36:04] Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    [2011-05-07:16:36:04] Commandline is: -stdio \\.\pipe\AIR_6892_0 -ei
    [2011-05-07:16:36:04] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:36:04] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.6.0.19140
    [2011-05-07:16:36:04] Installing msi at c:\users\nulliu~1\appdata\local\temp\airf31c.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-05-07:16:36:06] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:06] Rolling back install of c:\users\nulliu~1\appdata\local\temp\airf31c.tmp\setup.msi
    [2011-05-07:16:36:06] Rollback complete
    [2011-05-07:16:36:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:06] Runtime Installer end with exit code 7
    [2011-05-07:16:36:11] Runtime Installer end with exit code 7
    [2011-05-07:16:36:32] Runtime Installer begin with version 2.6.0.19140 on Windows Vista x86
    [2011-05-07:16:36:32] Commandline is:
    [2011-05-07:16:36:32] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:36:38] Relaunching with elevation
    [2011-05-07:16:36:38] Launching subprocess with commandline c:\users\nulliu~1\appdata\local\temp\air8ebe.tmp\adobe air installer.exe -ei
    [2011-05-07:16:36:40] Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    [2011-05-07:16:36:40] Commandline is: -stdio \\.\pipe\AIR_1944_0 -ei
    [2011-05-07:16:36:40] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:36:40] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.6.0.19140
    [2011-05-07:16:36:40] Installing msi at c:\users\nulliu~1\appdata\local\temp\air8ebe.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-05-07:16:36:41] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:41] Rolling back install of c:\users\nulliu~1\appdata\local\temp\air8ebe.tmp\setup.msi
    [2011-05-07:16:36:41] Rollback complete
    [2011-05-07:16:36:41] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:41] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:41] Runtime Installer end with exit code 7
    [2011-05-07:16:36:43] Runtime Installer end with exit code 7
    [2011-05-07:16:50:10] Runtime Installer begin with version 2.6.0.19140 on Windows Vista x86
    [2011-05-07:16:50:10] Commandline is:
    [2011-05-07:16:50:10] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:50:15] Relaunching with elevation
    [2011-05-07:16:50:15] Launching subprocess with commandline c:\users\nulliu~1\appdata\local\temp\air11c3.tmp\adobe air installer.exe -ei
    [2011-05-07:16:50:18] Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    [2011-05-07:16:50:18] Commandline is: -stdio \\.\pipe\AIR_7264_0 -ei
    [2011-05-07:16:50:18] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:50:18] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.6.0.19140
    [2011-05-07:16:50:18] Installing msi at c:\users\nulliu~1\appdata\local\temp\air11c3.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-05-07:16:50:20] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:50:20] Rolling back install of c:\users\nulliu~1\appdata\local\temp\air11c3.tmp\setup.msi
    [2011-05-07:16:50:20] Rollback complete
    [2011-05-07:16:50:20] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:50:20] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:50:20] Runtime Installer end with exit code 7
    [2011-05-07:16:50:22] Runtime Installer end with exit code 7
    [2011-05-07:17:04:51] Runtime Installer begin with version 2.6.0.19140 on Windows Vista x86
    [2011-05-07:17:04:51] Commandline is:
    [2011-05-07:17:04:51] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:17:04:55] Relaunching with elevation
    [2011-05-07:17:04:55] Launching subprocess with commandline c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\adobe air installer.exe -ei
    [2011-05-07:17:04:57] Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    [2011-05-07:17:04:57] Commandline is: -stdio \\.\pipe\AIR_4516_0 -ei
    [2011-05-07:17:04:57] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:17:04:57] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.6.0.19140
    [2011-05-07:17:04:57] Installing msi at c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-05-07:17:04:59] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:17:04:59] Rolling back install of c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi
    [2011-05-07:17:04:59] Rollback complete
    [2011-05-07:17:04:59] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:17:04:59] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:17:04:59] Runtime Installer end with exit code 7
    [2011-05-07:17:05:48] Runtime Installer end with exit code 7
    MSI log:
    === Verbose logging started: 5/7/2011  17:04:57  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\adobe air installer.exe ===
    MSI (c) (24:20) [17:04:57:908]: Resetting cached policy values
    MSI (c) (24:20) [17:04:57:908]: Machine policy value 'Debug' is 0
    MSI (c) (24:20) [17:04:57:908]: ******* RunEngine:
               ******* Product: c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (24:20) [17:04:57:908]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (24:20) [17:04:57:908]: Grabbed execution mutex.
    MSI (c) (24:20) [17:04:57:988]: Cloaking enabled.
    MSI (c) (24:20) [17:04:57:988]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (24:20) [17:04:57:993]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (68:44) [17:04:58:003]: Running installation inside multi-package transaction c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi
    MSI (s) (68:44) [17:04:58:003]: Grabbed execution mutex.
    MSI (s) (68:B8) [17:04:58:008]: Resetting cached policy values
    MSI (s) (68:B8) [17:04:58:008]: Machine policy value 'Debug' is 0
    MSI (s) (68:B8) [17:04:58:008]: ******* RunEngine:
               ******* Product: c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (68:B8) [17:04:58:008]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: User non-assigned for product: 3C0A5E89DE68924439680FBD949E85AE
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: User non-assigned for product: 3C0A5E89DE68924439680FBD949E85AE
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: User non-assigned for product: 68C813D9C4FAF9046ACA1738FFC44F42
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: User non-assigned for product: 68C813D9C4FAF9046ACA1738FFC44F42
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 000021599B0090400100000000F01FEC
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 000021599B0090400100000000F01FEC
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 00004109D60090400100000000F01FEC
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 00004109D60090400100000000F01FEC
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 03F1681F9143BD442B1A2C472865893B
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 03F1681F9143BD442B1A2C472865893B
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 0E9201899CF73FC4BA93F631631229A1
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 0E9201899CF73FC4BA93F631631229A1
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 0EF2A18C47539A00EC4DDBAA33C4EBE8
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 0EF2A18C47539A00EC4DDBAA33C4EBE8
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 1007C6B46D7C017319E3B52CF3EC196E
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 1007C6B46D7C017319E3B52CF3EC196E
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 130592F1397E80343A48553579D7DF31
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 130592F1397E80343A48553579D7DF31
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 16DFDCBFFCD717E4296278B30A501393
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 16DFDCBFFCD717E4296278B30A501393
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 195F8ADCA6CF19E448F7F849D267DE01
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 195F8ADCA6CF19E448F7F849D267DE01
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 1C955A13D4E9B324D93D436A5C937825
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 1C955A13D4E9B324D93D436A5C937825
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 1DCE80E5E89C1174FB56F87D633B9F96
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 1DCE80E5E89C1174FB56F87D633B9F96
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 1F764691F11C67F458B88521DA8CB349
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 1F764691F11C67F458B88521DA8CB349
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 2350B7483E55FAA4D8B73E1A7ADC715E
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 2350B7483E55FAA4D8B73E1A7ADC715E
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 249202383B4805C468228B0CAAD28258
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 249202383B4805C468228B0CAAD28258
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 249C00B832E9FB846BED526B3E5A3A4C
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 249C00B832E9FB846BED526B3E5A3A4C
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 26ABA8B10F47DE741BC84A13825E198B
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 26ABA8B10F47DE741BC84A13825E198B
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 29F618052561C7A49BCB846F2847C2B4
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 29F618052561C7A49BCB846F2847C2B4
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 33408A8EB2031FF418D5CF8CAE4C28FF
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 33408A8EB2031FF418D5CF8CAE4C28FF
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 389F20921C4BAB448BD5C5D6252E4C14
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 389F20921C4BAB448BD5C5D6252E4C14
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 3CEB74B887CF864284216F68252FFF2E
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 3CEB74B887CF864284216F68252FFF2E
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 3e43b73803c7c394f8a6b2f0402e19c2
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 3e43b73803c7c394f8a6b2f0402e19c2
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 3ECDCD77DED23F261845507E5474D270
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 3ECDCD77DED23F261845507E5474D270
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 3F0F872B985FE9B920F4473AC2E039D6
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 3F0F872B985FE9B920F4473AC2E039D6
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 48D53FB2773607F4F99379FC766EF7FF
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 48D53FB2773607F4F99379FC766EF7FF
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 4A94D9E94FD183147BBDD5788A3980E8
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 4A94D9E94FD183147BBDD5788A3980E8
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF268140602FF
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF268140602FF
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 54F83076AC671556892920E52F056CD3
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 54F83076AC671556892920E52F056CD3
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 55565908215A0914C9DA0B003CD6B6B6
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 55565908215A0914C9DA0B003CD6B6B6
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 561F2E879F5EF1A638AC7317915A5839
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 561F2E879F5EF1A638AC7317915A5839
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 57AD0A24A82AEEADFD8D1603DA6F3E55
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 57AD0A24A82AEEADFD8D1603DA6F3E55
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 5A537C33EF859C78FBD73FFB0FA2C3C7
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 5A537C33EF859C78FBD73FFB0FA2C3C7
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 5A5F69ECD485F8F4AAE3B9EA4D31BD27
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 5A5F69ECD485F8F4AAE3B9EA4D31BD27
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 5C7DDB6FDE989654398164A99A375227
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 5C7DDB6FDE989654398164A99A375227
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 5F85FC338D845754386D695F474E8DA3
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 5F85FC338D845754386D695F474E8DA3
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6113A595BB04F0E42A8E7D59D15A2607
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6113A595BB04F0E42A8E7D59D15A2607
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6116D6C8427B0184F8D20D746E7B6DE8
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6116D6C8427B0184F8D20D746E7B6DE8
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 623AB863DA37153448DEC3A0A725CC35
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 623AB863DA37153448DEC3A0A725CC35
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 685B8432EA9CEC6439C66AE849622E41
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 685B8432EA9CEC6439C66AE849622E41
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 68AB67CA7DA73301B7449A0400000010
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B7449A0400000010
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 68AB67CA7DA746454382090000000040
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 68AB67CA7DA746454382090000000040
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 691D6C014ED07BC2B5AA96D65D354684
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 691D6C014ED07BC2B5AA96D65D354684
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6E58EC68CABDDFF39B774E7BF9389C90
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6E58EC68CABDDFF39B774E7BF9389C90
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6E8A266FCD4F2A1409E1C8110F44DBCE
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6E8A266FCD4F2A1409E1C8110F44DBCE
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6F18CA263DDB0114D963E3E9AA4B9099
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6F18CA263DDB0114D963E3E9AA4B9099
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6F9E66FF7E38E3A3FA41D89E8A906A4A
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6F9E66FF7E38E3A3FA41D89E8A906A4A
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 7292FB95B781FCD62A64AA1392A86AED
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 7292FB95B781FCD62A64AA1392A86AED
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 766F6333940964D4896BC447E3BE5C1B
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 766F6333940964D4896BC447E3BE5C1B
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 775F634D5961F2D4B844CA679CE90020
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 775F634D5961F2D4B844CA679CE90020
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 7BD4C90EC03660F46A13E87A329932FA
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 7BD4C90EC03660F46A13E87A329932FA
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 7F80AB91827CC964A853FBDB6333EB80
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 7F80AB91827CC964A853FBDB6333EB80
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 828D9A99181FA7C4293C4C5AC0BE61D0
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 828D9A99181FA7C4293C4C5AC0BE61D0
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 83A4CE2B545B00A4284131EFE019E5D6
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 83A4CE2B545B00A4284131EFE019E5D6
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 840D7C5E4B9F91243B32B8BD102A65D3
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 840D7C5E4B9F91243B32B8BD102A65D3
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 8456A20EEDF62E04E89D11D9D7E746F1
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 8456A20EEDF62E04E89D11D9D7E746F1
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 8663020007180A44EB446B23AFD487F0
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 8663020007180A44EB446B23AFD487F0
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 88119C0AF88C68E4396EDCC7A9626694
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 88119C0AF88C68E4396EDCC7A9626694
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 884FD4BEFEAAF6043A14BCA2AA13B509
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 884FD4BEFEAAF6043A14BCA2AA13B509
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 89242C726A04A4B58A5E70F0B402DB3E
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 89242C726A04A4B58A5E70F0B402DB3E
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 8994BF104C33134458DE70E9E3FE7ED5
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 8994BF104C33134458DE70E9E3FE7ED5
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 8A3132AB8427AFB1293EE74989D78097
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: 8A3132AB8427AFB1293EE74989D78097
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: 971105A74725DFA6DD6E2B321648F3C5
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: 971105A74725DFA6DD6E2B321648F3C5
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: 9A4666D624338494B9E730E4EF63F6F0
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: 9A4666D624338494B9E730E4EF63F6F0
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: 9B1A53230CA5AAA3757A23FE29B9D3B0
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: 9B1A53230CA5AAA3757A23FE29B9D3B0
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: 9C8928403D4AB094F99FBA20A329833F
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: 9C8928403D4AB094F99FBA20A329833F
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A1DEB581D160FEE3525B905F953FC61D
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A1DEB581D160FEE3525B905F953FC61D
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A2A7011144DA8CB4BA5B8EE836CB7A58
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A2A7011144DA8CB4BA5B8EE836CB7A58
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A3878338869058B3FA7CABEAA036CD05
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A3878338869058B3FA7CABEAA036CD05
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A6C64DD86500CEF47BA082BB611A1FF1
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A6C64DD86500CEF47BA082BB611A1FF1
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A80654B854CDB3F429F116DC2AC2A938
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A80654B854CDB3F429F116DC2AC2A938
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A889D6FD0AEE7724AA8B51E880E634B9
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A889D6FD0AEE7724AA8B51E880E634B9
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A97530051D0438AB848FA19B9155ABB8
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A97530051D0438AB848FA19B9155ABB8
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: AB4C301D509FA7340894BD4267B3EB63
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: AB4C301D509FA7340894BD4267B3EB63
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: ACE1E529364750D6661E85E40538A4F7
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: ACE1E529364750D6661E85E40538A4F7
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: AD0AC5DBDA17AD341BE9E6EEC0A9CDA9
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: AD0AC5DBDA17AD341BE9E6EEC0A9CDA9
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: b25099274a207264182f8181add555d0
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: b25099274a207264182f8181add555d0
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: B418526280CCFE90113F81A35D441AA5
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: B418526280CCFE90113F81A35D441AA5
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: B6ACDB9A3563B764CA384963D73AFB3E
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: B6ACDB9A3563B764CA384963D73AFB3E
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: B9802F8A97F16FB43B582A2C0B9B7AD4
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: B9802F8A97F16FB43B582A2C0B9B7AD4
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: BAA8E7CC7F038D185776280B6E4E14C8
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: BAA8E7CC7F038D185776280B6E4E14C8
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: BC3F6BE54F64F1540A82F7D6D8537D0D
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: BC3F6BE54F64F1540A82F7D6D8537D0D
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: BD002968A7820CD40BB2B27678BFDCC4
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: BD002968A7820CD40BB2B27678BFDCC4
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: BF137C06159CEC14DA14E8458C956490
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: BF137C06159CEC14DA14E8458C956490
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: BFD0E1EA9D3AC154AAF764DF9340004D
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: BFD0E1EA9D3AC154AAF764DF9340004D
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: C4B69A87346AF0D4892C8A1EA666969F
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: C4B69A87346AF0D4892C8A1EA666969F
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: C65D44196E6661AC78673BEFCCF2FFE1
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: C65D44196E6661AC78673BEFCCF2FFE1
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: C7BCDCEDCC85568419FA26F77989EF84
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: C7BCDCEDCC85568419FA26F77989EF84
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: C8CA84773E81BB3459B980F8EA1AF62B
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: C8CA84773E81BB3459B980F8EA1AF62B
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: D0487B17D4BBC904782AE9DF01CBC0D3
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: D0487B17D4BBC904782AE9DF01CBC0D3
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: D20352A90C039D93DBF6126ECE614057
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: D20352A90C039D93DBF6126ECE614057
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DB4460A8C7059F6287C86815D79DA441
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DB4460A8C7059F6287C86815D79DA441
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DBD00402BD6E8B54B9B6D17D308381CE
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DBD00402BD6E8B54B9B6D17D308381CE
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DC276626FCFB9A94EAEFBAF0DEB3CFB5
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DC276626FCFB9A94EAEFBAF0DEB3CFB5
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DDA39468D428E8B4DB27C8D5DC5CA217
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DDA39468D428E8B4DB27C8D5DC5CA217
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DEC122ABDE1FED9DEC3AD32879A25568
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DEC122ABDE1FED9DEC3AD32879A25568
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DFC90B5F2B0FFA63D84FD16F6BF37C4B
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DFC90B5F2B0FFA63D84FD16F6BF37C4B
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DFDBABC48F94DF74EBD7CEED270725A5
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DFDBABC48F94DF74EBD7CEED270725A5
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: E3C9A781137F267137B14EC5EDEB2176
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: E3C9A781137F267137B14EC5EDEB2176
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: E5D9D200AB92D6E3B94CD3D7D6CB37C5
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: E5D9D200AB92D6E3B94CD3D7D6CB37C5
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: e611ef0aa8a9f664ea0e26c57b2c703e
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: e611ef0aa8a9f664ea0e26c57b2c703e
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: E97A59ECCF4EFFF4A857920FB449F22F
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: E97A59ECCF4EFFF4A857920FB449F22F
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: EB940C659E972054EB7A79453A6EF0B9
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: EB940C659E972054EB7A79453A6EF0B9
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: ECD1404F1EF381E4A8E9D96E2513EE63
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: ECD1404F1EF381E4A8E9D96E2513EE63
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: EDEED656CA6FAC745A861A4B3EB47506
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: EDEED656CA6FAC745A861A4B3EB47506
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: F132F0B0A6ECD384AA32773B467F9571
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: F132F0B0A6ECD384AA32773B467F9571
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: F13E2FB2BB8B7A046B05892DE8F0D774
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: F13E2FB2BB8B7A046B05892DE8F0D774
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: F3E910CC2D956844D8B47818506BA217
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: F3E910CC2D956844D8B47818506BA217
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: F4E3B286A696ED244AC1C470AE61874B
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: F4E3B286A696ED244AC1C470AE61874B
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: F6BD9287660A04E49821BC7088C702BB
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: F6BD9287660A04E49821BC7088C702BB
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: FDEF50A6E266FB64A85210E0F3C1C996
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: FDEF50A6E266FB64A85210E0F3C1C996
    MSI (s) (68:B8) [17:04:58:023]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (68:B8) [17:04:58:023]: File will have security applied from OpCode.
    MSI (s) (68:B8) [17:04:58:033]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi' against software restriction policy
    MSI (s) (68:B8) [17:04:58:033]: SOFTWARE RESTRICTION POLICY: c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi has a digital signature
    MSI (s) (68:B8) [17:04:58:088]: SOFTWARE RESTRICTION POLICY: c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (68:B8) [17:04:58:088]: End dialog not enabled
    MSI (s) (68:B8) [17:04:58:088]: Original package ==> c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi
    MSI (s) (68:B8) [17:04:58:088]: Package we're running from ==> c:\Windows\Installer\189a635.msi
    MSI (s) (68:B8) [17:04:58:088]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (s) (68:B8) [17:04:58:088]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (68:B8) [17:04:58:088]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (68:B8) [17:04:58:093]: MSCOREE not loaded loading copy from system32
    MSI (s) (68:B8) [17:04:58:098]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (68:B8) [17:04:58:098]: User policy value 'TransformsAtSource' is 0
    MSI (s) (68:B8) [17:04:58:098]: Machine policy value 'DisablePatch' is 0
    MSI (s) (68:B8) [17:04:58:098]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (68:B8) [17:04:58:098]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (68:B8) [17:04:58:098]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (68:B8) [17:04:58:098]: 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) (68:B8) [17:04:58:098]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (68:B8) [17:04:58:098]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (68:B8) [17:04:58:098]: Transforms are not secure.
    MSI (s) (68:B8) [17:04:58:098]: Note: 1: 2205 2:  3: Control
    MSI (s) (68:B8) [17:04:58:098]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\NULLIU~1\AppData\Local\Temp\MSI9a5a8.LOG'.
    MSI (s) (68:B8) [17:04:58:098]: Command Line: CURRENTDIRECTORY=C:\Users\Nullius Filius\Downloads CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=4644
    MSI (s) (68:B8) [17:04:58:098]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{85FFA26D-EE25-43C8-AE73-191F2347856C}'.
    MSI (s) (68:B8) [17:04:58:098]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (68:B8) [17:04:58:098]: Product Code from property table before transforms: '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'
    MSI (s) (68:B8) [17:04:58:098]: Product Code from property table after transforms:  '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'
    MSI (s) (68:B8) [17:04:58:098]: Product not registered: beginning first-time install
    MSI (s) (68:B8) [17:04:58:098]: Product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} is not managed.
    MSI (s) (68:B8) [17:04:58:098]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (68:B8) [17:04:58:098]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (68:B8) [17:04:58:098]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (68:B8) [17:04:58:098]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (68:B8) [17:04:58:098]: Adding new sources is allowed.
    MSI (s) (68:B8) [17:04:58:098]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (68:B8) [17:04:58:098]: Package name extracted from package path: 'setup.msi'
    MSI (s) (68:B8) [17:04:58:098]: Package to be registered: 'setup.msi'
    MSI (s) (68:B8) [17:04:58:098]: Note: 1: 2205 2:  3: Error
    MSI (s) (68:B8) [17:04:58:098]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (68:B8) [17:04:58:103]: Machine policy value 'DisableMsi' is 0
    MSI (s) (68:B8) [17:04:58:103]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (68:B8) [17:04:58:103]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (68:B8) [17:04:58:103]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (68:B8) [17:04:58:103]: Running product '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}' with elevated privileges: Product is assigned.
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\Nullius Filius\Downloads'.
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '4644'.
    MSI (s) (68:B8) [17:04:58:103]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'c35c031dda612843bc6997001c000814'.
    MSI (s) (68:B8) [17:04:58:103]: RESTART MANAGER: Session opened.
    MSI (s) (68:B8) [17:04:58:103]: TRANSFORMS property is now:
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (68:B8) [17:04:58:103]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming
    MSI (s) (68:B8) [17:04:58:103]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\Favorites
    MSI (s) (68:B8) [17:04:58:108]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (68:B8) [17:04:58:108]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\Documents
    MSI (s) (68:B8) [17:04:58:108]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (68:B8) [17:04:58:113]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (68:B8) [17:04:58:113]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (68:B8) [17:04:58:113]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (68:B8) [17:04:58:113]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (68:B8) [17:04:58:113]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Local
    MSI (s) (68:B8) [17:04:58:118]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\Pictures
    MSI (s) (68:B8) [17:04:58:118]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (68:B8) [17:04:58:118]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (68:B8) [17:04:58:118]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (68:B8) [17:04:58:123]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (68:B8) [17:04:58:123]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (68:B8) [17:04:58:123]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (68:B8) [17:04:58:128]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (68:B8) [17:04:58:128]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (68:B8) [17:04:58:128]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (68:B8) [17:04:58:128]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\Desktop
    MSI (s) (68:B8) [17:04:58:133]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (68:B8) [17:04:58:133]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (68:B8) [17:04:58:133]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (68:B8) [17:04:58:138]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (68:B8) [17:04:58:138]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Nullius Filius'.
    MSI (s) (68:B8) [17:04:58:138]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'c:\Windows\Installer\189a635.msi'.
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi'.
    MSI (s) (68:B8) [17:04:58:138]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (68:B8) [17:04:58:138]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
    MSI (s) (68:B8) [17:04:58:138]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (68:B8) [17:04:58:138]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (68:B8) [17:04:58:138]: Machine policy value 'DisableRollback' is 0
    MSI (s) (68:B8) [17:04:58:138]: User policy value 'DisableRollback' is 0
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 5/7/2011  17:04:58 ===
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (68:B8) [17:04:58:138]: Doing action: INSTALL
    MSI (s) (68:B8) [17:04:58:138]: Note: 1: 2205 2:  3: ActionText
    Action start 17:04:58: INSTALL.
    MSI (s) (68:B8) [17:04:58:138]: Running ExecuteSequence
    MSI (s) (68:B8) [17:04:58:138]: Doing action: FindRelatedProducts
    MSI (s) (68:B8) [17:04:58:138]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (68:B8) [17:04:58:143]: Using cached product context: machine assigned for product: 8663020007180A44EB446B23AFD487F0
    MSI (s) (68:B8) [17:04:58:143]: Using cached product context: machine assigned for product: 8663020007180A44EB446B23AFD487F0
    MSI (s) (68:B8) [17:04:58:143]: Using cached product context: machine assigned for product: 8663020007180A44EB446B23AFD487F0
    Action start 17:04:58: FindRelatedProducts.
    MSI (s) (68:B8) [17:04:58:143]: PROPERTY CHANGE: Adding UC8DA920D5C41C42E0BF3187BA49984EE4 property. Its value is '{00203668-8170-44A0-BE44-B632FA4D780F}'.
    MSI (s) (68:B8) [17:04:58:143]: Doing action: ValidateProductID
    MSI (s) (68:B8) [17:04:58:143]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: FindRelatedProducts. Return value 1.
    Action start 17:04:58: ValidateProductID.
    MSI (s) (68:B8) [17:04:58:143]: Doing action: SetSHAREDADDINFOLDER
    MSI (s) (68:B8) [17:04:58:143]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: ValidateProductID. Return value 1.
    MSI (s) (68:B8) [17:04:58:143]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SetSHAREDADDINFOLDER'
    MSI (s) (68:B8) [17:04:58:143]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is '(computed)'. Its new value: 'C:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller'.
    Action start 17:04:58: SetSHAREDADDINFOLDER.
    MSI (s) (68:B8) [17:04:58:143]: Doing action: CostInitialize
    MSI (s) (68:B8) [17:04:58:143]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: SetSHAREDADDINFOLDER. Return value 1.
    MSI (s) (68:B8) [17:04:58:143]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (s) (68:B8) [17:04:58:143]: Baseline: Sorting baselines for {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}.
    MSI (s) (68:B8) [17:04:58:143]: Baseline: New baseline 2.6.0 from transaction.
    MSI (s) (68:B8) [17:04:58:143]: Baseline: Sorted order Native: Order 0.
    MSI (s) (68:B8) [17:04:58:143]: Baseline Data Table:
    MSI (s) (68:B8) [17:04:58:143]: ProductCode: {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} Version: 2.6.0 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
    MSI (s) (68:B8) [17:04:58:143]: Baseline File Table:
    MSI (s) (68:B8) [17:04:58:143]: Note: 1: 1336 2: 5 3: Q:\
    MSI (s) (68:B8) [17:04:58:143]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'c:\'.
    MSI (s) (68:B8) [17:04:58:143]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Patch
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (68:B8) [17:04:58:148]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence'
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Patch
    Action start 17:04:58: CostInitialize.
    MSI (s) (68:B8) [17:04:58:148]: Doing action: FileCost
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: CostInitialize. Return value 1.
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Class
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Extension
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: TypeLib
    Action start 17:04:58: FileCost.
    MSI (s) (68:B8) [17:04:58:148]: Doing action: CostFinalize
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: FileCost. Return value 1.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Patch
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Condition
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'c:\'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Modifying WindowsFolder property. Its current value is 'C:\Windows\'. Its new value: 'c:\Windows\'.
    MSI (s) (68:B8) [17:04:58:148]: 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) (68:B8) [17:04:58:148]: 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) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding AIR property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding Versions property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding Version property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding Resources property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (68:B8) [17:04:58:148]: Target path resolution complete. Dumping Directory table...
    MSI (s) (68:B8) [17:04:58:148]: Note: target paths subject to change (via custom actions or browsing)
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: TARGETDIR , Object: c:\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: WindowsFolder , Object: c:\Windows\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: SHAREDADDINFOLDER , Object: c:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: CommonFilesFolder , Object: c:\Program Files (x86)\Common Files\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: AIR , Object: c:\Program Files (x86)\Common Files\Adobe AIR\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: Versions , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: Version , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: Resources , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (68:B8) [17:04:58:148]: 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 17:04:58: CostFinalize.
    MSI (s) (68:B8) [17:04:58:153]: Doing action: MigrateFeatureStates
    MSI (s) (68:B8) [17:04:58:153]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: CostFinalize. Return value 1.
    Action start 17:04:58: MigrateFeatureStates.
    MSI (s) (68:B8) [17:04:58:158]: Doing action: InstallValidate
    MSI (s) (68:B8) [17:04:58:158]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: MigrateFeatureStates. Return value 0.
    MSI (s) (68:B8) [17:04:58:158]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is 'c35c031dda612843bc6997001c000814'.
    MSI (s) (68:B8) [17:04:58:158]: Note: 1: 2205 2:  3: Dialog
    MSI (s) (68:B8) [17:04:58:158]: Feature: Runtime; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (68:B8) [17:04:58:158]: Feature: Management; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (68:B8) [17:04:58:158]: Component: Runtime; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (68:B8) [17:04:58:158]: Component: FileTypeRegistration; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (68:B8) [17:04:58:158]: Component: ARPRegistration; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (68:B8) [17:04:58:158]: Component: template.msi; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (68:B8) [17:04:58:158]: Component: template.exe; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (68:B8) [17:04:58:158]: Component: Sentinel; Install

    Thanks! That tip worked perfectly!
    AIR installed without any issues after that.
    Murtaza

  • Error installing Adobe Air Runtime - "Adobe AIR Installer" crashes (mac)

    Hi!
    My previous version of Adobe AIR was 4.0 and was working fine. However, a recent app needed a later version but I cannot seem to be able to install it. Every time I run the installer, it seems to work just fine, no error is reported. However, the AIR is not installed and crashes with following report:
    Process:         Adobe AIR Installer [1726]
    Path:            /Volumes/VOLUME/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Identifier:      Adobe AIR Installer
    Version:         14.0 (14.0.0.178)
    Code Type:       X86 (Native)
    Parent Process:  Adobe AIR Installer [1720]
    Responsible:     Adobe AIR Installer [1720]
    User ID:         0
    Date/Time:       2014-09-03 17:17:45.637 +0200
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  B6EEA3E4-D95F-CACE-6CE8-757652EEB415
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** CFEqual() called with NULL second argument ***
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation       0x9be5118c CFEqual + 348
    1   com.apple.CoreFoundation       0x9beb4f67 __CFPasteboardCopyData + 3415
    2   com.apple.CoreFoundation       0x9beb4205 CFPasteboardCopyData + 53
    3   com.apple.HIToolbox           0x9705f0a1 isPrefsGetDefaultAsciiKeyboardLayout + 174
    4   com.apple.HIToolbox           0x9705eabc isPrefsCreateCacheFromEnabledAndDefaultInputSources + 23
    5   com.apple.HIToolbox           0x9705e47d islGetInputSourceListWithAdditions + 143
    6   com.apple.HIToolbox           0x9705e3d1 TSMGetInputSourceCountWithFilteredAdditions + 44
    7   com.apple.HIToolbox           0x9705d7e2 TISCreateInputSourceList + 101
    8   com.apple.HIToolbox           0x9705d1c1 SyncHandwritingHotKey + 148
    9   com.apple.HIToolbox           0x9705c128 _FirstEventTime + 1349
    10  com.apple.HIToolbox           0x9705ba82 RunCurrentEventLoopInMode + 40
    11  com.apple.HIToolbox           0x9705b777 ReceiveNextEventCommon + 163
    12  com.apple.HIToolbox           0x9705b6bd _BlockUntilNextEventMatchingListInModeWithFilter + 92
    13  com.apple.AppKit               0x9111e349 _DPSNextEvent + 1602
    14  com.apple.AppKit               0x9111d870 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    15  com.apple.AppKit               0x9111015c -[NSApplication run] + 727
    16  com.adobe.AIR                 0x05202d8c 0x5200000 + 11660
    17  com.adobe.AIR                 0x0520318e 0x5200000 + 12686
    18  libobjc.A.dylib               0x93e4b2af -[NSObject performSelector:withObject:] + 70
    19  com.adobe.air.Installer       0x00002eb1 RuntimeAppMain(char const*, int) + 256
    20  com.adobe.air.Installer       0x00002fa0 main + 60
    21  com.adobe.air.Installer       0x00002571 start + 53
    Thread 1:
    0   libsystem_kernel.dylib         0x91d2d046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x96fd3dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x96fd7cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x91d2d992 kevent64 + 10
    1   libdispatch.dylib             0x91eae899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib             0x91eae532 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x91d2d046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x96fd3dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x96fd7cce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib         0x91d2d046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x96fd3dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x96fd7cce start_wqthread + 30
    Thread 5:: BackgroundThread
    0   libsystem_kernel.dylib         0x91d2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x96fd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x96fd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x056e053c 0x5200000 + 5113148
    4   com.adobe.AIR                 0x0551fafb 0x5200000 + 3275515
    5   com.adobe.AIR                 0x056e033d 0x5200000 + 5112637
    6   com.adobe.AIR                 0x056e03ab 0x5200000 + 5112747
    7   com.adobe.AIR                 0x056e01d2 0x5200000 + 5112274
    8   libsystem_pthread.dylib       0x96fd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x96fd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x96fd7cf2 thread_start + 34
    Thread 6:: BackgroundThread
    0   libsystem_kernel.dylib         0x91d2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x96fd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x96fd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x056e053c 0x5200000 + 5113148
    4   com.adobe.AIR                 0x0551fafb 0x5200000 + 3275515
    5   com.adobe.AIR                 0x056e033d 0x5200000 + 5112637
    6   com.adobe.AIR                 0x056e03ab 0x5200000 + 5112747
    7   com.adobe.AIR                 0x056e01d2 0x5200000 + 5112274
    8   libsystem_pthread.dylib       0x96fd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x96fd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x96fd7cf2 thread_start + 34
    Thread 7:: BackgroundThread
    0   libsystem_kernel.dylib         0x91d2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x96fd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x96fd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x056e053c 0x5200000 + 5113148
    4   com.adobe.AIR                 0x0551fafb 0x5200000 + 3275515
    5   com.adobe.AIR                 0x056e033d 0x5200000 + 5112637
    6   com.adobe.AIR                 0x056e03ab 0x5200000 + 5112747
    7   com.adobe.AIR                 0x056e01d2 0x5200000 + 5112274
    8   libsystem_pthread.dylib       0x96fd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x96fd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x96fd7cf2 thread_start + 34
    Thread 8:: BackgroundThread
    0   libsystem_kernel.dylib         0x91d2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x96fd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x96fd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x056e053c 0x5200000 + 5113148
    4   com.adobe.AIR                 0x0551fafb 0x5200000 + 3275515
    5   com.adobe.AIR                 0x056e033d 0x5200000 + 5112637
    6   com.adobe.AIR                 0x056e03ab 0x5200000 + 5112747
    7   com.adobe.AIR                 0x056e01d2 0x5200000 + 5112274
    8   libsystem_pthread.dylib       0x96fd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x96fd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x96fd7cf2 thread_start + 34
    Thread 9:: ScriptTimeout
    0   libsystem_kernel.dylib         0x91d2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x96fd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x96fd6c25 pthread_cond_timedwait$UNIX2003 + 71
    3   com.adobe.AIR                 0x056e05ae 0x5200000 + 5113262
    4   com.adobe.AIR                 0x05789de2 0x5200000 + 5807586
    5   com.adobe.AIR                 0x056e033d 0x5200000 + 5112637
    6   com.adobe.AIR                 0x056e03ab 0x5200000 + 5112747
    7   com.adobe.AIR                 0x056e01d2 0x5200000 + 5112274
    8   libsystem_pthread.dylib       0x96fd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x96fd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x96fd7cf2 thread_start + 34

    Hi!
    My previous version of Adobe AIR was 4.0 and was working fine. However, a recent app needed a later version but I cannot seem to be able to install it. Every time I run the installer, it seems to work just fine, no error is reported. However, the AIR is not installed and crashes with following report:
    Process:         Adobe AIR Installer [1726]
    Path:            /Volumes/VOLUME/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Identifier:      Adobe AIR Installer
    Version:         14.0 (14.0.0.178)
    Code Type:       X86 (Native)
    Parent Process:  Adobe AIR Installer [1720]
    Responsible:     Adobe AIR Installer [1720]
    User ID:         0
    Date/Time:       2014-09-03 17:17:45.637 +0200
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  B6EEA3E4-D95F-CACE-6CE8-757652EEB415
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** CFEqual() called with NULL second argument ***
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation       0x9be5118c CFEqual + 348
    1   com.apple.CoreFoundation       0x9beb4f67 __CFPasteboardCopyData + 3415
    2   com.apple.CoreFoundation       0x9beb4205 CFPasteboardCopyData + 53
    3   com.apple.HIToolbox           0x9705f0a1 isPrefsGetDefaultAsciiKeyboardLayout + 174
    4   com.apple.HIToolbox           0x9705eabc isPrefsCreateCacheFromEnabledAndDefaultInputSources + 23
    5   com.apple.HIToolbox           0x9705e47d islGetInputSourceListWithAdditions + 143
    6   com.apple.HIToolbox           0x9705e3d1 TSMGetInputSourceCountWithFilteredAdditions + 44
    7   com.apple.HIToolbox           0x9705d7e2 TISCreateInputSourceList + 101
    8   com.apple.HIToolbox           0x9705d1c1 SyncHandwritingHotKey + 148
    9   com.apple.HIToolbox           0x9705c128 _FirstEventTime + 1349
    10  com.apple.HIToolbox           0x9705ba82 RunCurrentEventLoopInMode + 40
    11  com.apple.HIToolbox           0x9705b777 ReceiveNextEventCommon + 163
    12  com.apple.HIToolbox           0x9705b6bd _BlockUntilNextEventMatchingListInModeWithFilter + 92
    13  com.apple.AppKit               0x9111e349 _DPSNextEvent + 1602
    14  com.apple.AppKit               0x9111d870 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    15  com.apple.AppKit               0x9111015c -[NSApplication run] + 727
    16  com.adobe.AIR                 0x05202d8c 0x5200000 + 11660
    17  com.adobe.AIR                 0x0520318e 0x5200000 + 12686
    18  libobjc.A.dylib               0x93e4b2af -[NSObject performSelector:withObject:] + 70
    19  com.adobe.air.Installer       0x00002eb1 RuntimeAppMain(char const*, int) + 256
    20  com.adobe.air.Installer       0x00002fa0 main + 60
    21  com.adobe.air.Installer       0x00002571 start + 53
    Thread 1:
    0   libsystem_kernel.dylib         0x91d2d046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x96fd3dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x96fd7cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x91d2d992 kevent64 + 10
    1   libdispatch.dylib             0x91eae899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib             0x91eae532 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x91d2d046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x96fd3dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x96fd7cce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib         0x91d2d046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x96fd3dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x96fd7cce start_wqthread + 30
    Thread 5:: BackgroundThread
    0   libsystem_kernel.dylib         0x91d2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x96fd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x96fd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x056e053c 0x5200000 + 5113148
    4   com.adobe.AIR                 0x0551fafb 0x5200000 + 3275515
    5   com.adobe.AIR                 0x056e033d 0x5200000 + 5112637
    6   com.adobe.AIR                 0x056e03ab 0x5200000 + 5112747
    7   com.adobe.AIR                 0x056e01d2 0x5200000 + 5112274
    8   libsystem_pthread.dylib       0x96fd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x96fd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x96fd7cf2 thread_start + 34
    Thread 6:: BackgroundThread
    0   libsystem_kernel.dylib         0x91d2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x96fd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x96fd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x056e053c 0x5200000 + 5113148
    4   com.adobe.AIR                 0x0551fafb 0x5200000 + 3275515
    5   com.adobe.AIR                 0x056e033d 0x5200000 + 5112637
    6   com.adobe.AIR                 0x056e03ab 0x5200000 + 5112747
    7   com.adobe.AIR                 0x056e01d2 0x5200000 + 5112274
    8   libsystem_pthread.dylib       0x96fd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x96fd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x96fd7cf2 thread_start + 34
    Thread 7:: BackgroundThread
    0   libsystem_kernel.dylib         0x91d2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x96fd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x96fd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x056e053c 0x5200000 + 5113148
    4   com.adobe.AIR                 0x0551fafb 0x5200000 + 3275515
    5   com.adobe.AIR                 0x056e033d 0x5200000 + 5112637
    6   com.adobe.AIR                 0x056e03ab 0x5200000 + 5112747
    7   com.adobe.AIR                 0x056e01d2 0x5200000 + 5112274
    8   libsystem_pthread.dylib       0x96fd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x96fd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x96fd7cf2 thread_start + 34
    Thread 8:: BackgroundThread
    0   libsystem_kernel.dylib         0x91d2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x96fd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x96fd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x056e053c 0x5200000 + 5113148
    4   com.adobe.AIR                 0x0551fafb 0x5200000 + 3275515
    5   com.adobe.AIR                 0x056e033d 0x5200000 + 5112637
    6   com.adobe.AIR                 0x056e03ab 0x5200000 + 5112747
    7   com.adobe.AIR                 0x056e01d2 0x5200000 + 5112274
    8   libsystem_pthread.dylib       0x96fd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x96fd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x96fd7cf2 thread_start + 34
    Thread 9:: ScriptTimeout
    0   libsystem_kernel.dylib         0x91d2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x96fd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x96fd6c25 pthread_cond_timedwait$UNIX2003 + 71
    3   com.adobe.AIR                 0x056e05ae 0x5200000 + 5113262
    4   com.adobe.AIR                 0x05789de2 0x5200000 + 5807586
    5   com.adobe.AIR                 0x056e033d 0x5200000 + 5112637
    6   com.adobe.AIR                 0x056e03ab 0x5200000 + 5112747
    7   com.adobe.AIR                 0x056e01d2 0x5200000 + 5112274
    8   libsystem_pthread.dylib       0x96fd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x96fd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x96fd7cf2 thread_start + 34

  • Help: Adobe AIR installer has encountered a problem and needs to close.

    When I run the Adobe AIR installer i always get this window...
    I'm running Windows XP SP3
    How do i solve this problem? Thanks.

    Are you installing AIR installer or running Installer. If your running it make sure you click on the AIR Install package file, not just using installer. Im not really sure what you can do.

  • I think I chose the wrong Installation Option - Now what???

    I installed Leopard right when it came out and love the new OS. But, at the time I did not know what the various installation options meant or implicated. So, I chose the first/default "Upgrade OSX" option.
    Now, I have not been having any specific problems, but I think my computer should be faster when loading certain apps and toggling around between spaces, dashboard, and multitasking. The more I read about the installation options, I feel that my mac would run better if I reinstalled Leopard using another installation option, like Archive and Install.
    Is this a true concern? Should I reinstall using another option to operate at full potential? How do I go about doing that... same as before? Any help or suggestions is appreciated.
    Phil

    Hi Phil Mutz;
    So far I have used Upgrade to install Leopard on five Macs, two of my own and three for friends. So far all of them are all operating just as they were with Tiger. From my experiences with Leopard, I suspect that your problem is elsewhere on your system rather then how you installed Leopard.
    Allan

  • Adobe Air Installation Problem Exit Code 7

    I know this issue has been posted before but the solutions in those discussions (Windows Installer Cleanup or Microsoft FixIt Uninstall-Install) do not work. I am in an Enterprise environment and need to get Air updated on all of our computers.
    Even logged on as Administrator here is the Install.log contents:
    [2015-02-12:09:27:51] Runtime Installer begin with version 16.0.0.273 on Windows 7 x86
    [2015-02-12:09:27:51] Commandline is:
    [2015-02-12:09:27:51] No installed runtime detected
    [2015-02-12:09:27:54] Relaunching with elevation
    [2015-02-12:09:27:54] Launching subprocess with commandline c:\users\admini~1\appdata\local\temp\airc310.tmp\adobe air installer.exe -ei
    [2015-02-12:09:27:54] Runtime Installer begin with version 16.0.0.273 on Windows 7 x86
    [2015-02-12:09:27:54] Commandline is: -stdio \\.\pipe\AIR_5640_0 -ei
    [2015-02-12:09:27:54] No installed runtime detected
    [2015-02-12:09:27:55] Starting silent runtime install. Installing runtime version 16.0.0.273
    [2015-02-12:09:27:55] Installing msi at c:\users\admini~1\appdata\local\temp\airc310.tmp\setup.msi with guid {7B77622E-DE90-48EA-B2C7-227B1DE58A01}
    [2015-02-12:09:27:56] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2015-02-12:09:27:56] Rolling back install of c:\users\admini~1\appdata\local\temp\airc310.tmp\setup.msi
    [2015-02-12:09:27:56] Rollback complete
    [2015-02-12:09:27:56] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2015-02-12:09:27:56] Runtime Installer end with exit code 7

    Looking at the event viewer Windows Logs/Application log, a registry key cannot be accessed during the install of 16.x . If I am able to set permissions on that key another registry cannot be accessed which halts the installation. I have been through several keys already and it just continues, another registry key cannot be accessed. "Unable to display current owner" and Access Denied when you try to set the owner. Is this a problem caused by Microsoft or Adobe? This is occurring running either under administrator or an account in the administrator's group.

  • ADOBE AIR INSTALLATION PROBLEM win7 x64

    hi , i have a problem since i formated my computer to windows 7 x64 .. i can't install adobe AIR i have this error :
    windows cant find 'C:/users/PC/appdata/local/temp/AIREB40.tmp/adobe air installer.exe' verifiy that you intered the right name , and try again .
    i didin't installed AIR since i formated the pc , i tried couple of things written in the forums , still the same problem , i can't find logs because its not even
    installed . HELP i  downloaded adobe AIR three or four times ... still same problem ,

    please guys , need help .

Maybe you are looking for

  • No more Flash Buttons in Dreamweaver CS4?

    The removal of Flash button extensions are pretty pathetic.  How much development money and time does it take to include and already existing feature? Also, if no one uses them (Ya I was told in a previous post I seen)  The why is Microsoft Expressio

  • When bapi perform, user exit perform or not

    Hi, TCODE VA01, i am going to use BAPI(SD_SALESDOCUMENT_CREATE) in order to create or change sales order . but  there is user exit on VA01, so i want to know if user-exit execute or not  when i use BAPI on abap code. thanks venjamin.

  • Call Function STARTING NEW TASK ----- Resource not available

    Hi All, I am calling a Function Module in new task using STARTING NEW TASK. If the resources are not available for the Dialog Process to start, for how long will SAP keep on trying to acquire the resources and in case if it fails to acquire resource,

  • Compiling PHP with MySQL

    Hello all, I am having trouble compiling php 5.2 (also tried 5.3). This is my configure line: ======= ./configure with-apxs2=/usr/local/apache2/bin/apxs with-mysql=/opt/mysql/mysql ======= When I run "make", I get the following error: ======= Undefin

  • IPhoto quits when trying to export

    I have just update to Mountain Lion and updated to iPhoto 9.4.  Whenever I try to export photos the program quits.  Is this a know bug? Is there a work around?  I want to backup or burn photos from PhotoStream from my iPad.