Parse/Read APK file Adobe Air Android

Hi Guys!
I have problem uploading my apk file on google play, since it's bigger than 50MB and I want to upload a simple loader file and then download the expansion APK and open its swf file.
Any ideas on how to parse the APK and reach the swf file?
Cheers!

Hi,
Did you create your apk file using Flash Builder Burrito? If yes, Flash Builder Burrito does not support emulators. Packages created with Burrito are only intended to run on pyshical devices.
Thanks,
-Sedat Akkus

Similar Messages

  • Adobe AIR Android + MediaPlayer: Video Plays with no Audio

    I am trying to play a video in my Adobe AIR Android App. I can't seem to get the video to play with audio in the application. I can get the audio to play in the native players on both my Samsung Galay and my Asus Transformer outside of my app, but when I load the video using StageVideo, the audio doesn't play at all.
    I tried just launching the video into the navtive browser or using StageWebView but that doesn't work either.
    I am a bit at a loss and need some advice.
    Here's the code below.
    MediaPlayerExample:
    var resource:URLResource = new URLResource(videoPath);
    container = new MediaContainer();
    addChild(container);
    container.y = this.headerHeight;
    videoElement =  new VideoElement(resource);
    videoElement.smoothing = true;
    container.addMediaElement(videoElement);
    container.width = this.stage.stageWidth;
    container.height = this.stage.stageHeight;
    mediaPlayer = new MediaPlayer();
    mediaPlayer.media = videoElement;
    mediaPlayer.addEventListener(TimeEvent.CURRENT_TIME_CHANGE, this._onProgress);
    this.videoHeader = new VideoHeader(this.stage.stageWidth);
    this.addChild(this.videoHeader);
    Any help would be great!

    Quicktime or Quicktime Pro (both of which iTunes uses) does not convert "muxed" ( muxed means multiplexed where the audio and video are stored on the same track) video files properly. It only plays the video and not the audio.
    See:iPod plays video but not audio.
    You need a 3rd party converter to convert the file with both audio and video.
    See this for help: Guide to converting video for iPod (Mac/Windows).

  • Google Chrome ARC for Adobe Air Android?

    Hi,
    Does anybody know if Google Chrome ARC works for Adobe Air based Android apps?
    - https://developer.chrome.com/apps/getstarted_arc
    ARC looks really cool and promising.

    I just tried it on a packaged APK. It detected and converted the APK properly, but running the app just lead to a gray screen.

  • Adobe Air - Android emulator

    Hi,
    I am trying to put an android aplication working on the android emulator.
    I have developed it in Flash Cs5, then i have created the apk file and installed it on the emulator.
    The emulator has the adobe air for emulator installed.
    When i try to run the app it gives my "the application ... has stoped unexpectedly. Please try again".
    The aplication has a simple square.
    When i write ./adb loga car, i have the following errors:
    I/ActivityManager(   66): Start proc air.Final1 for activity air.Final1/.AppEntry: pid=1082 uid=10031 gids={3003}
    D/TabletStatusBar(  258): lights on
    D/dalvikvm( 1082): Trying to load lib /data/data/com.adobe.air/lib/libCore.so 0x4063abc0
    I/WindowManager(   66): Setting rotation to 3, animFlags=1
    I/ActivityManager(   66): Config changed: { scale=1.0 imsi=310/260 loc=en_US touch=3 keys=2/1/1 nav=3/1 orien=P layout=0x10000014 uiMode=0x11 seq=18}
    D/Tablet/NotificationPanel(  258): notificationCount=0
    W/dalvikvm( 1082): No implementation found for native Lcom/adobe/air/AndroidActivityWrapper;.nativeSetVisible (Z)V
    W/WindowManager(   66): Window freeze timeout expired.
    W/WindowManager(   66): Force clearing orientation change: Window{40c41db0 air.Final1/air.Final1.AppEntry paused=false}
    D/AndroidRuntime( 1082): Shutting down VM
    W/dalvikvm( 1082): threadid=1: thread exiting with uncaught exception (group=0x40014760)
    E/AndroidRuntime( 1082): FATAL EXCEPTION: main
    E/AndroidRuntime( 1082): java.lang.UnsatisfiedLinkError: nativeSetVisible
    E/AndroidRuntime( 1082):     at com.adobe.air.AndroidActivityWrapper.nativeSetVisible(Native Method)
    E/AndroidRuntime( 1082):     at com.adobe.air.AndroidActivityWrapper.SetVisible(AndroidActivityWrapper.java:651)
    E/AndroidRuntime( 1082):     at com.adobe.air.AndroidActivityWrapper.onSurfaceInitialized(AndroidActivityWrapper.java:614 )
    E/AndroidRuntime( 1082):     at com.adobe.air.AIRWindowSurfaceView.surfaceChanged(AIRWindowSurfaceView.java:438)
    E/AndroidRuntime( 1082):     at android.view.SurfaceView.updateWindow(SurfaceView.java:571)
    E/AndroidRuntime( 1082):     at android.view.SurfaceView.access$000(SurfaceView.java:84)
    E/AndroidRuntime( 1082):     at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:173)
    E/AndroidRuntime( 1082):     at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:590)
    E/AndroidRuntime( 1082):     at android.view.ViewRoot.performTraversals(ViewRoot.java:1325)
    E/AndroidRuntime( 1082):     at android.view.ViewRoot.handleMessage(ViewRoot.java:1944)
    E/AndroidRuntime( 1082):     at android.os.Handler.dispatchMessage(Handler.java:99)
    E/AndroidRuntime( 1082):     at android.os.Looper.loop(Looper.java:126)
    E/AndroidRuntime( 1082):     at android.app.ActivityThread.main(ActivityThread.java:3997)
    E/AndroidRuntime( 1082):     at java.lang.reflect.Method.invokeNative(Native Method)
    E/AndroidRuntime( 1082):     at java.lang.reflect.Method.invoke(Method.java:491)
    E/AndroidRuntime( 1082):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
    E/AndroidRuntime( 1082):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
    E/AndroidRuntime( 1082):     at dalvik.system.NativeStart.main(Native Method)
    W/ActivityManager(   66):   Force finishing activity air.Final1/.AppEntry
    W/WindowManager(   66): Failure taking screenshot for (135x84) to layer 21045
    W/ActivityManager(   66): Activity pause timeout for ActivityRecord{4073f990 air.Final1/.AppEntry}
    D/dalvikvm(   66): GC_EXPLICIT freed 498K, 49% free 13968K/27015K, paused 60ms+18ms
    W/ActivityManager(   66): Launch timeout has expired, giving up wake lock!
    W/ActivityManager(   66): Activity idle timeout for ActivityRecord{4073f990 air.Final1/.AppEntry}
    D/dalvikvm( 1070): GC_EXPLICIT freed 10K, 9% free 16186K/17671K, paused 9ms+5ms
    I/WindowManager(   66): Setting rotation to 0, animFlags=1
    I/ActivityManager(   66): Config changed: { scale=1.0 imsi=310/260 loc=en_US touch=3 keys=2/1/1 nav=3/1 orien=L layout=0x10000014 uiMode=0x11 seq=19}
    W/ActivityManager(   66): Activity destroy timeout for ActivityRecord{4073f990 air.Final1/.AppEntry}
    W/WindowManager(   66): Window freeze timeout expired.
    W/WindowManager(   66): Force clearing orientation change: Window{40745e50 Sorry! paused=false}
    D/Tablet/NotificationPanel(  258): notificationCount=0
    W/WindowManager(   66): App freeze timeout expired.
    W/WindowManager(   66): Force clearing freeze: AppWindowToken{41524680 token=ActivityRecord{4073c818 com.android.launcher/com.android.launcher2.Launcher}}
    I/InputDispatcher(   66): Dropped event because it is stale.
    i hope someone can help
    Thank you

    Hi,
    Did you create your apk file using Flash Builder Burrito? If yes, Flash Builder Burrito does not support emulators. Packages created with Burrito are only intended to run on pyshical devices.
    Thanks,
    -Sedat Akkus

  • Adobe AIR Android widget

    i know Adobe AIR doesn't support android widgets directly.
    can we integrate air app and android widget by using native solution or do you know any way to make this?
    thanks.

    is there anyone?

  • How to minimize adobe air android app with as3?

    I have 2 buttons in my app ( my app published by flash cs6 for android ). one button for exit app and one button for minimize app (send app to background and show homepage).what is code for 2nd button in as3?
    b1.addEventListener(MouseEvent.MOUSE_UP,exitapp);
    b2.addEventListener(MouseEvent.MOUSE_UP,minimizeapp);
    function exitapp(e:MouseEvent)
         nativeapplication.nativeapplication.exit();
    function minimizeapp(e:MouseEvent)
         //...what code I should write here?

    I don't think there's a way to do this with standard AIR APIs. On iOS there's no general solution for this, but for Android you could probably make a simple ANE, possibly by using sendTaskToBack.

  • Adobe flash player and reading pdf files.

         I've recently been having issues with Safari reading online pdf files and loading up sites using adobe flash player.
         I've somehow tracked down a temporary solve by going into Safari's "preferences", then the security tab.
         Where it shows "internet plug-ins" I have it checked so it can load adobe flash. But when it comes to reading pdf files (adobe reader)
         I have to uncheck "internet plug ins". So in turn I can read the pdfs, but not use adobe flash player.
         There seems to be a conflict between the adobe reader and flash player that I can use both at the same time.
         Any suggestions on how to correct this issue?
         Here's a screenshot of what I have. And if I have to delete one of these plug-ins how can I do this as I don't see any options to do so.

    Back up all data before making any changes. Please take each of the following steps until the problem is resolved.
    Step 1
    If Adobe Reader or Acrobat is installed, and the problem is just that you can't print PDF's displayed in Safari, you may be able to print by moving the cursor to the the bottom edge of the page, somewhere near the middle. A black toolbar may appear under the cursor. Click the printer icon.
    Step 2
    There should be a setting in its preferences of the Adobe application such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected.
    Step 3
    If you get a message such as ""Adobe Reader blocked for this website," then from the Safari menu bar, select
    Safari ▹ Preferences... ▹ Security
    and check the box marked
    Allow Plug-ins
    Then click
    Manage Website Settings...
    and make any required changes to the security settings for the Adobe PDF plugin.
    Step 4
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard by pressing the key combination command-C:
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, move to the Trash any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari.
    Step 5
    The "Silverlight" web plugin distributed by Microsoft can interfere with PDF display in Safari, so you may need to remove it, if it's present. The same goes for a plugin called "iGetter," and perhaps others — I don't have a complete list. Don't remove Silverlight if you use the "Netflix" video-streaming service.
    Step 6
    Do as in Step 4 with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari.

  • IO Operation (read/write files) in IPAD AIR downgrade ~50% than the one in IPAD4

    Summary:
    UnZip the same file with the same native unzip method (native zlib) in IOS7, ipad air take +50% more time consumption than the one in iPAD4.
    for unZip, it main perform the IO read/write files in ipad, does apple air already changes the file system ?
    Steps to Reproduce:
    UnZIP a file with native zlip on both ipad AIR and IPAD 4 :
    IPAD AIR: 16GB
    IPAD 4: 16GB
    ZIP file size: 700KB
    Files in zip file: 225 files (120 files are images)
      after remove the images, the time on IPAD AIR will save 50% time consumption
    unZip method: the native zlib
    unzip time on IPAD AIR+ IOS7: ~1200ms
    unzip time on IPAD 4+ IOS7: ~800ms
    Expected Results:
    The unzip time should be almost the same on IPAD AIR and IPAD4.
    Actual Results:
    For same IO operation read/write file, IPAD AIR gets the 50% downgrade performance than the one in IPAD4
    Version:
    IPAD4: 16GB WIFI + IOS7
    IPAD AIR: 16GB WIFI + IOS7
    does anyone else encounter the same problem ?
    A bug already submitted for apple: https://devforums.apple.com/message/993060

    I even tried porting the code to Gumbo and running it there - still, no fonts are being enumerated.
    If you're too lazy to read the whole above post, here's the problem in one sentence
    An SWF that contains a textfield with embedded fonts, when launched by itself succeeds to return the embedded font using Font.enumerateFonts(false), however when loaded using Loader.loadBytes into AIR, it fails to see those fonts even though the textfield in it is displayed and editable.
    How do I make the loaded child application and AIR see the embedded font?

  • Adobe Air 2 browser compatibility

    What all browsers are supported by Adobe Air2.0 on MAC and Windows Platforms ? Please also let me know the version nos of supported browsers

    Adobe AIR is a cross-platform desktop runtime environment, independent of the browser. AIR applications use a version of WebKit to display html content. The version of WebKit in AIR 2 is based on the version shipped with Safari 4.0.3. In addtion, AIR files can be distributed as .apk files for the Android OS, version 2.2.

  • Error in installing Adobe AIR runtime (Windows)

    I've been trying to install TeeBoard to be used with OBS, however, AIR will not install no matter what i do. I've followed all the help on the support page and none of it worked. It keeps saying i need administrator access even though i'm running it as an administrator. Additionally, every time i double click a .air extension to try and install the application it wont open up with the windows installer.
    [2014-03-10:19:54:56] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2014-03-10:19:54:56] Commandline is: -silent -eulaAccepted -programMenu AdobeHelp.air
    [2014-03-10:19:54:56] No installed runtime detected
    [2014-03-10:19:54:56] Invoking Application Installer for combined install
    [2014-03-10:19:54:56] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIR1D44.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR1D44.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeHelp/AdobeHelp.air
    [2014-03-10:19:54:56] Application Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2014-03-10:19:54:56] Commandline is: -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR1D44.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeHelp/AdobeHelp.air
    [2014-03-10:19:54:56] No installed runtime detected
    [2014-03-10:19:54:56] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeHelp/AdobeHelp.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla28A9.tmp
    [2014-03-10:19:55:01] Application signature verified
    [2014-03-10:19:55:01] Unpackaging/validation complete
    [2014-03-10:19:55:01] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla398B.tmp
    [2014-03-10:19:55:01] Native installation package creation succeeded
    [2014-03-10:19:55:01] Starting silent combined runtime and app install.
    Installing runtime version 3.1.0.4880.
    Installing app chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 version 4.0.244 to C:\Program Files (x86)\Adobe using the source file at file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeHelp/AdobeHelp.air
    [2014-03-10:19:55:01] Installing msi at C:\Users\JONATH~1\AppData\Local\Temp\AIR1D44.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2014-03-10:19:55:03] Installing msi at C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla398B.tmp\setup.msi with guid {7451619F-5377-BE39-26FC-4685CB012ABB}
    [2014-03-10:19:55:07] Application Installer end with exit code 0
    [2014-03-10:19:55:07] Subprocess app installer succeeded
    [2014-03-10:19:55:07] Runtime Installer end with exit code 0
    [2014-03-10:19:57:49] Runtime Installer begin with version 2.7.1.19600 on Windows 7 x86
    [2014-03-10:19:57:49] Commandline is: -silent -eulaAccepted -programMenu WidgetBrowser.air
    [2014-03-10:19:57:49] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-03-10:19:57:49] Invoking Application Installer for combined install
    [2014-03-10:19:57:49] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIRC5A3.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC5A3.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeDreamweaverWidgetsBrowser1.0-mul/WidgetBrowser.air
    [2014-03-10:19:57:49] Application Installer begin with version 2.7.1.19600 on Windows 7 x86
    [2014-03-10:19:57:49] Commandline is: -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC5A3.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeDreamweaverWidgetsBrowser1.0-mul/WidgetBrowser.air
    [2014-03-10:19:57:49] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-03-10:19:57:50] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeDreamweaverWidgetsBrowser1.0-mul/WidgetBrowser.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaCE89.tmp
    [2014-03-10:19:57:50] Application signature verified
    [2014-03-10:19:57:50] Unpackaging/validation complete
    [2014-03-10:19:57:50] No app located for appID 'com.adobe.WidgetBrowser' and pubID ''
    [2014-03-10:19:57:50] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaD0DA.tmp
    [2014-03-10:19:57:51] Native installation package creation succeeded
    [2014-03-10:19:57:51] Starting silent app installation to C:\Program Files (x86)\Adobe. Installing app com.adobe.WidgetBrowser version 2.0 Build 348 using the source file at file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeDreamweaverWidgetsBrowser1.0-mul/WidgetBrowser.air
    [2014-03-10:19:57:51] Installing msi at C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaD0DA.tmp\setup.msi with guid {1907FB7F-C178-4C59-AB2B-1075AFF15FEB}
    [2014-03-10:19:57:52] Application Installer end with exit code 0
    [2014-03-10:19:57:52] Subprocess app installer succeeded
    [2014-03-10:19:57:52] Runtime Installer end with exit code 0
    [2014-09-21:01:35:35] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:35:35] Commandline is:
    [2014-09-21:01:35:35] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:35:40] Relaunching with elevation
    [2014-09-21:01:35:40] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\air3cfc.tmp\adobe air installer.exe -ei
    [2014-09-21:01:35:41] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:35:41] Commandline is: -stdio \\.\pipe\AIR_10716_0 -ei
    [2014-09-21:01:35:41] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:35:42] Starting silent runtime update. Updating runtime from version 3.1.0.4880 to version 15.0.0.249
    [2014-09-21:01:35:42] Installing msi at c:\users\jonath~1\appdata\local\temp\air3cfc.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:35:43] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:35:43] Rolling back install of c:\users\jonath~1\appdata\local\temp\air3cfc.tmp\setup.msi
    [2014-09-21:01:35:43] Rollback complete
    [2014-09-21:01:35:43] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:35:43] Runtime Installer end with exit code 7
    [2014-09-21:01:36:13] Runtime Installer end with exit code 7
    [2014-09-21:01:36:41] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-21:01:36:41] Commandline is:
    [2014-09-21:01:36:41] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:36:46] Relaunching with elevation
    [2014-09-21:01:36:46] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\air3fab.tmp\adobe air installer.exe -ei
    [2014-09-21:01:36:47] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:36:47] Commandline is: -stdio \\.\pipe\AIR_10476_0 -ei
    [2014-09-21:01:36:47] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:36:48] Starting silent runtime update. Updating runtime from version 3.1.0.4880 to version 15.0.0.249
    [2014-09-21:01:36:48] Installing msi at c:\users\jonath~1\appdata\local\temp\air3fab.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:36:48] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:36:48] Rolling back install of c:\users\jonath~1\appdata\local\temp\air3fab.tmp\setup.msi
    [2014-09-21:01:36:48] Rollback complete
    [2014-09-21:01:36:48] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:36:48] Runtime Installer end with exit code 7
    [2014-09-21:01:36:50] Runtime Installer end with exit code 7
    [2014-09-21:01:37:12] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-21:01:37:12] Commandline is:
    [2014-09-21:01:37:12] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:37:17] Relaunching with elevation
    [2014-09-21:01:37:17] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\airbb40.tmp\adobe air installer.exe -ei
    [2014-09-21:01:37:17] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-21:01:37:17] Commandline is: -stdio \\.\pipe\AIR_10276_0 -ei
    [2014-09-21:01:37:17] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:37:17] Starting silent runtime update. Updating runtime from version 3.1.0.4880 to version 15.0.0.249
    [2014-09-21:01:37:17] Installing msi at c:\users\jonath~1\appdata\local\temp\airbb40.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:37:18] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:37:18] Rolling back install of c:\users\jonath~1\appdata\local\temp\airbb40.tmp\setup.msi
    [2014-09-21:01:37:18] Rollback complete
    [2014-09-21:01:37:18] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:37:18] Runtime Installer end with exit code 7
    [2014-09-21:01:37:19] Runtime Installer end with exit code 7
    [2014-09-21:01:37:57] Application Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2014-09-21:01:37:57] Commandline is: "C:\Users\Jonathon Beliveau\Downloads\TeeBoard\TeeBoard v0.1.5.air"
    [2014-09-21:01:37:57] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:37:58] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla7877.tmp
    [2014-09-21:01:37:58] Unpackaging/validation complete
    [2014-09-21:01:37:58] Application has unknown namespace http://ns.adobe.com/air/application/3.7. Attempting immediate runtime update
    [2014-09-21:01:37:58] Begin runtime update download from http://airdownload.adobe.com/air/3/windows/x86/add/3.7/update
    [2014-09-21:01:37:58] Download destination is C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update
    [2014-09-21:01:37:58] Unpackaging http://airdownload.adobe.com/air/3/windows/x86/add/3.7/update to C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update
    [2014-09-21:01:38:16] Unpackaging complete
    [2014-09-21:01:38:16] Download success
    [2014-09-21:01:38:16] Successfully downloaded immediate update. Invoking downloaded installer
    [2014-09-21:01:38:16] Launching subprocess with commandline C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update\updater -x1 file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:17] Application Installer end with exit code 0
    [2014-09-21:01:38:19] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:38:19] Commandline is: -x1 file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:19] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:38:19] Invoking Application Installer for combined install
    [2014-09-21:01:38:19] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp -withRuntime -url file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:19] Application Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:38:19] Commandline is: -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp -withRuntime -url file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:19] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:38:20] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaCEA1.tmp
    [2014-09-21:01:38:21] Application signature verified
    [2014-09-21:01:38:21] Unpackaging/validation complete
    [2014-09-21:01:38:21] No app located for appID 'be.gip.twitch.TeeBoard' and pubID ''
    [2014-09-21:01:38:33] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla329.tmp
    [2014-09-21:01:38:34] Native installation package creation succeeded
    [2014-09-21:01:38:34] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)\Air\Gip" -desktopShortcut -programMenu file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:34] Relaunching with elevation
    [2014-09-21:01:38:36] Application Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:38:36] Commandline is: -stdio \\.\pipe\AIR_3768_0 -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)\Air\Gip" -desktopShortcut -programMenu file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:36] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:38:36] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaECC.tmp
    [2014-09-21:01:38:37] Application signature verified
    [2014-09-21:01:38:37] Unpackaging/validation complete
    [2014-09-21:01:38:37] No app located for appID 'be.gip.twitch.TeeBoard' and pubID ''
    [2014-09-21:01:38:37] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla1265.tmp
    [2014-09-21:01:38:38] Native installation package creation succeeded
    [2014-09-21:01:38:38] Starting silent combined runtime update and app install.
    Updating runtime from version 3.1.0.4880 to version 15.0.0.249.
    Installing app be.gip.twitch.TeeBoard version 0.1.5 to C:\Program Files (x86)\Air\Gip  using the source file at file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:38] Installing msi at C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:38:38] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:38:38] Rolling back install of C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp\setup.msi
    [2014-09-21:01:38:38] Rollback complete
    [2014-09-21:01:38:38] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:38:38] Elevated install failed: error 0 1603
    [2014-09-21:01:38:39] Application Installer end with exit code 7
    [2014-09-21:01:38:47] Application Installer end with exit code 7
    [2014-09-21:01:38:48] Subprocess app installer failed (7)
    [2014-09-21:01:38:48] Runtime Installer end with exit code 7
    [2014-09-21:01:38:59] Application Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2014-09-21:01:38:59] Commandline is: "C:\Users\Jonathon Beliveau\Downloads\TeeBoard\TeeBoard v0.1.5.air"
    [2014-09-21:01:38:59] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:38:59] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla692B.tmp
    [2014-09-21:01:39:00] Unpackaging/validation complete
    [2014-09-21:01:39:00] Application has unknown namespace http://ns.adobe.com/air/application/3.7. Attempting immediate runtime update
    [2014-09-21:01:39:00] Begin runtime update download from http://airdownload.adobe.com/air/3/windows/x86/add/3.7/update
    [2014-09-21:01:39:00] Download destination is C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update
    [2014-09-21:01:39:00] Unpackaging http://airdownload.adobe.com/air/3/windows/x86/add/3.7/update to C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update
    [2014-09-21:01:39:04] Unpackaging complete
    [2014-09-21:01:39:04] Download success
    [2014-09-21:01:39:04] Successfully downloaded immediate update. Invoking downloaded installer
    [2014-09-21:01:39:04] Launching subprocess with commandline C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update\updater -x1 file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:04] Application Installer end with exit code 0
    [2014-09-21:01:39:07] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:39:07] Commandline is: -x1 file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:07] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:39:07] Invoking Application Installer for combined install
    [2014-09-21:01:39:07] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp -withRuntime -url file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:08] Application Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:39:08] Commandline is: -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp -withRuntime -url file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:08] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:39:08] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla8A80.tmp
    [2014-09-21:01:39:09] Application signature verified
    [2014-09-21:01:39:09] Unpackaging/validation complete
    [2014-09-21:01:39:09] No app located for appID 'be.gip.twitch.TeeBoard' and pubID ''
    [2014-09-21:01:39:17] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaAD6C.tmp
    [2014-09-21:01:39:17] Native installation package creation succeeded
    [2014-09-21:01:39:17] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)\Air\Gip" -desktopShortcut -programMenu file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:17] Relaunching with elevation
    [2014-09-21:01:39:19] Application Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:39:19] Commandline is: -stdio \\.\pipe\AIR_9760_0 -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)\Air\Gip" -desktopShortcut -programMenu file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:19] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:39:19] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaB788.tmp
    [2014-09-21:01:39:20] Application signature verified
    [2014-09-21:01:39:20] Unpackaging/validation complete
    [2014-09-21:01:39:20] No app located for appID 'be.gip.twitch.TeeBoard' and pubID ''
    [2014-09-21:01:39:20] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaBAC4.tmp
    [2014-09-21:01:39:21] Native installation package creation succeeded
    [2014-09-21:01:39:21] Starting silent combined runtime update and app install.
    Updating runtime from version 3.1.0.4880 to version 15.0.0.249.
    Installing app be.gip.twitch.TeeBoard version 0.1.5 to C:\Program Files (x86)\Air\Gip  using the source file at file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:21] Installing msi at C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:39:21] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:39:21] Rolling back install of C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp\setup.msi
    [2014-09-21:01:39:21] Rollback complete
    [2014-09-21:01:39:21] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:39:21] Elevated install failed: error 0 1603
    [2014-09-21:01:39:22] Application Installer end with exit code 7
    [2014-09-21:01:39:23] Application Installer end with exit code 7
    [2014-09-21:01:39:23] Subprocess app installer failed (7)
    [2014-09-21:01:39:23] Runtime Installer end with exit code 7
    [2014-09-21:01:44:06] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:44:06] Commandline is:
    [2014-09-21:01:44:06] No installed runtime detected
    [2014-09-21:01:44:10] Relaunching with elevation
    [2014-09-21:01:44:10] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\aircf8.tmp\adobe air installer.exe -ei
    [2014-09-21:01:44:10] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:44:10] Commandline is: -stdio \\.\pipe\AIR_3416_0 -ei
    [2014-09-21:01:44:10] No installed runtime detected
    [2014-09-21:01:44:10] Starting silent runtime install. Installing runtime version 15.0.0.249
    [2014-09-21:01:44:10] Installing msi at c:\users\jonath~1\appdata\local\temp\aircf8.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:44:10] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:44:10] Rolling back install of c:\users\jonath~1\appdata\local\temp\aircf8.tmp\setup.msi
    [2014-09-21:01:44:10] Rollback complete
    [2014-09-21:01:44:10] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:44:10] Runtime Installer end with exit code 7
    [2014-09-21:01:44:15] Runtime Installer end with exit code 7
    [2014-09-21:01:44:25] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-21:01:44:25] Commandline is:
    [2014-09-21:01:44:25] No installed runtime detected
    [2014-09-21:01:44:27] Relaunching with elevation
    [2014-09-21:01:44:27] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\air56b4.tmp\adobe air installer.exe -ei
    [2014-09-21:01:44:29] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:44:29] Commandline is: -stdio \\.\pipe\AIR_5404_0 -ei
    [2014-09-21:01:44:29] No installed runtime detected
    [2014-09-21:01:44:30] Starting silent runtime install. Installing runtime version 15.0.0.249
    [2014-09-21:01:44:30] Installing msi at c:\users\jonath~1\appdata\local\temp\air56b4.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:44:30] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:44:30] Rolling back install of c:\users\jonath~1\appdata\local\temp\air56b4.tmp\setup.msi
    [2014-09-21:01:44:30] Rollback complete
    [2014-09-21:01:44:30] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:44:30] Runtime Installer end with exit code 7
    [2014-09-21:01:44:32] Runtime Installer end with exit code 7
    [2014-09-21:01:50:38] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-21:01:50:38] Commandline is:
    [2014-09-21:01:50:38] No installed runtime detected
    [2014-09-21:01:50:43] Relaunching with elevation
    [2014-09-21:01:50:43] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\air8f2.tmp\adobe air installer.exe -ei
    [2014-09-21:01:50:45] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:50:45] Commandline is: -stdio \\.\pipe\AIR_9440_0 -ei
    [2014-09-21:01:50:45] No installed runtime detected
    [2014-09-21:01:50:45] Starting silent runtime install. Installing runtime version 15.0.0.249
    [2014-09-21:01:50:45] Installing msi at c:\users\jonath~1\appdata\local\temp\air8f2.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:50:45] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:50:45] Rolling back install of c:\users\jonath~1\appdata\local\temp\air8f2.tmp\setup.msi
    [2014-09-21:01:50:45] Rollback complete
    [2014-09-21:01:50:45] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:50:45] Runtime Installer end with exit code 7
    [2014-09-21:01:53:50] Runtime Installer end with exit code 7
    [2014-09-21:02:16:54] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:02:16:54] Commandline is:
    [2014-09-21:02:16:54] No installed runtime detected
    [2014-09-21:02:16:56] Relaunching with elevation
    [2014-09-21:02:16:56] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\air134f.tmp\adobe air installer.exe -ei
    [2014-09-21:02:16:56] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:02:16:56] Commandline is: -stdio \\.\pipe\AIR_10552_0 -ei
    [2014-09-21:02:16:56] No installed runtime detected
    [2014-09-21:02:16:56] Starting silent runtime install. Installing runtime version 15.0.0.249
    [2014-09-21:02:16:56] Installing msi at c:\users\jonath~1\appdata\local\temp\air134f.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:02:16:57] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:02:16:57] Rolling back install of c:\users\jonath~1\appdata\local\temp\air134f.tmp\setup.msi
    [2014-09-21:02:16:57] Rollback complete
    [2014-09-21:02:16:57] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:02:16:57] Runtime Installer end with exit code 7
    [2014-09-21:02:16:59] Runtime Installer end with exit code 7

    Download and run the offline installer from http://get.adobe.com/reader/enterprise/
    [topic moved to Adobe Reader forum]

  • Adobe Air install problem

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

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

  • Unable to Install Adobe AIR 2.6.0.19140

    I am trying to install Adobe AIR (for the first time) on a Windows XP SP3 computer.
    The setup window informs me that:  "An error has occurred while installing Adobe AIR.  Installation may not be allowed by your administrator.  Please contact your administrator."
    Of course this is nonsense as I have full privileges to install whatever I want on my own computer!  Does anyone have a solution to this?
    Here is a copy of Adobe's AIR install.log, after which I am also posting a copy of MSI*.log.  (Sorry for the length of this message, but I could not find a way to attach files to it!)
    [2011-04-15:22:22:40] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-15:22:22:40] Commandline is:
    [2011-04-15:22:22:40] No installed runtime detected
    [2011-04-15:22:22:42] Starting runtime install. Installing runtime version 2.6.0.19140
    [2011-04-15:22:22:42] Installing msi at c:\docume~1\tb\locals~1\temp\air17.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-04-15:22:22:45] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-15:22:22:45] Rolling back install of c:\docume~1\tb\locals~1\temp\air17.tmp\setup.msi
    [2011-04-15:22:22:45] Rollback complete
    [2011-04-15:22:22:45] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-15:22:22:47] Runtime Installer end with exit code 7
    [2011-04-15:22:22:57] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-15:22:22:57] Commandline is:
    [2011-04-15:22:22:57] No installed runtime detected
    [2011-04-15:22:23:00] Starting runtime install. Installing runtime version 2.6.0.19140
    [2011-04-15:22:23:00] Installing msi at c:\docume~1\tb\locals~1\temp\air1b.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-04-15:22:23:03] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-15:22:23:03] Rolling back install of c:\docume~1\tb\locals~1\temp\air1b.tmp\setup.msi
    [2011-04-15:22:23:03] Rollback complete
    [2011-04-15:22:23:03] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-15:22:29:28] Runtime Installer end with exit code 7
    [2011-04-15:22:30:30] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-15:22:30:30] Commandline is:
    [2011-04-15:22:30:30] No installed runtime detected
    [2011-04-15:22:30:31] Starting runtime install. Installing runtime version 2.6.0.19140
    [2011-04-15:22:30:31] Installing msi at c:\docume~1\tb\locals~1\temp\air20.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-04-15:22:30:35] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-15:22:30:35] Rolling back install of c:\docume~1\tb\locals~1\temp\air20.tmp\setup.msi
    [2011-04-15:22:30:35] Rollback complete
    [2011-04-15:22:30:35] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-15:22:30:37] Runtime Installer end with exit code 7
    [2011-04-15:22:31:43] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-15:22:31:43] Commandline is:
    [2011-04-15:22:31:43] No installed runtime detected
    [2011-04-15:22:31:45] Starting runtime install. Installing runtime version 2.6.0.19140
    [2011-04-15:22:31:45] Installing msi at c:\docume~1\tb\locals~1\temp\air24.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-04-15:22:31:49] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-15:22:31:49] Rolling back install of c:\docume~1\tb\locals~1\temp\air24.tmp\setup.msi
    [2011-04-15:22:31:49] Rollback complete
    [2011-04-15:22:31:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-15:22:31:51] Runtime Installer end with exit code 7
    [2011-04-15:22:36:13] Runtime Installer begin with version 2.6.0.19120 on Windows XP x86
    [2011-04-15:22:36:13] Commandline is:
    [2011-04-15:22:36:13] No installed runtime detected
    [2011-04-15:22:36:17] Starting runtime install. Installing runtime version 2.6.0.19120
    [2011-04-15:22:36:17] Installing msi at c:\docume~1\tb\locals~1\temp\aire.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-04-15:22:36:21] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-15:22:36:21] Rolling back install of c:\docume~1\tb\locals~1\temp\aire.tmp\setup.msi
    [2011-04-15:22:36:21] Rollback complete
    [2011-04-15:22:36:21] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-15:22:36:26] Runtime Installer end with exit code 7
    [2011-04-16:11:09:09] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-16:11:09:09] Commandline is:
    [2011-04-16:11:09:09] No installed runtime detected
    [2011-04-16:11:09:16] Starting runtime install. Installing runtime version 2.6.0.19140
    [2011-04-16:11:09:16] Installing msi at c:\docume~1\tb\locals~1\temp\airb.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-04-16:11:09:20] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-16:11:09:20] Rolling back install of c:\docume~1\tb\locals~1\temp\airb.tmp\setup.msi
    [2011-04-16:11:09:20] Rollback complete
    [2011-04-16:11:09:20] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-16:11:09:23] Runtime Installer end with exit code 7
    [2011-04-16:11:10:25] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-16:11:10:25] Commandline is:
    [2011-04-16:11:10:25] Installed runtime (2.6.0.19140) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-16:11:10:36] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-04-16:11:10:36] Runtime Installer end with exit code 0
    [2011-04-16:11:10:37] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-16:11:10:37] Commandline is: -installupdatecheck
    [2011-04-16:11:10:37] Installed runtime (2.6.0.19140) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-16:11:10:37] Performing pingback request
    [2011-04-16:11:10:38] Pingback request completed with HTTP status 200
    [2011-04-16:11:10:38] Starting runtime background update check
    [2011-04-16:11:10:38] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.6.0.19140/update
    [2011-04-16:11:10:38] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.6.0.19140/update to C:\Documents and Settings\TB\Application Data\Adobe\AIR\Updater\Background
    [2011-04-16:11:10:38] Runtime update not available
    [2011-04-16:11:10:38] Unpackaging cancelled
    [2011-04-16:11:10:38] Runtime Installer end with exit code 0
    [2011-04-16:11:22:29] Runtime Installer begin with version 2.6.0.19120 on Windows XP x86
    [2011-04-16:11:22:29] Commandline is:
    [2011-04-16:11:22:29] Installed runtime (2.6.0.19140) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-16:11:22:38] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-04-16:11:22:38] Runtime Installer end with exit code 0
    [2011-04-16:11:22:38] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-16:11:22:38] Commandline is: -installupdatecheck
    [2011-04-16:11:22:38] Installed runtime (2.6.0.19140) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-16:11:22:38] Performing pingback request
    [2011-04-16:11:22:39] Pingback request completed with HTTP status 200
    [2011-04-16:11:22:39] Starting runtime background update check
    [2011-04-16:11:22:39] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.6.0.19140/update
    [2011-04-16:11:22:39] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.6.0.19140/update to C:\Documents and Settings\TB\Application Data\Adobe\AIR\Updater\Background
    [2011-04-16:11:22:39] Runtime update not available
    [2011-04-16:11:22:39] Unpackaging cancelled
    [2011-04-16:11:22:39] Runtime Installer end with exit code 0
    [2011-04-16:11:22:55] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-16:11:22:55] Commandline is:
    [2011-04-16:11:22:55] Installed runtime (2.6.0.19140) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-16:11:23:00] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-04-16:11:23:00] Runtime Installer end with exit code 0
    [2011-04-16:11:23:00] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-16:11:23:00] Commandline is: -installupdatecheck
    [2011-04-16:11:23:00] Installed runtime (2.6.0.19140) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-16:11:23:01] Performing pingback request
    [2011-04-16:11:23:01] Pingback request completed with HTTP status 200
    [2011-04-16:11:23:01] Starting runtime background update check
    [2011-04-16:11:23:01] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.6.0.19140/update
    [2011-04-16:11:23:01] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.6.0.19140/update to C:\Documents and Settings\TB\Application Data\Adobe\AIR\Updater\Background
    [2011-04-16:11:23:01] Runtime update not available
    [2011-04-16:11:23:01] Unpackaging cancelled
    [2011-04-16:11:23:01] Runtime Installer end with exit code 0
    [2011-04-16:11:29:06] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-16:11:29:06] Commandline is:
    [2011-04-16:11:29:06] No installed runtime detected
    [2011-04-16:11:29:10] Starting runtime install. Installing runtime version 2.6.0.19140
    [2011-04-16:11:29:10] Installing msi at c:\docume~1\tb\locals~1\temp\airf.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-04-16:11:29:14] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-16:11:29:14] Rolling back install of c:\docume~1\tb\locals~1\temp\airf.tmp\setup.msi
    [2011-04-16:11:29:14] Rollback complete
    [2011-04-16:11:29:14] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-16:11:29:39] Runtime Installer end with exit code 7
    [2011-04-16:11:30:48] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-16:11:30:48] Commandline is:
    [2011-04-16:11:30:48] No installed runtime detected
    [2011-04-16:11:30:51] Starting runtime install. Installing runtime version 2.6.0.19140
    [2011-04-16:11:30:51] Installing msi at c:\docume~1\tb\locals~1\temp\air18.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-04-16:11:30:53] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-16:11:30:53] Rolling back install of c:\docume~1\tb\locals~1\temp\air18.tmp\setup.msi
    [2011-04-16:11:30:53] Rollback complete
    [2011-04-16:11:30:53] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-16:11:30:54] Runtime Installer end with exit code 7
    [2011-04-16:11:31:16] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-16:11:31:16] Commandline is:
    [2011-04-16:11:31:16] No installed runtime detected
    [2011-04-16:11:31:18] Starting runtime install. Installing runtime version 2.6.0.19140
    [2011-04-16:11:31:18] Installing msi at c:\docume~1\tb\locals~1\temp\air1c.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-04-16:11:31:20] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-16:11:31:20] Rolling back install of c:\docume~1\tb\locals~1\temp\air1c.tmp\setup.msi
    [2011-04-16:11:31:20] Rollback complete
    [2011-04-16:11:31:20] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-16:11:31:22] Runtime Installer end with exit code 7
    [2011-04-16:12:01:11] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-04-16:12:01:11] Commandline is:
    [2011-04-16:12:01:11] No installed runtime detected
    [2011-04-16:12:01:13] Starting runtime install. Installing runtime version 2.6.0.19140
    [2011-04-16:12:01:13] Installing msi at c:\docume~1\tb\locals~1\temp\aire.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-04-16:12:01:18] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-16:12:01:18] Rolling back install of c:\docume~1\tb\locals~1\temp\aire.tmp\setup.msi
    [2011-04-16:12:01:18] Rollback complete
    [2011-04-16:12:01:18] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-04-16:12:01:19] Runtime Installer end with exit code 7
    Here is the MSI*.log copy:
    === Verbose logging started: 4/16/2011  13:09:40  Build type: SHIP UNICODE 3.01.4001.5512  Calling process: C:\DOCUME~1\TB\LOCALS~1\Temp\AIR24.tmp\Adobe AIR Installer.exe ===
    MSI (c) (18:A8) [13:09:40:843]: Resetting cached policy values
    MSI (c) (18:A8) [13:09:40:843]: Machine policy value 'Debug' is 0
    MSI (c) (18:A8) [13:09:40:843]: ******* RunEngine:
               ******* Product: c:\docume~1\tb\locals~1\temp\air24.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (18:A8) [13:09:40:843]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (18:A8) [13:09:40:843]: Grabbed execution mutex.
    MSI (c) (18:A8) [13:09:40:953]: Cloaking enabled.
    MSI (c) (18:A8) [13:09:40:953]: Attempting to enable all disabled priveleges before calling Install on Server
    MSI (c) (18:A8) [13:09:40:984]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (2C:68) [13:09:41:000]: Grabbed execution mutex.
    MSI (s) (2C:A0) [13:09:41:000]: Resetting cached policy values
    MSI (s) (2C:A0) [13:09:41:000]: Machine policy value 'Debug' is 0
    MSI (s) (2C:A0) [13:09:41:000]: ******* RunEngine:
               ******* Product: c:\docume~1\tb\locals~1\temp\air24.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (2C:A0) [13:09:41:015]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (2C:A0) [13:09:41:046]: File will have security applied from OpCode.
    MSI (s) (2C:A0) [13:09:41:046]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'c:\docume~1\tb\locals~1\temp\air24.tmp\setup.msi' against software restriction policy
    MSI (s) (2C:A0) [13:09:41:046]: SOFTWARE RESTRICTION POLICY: c:\docume~1\tb\locals~1\temp\air24.tmp\setup.msi has a digital signature
    MSI (s) (2C:A0) [13:09:41:234]: SOFTWARE RESTRICTION POLICY: c:\docume~1\tb\locals~1\temp\air24.tmp\setup.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (2C:A0) [13:09:41:234]: End dialog not enabled
    MSI (s) (2C:A0) [13:09:41:234]: Original package ==> c:\docume~1\tb\locals~1\temp\air24.tmp\setup.msi
    MSI (s) (2C:A0) [13:09:41:234]: Package we're running from ==> c:\WINDOWS\Installer\1bc37b.msi
    MSI (s) (2C:A0) [13:09:41:234]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (2C:A0) [13:09:41:234]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (2C:A0) [13:09:41:250]: MSCOREE not loaded loading copy from system32
    MSI (s) (2C:A0) [13:09:41:265]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (2C:A0) [13:09:41:265]: User policy value 'TransformsAtSource' is 0
    MSI (s) (2C:A0) [13:09:41:265]: Machine policy value 'DisablePatch' is 0
    MSI (s) (2C:A0) [13:09:41:265]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (2C:A0) [13:09:41:265]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (2C:A0) [13:09:41:265]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (2C:A0) [13:09:41:265]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (2C:A0) [13:09:41:265]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (2C:A0) [13:09:41:265]: Transforms are not secure.
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2205 2:  3: Control
    MSI (s) (2C:A0) [13:09:41:265]: Command Line: CURRENTDIRECTORY=C:\temp\software CLIENTUILEVEL=3 CLIENTPROCESSID=1560
    MSI (s) (2C:A0) [13:09:41:265]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{85FFA26D-EE25-43C8-AE73-191F2347856C}'.
    MSI (s) (2C:A0) [13:09:41:265]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (2C:A0) [13:09:41:265]: Product Code from property table before transforms: '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'
    MSI (s) (2C:A0) [13:09:41:265]: Product Code from property table after transforms:  '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'
    MSI (s) (2C:A0) [13:09:41:265]: Product not registered: beginning first-time install
    MSI (s) (2C:A0) [13:09:41:265]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (2C:A0) [13:09:41:265]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (2C:A0) [13:09:41:265]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (2C:A0) [13:09:41:265]: Adding new sources is allowed.
    MSI (s) (2C:A0) [13:09:41:265]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (2C:A0) [13:09:41:265]: Package name extracted from package path: 'setup.msi'
    MSI (s) (2C:A0) [13:09:41:265]: Package to be registered: 'setup.msi'
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2205 2:  3: Error
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2729
    MSI (s) (2C:A0) [13:09:41:265]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (2C:A0) [13:09:41:265]: Machine policy value 'DisableMsi' is 0
    MSI (s) (2C:A0) [13:09:41:265]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (2C:A0) [13:09:41:265]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (2C:A0) [13:09:41:265]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (2C:A0) [13:09:41:265]: Running product '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}' with elevated privileges: Product is assigned.
    MSI (s) (2C:A0) [13:09:41:265]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\temp\software'.
    MSI (s) (2C:A0) [13:09:41:265]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (2C:A0) [13:09:41:265]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1560'.
    MSI (s) (2C:A0) [13:09:41:265]: TRANSFORMS property is now:
    MSI (s) (2C:A0) [13:09:41:265]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\Application Data
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\Favorites
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\NetHood
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\My Documents
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\PrintHood
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\Recent
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\SendTo
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\Templates
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\Local Settings\Application Data
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\My Documents\My Pictures
    MSI (s) (2C:A0) [13:09:41:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
    MSI (s) (2C:A0) [13:09:41:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
    MSI (s) (2C:A0) [13:09:41:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
    MSI (s) (2C:A0) [13:09:41:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
    MSI (s) (2C:A0) [13:09:41:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
    MSI (s) (2C:A0) [13:09:41:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\Start Menu\Programs\Administrative Tools
    MSI (s) (2C:A0) [13:09:41:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\Start Menu\Programs\Startup
    MSI (s) (2C:A0) [13:09:41:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\Start Menu\Programs
    MSI (s) (2C:A0) [13:09:41:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\Start Menu
    MSI (s) (2C:A0) [13:09:41:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\TB\Desktop
    MSI (s) (2C:A0) [13:09:41:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
    MSI (s) (2C:A0) [13:09:41:296]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
    MSI (s) (2C:A0) [13:09:41:296]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (2C:A0) [13:09:41:312]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (2C:A0) [13:09:41:312]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (2C:A0) [13:09:41:312]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Windows-22587'.
    MSI (s) (2C:A0) [13:09:41:312]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (2C:A0) [13:09:41:312]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'c:\WINDOWS\Installer\1bc37b.msi'.
    MSI (s) (2C:A0) [13:09:41:312]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'c:\docume~1\tb\locals~1\temp\air24.tmp\setup.msi'.
    MSI (s) (2C:A0) [13:09:41:312]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (2C:A0) [13:09:41:312]: Machine policy value 'DisableRollback' is 0
    MSI (s) (2C:A0) [13:09:41:312]: User policy value 'DisableRollback' is 0
    MSI (s) (2C:A0) [13:09:41:312]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 4/16/2011  13:09:41 ===
    MSI (s) (2C:A0) [13:09:41:312]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (2C:A0) [13:09:41:312]: Doing action: INSTALL
    MSI (s) (2C:A0) [13:09:41:312]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (2C:A0) [13:09:41:312]: Running ExecuteSequence
    MSI (s) (2C:A0) [13:09:41:312]: Doing action: FindRelatedProducts
    MSI (s) (2C:A0) [13:09:41:312]: Note: 1: 2205 2:  3: ActionText
    Action start 13:09:41: INSTALL.
    Action start 13:09:41: FindRelatedProducts.
    MSI (s) (2C:A0) [13:09:41:312]: PROPERTY CHANGE: Adding UC8DA920D5C41C42E0BF3187BA49984EE4 property. Its value is '{46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}'.
    MSI (s) (2C:A0) [13:09:41:312]: Doing action: ValidateProductID
    MSI (s) (2C:A0) [13:09:41:312]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: FindRelatedProducts. Return value 1.
    Action start 13:09:41: ValidateProductID.
    MSI (s) (2C:A0) [13:09:41:312]: Doing action: SetSHAREDADDINFOLDER
    MSI (s) (2C:A0) [13:09:41:312]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: ValidateProductID. Return value 1.
    MSI (s) (2C:A0) [13:09:41:312]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is '(computed)'. Its new value: 'C:\Program Files\Adobe\Flash Player\AddIns\airappinstaller'.
    Action start 13:09:41: SetSHAREDADDINFOLDER.
    MSI (s) (2C:A0) [13:09:41:312]: Doing action: CostInitialize
    MSI (s) (2C:A0) [13:09:41:312]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: SetSHAREDADDINFOLDER. Return value 1.
    MSI (s) (2C:A0) [13:09:41:312]: Machine policy value 'MaxPatchCacheSize' is 10
    Action start 13:09:41: CostInitialize.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'c:\'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: Patch
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (2C:A0) [13:09:41:328]: Doing action: FileCost
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: CostInitialize. Return value 1.
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: Class
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: Extension
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: TypeLib
    Action start 13:09:41: FileCost.
    MSI (s) (2C:A0) [13:09:41:328]: Doing action: CostFinalize
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: FileCost. Return value 1.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: Patch
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: Condition
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'c:\'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is 'C:\Program Files\Adobe\Flash Player\AddIns\airappinstaller'. Its new value: 'c:\Program Files\Adobe\Flash Player\AddIns\airappinstaller\'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Modifying WindowsFolder property. Its current value is 'C:\WINDOWS\'. Its new value: 'c:\WINDOWS\'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Modifying CommonFilesFolder property. Its current value is 'C:\Program Files\Common Files\'. Its new value: 'c:\Program Files\Common Files\'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding AIR property. Its value is 'c:\Program Files\Common Files\Adobe AIR\'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding Versions property. Its value is 'c:\Program Files\Common Files\Adobe AIR\Versions\'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding Version property. Its value is 'c:\Program Files\Common Files\Adobe AIR\Versions\1.0\'.
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding Resources property. Its value is 'c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (2C:A0) [13:09:41:328]: Target path resolution complete. Dumping Directory table...
    MSI (s) (2C:A0) [13:09:41:328]: Note: target paths subject to change (via custom actions or browsing)
    MSI (s) (2C:A0) [13:09:41:328]: Dir (target): Key: TARGETDIR , Object: c:\
    MSI (s) (2C:A0) [13:09:41:328]: Dir (target): Key: SHAREDADDINFOLDER , Object: c:\Program Files\Adobe\Flash Player\AddIns\airappinstaller\
    MSI (s) (2C:A0) [13:09:41:328]: Dir (target): Key: WindowsFolder , Object: c:\WINDOWS\
    MSI (s) (2C:A0) [13:09:41:328]: Dir (target): Key: CommonFilesFolder , Object: c:\Program Files\Common Files\
    MSI (s) (2C:A0) [13:09:41:328]: Dir (target): Key: AIR , Object: c:\Program Files\Common Files\Adobe AIR\
    MSI (s) (2C:A0) [13:09:41:328]: Dir (target): Key: Versions , Object: c:\Program Files\Common Files\Adobe AIR\Versions\
    MSI (s) (2C:A0) [13:09:41:328]: Dir (target): Key: Version , Object: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\
    MSI (s) (2C:A0) [13:09:41:328]: Dir (target): Key: Resources , Object: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\
    MSI (s) (2C:A0) [13:09:41:328]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (2C:A0) [13:09:41:328]: 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 13:09:41: CostFinalize.
    MSI (s) (2C:A0) [13:09:41:328]: Doing action: MigrateFeatureStates
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: CostFinalize. Return value 1.
    Action start 13:09:41: MigrateFeatureStates.
    MSI (s) (2C:A0) [13:09:41:328]: Doing action: InstallValidate
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: MigrateFeatureStates. Return value 0.
    MSI (s) (2C:A0) [13:09:41:328]: Feature: Runtime; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Feature: Management; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: Runtime; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: FileTypeRegistration; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: ARPRegistration; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: template.msi; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: template.exe; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: Sentinel; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: AppInstaller; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: WebKit; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: FlashPlugin; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: Setup; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: RootCertificate; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: TimestampingRootCertificate; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: AIRAppInstaller; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: DRMADOBECPVoucher; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: DRM; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: DRM15; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: DRMAIRVoucher; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: __FileTypeRegistration65; Installed: Null;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: __ARPRegistration65; Installed: Null;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Component: __AIRAppInstaller65; Installed: Null;   Request: Local;   Action: Local
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: Extension
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: Font
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: Class
    Action start 13:09:41: InstallValidate.
    MSI (s) (2C:A0) [13:09:41:328]: Note: 1: 2205 2:  3: _RemoveFilePath
    MSI (s) (2C:A0) [13:09:41:343]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2205 2:  3: Extension
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2205 2:  3: Font
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2205 2:  3: Class
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2727 2: 
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2727 2: 
    MSI (s) (2C:A0) [13:09:41:343]: Doing action: SetARPINSTALLLOCATION
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: InstallValidate. Return value 1.
    MSI (s) (2C:A0) [13:09:41:343]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'c:\Program Files\Common Files\Adobe AIR\'.
    Action start 13:09:41: SetARPINSTALLLOCATION.
    MSI (s) (2C:A0) [13:09:41:343]: Doing action: InstallInitialize
    MSI (s) (2C:A0) [13:09:41:343]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: SetARPINSTALLLOCATION. Return value 1.
    MSI (s) (2C:A0) [13:09:41:343]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (2C:A0) [13:09:41:343]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (2C:A0) [13:09:41:343]: BeginTransaction: Locking Server
    MSI (s) (2C:A0) [13:09:41:343]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (2C:A0) [13:09:41:343]: Server not locked: locking for product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    Action start 13:09:41: InstallInitialize.
    MSI (s) (2C:A0) [13:09:41:937]: Doing action: ProcessComponents
    MSI (s) (2C:A0) [13:09:41:937]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: InstallInitialize. Return value 1.
    MSI (s) (2C:A0) [13:09:41:937]: Note: 1: 2205 2:  3: MsiPatchCertificate
    MSI (s) (2C:A0) [13:09:41:937]: LUA patching is disabled: missing MsiPatchCertificate table
    MSI (s) (2C:A0) [13:09:41:937]: Resolving source.
    MSI (s) (2C:A0) [13:09:41:937]: Resolving source to launched-from source.
    MSI (s) (2C:A0) [13:09:41:937]: Setting launched-from source as last-used.
    MSI (s) (2C:A0) [13:09:41:937]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'c:\docume~1\tb\locals~1\temp\air24.tmp\'.
    MSI (s) (2C:A0) [13:09:41:937]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'c:\docume~1\tb\locals~1\temp\air24.tmp\'.
    MSI (s) (2C:A0) [13:09:41:937]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (2C:A0) [13:09:41:937]: SOURCEDIR ==> c:\docume~1\tb\locals~1\temp\air24.tmp\
    MSI (s) (2C:A0) [13:09:41:937]: SOURCEDIR product ==> {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    MSI (s) (2C:A0) [13:09:41:937]: Determining source type
    MSI (s) (2C:A0) [13:09:41:937]: Source type from package 'setup.msi': 0
    Action start 13:09:41: ProcessComponents.
    MSI (s) (2C:A0) [13:09:41:937]: Source path resolution complete. Dumping Directory table...
    MSI (s) (2C:A0) [13:09:41:937]: Dir (source): Key: TARGETDIR , Object: c:\docume~1\tb\locals~1\temp\air24.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (2C:A0) [13:09:41:937]: Dir (source): Key: SHAREDADDINFOLDER , Object: c:\docume~1\tb\locals~1\temp\air24.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (2C:A0) [13:09:41:937]: Dir (source): Key: WindowsFolder , Object: c:\docume~1\tb\locals~1\temp\air24.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (2C:A0) [13:09:41:937]: Dir (source): Key: CommonFilesFolder , Object: c:\docume~1\tb\locals~1\temp\air24.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (2C:A0) [13:09:41:937]: Dir (source): Key: AIR , Object: c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\ , LongSubPath: Adobe AIR\ , ShortSubPath: AIR\
    MSI (s) (2C:A0) [13:09:41:937]: Dir (source): Key: Versions , Object: c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\ , LongSubPath: Adobe AIR\Versions\ , ShortSubPath: AIR\Versions\
    MSI (s) (2C:A0) [13:09:41:937]: Dir (source): Key: Version , Object: c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\ , LongSubPath: Adobe AIR\Versions\1.0\ , ShortSubPath: AIR\Versions\Version\
    MSI (s) (2C:A0) [13:09:41:937]: Dir (source): Key: Resources , Object: c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\Resources\ , LongSubPath: Adobe AIR\Versions\1.0\Resources\ , ShortSubPath: AIR\Versions\Version\R\
    MSI (s) (2C:A0) [13:09:41:937]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (2C:A0) [13:09:41:937]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (2C:A0) [13:09:41:953]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (2C:A0) [13:09:41:953]: Doing action: UnpublishFeatures
    MSI (s) (2C:A0) [13:09:41:953]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: ProcessComponents. Return value 1.
    Action start 13:09:41: UnpublishFeatures.
    MSI (s) (2C:A0) [13:09:41:953]: Doing action: RemoveRegistryValues
    MSI (s) (2C:A0) [13:09:41:953]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: UnpublishFeatures. Return value 1.
    Action start 13:09:41: RemoveRegistryValues.
    MSI (s) (2C:A0) [13:09:41:953]: Doing action: RemoveDuplicateFiles
    MSI (s) (2C:A0) [13:09:41:953]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: RemoveRegistryValues. Return value 1.
    Action start 13:09:41: RemoveDuplicateFiles.
    MSI (s) (2C:A0) [13:09:41:953]: Doing action: RemoveFiles
    MSI (s) (2C:A0) [13:09:41:953]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: RemoveDuplicateFiles. Return value 1.
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2205 2:  3: RemoveFile
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2205 2:  3: RemoveFile
    Action start 13:09:41: RemoveFiles.
    MSI (s) (2C:A0) [13:09:41:968]: Doing action: InstallFiles
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: RemoveFiles. Return value 0.
    Action start 13:09:41: InstallFiles.
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2205 2:  3: Patch
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2228 2:  3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2205 2:  3: Error
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2205 2:  3: MsiSFCBypass
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2228 2:  3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2228 2:  3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (2C:A0) [13:09:41:968]: Doing action: DuplicateFiles
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: InstallFiles. Return value 1.
    Action start 13:09:41: DuplicateFiles.
    MSI (s) (2C:A0) [13:09:41:968]: Doing action: WriteRegistryValues
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: DuplicateFiles. Return value 1.
    Action start 13:09:41: WriteRegistryValues.
    MSI (s) (2C:A0) [13:09:41:968]: Doing action: RegisterUser
    MSI (s) (2C:A0) [13:09:41:968]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: WriteRegistryValues. Return value 1.
    Action start 13:09:41: RegisterUser.
    MSI (s) (2C:A0) [13:09:41:984]: Doing action: RegisterProduct
    MSI (s) (2C:A0) [13:09:41:984]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: RegisterUser. Return value 1.
    MSI (s) (2C:A0) [13:09:41:984]: Note: 1: 2205 2:  3: Error
    MSI (s) (2C:A0) [13:09:41:984]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    Action start 13:09:41: RegisterProduct.
    MSI (s) (2C:A0) [13:09:41:984]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
    MSI (s) (2C:A0) [13:09:41:984]: Doing action: PublishFeatures
    MSI (s) (2C:A0) [13:09:41:984]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: RegisterProduct. Return value 1.
    Action start 13:09:41: PublishFeatures.
    MSI (s) (2C:A0) [13:09:41:984]: Doing action: PublishProduct
    MSI (s) (2C:A0) [13:09:41:984]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: PublishFeatures. Return value 1.
    MSI (s) (2C:A0) [13:09:41:984]: Note: 1: 2205 2:  3: Icon
    MSI (s) (2C:A0) [13:09:41:984]: Note: 1: 2228 2:  3: Icon 4: SELECT `Name`, `Data` FROM `Icon`
    Action start 13:09:41: PublishProduct.
    MSI (s) (2C:A0) [13:09:41:984]: Doing action: InstallExecute
    MSI (s) (2C:A0) [13:09:41:984]: Note: 1: 2205 2:  3: ActionText
    Action ended 13:09:41: PublishProduct. Return value 1.
    MSI (s) (2C:A0) [13:09:41:984]: Running Script: C:\WINDOWS\Installer\MSI25.tmp
    MSI (s) (2C:A0) [13:09:41:984]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
    MSI (s) (2C:A0) [13:09:42:000]: Machine policy value 'DisableRollback' is 0
    MSI (s) (2C:A0) [13:09:42:000]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: Header(Signature=1397708873,Version=301,Timestamp=1049651509,LangId=1033,Platform=0,Scrip tType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
    Action start 13:09:41: InstallExecute.
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: ProductInfo(ProductKey={AFF7E080-1974-45BF-9310-10DE1A1F5ED0},ProductName=Adobe AIR,PackageName=setup.msi,Language=1033,Version=33947648,Assignment=1,ObsoleteArg=0,,,Pac kageCode={85FFA26D-EE25-43C8-AE73-191F2347856C},,,InstanceType=0,LUASetting=0,RemoteURTIns talls=0)
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: DialogInfo(Type=0,Argument=1033)
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: DialogInfo(Type=1,Argument=Adobe AIR)
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: SetBaseline(Baseline=0,)
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: SetBaseline(Baseline=1,)
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: ProgressTotal(Total=17,Type=1,ByteEquivalent=24000)
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: ComponentRegister(ComponentId={701D2A09-14BE-45F8-9233-1CE0ED0023A9},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: ComponentRegister(ComponentId={95CB0A23-64ED-4832-8C2C-8E1671678EA8},KeyPath=02:\Software \Adobe\Adobe AIR\FileTypeRegistration\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:000]: Executing op: ComponentRegister(ComponentId={12055C63-FC8C-4CC0-81A5-38E057039902},KeyPath=02:\SOFTWARE \Microsoft\Windows\CurrentVersion\Uninstall\Adobe AIR\UninstallString,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:015]: Executing op: ComponentRegister(ComponentId={8E61C856-01FD-4B39-9D18-90B226C2013C},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\template.msi,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:015]: Executing op: ComponentRegister(ComponentId={F748231B-0260-4E35-BFB8-7FACFDCE1711},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\template.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:015]: Executing op: ComponentRegister(ComponentId={DC74C3C6-CAB8-4C49-BE18-5B1DCD0D197E},KeyPath=c:\Program Files\Common Files\Adobe AIR\sentinel,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:015]: Executing op: ComponentRegister(ComponentId={F5EE0D89-3BC5-4752-9EBB-533B036EA809},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:015]: Executing op: ComponentRegister(ComponentId={5281ED57-AD60-4235-A34D-F7571E28FC4C},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\WebKit.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:015]: Executing op: ComponentRegister(ComponentId={7A5778CF-5BD0-4931-8224-43B630C24273},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\NPSWF32.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:015]: Executing op: ComponentRegister(ComponentId={1A511B10-11FC-4CAB-9C48-68641F09CF00},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:015]: Executing op: ComponentRegister(ComponentId={76C2FC36-B864-4E7A-9C96-F9B80CDE9A13},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe Root Certificate.cer,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:015]: Executing op: ComponentRegister(ComponentId={5E6626CD-4343-4FF9-8DB0-CFB62473037E},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Thawte Root Certificate.cer,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:015]: Executing op: ComponentRegister(ComponentId={7B2F9BE9-D1F1-4E4D-9AF0-AD085F073B33},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe,State=3,,Disk=1,SharedDllRefCount=0,Binary Type=0)
    MSI (s) (2C:A0) [13:09:42:031]: Executing op: ComponentRegister(ComponentId={4E0C3DA9-8FD3-487A-92EB-DDE2CDC7EEAA},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\adobecp.vch,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:031]: Executing op: ComponentRegister(ComponentId={060F1E52-BC43-4D4D-9DAD-197E00DCD5C9},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\AdobeCP.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:031]: Executing op: ComponentRegister(ComponentId={4E7390B9-0423-46B8-AED6-39BB3FB2C8FE},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\AdobeCP15.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0 )
    MSI (s) (2C:A0) [13:09:42:031]: Executing op: ComponentRegister(ComponentId={91DAC761-D04A-4404-BC97-E62936576E30},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR.vch,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (2C:A0) [13:09:42:031]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1],  Directory: [9],  Size: [6])
    MSI (s) (2C:A0) [13:09:42:031]: Executing op: ProgressTotal(Total=31110638,Type=0,ByteEquivalent=1)
    MSI (s) (2C:A0) [13:09:42:031]: Executing op: SetTargetFolder(Folder=c:\Program Files\Common Files\Adobe AIR\)
    MSI (s) (2C:A0) [13:09:42:031]: Executing op: SetSourceFolder(Folder=1\AIR\|Adobe AIR\)
    MSI (s) (2C:A0) [13:09:42:031]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: ,,BytesPerTick=32768,CopierType=0,,,,,,IsFirstPhysicalMedia=1)
    MSI (s) (2C:A0) [13:09:42:031]: Executing op: FileCopy(SourceName=sentinel,SourceCabKey=SentinelFile,DestName=sentinel,Attributes=512,F ileSize=11,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions= 0,HashPart1=-1608728155,HashPart2=-1204748780,HashPart3=-375235064,HashPart4=-996773537,,)
    MSI (s) (2C:A0) [13:09:42:031]: File: c:\Program Files\Common Files\Adobe AIR\sentinel; To be installed; Won't patch; No existing file
    MSI (s) (2C:A0) [13:09:42:031]: Source for file 'sentinel' is uncompressed, at 'c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\'.
    MSI (s) (2C:A0) [13:09:42:031]: Note: 1: 2318 2: c:\Program Files\Common Files\Adobe AIR\sentinel
    MSI (s) (2C:A0) [13:09:42:046]: Executing op: SetTargetFolder(Folder=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\)
    MSI (s) (2C:A0) [13:09:42:046]: Executing op: SetSourceFolder(Folder=1\AIR\Versions\Version\|Adobe AIR\Versions\1.0\)
    MSI (s) (2C:A0) [13:09:42:046]: Executing op: FileCopy(SourceName=AIR.dll|Adobe AIR.dll,SourceCabKey=AdobeAIR.dll,DestName=Adobe AIR.dll,Attributes=512,FileSize=10257792,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Vers ion=2.6.0.19140,Language=1033,InstallMode=62914560,,,,,,,)
    MSI (s) (2C:A0) [13:09:42:046]: File: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR.dll; To be installed; Won't patch; No existing file
    MSI (s) (2C:A0) [13:09:42:046]: Source for file 'Adobe AIR.dll' is uncompressed, at 'c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\'.
    MSI (s) (2C:A0) [13:09:42:046]: Note: 1: 2318 2: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR.dll
    MSI (s) (2C:A0) [13:09:42:109]: Executing op: FileCopy(SourceName=air.exe|Adobe AIR Application Installer.exe,SourceCabKey=air.exe,DestName=Adobe AIR Application Installer.exe,Attributes=512,FileSize=129920,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0, Version=2.6.0.19140,Language=1033,InstallMode=62914560,,,,,,,)
    MSI (s) (2C:A0) [13:09:42:109]: File: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe; To be installed; Won't patch; No existing file
    MSI (s) (2C:A0) [13:09:42:109]: Source for file 'Adobe AIR Application Installer.exe' is uncompressed, at 'c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\'.
    MSI (s) (2C:A0) [13:09:42:109]: Note: 1: 2318 2: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe
    MSI (s) (2C:A0) [13:09:42:109]: Executing op: FileCopy(SourceName=air.swf|Adobe AIR Application Installer.swf,SourceCabKey=air.swf,DestName=Adobe AIR Application Installer.swf,Attributes=512,FileSize=723315,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0, ,,InstallMode=62914560,HashOptions=0,HashPart1=-166813196,HashPart2=1229503538,HashPart3=- 2015506811,HashPart4=-251257560,,)
    MSI (s) (2C:A0) [13:09:42:109]: File: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.swf; To be installed; Won't patch; No existing file
    MSI (s) (2C:A0) [13:09:42:109]: Source for file 'Adobe AIR Application Installer.swf' is uncompressed, at 'c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\'.
    MSI (s) (2C:A0) [13:09:42:109]: Note: 1: 2318 2: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.swf
    MSI (s) (2C:A0) [13:09:42:140]: Executing op: SetTargetFolder(Folder=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\)
    MSI (s) (2C:A0) [13:09:42:140]: Executing op: SetSourceFolder(Folder=1\AIR\Versions\Version\R\|Adobe AIR\Versions\1.0\Resources\)
    MSI (s) (2C:A0) [13:09:42:140]: Executing op: FileCopy(SourceName=template.msi,SourceCabKey=template.msi,DestName=template.msi,Attribut es=512,FileSize=20480,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,H ashOptions=0,HashPart1=1205134664,HashPart2=-1868915957,HashPart3=-18417062,HashPart4=-168 2108965,,)
    MSI (s) (2C:A0) [13:09:42:140]: File: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\template.msi; To be installed; Won't patch; No existing file
    MSI (s) (2C:A0) [13:09:42:140]: Source for file 'template.msi' is uncompressed, at 'c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (2C:A0) [13:09:42:140]: Note: 1: 2318 2: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\template.msi
    MSI (s) (2C:A0) [13:09:42:140]: Executing op: FileCopy(SourceName=template.exe,SourceCabKey=template.exe,DestName=template.exe,Attribut es=512,FileSize=59904,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,H ashOptions=0,HashPart1=-2057105634,HashPart2=2132188210,HashPart3=2054072424,HashPart4=-13 02401633,,)
    MSI (s) (2C:A0) [13:09:42:140]: File: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\template.exe; To be installed; Won't patch; No existing file
    MSI (s) (2C:A0) [13:09:42:140]: Source for file 'template.exe' is uncompressed, at 'c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (2C:A0) [13:09:42:140]: Note: 1: 2318 2: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\template.exe
    MSI (s) (2C:A0) [13:09:42:140]: Executing op: FileCopy(SourceName=WebKit.dll|WebKit.dll,SourceCabKey=WebKit.dll,DestName=WebKit.dll,Att ributes=512,FileSize=4298112,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=6531.9.0. 0,Language=1033,InstallMode=62914560,,,,,,,)
    MSI (s) (2C:A0) [13:09:42:140]: File: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\WebKit.dll; To be installed; Won't patch; No existing file
    MSI (s) (2C:A0) [13:09:42:140]: Source for file 'WebKit.dll' is uncompressed, at 'c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (2C:A0) [13:09:42:156]: Note: 1: 2318 2: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\WebKit.dll
    MSI (s) (2C:A0) [13:09:42:171]: Executing op: FileCopy(SourceName=NPSWF32.dll|NPSWF32.dll,SourceCabKey=NPSWF32.dll,DestName=NPSWF32.dll ,Attributes=512,FileSize=6053248,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=10.2. 159.1,Language=1033,InstallMode=62914560,,,,,,,)
    MSI (s) (2C:A0) [13:09:42:171]: File: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\NPSWF32.dll; To be installed; Won't patch; No existing file
    MSI (s) (2C:A0) [13:09:42:171]: Source for file 'NPSWF32.dll' is uncompressed, at 'c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (2C:A0) [13:09:42:171]: Note: 1: 2318 2: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\NPSWF32.dll
    MSI (s) (2C:A0) [13:09:42:234]: Executing op: FileCopy(SourceName=Setup.exe|Adobe AIR Updater.exe,SourceCabKey=Setup.exe,DestName=Adobe AIR Updater.exe,Attributes=512,FileSize=97280,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Ver sion=2.6.0.19140,Language=1033,InstallMode=62914560,,,,,,,)
    MSI (s) (2C:A0) [13:09:42:234]: File: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater.exe; To be installed; Won't patch; No existing file
    MSI (s) (2C:A0) [13:09:42:234]: Source for file 'Adobe AIR Updater.exe' is uncompressed, at 'c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (2C:A0) [13:09:42:234]: Note: 1: 2318 2: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater.exe
    MSI (s) (2C:A0) [13:09:42:406]: Executing op: FileCopy(SourceName=setup.swf,SourceCabKey=Setup.swf,DestName=setup.swf,Attributes=512,Fi leSize=744348,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptio ns=0,HashPart1=-1990843193,HashPart2=1443252638,HashPart3=-1896080642,HashPart4=192616295, ,)
    MSI (s) (2C:A0) [13:09:42:406]: File: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\setup.swf; To be installed; Won't patch; No existing file
    MSI (s) (2C:A0) [13:09:42:406]: Source for file 'setup.swf' is uncompressed, at 'c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (2C:A0) [13:09:42:406]: Note: 1: 2318 2: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\setup.swf
    MSI (s) (2C:A0) [13:09:42:437]: Executing op: FileCopy(SourceName=styles.swf|stylesNative.swf,SourceCabKey=styles.swf,DestName=stylesNa tive.swf,Attributes=512,FileSize=234066,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,Inst allMode=62914560,HashOptions=0,HashPart1=-328572304,HashPart2=-489336595,HashPart3=-149768 3317,HashPart4=-1129114573,,)
    MSI (s) (2C:A0) [13:09:42:437]: File: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\stylesNative.swf; To be installed; Won't patch; No existing file
    MSI (s) (2C:A0) [13:09:42:437]: Source for file 'stylesNative.swf' is uncompressed, at 'c:\docume~1\tb\locals~1\temp\air24.tmp\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (2C:A0) [13:09:42:437]: Note: 1: 2318 2: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\stylesNative.swf
    MSI (s) (2C:A0) [13:09:42:453]: Executing op: FileCopy(SourceName=Adobe.cer|Adobe Root Certificate.cer,SourceCabKey=Adobe.cer,DestName=Adobe Root Certificate.cer,Attributes=512,FileSize=1189,PerTick=32768,,Verif

    Chris,
    Your suggestion to use Windows Installer CleanUp Utility to solve my problem worked!  Many thanks for the suggestion.
    For anyone who wants to use Windows Installer CleanUp Utility:  Microsoft no longer supports this utility and you will no longer be able to download it from their site.  I found a copy of it at:
    http://www.softpedia.com/get/Security/Secure-cleaning/Windows-Installer-CleanUp-Utility.sh tml
    Please note that after you install it, you will have to go find it in Start -> All Programs (Windows XP), launch it, select Adobe AIR, and click the Remove button.

  • Can not install or uninstall Adobe Air.  Tells me I do not have administrator privileges

    === Verbose logging started: 4/16/2011  12:40:27  Build type: SHIP UNICODE 3.01.4001.5512  Calling process: C:\DOCUME~1\APIDLU~1\LOCALS~1\Temp\AIR9.tmp\Adobe AIR Installer.exe ===
    MSI (c) (5C:C4) [12:40:27:218]: Resetting cached policy values
    MSI (c) (5C:C4) [12:40:27:218]: Machine policy value 'Debug' is 0
    MSI (c) (5C:C4) [12:40:27:218]: ******* RunEngine:
               ******* Product: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (5C:C4) [12:40:27:234]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (5C:C4) [12:40:27:234]: Grabbed execution mutex.
    MSI (c) (5C:C4) [12:40:27:250]: Cloaking enabled.
    MSI (c) (5C:C4) [12:40:27:250]: Attempting to enable all disabled priveleges before calling Install on Server
    MSI (c) (5C:C4) [12:40:27:265]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (1C:84) [12:40:27:296]: Grabbed execution mutex.
    MSI (s) (1C:D8) [12:40:27:296]: Resetting cached policy values
    MSI (s) (1C:D8) [12:40:27:296]: Machine policy value 'Debug' is 0
    MSI (s) (1C:D8) [12:40:27:296]: ******* RunEngine:
               ******* Product: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (1C:D8) [12:40:27:296]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: User non-assigned for product: 07CAE84500EEDD1109C8000565084666
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: User non-assigned for product: 07CAE84500EEDD1109C8000565084666
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: User non-assigned for product: 606AD6FDD40981C428F34AFC3C30E535
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: User non-assigned for product: 606AD6FDD40981C428F34AFC3C30E535
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: User non-assigned for product: 802CC8C2C5691A84098AFD4B4853F8C1
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: User non-assigned for product: 802CC8C2C5691A84098AFD4B4853F8C1
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: User non-assigned for product: A8ED819A8C8902900010000000000000
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: User non-assigned for product: A8ED819A8C8902900010000000000000
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 00002109020090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 00002109020090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 00002159221090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 00002159221090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 000021599B0090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 000021599B0090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 00006FCA9B229EC4896DC2FC53B9CA70
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 00006FCA9B229EC4896DC2FC53B9CA70
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 0599FB1ABDC8E86438AFAEFC0BE07A5D
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 0599FB1ABDC8E86438AFAEFC0BE07A5D
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 0B79C053C7D38EE4AB9A00CB3B5D2472
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 0B79C053C7D38EE4AB9A00CB3B5D2472
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 0D756077321A70C3E844C138CE981581
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 0D756077321A70C3E844C138CE981581
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 0DC1503A46F231838AD88BCDDC8E8F7C
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 0DC1503A46F231838AD88BCDDC8E8F7C
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 0E23E40C6140D434FA9B96967D309AFE
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 0E23E40C6140D434FA9B96967D309AFE
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 163B91C35E9CC9D499AAFC30C97E9FE6
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 163B91C35E9CC9D499AAFC30C97E9FE6
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 1D734FEF466E7EF42B1259029D4A806E
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 1D734FEF466E7EF42B1259029D4A806E
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 1E3325E85947BF44D8BEB49E605D6991
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 1E3325E85947BF44D8BEB49E605D6991
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 1F4FCA05A83DECD41874F075C4ED4FB5
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 1F4FCA05A83DECD41874F075C4ED4FB5
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 1F9ACB2AC6655084791DF7CD39837632
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 1F9ACB2AC6655084791DF7CD39837632
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 2509FC9A0A4FD5740AF08A83C826DD36
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 2509FC9A0A4FD5740AF08A83C826DD36
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 26DDC2EC4210AC63483DF9D4FCC5B59D
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 26DDC2EC4210AC63483DF9D4FCC5B59D
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 27E946A053BD45C469E8ECACCE7A2E39
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 27E946A053BD45C469E8ECACCE7A2E39
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 2FFAE75BEE6DC6C41957DEF971FB1CCB
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 2FFAE75BEE6DC6C41957DEF971FB1CCB
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 30A4452B0D01E5E4AB963026FF2CD081
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 30A4452B0D01E5E4AB963026FF2CD081
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 34036E1FCF45B924BAC213FAF9ABB47C
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 34036E1FCF45B924BAC213FAF9ABB47C
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 39300200DBBAFF44991E023BFC92ADC6
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 39300200DBBAFF44991E023BFC92ADC6
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 3950C99C84B39D144BF2E630B5234094
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 3950C99C84B39D144BF2E630B5234094
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 3D6E421B4B19C3E4DA30AB59B9225373
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 3D6E421B4B19C3E4DA30AB59B9225373
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 3e43b73803c7c394f8a6b2f0402e19c2
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 3e43b73803c7c394f8a6b2f0402e19c2
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 3F156ACFADB5ADD4E9A4D5786D19C44C
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 3F156ACFADB5ADD4E9A4D5786D19C44C
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 41F524A416504D110972000680C9AD1E
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 41F524A416504D110972000680C9AD1E
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 44DC6DBCD72B94646B94A2E13771D75F
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 44DC6DBCD72B94646B94A2E13771D75F
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 4C677A77F01DD614880F352F9DCD9D3B
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 4C677A77F01DD614880F352F9DCD9D3B
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 4D17E48404B4BEC4DB6A68952BD8376D
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 4D17E48404B4BEC4DB6A68952BD8376D
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 4D880477777087D409D44E533B815F2D
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 4D880477777087D409D44E533B815F2D
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120611FF
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120611FF
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 4FD70DB160BFAB148B692BAD9500C069
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 4FD70DB160BFAB148B692BAD9500C069
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 53A1318FDF74DA7211D6E097FAD55EEE
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 53A1318FDF74DA7211D6E097FAD55EEE
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 568774731F3A2774DA34AACFB6FC9FF9
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 568774731F3A2774DA34AACFB6FC9FF9
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 56A968A049C8C7F45A7C79D2C3C8DEE9
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 56A968A049C8C7F45A7C79D2C3C8DEE9
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 58F0D9C98565E5A4599A567FBD9261EE
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 58F0D9C98565E5A4599A567FBD9261EE
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 5C1093C35543A0E32A41B090A305076A
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 5C1093C35543A0E32A41B090A305076A
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 5F52F4749CDB5E041B6B6FFB32CF01F6
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 5F52F4749CDB5E041B6B6FFB32CF01F6
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 6030E61781384634B8F8C04C9E73B6CA
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 6030E61781384634B8F8C04C9E73B6CA
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 62287FAB00234BD4EB33D429A2978904
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 62287FAB00234BD4EB33D429A2978904
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 6452961996941D647A162BFC62FE1485
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 6452961996941D647A162BFC62FE1485
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 68AB67CA7DA73301B7448A0200000030
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B7448A0200000030
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 68AB67CA7DA73301B744AA0000000010
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744AA0000000010
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 697CDB50154318F49BD19EF8A7AD672C
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 697CDB50154318F49BD19EF8A7AD672C
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 6D4B04801DD7781458326ECF0070FE7B
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 6D4B04801DD7781458326ECF0070FE7B
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 6E8A266FCD4F2A1409E1C8110F44DBCE
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 6E8A266FCD4F2A1409E1C8110F44DBCE
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 6FBA8444D687D3C44AD9B72B736EDD71
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 6FBA8444D687D3C44AD9B72B736EDD71
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 70D8516E7362FCE45B67734C98661947
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 70D8516E7362FCE45B67734C98661947
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 788E47A8F0F87104FA35BC4A2211AA5A
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 788E47A8F0F87104FA35BC4A2211AA5A
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 791C998D1C8F3774E94CC6F1ABBDB992
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 791C998D1C8F3774E94CC6F1ABBDB992
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 7B4228C8B9AA708479DC5598B9CA38EF
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 7B4228C8B9AA708479DC5598B9CA38EF
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 7CEBB04F4A2C00A4B942A750A5C22526
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 7CEBB04F4A2C00A4B942A750A5C22526
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 7E577B2224C65CF4E801A9E52375DB49
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 7E577B2224C65CF4E801A9E52375DB49
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8465CFF88FAF3A34CBF824ABE172C5E4
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8465CFF88FAF3A34CBF824ABE172C5E4
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 84B99039A63E9C640AF38C25109D1B1C
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 84B99039A63E9C640AF38C25109D1B1C
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8722930A111978843A2A0DD97BDD3C3F
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8722930A111978843A2A0DD97BDD3C3F
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F841731866D117AB7000B0D411200
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F841731866D117AB7000B0D411200
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D510006
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D510006
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D510009
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D510009
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D511000
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D511000
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610001
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610001
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610003
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610003
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610007
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610007
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 9040110900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 9040110900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 9040420900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 9040420900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 9040AC0900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 9040AC0900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 90CE28730004E574A895C9BA6D0FB3C4
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 90CE28730004E574A895C9BA6D0FB3C4
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 940E57139A9FD3A4F891CAF90B54411D
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 940E57139A9FD3A4F891CAF90B54411D
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 9CF66F1AEE11F2F4899C618F1D6EF97B
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 9CF66F1AEE11F2F4899C618F1D6EF97B
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: A14EC92C8623C5A4B89275990976589E
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: A14EC92C8623C5A4B89275990976589E
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: A4FA46DB08C82514DA77CFDD0F2580BA
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: A4FA46DB08C82514DA77CFDD0F2580BA
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: B00E525A9066E244D9DC4654C332E3D8
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: B00E525A9066E244D9DC4654C332E3D8
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: B25003A2C1383D140844C33088603605
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: B25003A2C1383D140844C33088603605
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: B6ED15411EBA26F4EBA93B361A57882A
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: B6ED15411EBA26F4EBA93B361A57882A
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: B7B6EC28566992E4C80EDD9943483BD8
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: B7B6EC28566992E4C80EDD9943483BD8
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: BC0EBE1CF4427444999EAB5FE4931346
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: BC0EBE1CF4427444999EAB5FE4931346
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: BDAD5335AB438EA45A9146D887948864
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: BDAD5335AB438EA45A9146D887948864
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: BE8FF29D77DBEA046BB86AFB6C8F66D1
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: BE8FF29D77DBEA046BB86AFB6C8F66D1
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: D03E6E60894BF2449A3470ED147D7F58
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: D03E6E60894BF2449A3470ED147D7F58
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: DC3BF90CC0D3D2F398A9A6D1762F70F3
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: DC3BF90CC0D3D2F398A9A6D1762F70F3
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: DDA39468D428E8B4DB27C8D5DC5CA217
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: DDA39468D428E8B4DB27C8D5DC5CA217
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: DDB6C50237B7ED245850A990F3532A83
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: DDB6C50237B7ED245850A990F3532A83
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: DDC3CDCFE35F9324C85ACB94922439B1
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: DDC3CDCFE35F9324C85ACB94922439B1
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: DDE7F2BCF1D91C3409CFF425AE1E271A
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: DDE7F2BCF1D91C3409CFF425AE1E271A
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: E43C19D2CC21B1B4095D13AD4DB7F684
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: E43C19D2CC21B1B4095D13AD4DB7F684
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: e611ef0aa8a9f664ea0e26c57b2c703e
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: e611ef0aa8a9f664ea0e26c57b2c703e
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: E636E4B356D976D4AB1681890028F325
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: E636E4B356D976D4AB1681890028F325
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: E7DE4D8DC459D9442BD1F67930D60F9E
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: E7DE4D8DC459D9442BD1F67930D60F9E
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: ECEC214627185EB439B5C6CECA2DAC78
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: ECEC214627185EB439B5C6CECA2DAC78
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: ED2388710ED978C4F92839519A0B9358
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: ED2388710ED978C4F92839519A0B9358
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: F863BF329931CAE418C7B438CEEBD338
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: F863BF329931CAE418C7B438CEEBD338
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: FCCCF2F43F929B4488F6D6618F145722
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: FCCCF2F43F929B4488F6D6618F145722
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: FCDAC0A0AD874C333A05DC1548B97920
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: FCDAC0A0AD874C333A05DC1548B97920
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: FD563AF386D2DE54F838C8A8336E1534
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: FD563AF386D2DE54F838C8A8336E1534
    MSI (s) (1C:D8) [12:40:27:406]: File will have security applied from OpCode.
    MSI (s) (1C:D8) [12:40:27:453]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi' against software restriction policy
    MSI (s) (1C:D8) [12:40:27:453]: SOFTWARE RESTRICTION POLICY: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi has a digital signature
    MSI (s) (1C:D8) [12:40:27:859]: SOFTWARE RESTRICTION POLICY: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (1C:D8) [12:40:27:859]: End dialog not enabled
    MSI (s) (1C:D8) [12:40:27:859]: Original package ==> c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi
    MSI (s) (1C:D8) [12:40:27:859]: Package we're running from ==> c:\WINDOWS\Installer\84157.msi
    MSI (s) (1C:D8) [12:40:27:937]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (1C:D8) [12:40:27:937]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (1C:D8) [12:40:28:015]: MSCOREE not loaded loading copy from system32
    MSI (s) (1C:D8) [12:40:28:109]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (1C:D8) [12:40:28:109]: User policy value 'TransformsAtSource' is 0
    MSI (s) (1C:D8) [12:40:28:109]: Machine policy value 'DisablePatch' is 0
    MSI (s) (1C:D8) [12:40:28:109]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (1C:D8) [12:40:28:109]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (1C:D8) [12:40:28:109]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (1C:D8) [12:40:28:109]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
    MSI (s) (1C:D8) [12:40:28:125]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (1C:D8) [12:40:28:125]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (1C:D8) [12:40:28:125]: Transforms are not secure.
    MSI (s) (1C:D8) [12:40:28:125]: Note: 1: 2205 2:  3: Control
    MSI (s) (1C:D8) [12:40:28:125]: Command Line: CURRENTDIRECTORY=C:\Documents and Settings\apidlusky\Desktop CLIENTUILEVEL=3 CLIENTPROCESSID=5980
    MSI (s) (1C:D8) [12:40:28:125]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{85FFA26D-EE25-43C8-AE73-191F2347856C}'.
    MSI (s) (1C:D8) [12:40:28:125]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (1C:D8) [12:40:28:125]: Product Code from property table before transforms: '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'
    MSI (s) (1C:D8) [12:40:28:125]: Product Code from property table after transforms:  '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'
    MSI (s) (1C:D8) [12:40:28:125]: Product not registered: beginning first-time install
    MSI (s) (1C:D8) [12:40:28:125]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (1C:D8) [12:40:28:125]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (1C:D8) [12:40:28:125]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (1C:D8) [12:40:28:140]: Adding new sources is allowed.
    MSI (s) (1C:D8) [12:40:28:140]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (1C:D8) [12:40:28:140]: Package name extracted from package path: 'setup.msi'
    MSI (s) (1C:D8) [12:40:28:140]: Package to be registered: 'setup.msi'
    MSI (s) (1C:D8) [12:40:28:140]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:D8) [12:40:28:140]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:156]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:156]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:156]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (1C:D8) [12:40:28:171]: Machine policy value 'DisableMsi' is 0
    MSI (s) (1C:D8) [12:40:28:171]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:D8) [12:40:28:171]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:D8) [12:40:28:171]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (1C:D8) [12:40:28:171]: Running product '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}' with elevated privileges: Product is assigned.
    MSI (s) (1C:D8) [12:40:28:171]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Documents and Settings\apidlusky\Desktop'.
    MSI (s) (1C:D8) [12:40:28:171]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (1C:D8) [12:40:28:171]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '5980'.
    MSI (s) (1C:D8) [12:40:28:171]: TRANSFORMS property is now:
    MSI (s) (1C:D8) [12:40:28:171]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (1C:D8) [12:40:28:171]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Application Data
    MSI (s) (1C:D8) [12:40:28:171]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Favorites
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\NetHood
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\My Documents
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\PrintHood
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Recent
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\SendTo
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Templates
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Local Settings\Application Data
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\My Documents\My Pictures
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Start Menu\Programs\Administrative Tools
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Start Menu\Programs\Startup
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Start Menu\Programs
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Start Menu
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Desktop
    MSI (s) (1C:D8) [12:40:28:234]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
    MSI (s) (1C:D8) [12:40:28:234]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
    MSI (s) (1C:D8) [12:40:28:234]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (1C:D8) [12:40:28:234]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'NE'.
    MSI (s) (1C:D8) [12:40:28:234]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'ANL'.
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'c:\WINDOWS\Installer\84157.msi'.
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi'.
    MSI (s) (1C:D8) [12:40:28:234]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:D8) [12:40:28:234]: Machine policy value 'DisableRollback' is 0
    MSI (s) (1C:D8) [12:40:28:234]: User policy value 'DisableRollback' is 0
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 4/16/2011  12:40:28 ===
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (1C:D8) [12:40:28:234]: Doing action: INSTALL
    MSI (s) (1C:D8) [12:40:28:234]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:D8) [12:40:28:265]: Running ExecuteSequence
    MSI (s) (1C:D8) [12:40:28:265]: Doing action: FindRelatedProducts
    MSI (s) (1C:D8) [12:40:28:265]: Note: 1: 2205 2:  3: ActionText
    Action start 12:40:28: INSTALL.
    MSI (s) (1C:D8) [12:40:28:281]: Using cached product context: machine assigned for product: 1F9ACB2AC6655084791DF7CD39837632
    MSI (s) (1C:D8) [12:40:28:281]: Using cached product context: machine assigned for product: 1F9ACB2AC6655084791DF7CD39837632
    MSI (s) (1C:D8) [12:40:28:281]: Using cached product context: machine assigned for product: 1F9ACB2AC6655084791DF7CD39837632
    Action start 12:40:28: FindRelatedProducts.
    MSI (s) (1C:D8) [12:40:28:281]: PROPERTY CHANGE: Adding UC8DA920D5C41C42E0BF3187BA49984EE4 property. Its value is '{A2BCA9F1-566C-4805-97D1-7FDC93386723}'.
    MSI (s) (1C:D8) [12:40:28:281]: Doing action: ValidateProductID
    MSI (s) (1C:D8) [12:40:28:281]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:28: FindRelatedProducts. Return value 1.
    Action start 12:40:28: ValidateProductID.
    MSI (s) (1C:D8) [12:40:28:281]: Doing action: SetSHAREDADDINFOLDER
    MSI (s) (1C:D8) [12:40:28:281]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:28: ValidateProductID. Return value 1.
    MSI (s) (1C:D8) [12:40:28:281]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is '(computed)'. Its new value: 'C:\Program Files\Adobe\Flash Player\AddIns\airappinstaller'.
    Action start 12:40:28: SetSHAREDADDINFOLDER.
    MSI (s) (1C:D8) [12:40:28:281]: Doing action: CostInitialize
    MSI (s) (1C:D8) [12:40:28:281]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:28: SetSHAREDADDINFOLDER. Return value 1.
    MSI (s) (1C:D8) [12:40:28:281]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (s) (1C:D8) [12:40:28:281]: Baseline: Sorting baselines for {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}.
    MSI (s) (1C:D8) [12:40:28:281]: Baseline: New baseline 2.6.0 from transaction.
    MSI (s) (1C:D8) [12:40:28:281]: Baseline: Sorted order Native: Order 0.
    MSI (s) (1C:D8) [12:40:28:281]: Baseline Data Table:
    MSI (s) (1C:D8) [12:40:28:281]: ProductCode: {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} Version: 2.6.0 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
    MSI (s) (1C:D8) [12:40:28:281]: Baseline File Table:
    Action start 12:40:28: CostInitialize.
    MSI (s) (1C:D8) [12:40:28:312]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'c:\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (1C:D8) [12:40:28:343]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence'
    MSI (s) (1C:D8) [12:40:28:343]: Doing action: FileCost
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:28: CostInitialize. Return value 1.
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: Class
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: TypeLib
    Action start 12:40:28: FileCost.
    MSI (s) (1C:D8) [12:40:28:343]: Doing action: CostFinalize
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:28: FileCost. Return value 1.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: Condition
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'c:\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is 'C:\Program Files\Adobe\Flash Player\AddIns\airappinstaller'. Its new value: 'c:\Program Files\Adobe\Flash Player\AddIns\airappinstaller\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Modifying WindowsFolder property. Its current value is 'C:\WINDOWS\'. Its new value: 'c:\WINDOWS\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Modifying CommonFilesFolder property. Its current value is 'C:\Program Files\Common Files\'. Its new value: 'c:\Program Files\Common Files\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding AIR property. Its value is 'c:\Program Files\Common Files\Adobe AIR\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding Versions property. Its value is 'c:\Program Files\Common Files\Adobe AIR\Versions\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding Version property. Its value is 'c:\Program Files\Common Files\Adobe AIR\Versions\1.0\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding Resources property. Its value is 'c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (1C:D8) [12:40:28:343]: Target path resolution complete. Dumping Directory table...
    MSI (s) (1C:D8) [12:40:28:343]: Note: target paths subject to change (via custom actions or browsing)
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: TARGETDIR , Object: c:\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: SHAREDADDINFOLDER , Object: c:\Program Files\Adobe\Flash Player\AddIns\airappinstaller\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: WindowsFolder , Object: c:\WINDOWS\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: CommonFilesFolder , Object: c:\Program Files\Common Files\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: AIR , Object: c:\Program Files\Common Files\Adobe AIR\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: Versions , Object: c:\Program Files\Common Files\Adobe AIR\Versions\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: Version , Object: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: Resources , Object: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (1C:D8) [12:40:28:343]: 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 12:40:28: CostFinalize.
    MSI (s) (1C:D8) [12:40:29:578]: Doing action: MigrateFeatureStates
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:29: CostFinalize. Return value 1.
    Action start 12:40:29: MigrateFeatureStates.
    MSI (s) (1C:D8) [12:40:29:578]: Doing action: InstallValidate
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:29: MigrateFeatureStates. Return value 0.
    MSI (s) (1C:D8) [12:40:29:578]: Feature: Runtime; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Feature: Management; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: Runtime; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: FileTypeRegistration; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: ARPRegistration; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: template.msi; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: template.exe; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: Sentinel; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: AppInstaller; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: WebKit; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: FlashPlugin; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: Setup; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: RootCertificate; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: TimestampingRootCertificate; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: AIRAppInstaller; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: DRMADOBECPVoucher; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: DRM; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: DRM15; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: DRMAIRVoucher; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: __FileTypeRegistration65; Installed: Null;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: __ARPRegistration65; Installed: Null;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: __AIRAppInstaller65; Installed: Null;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: Font
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: Class
    Action start 12:40:29: InstallValidate.
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: _RemoveFilePath
    MSI (s) (1C:D8) [12:40:30:000]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: Font
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: Class
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2727 2: 
    MSI (s) (1C:D8) [12:40:30:218]: Note: 1: 2727 2: 
    MSI (s) (1C:D8) [12:40:30:218]: Doing action: SetARPINSTALLLOCATION
    MSI (s) (1C:D8) [12:40:30:218]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:30: InstallValidate. Return value 1.
    MSI (s) (1C:D8) [12:40:30:218]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'c:\Program Files\Common Files\Adobe AIR\'.
    Action start 12:40:30: SetARPINSTALLLOCATION.
    MSI (s) (1C:D8) [12:40:30:218]: Doing action: InstallInitialize
    MSI (s) (1C:D8) [12:40:30:218]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:30: SetARPINSTALLLOCATION. Return value 1.
    MSI (s) (1C:D8) [12:40:30:218]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:D8) [12:40:30:218]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:D8) [12:40:30:218]: BeginTransaction: Locking Server
    MSI (s) (1C:D8) [12:40:30:218]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (1C:D8) [12:40:30:218]: Server not locked: locking for product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    Action start 12:40:30: InstallInitialize.
    MSI (s) (1C:D8) [12:40:31:046]: Doing action: ProcessComponents
    MSI (s) (1C:D8) [12:40:31:046]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: InstallInitialize. Return value 1.
    MSI (s) (1C:D8) [12:40:31:046]: Note: 1: 2205 2:  3: MsiPatchCertificate
    MSI (s) (1C:D8) [12:40:31:046]: LUA patching is disabled: missing MsiPatchCertificate table
    MSI (s) (1C:D8) [12:40:31:046]: Resolving source.
    MSI (s) (1C:D8) [12:40:31:046]: Resolving source to launched-from source.
    MSI (s) (1C:D8) [12:40:31:046]: Setting launched-from source as last-used.
    MSI (s) (1C:D8) [12:40:31:046]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\'.
    MSI (s) (1C:D8) [12:40:31:046]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\'.
    MSI (s) (1C:D8) [12:40:31:046]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (1C:D8) [12:40:31:046]: SOURCEDIR ==> c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\
    MSI (s) (1C:D8) [12:40:31:046]: SOURCEDIR product ==> {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    MSI (s) (1C:D8) [12:40:31:046]: Determining source type
    MSI (s) (1C:D8) [12:40:31:046]: Source type from package 'setup.msi': 0
    Action start 12:40:31: ProcessComponents.
    MSI (s) (1C:D8) [12:40:31:046]: Source path resolution complete. Dumping Directory table...
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: TARGETDIR , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: SHAREDADDINFOLDER , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: WindowsFolder , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: CommonFilesFolder , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: AIR , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\Adobe AIR\ , LongSubPath: Adobe AIR\ , ShortSubPath: AIR\
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: Versions , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\Adobe AIR\Versions\ , LongSubPath: Adobe AIR\Versions\ , ShortSubPath: AIR\Versions\
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: Version , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\Adobe AIR\Versions\1.0\ , LongSubPath: Adobe AIR\Versions\1.0\ , ShortSubPath: AIR\Versions\Version\
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: Resources , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\Adobe AIR\Versions\1.0\Resources\ , LongSubPath: Adobe AIR\Versions\1.0\Resources\ , ShortSubPath: AIR\Versions\Version\R\
    MSI (s) (1C:D8) [12:40:31:046]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:D8) [12:40:31:046]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:D8) [12:40:31:046]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:D8) [12:40:31:062]: Doing action: UnpublishFeatures
    MSI (s) (1C:D8) [12:40:31:062]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: ProcessComponents. Return value 1.
    Action start 12:40:31: UnpublishFeatures.
    MSI (s) (1C:D8) [12:40:31:078]: Doing action: RemoveRegistryValues
    MSI (s) (1C:D8) [12:40:31:078]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: UnpublishFeatures. Return value 1.
    Action start 12:40:31: RemoveRegistryValues.
    MSI (s) (1C:D8) [12:40:31:078]: Doing action: RemoveDuplicateFiles
    MSI (s) (1C:D8) [12:40:31:078]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: RemoveRegistryValues. Return value 1.
    Action start 12:40:31: RemoveDuplicateFiles.
    MSI (s) (1C:D8) [12:40:31:078]: Doing action: RemoveFiles
    MSI (s) (1C:D8) [12:40:31:078]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: RemoveDuplicateFiles. Return value 1.
    MSI (s) (1C:D8) [12:40:31:078]: Note: 1: 2205 2:  3: RemoveFile
    MSI (s) (1C:D8) [12:40:31:093]: Note: 1: 2205 2:  3: RemoveFile
    Action start 12:40:31: RemoveFiles.
    MSI (s) (1C:D8) [12:40:31:093]: Doing action: InstallFiles
    MSI (s) (1C:D8) [12:40:31:093]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: RemoveFiles. Return value 0.
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'SentinelFile' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'air.swf' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'template.msi' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'template.exe' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'Setup.swf' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'styles.swf' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'Adobe.cer' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'Thawte.cer' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'digest.s' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'adobecp.vch' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'AdobeAIR.vch' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'AdobeAIR.dll' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'air.exe' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'WebKit.dll' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'NPSWF32.dll' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'Setup.exe' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'airappinstaller.exe' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'adobecp.dll' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'adobecp15.dll' has no eligible binary patches
    Action start 12:40:31: InstallFiles.
    MSI (s) (1C:D8) [12:40:31:156]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:D8) [12:40:31:156]: Note: 1: 2228 2:  3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`
    MSI (s) (1C:D8) [12:40:31:156]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:D8) [12:40:31:156]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    MSI (s) (1C:D8) [12:40:31:203]: Note: 1: 2205 2:  3: MsiSFCBypass
    MSI (s) (1C:D8) [12:40:31:203]: Note: 1: 2228 2:  3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
    MSI (s) (1C:D8) [12:40:31:203]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (1C:D8) [12:40:31:203]: Note: 1: 2228 2:  3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
    MSI (s) (1C:D8) [12:40:31:203]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:D8) [12:40:31:218]: Doing action: DuplicateFiles
    MSI (s) (1C:D8) [12:40:31:218]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: InstallFiles. Return value 1.
    Action start 12:40:31: DuplicateFiles.
    MSI (s) (1C:D8) [12:40:31:218]: Doing action: WriteRegistryValues
    MSI (s) (1C:D8) [12:40:31:218]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: DuplicateFiles. Return value 1.
    Action start 12:40:31: WriteRegistryValues.
    MSI (s) (1C:D8) [12:40:31:234]: Doing action: RegisterUser
    MSI (s) (1C:D8) [12:40:31:234]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: WriteRegistryValues. Return value 1.
    Action start 12:40:31: RegisterUser.
    MSI (s) (1C:D8) [12:40:31:234]: Doing action: RegisterProduct
    MSI (s) (1C:D8) [12:40:31:234]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: RegisterUser. Return value 1.
    MSI (s) (1C:D8) [12:40:31:234]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:D8) [12:40:31:234]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    Action start 12:40:31: RegisterProduct.
    MSI (s) (1C:D8) [12:40:31:234]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
    MSI (s) (1C:D8) [12:40:31:234]: Doing action: PublishFeatures
    MSI (s) (1C:D8) [12:40:31:234]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: RegisterProduct. Return value 1.
    Action start 12:40:31: PublishFeatures.
    MSI (s) (1C:D8) [12:40:31:250]: Doing action: PublishProduct
    MSI (s) (1C:D8) [12:40:31:250]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: PublishFeatures. Return value 1.
    MSI (s) (1C:D8) [12:40:31:265]: Note: 1: 2205 2:  3: Icon
    MSI (s) (1C:D8) [12:40:31:265]: Note: 1: 2228 2:  3: Icon 4: SELECT `Name`, `Data` FROM `Icon`
    Action start 12:40:31: PublishProduct.
    MSI (s) (1C:D8) [12:40:31:265]: Doing action: InstallExecute
    MSI (s) (1C:D8) [12:40:31:265]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: PublishProduct. Return value 1.
    MSI (s) (1C:D8) [12:40:31:312]: Running Script: C:\WINDOWS\Installer\MSIA.tmp
    MSI (s) (1C:D8) [12:40:31:312]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
    MSI (s) (1C:D8) [12:40:31:312]: Machine policy value 'DisableRollback' is 0
    MSI (s) (1C:D8) [12:40:31:343]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: Header(Signature=1397708873,Version=301,Timestamp=1049650448,LangId=1033,Platform=0,Scrip tType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
    Action start 12:40:31: InstallExecute.
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: ProductInfo(ProductKey={AFF7E080-1974-45BF-9310-10DE1A1F5ED0},ProductName=Adobe AIR,PackageName=setup.msi,Language=1033,Version=33947648,Assignment=1,ObsoleteArg=0,,,Pac kageCode={85FFA26D-EE25-43C8-AE73-191F2347856C},,,InstanceType=0,LUASetting=0,RemoteURTIns talls=0)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: DialogInfo(Type=0,Argument=1033)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: DialogInfo(Type=1,Argument=Adobe AIR)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: SetBaseline(Baseline=0,)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: SetBaseline(Baseline=1,)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: ProgressTotal(Total=17,Type=1,ByteEquivalent=24000)
    MSI (s) (1C:D8) [12:40:31:359]: Executing op: ComponentRegister(ComponentId={701D2A09-14BE-45F8-9233-1CE0ED0023A9},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:359]: Executing op: ComponentRegister(ComponentId={95CB0A23-64ED-4832-8C2C-8E1671678EA8},KeyPath=02:\Software \Adobe\Adobe AIR\FileTypeRegistration\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:359]: Executing op: ComponentRegister(ComponentId={12055C63-FC8C-4CC0-81A5-38E057039902},KeyPath=02:\SOFTWARE \Microsoft\Windows\CurrentVersion\Uninstall\Adobe AIR\UninstallString,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:359]: Executing op: ComponentRegister(ComponentId={8E61C856-01FD-4B39-9D18-90B226C2013C},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\template.msi,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:359]: Executing op: ComponentRegister(ComponentId={F748231B-0260-4E35-BFB8-7FACFDCE1711},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\template.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:375]: Executing op: ComponentRegister(ComponentId={DC74C3C6-CAB8-4C49-BE18-5B1DCD0D197E},KeyPath=c:\Program Files\Common Files\Adobe AIR\sentinel,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:375]: Executing op: ComponentRegister(ComponentId={F5EE0D89-3BC5-4752-9EBB-533B036EA809},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:375]: Executing op: ComponentRegister(ComponentId={5281ED57-AD60-4235-A34D-F7571E28FC4C},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\WebKit.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:375]: Executing op: ComponentRegister(ComponentId={7A5778CF-5BD0-4931-8224-43B630C24273},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\NPSWF32.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:390]: Executing op: ComponentRegister(ComponentId={1A511B10-11FC-4CAB-9C48-68641F09CF00},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:390]: Executing op: ComponentRegister(ComponentId={76C2FC36-B864-4E7A-9C96-F9B80CDE9A13},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe Root Certificate.cer,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:390]: Executing op: ComponentRegister(ComponentId={5E6626CD-4343-4FF9-8DB0-CFB62473037E},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Thawte Root Certificate.cer,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:390]: Executing op: ComponentRegister(ComponentId={7B2F9BE9-D1F1-4E4D-9AF0-AD085F073B33},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe,State=3,,Disk=1,SharedDllRefCount=0,Binary Type=0)
    MSI (s) (1C:D8) [12:40:31:406]: Executing op: ComponentRegister(ComponentId={4E0C3DA9-8FD3-487A-92EB-DDE2CDC7EEAA},KeyPath=c:\Program Files\Common Files\A

    I have similar issues.
    What I've tried:
    Installing Windows Installer Cleanup (which is, btw, no longer approved by Microsoft), but the installation of this tool failed
    Removing Adobe AIR with CCleaner
    Cleaning up the registry with CCleaner
    Running the Adobe CS5 Clean script - but AIR is not among the options available
    Adding a "-uninstall" suffix in a shortcut as suggested here: http://www.sevenforums.com/software/68987-cant-install-adobe-air-2.html#post749619
    Using Ninite installer: http://ninite.com/air/ (as suggested here: http://www.sevenforums.com/software/68987-cant-install-adobe-air-3.html#post1318156). I got the error: "Install failed - Could not verify installation (1), 7 - 1329"
    In the registry, under HKEY_CLASSES_ROOT/Installer/Products/, manually removing the entry with .air-files (which is of course risky business)
    Installing an older version of AIR (2.0.2)
    Trying to uninstall - and remove AIR components with Revo Uninstaller Pro. This actually looked quite promising since it appearingly found a lot of "abandoned" AIR files. Unfortunately this didn't help either
    None of the above has helped, since when trying to install AIR I keep getting the administrator error:
    "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."
    As far as I can tell from googling various sites, this is a pretty common error, but none of the solution proposals seem to work for me.
    Any suggestions on what else to try???

  • Installation of adobe air is not completing on windows 7

    I am trying to install adobe air version 15 on my Toshiba laptop with Windows 7.  When installation starts the Adobe AIR Setup screen freezes and installation does not complete. I cancelled the install, but the Adobe AIR Setup screen persists and just says "Cancelling". Trying to upgrade AIR as have been having issues with Windows 7 after installing th 2014 Jaqui Lawson Advent calendar.  (Windows will not shut down using Shutdown button, and Ctrl-Alt-Del does not bring up task manager anymore). Here is my Adobe Air Install Log:
    [2014-10-16:18:48:33] Clearing unused background update directory
    [2014-10-16:18:48:34] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-10-16:18:48:34] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-10-16:18:48:34] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-10-16:18:48:34] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-10-16:18:49:13] Unpackaging complete
    [2014-10-16:18:49:15] Unpackaging complete
    [2014-10-16:18:49:18] Download success
    [2014-10-16:18:49:18] Runtime updated downloaded
    [2014-10-16:18:49:18] Download success
    [2014-10-16:18:49:18] Runtime updated downloaded
    [2014-10-25:08:58:35] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-10-25:08:58:36] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-10-25:08:58:36] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-10-25:08:58:36] Commandline is: -updatecheck
    [2014-10-25:08:58:36] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-10-25:08:58:36] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-10-25:08:58:36] Commandline is: -updatecheck
    [2014-10-25:08:58:36] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-10-25:08:58:36] Performing pingback request
    [2014-10-25:08:58:37] Starting runtime background update check
    [2014-10-25:08:58:37] Clearing unused background update directory
    [2014-10-25:08:58:37] Performing pingback request
    [2014-10-25:08:58:37] Starting runtime background update check
    [2014-10-25:08:58:37] Clearing unused background update directory
    [2014-10-25:08:58:37] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: could not clear background update directory" errorID=0]
    [2014-10-25:08:58:37] Runtime Installer end with exit code 0
    [2014-10-25:08:58:37] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-10-25:08:58:37] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-10-25:08:58:41] Unpackaging complete
    [2014-10-25:08:58:42] Download success
    [2014-10-25:08:58:42] Runtime updated downloaded
    [2014-10-25:08:58:55] User had deferred installing the update
    [2014-10-25:08:58:55] Runtime Installer end with exit code 0
    [2014-10-25:14:06:33] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-10-25:14:06:33] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-10-25:14:06:33] Commandline is: -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-10-25:14:06:33] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-10-25:14:06:33] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-10-25:14:06:38] Starting runtime background update installation
    [2014-10-25:14:06:38] Background updates not installed due to running applications
    [2014-10-25:14:06:38] Launching subprocess with commandline c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-10-25:14:06:38] Runtime Installer end with exit code 0
    [2014-11-01:16:39:59] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-01:16:40:00] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-01:16:40:01] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-01:16:40:01] Commandline is: -updatecheck
    [2014-11-01:16:40:01] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-01:16:40:01] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-01:16:40:01] Commandline is: -updatecheck
    [2014-11-01:16:40:01] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-01:16:40:02] Performing pingback request
    [2014-11-01:16:40:03] Performing pingback request
    [2014-11-01:16:40:03] Starting runtime background update check
    [2014-11-01:16:40:03] Starting runtime background update check
    [2014-11-01:16:40:03] Clearing unused background update directory
    [2014-11-01:16:40:03] Clearing unused background update directory
    [2014-11-01:16:40:03] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: could not clear background update directory" errorID=0]
    [2014-11-01:16:40:03] Runtime Installer end with exit code 0
    [2014-11-01:16:40:03] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-01:16:40:03] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-01:16:40:10] Unpackaging complete
    [2014-11-01:16:40:11] Download success
    [2014-11-01:16:40:11] Runtime updated downloaded
    [2014-11-01:17:40:16] User had deferred installing the update
    [2014-11-01:17:40:16] Runtime Installer end with exit code 0
    [2014-11-01:18:10:41] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-01:18:10:42] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-01:18:10:42] Commandline is: -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-01:18:10:42] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-01:18:10:42] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-01:18:10:42] Commandline is: -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-01:18:10:42] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-01:18:10:43] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-01:18:10:43] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-01:18:10:44] Starting runtime background update installation
    [2014-11-01:18:10:44] Starting runtime background update installation
    [2014-11-01:18:10:44] Launching subprocess with commandline C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-01:18:10:44] No background updates pending
    [2014-11-01:18:10:44] Launching subprocess with commandline c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-01:18:10:44] Runtime Installer end with exit code 0
    [2014-11-01:18:10:51] Runtime updater successfully launched
    [2014-11-01:18:10:51] Runtime Installer end with exit code 0
    [2014-11-01:18:11:08] Runtime Installer begin with version 15.0.0.293 on Windows 7 x86
    [2014-11-01:18:11:08] Commandline is: -update "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-01:18:11:08] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-01:18:11:08] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-09:13:10:56] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-09:13:10:57] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-09:13:10:57] Commandline is: -updatecheck
    [2014-11-09:13:10:57] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-09:13:10:57] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-09:13:10:57] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-09:13:10:57] Commandline is: -updatecheck
    [2014-11-09:13:10:57] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-09:13:10:58] Performing pingback request
    [2014-11-09:13:10:58] Starting runtime background update check
    [2014-11-09:13:10:58] Clearing unused background update directory
    [2014-11-09:13:10:59] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-09:13:10:59] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-09:13:10:59] Performing pingback request
    [2014-11-09:13:10:59] Starting runtime background update check
    [2014-11-09:13:10:59] Clearing unused background update directory
    [2014-11-09:13:10:59] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-09:13:10:59] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-09:13:11:00] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3013" errorID=3013]
    [2014-11-09:13:11:00] Runtime Installer end with exit code 0
    [2014-11-09:13:11:10] Unpackaging complete
    [2014-11-09:13:11:13] Download success
    [2014-11-09:13:11:13] Runtime updated downloaded
    [2014-11-09:13:11:23] User had deferred installing the update
    [2014-11-09:13:11:23] Runtime Installer end with exit code 0
    [2014-11-11:20:45:34] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-11:20:45:34] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-11:20:45:34] Commandline is: -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-11:20:45:34] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-11:20:45:35] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-11:20:45:35] Commandline is: -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-11:20:45:35] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-11:20:45:35] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-11:20:45:35] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-11:20:45:36] Starting runtime background update installation
    [2014-11-11:20:45:36] Launching subprocess with commandline C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-11:20:45:36] Starting runtime background update installation
    [2014-11-11:20:45:36] No background updates pending
    [2014-11-11:20:45:36] Launching subprocess with commandline c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-11:20:45:36] Runtime Installer end with exit code 0
    [2014-11-11:20:45:39] Runtime updater successfully launched
    [2014-11-11:20:45:39] Runtime Installer end with exit code 0
    [2014-11-11:20:46:01] Runtime Installer begin with version 15.0.0.293 on Windows 7 x86
    [2014-11-11:20:46:01] Commandline is: -update "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-11:20:46:01] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-11:20:46:01] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-11:20:46:09] Launching subprocess with commandline c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-11:20:46:09] Runtime Installer end with exit code 6
    [2014-11-16:13:37:08] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-16:13:37:09] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-16:13:37:09] Commandline is: -updatecheck
    [2014-11-16:13:37:09] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-16:13:37:10] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-16:13:37:10] Commandline is: -updatecheck
    [2014-11-16:13:37:10] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-16:13:37:11] Performing pingback request
    [2014-11-16:13:37:11] Performing pingback request
    [2014-11-16:13:37:11] Starting runtime background update check
    [2014-11-16:13:37:11] Starting runtime background update check
    [2014-11-16:13:37:11] Clearing unused background update directory
    [2014-11-16:13:37:12] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-16:13:37:12] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-16:13:37:12] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-16:13:37:12] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-16:13:37:45] Unpackaging complete
    [2014-11-16:13:37:47] Download success
    [2014-11-16:13:37:47] Runtime updated downloaded
    [2014-11-16:13:37:55] Unpackaging complete
    [2014-11-16:13:37:55] Download success
    [2014-11-16:13:37:55] Runtime updated downloaded
    [2014-11-16:14:23:22] User had deferred installing the update
    [2014-11-16:14:23:22] Runtime Installer end with exit code 0
    [2014-11-16:14:31:30] User had deferred installing the update
    [2014-11-16:14:31:30] Runtime Installer end with exit code 0
    [2014-11-16:19:10:47] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-16:19:10:49] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-16:19:10:49] Commandline is: -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-16:19:10:49] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-16:19:10:49] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-16:19:10:51] Starting runtime background update installation
    [2014-11-16:19:10:51] Background updates not installed due to running applications
    [2014-11-16:19:10:51] Launching subprocess with commandline c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-16:19:10:51] Runtime Installer end with exit code 0
    [2014-11-24:08:24:51] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-24:08:24:51] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:08:24:51] Commandline is: -updatecheck
    [2014-11-24:08:24:51] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:24:51] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:08:24:51] Commandline is: -updatecheck
    [2014-11-24:08:24:51] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:24:52] Performing pingback request
    [2014-11-24:08:24:52] Performing pingback request
    [2014-11-24:08:24:52] Starting runtime background update check
    [2014-11-24:08:24:52] Starting runtime background update check
    [2014-11-24:08:24:52] Clearing unused background update directory
    [2014-11-24:08:24:52] Clearing unused background update directory
    [2014-11-24:08:24:52] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: could not clear background update directory" errorID=0]
    [2014-11-24:08:24:52] Runtime Installer end with exit code 0
    [2014-11-24:08:24:52] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-24:08:24:52] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-24:08:24:55] Unpackaging complete
    [2014-11-24:08:24:55] Download success
    [2014-11-24:08:24:55] Runtime updated downloaded
    [2014-11-24:08:25:16] User had deferred installing the update
    [2014-11-24:08:25:16] Runtime Installer end with exit code 0
    [2014-11-24:08:35:22] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-24:08:35:29] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:08:35:29] Commandline is: -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-24:08:35:29] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:35:29] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:08:35:29] Commandline is: -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-24:08:35:29] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:35:30] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-24:08:35:30] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-24:08:35:31] Starting runtime background update installation
    [2014-11-24:08:35:31] Starting runtime background update installation
    [2014-11-24:08:35:31] Launching subprocess with commandline C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-24:08:35:35] Runtime updater successfully launched
    [2014-11-24:08:35:35] Runtime Installer end with exit code 0
    [2014-11-24:08:35:50] Runtime Installer begin with version 15.0.0.356 on Windows 7 x86
    [2014-11-24:08:35:50] Commandline is: -update "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-24:08:35:50] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:35:50] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-24:08:35:50] Runtime Installer begin with version 15.0.0.356 on Windows 7 x86
    [2014-11-24:08:35:50] Commandline is: -update "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-24:08:35:50] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:35:50] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-24:08:36:43] Launching subprocess with commandline c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-24:08:36:43] Runtime Installer end with exit code 6
    [2014-11-24:08:36:45] Launching subprocess with commandline c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-24:08:36:45] Runtime Installer end with exit code 6
    [2014-11-24:18:01:27] Application Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:18:01:27] Commandline is: C:\Users\chris\Downloads\jlchristmasmarket.air
    [2014-11-24:18:01:27] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:18:01:28] Unpackaging file:///C:/Users/chris/Downloads/jlchristmasmarket.air to C:\Users\chris\AppData\Local\Temp\fla863.tmp
    [2014-11-24:18:01:43] Application signature verified
    [2014-11-24:18:01:43] Unpackaging/validation complete
    [2014-11-24:18:01:43] No app located for appID 'com.jacquielawson.marketadventcalendar2014' and pubID ''
    [2014-11-24:18:01:53] Converting unpackaged application to a native installation package in C:\Users\chris\AppData\Local\Temp\fla68CB.tmp
    [2014-11-24:18:01:56] Native installation package creation succeeded
    [2014-11-24:18:01:56] Starting app installation to C:\Program Files (x86). Installing app com.jacquielawson.marketadventcalendar2014 version 1.0.1 using the source file at file:///C:/Users/chris/Downloads/jlchristmasmarket.air
    [2014-11-24:18:01:56] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Directory can't be written to" errorID=5006]
    [2014-11-24:18:01:56] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/chris/Downloads/jlchristmasmarket.air
    [2014-11-24:18:01:56] Relaunching with elevation
    [2014-11-24:18:02:06] Application Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:18:02:06] Commandline is: -stdio \\.\pipe\AIR_20968_0 -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/chris/Downloads/jlchristmasmarket.air
    [2014-11-24:18:02:06] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:18:02:07] Unpackaging file:///C:/Users/chris/Downloads/jlchristmasmarket.air to C:\Users\chris\AppData\Local\Temp\fla9DAF.tmp
    [2014-11-24:18:02:44] Application signature verified
    [2014-11-24:18:02:44] Unpackaging/validation complete
    [2014-11-24:18:02:44] No app located for appID 'com.jacquielawson.marketadventcalendar2014' and pubID ''
    [2014-11-24:18:02:44] Converting unpackaged application to a native installation package in C:\Users\chris\AppData\Local\Temp\fla307D.tmp
    [2014-11-24:18:02:46] Native installation package creation succeeded
    [2014-11-24:18:02:46] Starting silent app installation to C:\Program Files (x86). Installing app com.jacquielawson.marketadventcalendar2014 version 1.0.1 using the source file at file:///C:/Users/chris/Downloads/jlchristmasmarket.air
    [2014-11-24:18:02:46] Installing msi at C:\Users\chris\AppData\Local\Temp\fla307D.tmp\setup.msi with guid {B995C6BE-D74C-4E8F-3C2F-B6E2B374A664}
    [2014-11-24:18:03:05] Application Installer end with exit code 0
    [2014-11-24:18:03:08] Elevated install completed
    [2014-11-24:18:03:08] Launching subprocess with commandline C:\Program Files (x86)\JL Christmas Market\JL Christmas Market.exe
    [2014-11-24:18:03:22] Application Installer end with exit code 0
    [2014-12-01:17:33:53] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-12-01:17:33:54] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-12-01:17:33:54] Commandline is: -updatecheck
    [2014-12-01:17:33:54] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-12-01:17:33:55] Performing pingback request
    [2014-12-01:17:33:55] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-12-01:17:33:55] Starting runtime background update check
    [2014-12-01:17:33:55] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-12-01:17:33:55] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-12-01:17:33:55] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-12-01:17:33:55] Commandline is: -updatecheck
    [2014-12-01:17:33:55] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-12-01:17:33:56] Performing pingback request
    [2014-12-01:17:33:56] Starting runtime background update check
    [2014-12-01:17:33:56] Clearing unused background update directory
    [2014-12-01:17:33:58] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-12-01:17:33:58] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-12-01:17:34:04] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3013" errorID=3013]
    [2014-12-01:17:34:04] Runtime Installer end with exit code 0
    [2014-12-01:17:34:07] Unpackaging complete
    [2014-12-01:17:34:07] Download success
    [2014-12-01:17:34:07] Runtime updated downloaded
    [2014-12-01:18:24:30] User had deferred installing the update
    [2014-12-01:18:24:30] Runtime Installer end with exit code 0
    [2014-12-01:20:01:12] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-12-01:20:01:14] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-12-01:20:01:14] Commandline is: -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-12-01:20:01:14] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-12-01:20:01:14] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-12-01:20:01:15] Starting runtime background update installation
    [2014-12-01:20:01:15] Background updates not installed due to running applications
    [2014-12-01:20:01:15] Launching subprocess with commandline c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-12-01:20:01:15] Runtime Installer end with exit code 0
    [2014-12-06:16:27:54] Runtime Installer begin with version 15.0.0.356 on Windows 7 x86
    [2014-12-06:16:27:54] Commandline is:
    [2014-12-06:16:27:54] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-12-06:16:28:04] Relaunching with elevation
    [2014-12-06:16:28:04] Launching subprocess with commandline c:\users\chris\appdata\local\temp\airfd41.tmp\adobe air installer.exe -ei
    [2014-12-06:16:33:44] Cancelling elevated install

    IGiveUponAdobe wrote:
    Have a look through the pages of pages of requests for help on installing Adobe Air apps on Windows 7 machines. What you'll find is that Adobe has duped a lot of people into doing basic testing on a vehicle that it should have tested thoroughly itself before release. So you'll find lengthy, highly technical and apparently idiosyncratic install logs posted, and then every once in a while Chris Campbell, Adobe's rep, comes online and says something like "Ho Hum. It doesn't seem to work. What you need to do is stand on your head while drinking a gallon of gasoline and singing through your ears. Why don't you spend another 20 hours trying that?"
    Amazing. Could you imagine a supposedly legitimate company jerking people like this 50 years ago?
    Don't waste your time. Air doesn't work. Find an alternative to Adobe products instead.
    I wonder how long this will stay posted before somebody removes it.
    Hello,
    I understand the frustration, believe me, I really do.  Unfortunately, while we do thoroughly test installers we do run into system specific issues from time to time.  I do my best to help users, going out of my way to do desktop sharing sessions (at all times of the day and night to accomidate our global user base), creating repair scripts, etc.  But you are correct, sometimes it does get technical and we do require the installer log to figure out what might be failing.  I apologize if I wasn't able to solve your problem in the past, if you can point me to a post where I didn't follow through I'd be happy to re-read it and see if we can make progress.
    I promise I won't remove your post, I just ask that you keep the responses polite and try not to get personal.
    Thanks,
    Chris

  • Can't uninstall Adobe Air but Adobe Air doesn't work correctly

    An external agency created a flash-application which should be installed to my computer with Adobe Air. By clicking the .Air-file the installation process of Adobe Air started but the installation of the flash-application failed. At least I uninstalled the flash-application by using the windows control panel but uninstalling Adobe Air by the control panel is impossible.
    How to get Adobe Air fixed to install the urgently needed flash-application?
    See my log-file below.
    Thanks in advance for your assistance!
    [2013-05-24:05:46:23] Runtime Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:46:23] Commandline is:
    [2013-05-24:05:46:23] No installed runtime detected
    [2013-05-24:05:46:28] Relaunching with elevation
    [2013-05-24:05:46:28] Launching subprocess with commandline c:\users\rh2708\appdata\local\temp\airbcf8.tmp\adobe air installer.exe -ei
    [2013-05-24:05:46:39] Elevated install completed
    [2013-05-24:05:47:02] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2013-05-24:05:47:02] Runtime Installer end with exit code 0
    [2013-05-24:05:47:02] Runtime Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:47:02] Commandline is: -installupdatecheck
    [2013-05-24:05:47:02] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:47:03] Performing pingback request
    [2013-05-24:05:47:04] Pingback request completed with HTTP status 200
    [2013-05-24:05:47:04] Starting runtime background update check
    [2013-05-24:05:47:04] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.7.0.1860/update
    [2013-05-24:05:47:04] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.7.0.1860/update to C:\Users\RH2708\AppData\Roaming\Adobe\AIR\Updater\Background
    [2013-05-24:05:47:04] Runtime update not available
    [2013-05-24:05:47:04] Unpackaging cancelled
    [2013-05-24:05:47:04] Runtime Installer end with exit code 0
    [2013-05-24:05:47:04] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:47:04] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.1491850600577891 onApplicationVersion
    [2013-05-24:05:47:04] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:47:04] Application Installer end with exit code 0
    [2013-05-24:05:47:16] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:47:16] Commandline is: "I:\Büro\Büro Großer\Dienstliches\Tag der deutschen Einheit\2013\Quiz\Datensicherung\quiz Relaunch 22.5.13\Bundesratespiel.air"
    [2013-05-24:05:47:16] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:47:17] Unpackaging file:///I:/B%c3%bcro/B%c3%bcro%20Gro%c3%9fer/Dienstliches/Tag%20der%20deutschen%20Einheit /2013/Quiz/Datensicherung/quiz%20Relaunch%2022.5.13/Bundesratespiel.air to C:\Users\RH2708\AppData\Local\Temp\flaAE38.tmp
    [2013-05-24:05:47:19] Application signature verified
    [2013-05-24:05:47:19] Unpackaging/validation complete
    [2013-05-24:05:47:19] No app located for appID 'Bundesratespiel' and pubID ''
    [2013-05-24:05:47:28] Converting unpackaged application to a native installation package in C:\Users\RH2708\AppData\Local\Temp\flaDA48.tmp
    [2013-05-24:05:47:29] Native installation package creation succeeded
    [2013-05-24:05:47:29] Starting app installation to C:\Program Files\Bundesratespiel. Installing app Bundesratespiel version 1.0 using the source file at file:///I:/B%c3%bcro/B%c3%bcro%20Gro%c3%9fer/Dienstliches/Tag%20der%20deutschen%20Einheit /2013/Quiz/Datensicherung/quiz%20Relaunch%2022.5.13/Bundesratespiel.air
    [2013-05-24:05:47:29] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Directory can't be written to" errorID=5006]
    [2013-05-24:05:47:29] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files\Common Files" -silent -logToStdout -url -location "C:\Program Files\Bundesratespiel" -desktopShortcut -programMenu file:///I:/B%c3%bcro/B%c3%bcro%20Gro%c3%9fer/Dienstliches/Tag%20der%20deutschen%20Einheit /2013/Quiz/Datensicherung/quiz%20Relaunch%2022.5.13/Bundesratespiel.air
    [2013-05-24:05:47:29] Relaunching with elevation
    [2013-05-24:05:47:45] Elevated install completed
    [2013-05-24:05:47:46] Launching subprocess with commandline C:\Program Files\Bundesratespiel\Bundesratespiel\Bundesratespiel.exe
    [2013-05-24:05:47:47] Application Installer end with exit code 0
    [2013-05-24:05:55:07] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:55:07] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.31692987820133567 onApplicationVersion
    [2013-05-24:05:55:07] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:55:08] Application Installer end with exit code 0
    [2013-05-24:05:55:17] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:55:17] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.9486814816482365 onApplicationVersion
    [2013-05-24:05:55:17] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:55:18] Application Installer end with exit code 0
    [2013-05-24:05:55:27] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:55:27] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.6162592875771224 onApplicationVersion
    [2013-05-24:05:55:27] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:55:28] Application Installer end with exit code 0
    [2013-05-24:05:55:37] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:55:38] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.502127765212208 onApplicationVersion
    [2013-05-24:05:55:38] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:55:38] Application Installer end with exit code 0
    [2013-05-24:05:55:48] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:55:48] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.19598314817994833 onApplicationVersion
    [2013-05-24:05:55:48] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:55:48] Application Installer end with exit code 0
    [2013-05-24:05:55:58] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:55:58] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.6727802748791873 onApplicationVersion
    [2013-05-24:05:55:58] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:55:58] Application Installer end with exit code 0
    [2013-05-24:05:56:16] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:56:16] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.06809419812634587 onApplicationVersion
    [2013-05-24:05:56:16] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:56:16] Application Installer end with exit code 0
    [2013-05-24:05:56:27] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:56:27] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.7936959220096469 onApplicationVersion
    [2013-05-24:05:56:27] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:56:27] Application Installer end with exit code 0
    [2013-05-24:05:56:36] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:56:36] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.4281964162364602 onApplicationVersion
    [2013-05-24:05:56:36] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:56:37] Application Installer end with exit code 0
    [2013-05-24:05:56:51] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:56:51] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.8485408276319504 onApplicationVersion
    [2013-05-24:05:56:51] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:56:51] Application Installer end with exit code 0
    [2013-05-24:05:57:01] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:57:01] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.8805129597894847 onApplicationVersion
    [2013-05-24:05:57:01] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:57:01] Application Installer end with exit code 0
    [2013-05-24:05:57:11] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:05:57:11] Commandline is: -playerVersion=11,7,700,202 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Bundesraterspiel adobe.com:air0.7853958480991423 onApplicationVersion
    [2013-05-24:05:57:11] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:05:57:11] Application Installer end with exit code 0
    [2013-05-24:06:00:10] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-24:06:00:10] Commandline is: "I:\Büro\Büro Großer\Dienstliches\Tag der deutschen Einheit\2013\Quiz\Datensicherung\quiz Relaunch 22.5.13\Bundesratespiel.air"
    [2013-05-24:06:00:10] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-24:06:00:11] Unpackaging file:///I:/B%c3%bcro/B%c3%bcro%20Gro%c3%9fer/Dienstliches/Tag%20der%20deutschen%20Einheit /2013/Quiz/Datensicherung/quiz%20Relaunch%2022.5.13/Bundesratespiel.air to C:\Users\RH2708\AppData\Local\Temp\fla7F3D.tmp
    [2013-05-24:06:00:12] Application signature verified
    [2013-05-24:06:00:12] Unpackaging/validation complete
    [2013-05-24:06:00:12] No app located for appID 'Bundesratespiel' and pubID ''
    [2013-05-24:06:00:16] Converting unpackaged application to a native installation package in C:\Users\RH2708\AppData\Local\Temp\fla92ED.tmp
    [2013-05-24:06:00:17] Native installation package creation succeeded
    [2013-05-24:06:00:17] Starting app installation to C:\Program Files\Bundesratespiel. Installing app Bundesratespiel version 1.0 using the source file at file:///I:/B%c3%bcro/B%c3%bcro%20Gro%c3%9fer/Dienstliches/Tag%20der%20deutschen%20Einheit /2013/Quiz/Datensicherung/quiz%20Relaunch%2022.5.13/Bundesratespiel.air
    [2013-05-24:06:00:17] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Directory can't be written to" errorID=5006]
    [2013-05-24:06:00:17] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files\Common Files" -silent -logToStdout -url -location "C:\Program Files\Bundesratespiel" -desktopShortcut -programMenu file:///I:/B%c3%bcro/B%c3%bcro%20Gro%c3%9fer/Dienstliches/Tag%20der%20deutschen%20Einheit /2013/Quiz/Datensicherung/quiz%20Relaunch%2022.5.13/Bundesratespiel.air
    [2013-05-24:06:00:17] Relaunching with elevation
    [2013-05-24:06:01:59] Elevated install completed
    [2013-05-24:06:01:59] Launching subprocess with commandline C:\Program Files\Bundesratespiel\Bundesratespiel\Bundesratespiel.exe
    [2013-05-24:06:02:00] Application Installer end with exit code 0
    [2013-05-27:20:34:10] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:20:34:10] Commandline is: C:\Users\RH2708\Desktop\Bundesratespiel.air
    [2013-05-27:20:34:10] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:20:34:11] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-05-27:20:34:33] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:20:34:33] Commandline is: C:\Users\RH2708\Desktop\Bundesratespiel.air
    [2013-05-27:20:34:33] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:20:34:33] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-05-27:20:35:02] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:20:35:02] Commandline is: C:\Users\RH2708\Desktop\Bundesratespiel.air
    [2013-05-27:20:35:02] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:20:35:02] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-05-27:20:35:19] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:20:35:19] Commandline is: C:\Users\RH2708\Desktop\Bundesratespiel.air
    [2013-05-27:20:35:19] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:20:35:19] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-05-27:20:35:55] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:20:35:55] Commandline is: C:\Users\RH2708\Desktop\Bundesratespiel.air
    [2013-05-27:20:35:55] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:20:35:55] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-05-27:20:36:04] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:20:36:04] Commandline is: C:\Users\RH2708\Desktop\Bundesratespiel.air
    [2013-05-27:20:36:04] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:20:36:04] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-05-27:20:36:20] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:20:36:20] Commandline is: C:\Users\RH2708\Desktop\Bundesratespiel.air
    [2013-05-27:20:36:20] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:20:36:20] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-05-27:20:46:23] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:20:46:23] Commandline is: C:\Users\RH2708\Desktop\Bundesratespiel.air
    [2013-05-27:20:46:23] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:20:46:23] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-05-27:20:50:15] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:20:50:15] Commandline is:
    [2013-05-27:20:50:15] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:20:50:15] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-05-27:20:50:20] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:20:50:20] Commandline is:
    [2013-05-27:20:50:20] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:20:50:20] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-05-27:21:02:08] Runtime Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:21:02:08] Commandline is:
    [2013-05-27:21:02:08] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:21:02:14] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2013-05-27:21:02:14] Runtime Installer end with exit code 0
    [2013-05-27:21:02:14] Runtime Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:21:02:14] Commandline is: -installupdatecheck
    [2013-05-27:21:02:14] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:21:02:14] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/setup.swf" errorID=0]
    [2013-05-27:21:03:05] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:21:03:05] Commandline is: "D:\Büro\Büro Großer\Dienstliches\Tag der deutschen Einheit\2013\Quiz\Bundesratespiel.air"
    [2013-05-27:21:03:05] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:21:03:05] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-05-27:21:03:14] Application Installer begin with version 3.7.0.1860 on Windows 7 x86
    [2013-05-27:21:03:14] Commandline is: "D:\Büro\Büro Großer\Dienstliches\Tag der deutschen Einheit\2013\Quiz\Bundesratespiel.air"
    [2013-05-27:21:03:14] Installed runtime (3.7.0.1860) located at c:\Program Files\Common Files\Adobe AIR
    [2013-05-27:21:03:14] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]

    The problem is fixed:
    With Windows Fix It at least I was able to uninstall Adobe Air. After Reisnatllation of Air and my application the system is running quite wonderful.
    Best regards,
    R. H.

Maybe you are looking for

  • How to restore a previous backup on iphone 5c

    I just bought an iphone 5c yesterday and I accidentally restored the phone to a previous backup (from my old iphone) when I was trying to sync my music from itunes.  How do I retrieve my info from before I did this?  Any help is greatly appreciated

  • Sale order with Zero quantity

    Hi, I should not see the sale order with Zero quantity in APO product view . I tried by de-selecting the Display customer requirement w.0 qty from user setting in product view but it din work. Is there any other option to switch off sale order with z

  • IPhoto book: Can I use less than 20 pages? and other questions...

    Is 20 pages the minimum? I have just eleven photos. Is there a workaround for this? Also, the iPhoto preview looks fine, but I'm wondering what the file specs need to be. My original files are approx. 15 MB TIFF. Should they be jpeg? Resized? Does iP

  • WDPortalNavigation.navigateAbsolute not working in nws04s sp14

    HI ALL, I am trying to navigate to a page which has webdynpro iview form a webdynpro application, on clicking a button it has to navigate to hat page in portal ,but nothing is happening onclicking the button, below is the code. public void onActionGo

  • Change font directory

    Hi, Previously in the generated PDF files, instead of euro symbol I was able to see '?'. But when I placed ALBANWTJ.ttf in JAVA_HOME/jre/lib/fonts directory I was able to get the euro symbol. Is there any way to place the fonts in some custom directo