Bitmap/picture/whatever size limitation in Adobe Air on iPhone.

Hi
I'm gonna start on a new app and was wondering what the max width and height of a picture can be?
I will import a big picture into my Flash CS5.5 (pro) and place it in a movieclip.
I found this info on an old site from 2008:
Note: The maximum dimensions of a bitmap in Flash Player is limited to 2880 pixels in either direction (width or height). If you attempt to create a BitmapData instance that is larger than this restriction, the Bitmap will not be created. This limit is in place to keep people from creating Flash movies that gobble up the client’s RAM. A bitmap that is 2880 x 2880 pixels, will use roughly 32MB of RAM.
I'm not sure if that is the limit of today's flash version. I'm using Flash CS5.5 Pro.
And íf now, let's say the max width and height of a picture (or should I rather say bitmap?) is 2880x2880, will the limit change in any way if it's placed in a movieclip?
According to some more info on the same site, there's no limit if you do a "trick":
[Workaround] Flash Bitmap maximum width and height
The trick is to “kidnap” a BitmapData object from a loaded image with dimension over the limit of 2880 pixels (Which flash allows. Huh! Yes Flash can actually handle bitmaps larger the the limit. It just doesn’t let you create one.).
It’s simple. Create a dummy image with the dimension you need. Save it and make it accessible to Flash. Dynamically load it using ActionScript. And take the loader object’s BitmapData object. That’s why I termed it “kidnap”. We are actually just taking the child of the parent object(loader object), which is the BitmapData, and use it like we build it ourselves.
Here’s the actionscript ,
// 1. Create an image loader and
var DummyImageLoader:Loader = new Loader;
// 2. Assign a function to “kidnap” the BitmapData object
DummyImageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, DummyImageOnComplete);
// 3. Load the image with the preferred dimension
var DummyImageRequest:URLRequest = new URLRequest(“dummy_image.jpg”);
DummyImageLoader.load(DummyImageRequest);
function DummyImageOnComplete(evt:Event):void {
     var DummyImageBitmap = Bitmap(DummyImageLoader.content);
     // “kidnap” the BitmapData object
    var ValidBitmapData:BitmapData = DummyImageBitmap.bitmapData;
    // you can now use ValidBitmapData to draw any element larger than 2880×2880
var InvalidBitmapData:BitmapData = new BitmapData(3000, 3000);
Now, I don't think I can do it this way anyway, I need to import it and manually put stuff on the picture in the movieclip in the Flash IDE.
Is there a difference in picture size limit between normal Flash stuff (no Adobe Air) and Adobe Air? Maybe the picture limit also changes if the app is made for an iPhone?, ie, size limit for Adobe Air could be 2880x2880, but the iPhone can only handle max 2000x2000 so I must not do bigger than 2000x2000.
Speaking of picture size limits in Flash, I experienced a problem once in Flash MX. I had a picture of max size imported, I could scroll to the far right, left, up and down in the Flash Player (not IDE, this was with code) and I could see every bit of the picture, so it all worked ok... but for some reason, the graphics I manually placed on the picture (the graphics were tiny objects I've drawn myself placed in movieclips) only showed in a limited area... for instance:   the big picture I imported was 2880x2880, I have the starting position in the bottom right corner of the picture. I place some graphics on the picture far apart from each other.. first one on .x=2880/y=2880 (bottom right), then I placed several from that position to the far left, til I reached x=0/y=2880... for some reason the graphics half way to the left stopped showing. I only placed like 10 small things. So, if the picture size limit is 2880x2880, it can not show anything else beyond a certain point? only the picture itself?
I apologize for my somewhat bad English... I find it hard to express what I want to say

Ah, nice page... 16.7X mill seems to be the rough number.
I didn't look such pages up as I wasn't sure, and still arn't if that size applies to everything with Flash. Could vary depending on what it's used for, like Adobe Air desktop apps, Adobe Air iPhone apps etc.... But I guess I'll just have to accept and hope it's the same for all.
The largest square bitmap allowed is 4,095 x 4,095 pixels.  Nonrectangular size limits vary, for example, the following sizes all fit within Flash Player 10 limits:
2169 x 7735
3133 x 5355
3315 x 5061
3615 x 4641
4095 x 4097
4097 x 4095
4641 x 3615
5061 x 3315
5355 x 3133
7735 x 2169
So guess I could make any size I want, as long as it's not above 7735xXXXX / XXXXx7735 and 16.7X million pixels.
Wonder if that's how it is, or if I could have like 10000x1600...couldn't find that answer on that page.

Similar Messages

  • AIR package size & and why Adobe AIR rules..

    Here is one for all the flash dooms-dayers:
    I just published my app Gig Ink to Amazon App store. My app is now on iTunes for iPad/iPhone/iPod, Android Market for over 460 phones and tablets, and soon for Blackberry and desktop for mac/pc/linux with no runtime needed as I use captive runtime to package. And soon I will have access to Stage3D using the GPU to render full 3D content AND with Native Extensions I can do In-App billing, native notifications etc..
    Every one of them is the same 1 project in Flash Builder, same code, works landscape/portrait/phone/tablet etc. etc. etc.
    If I tried to do that with native code I would have to employ 5 separate developers and pay them heaps and anytime a change or update occurs... no way.
    Honestly are people thick? Doesn't anyone get how awesome this is, considering the massive and constant changes to web development recently?
    I hope Adobe know how important Flash Builder/AIR/AS3 is to a lot of developers now focusing on apps and keep making it better. My No 1 request? Reduce the file size of packaged AIR for captive runtime, possible allow us to select only dependant classes? Any suggestions? Is this an issue others think important?
    Cheers
    Blackmarketbear Mobile

    I totally agree with blackmarketbear !!
    Developing for mobile devices using Adobe AIR, Flex and Flash Builder brings exceptionnal productivity, and reduces a lot development cost !! =D
    However, the only drawback to this is the final packaged file size which won't let users download the app via 3G on Apple Store...
    This is such a big issue i think since our last client wanted his app to be downloadable via 3G ... =(
    I hope Adobe is working on this point, it is really important and if no improvment is made, i might fall into another development solution (native development with Java and Objective-C ...)

  • Adobe AIR on iPhone OS-based Apple Tablet?

    http://www.pcworld.com/businesscenter/article/187791/quick_draw_publisher_leaks_apple_tabl et_details.html
    So if Flash is already on the iPhone OS, can we expect to see our Adobe AIR app running on the modified iPhone OS that will power this new Apple tablet?  Our product is in alpha testing right now, and we expect to sign on thousands of users for our new Adobe AIR-based software  in 2010.  We're deploying on Windows 7 touch-screen tablets such as the ASUS Eee PC T91MT, but if this Apple tablet is a compelling device for our needs, it would be awesome to see our app running on that as well.

    As we have announced at MAX 2009 we are working on a solution that will be available in Flash Pro CS5 to convert your AIR applications so they can be run on the iPhone, iPod and iPad.
    We have a closed pre-release program in progress and as part of the beta testing several developers have used the Packager for iPhone to develop and post applications to the Apple App Store.
    We are looking for developers and designers who have a specific app in mind to be submitted to the Apple App Store within the next two months. If you want to build an app for the iPhone, iPod touch, or iPad using Flash, please shoot us a mail at [email protected] Please include in your message the name of the app you'd like to build and whether you think you can have it in the Apple App Store within the next two months.
    You can find out more about all this here:
    http://blogs.adobe.com/flashplatform/2010/01/building_ipad_apps.html

  • Re: Adobe AIR for iPhone

    Based on the announcement yesterday from Apple to let 3rd party code run on the iPhone, ie Adobe AIR files, does anyone know if there any plans to restart the Air SDK for the iPhone and make it like it is on Android?

    According to http://labs.adobe.com/technologies/packagerforiphone/
    "Apple’s recent announcement that it has lifted restrictions on its third-party developer guidelines has direct implications for the Packager for iPhone. The feature is available for developers to use today and we will now resume development work on this feature for future releases."
    Is that what you were asking?

  • Adobe AIR for iphone app: can't play audio properly

    I just developed an App by using adobe air. It contains some animations with background music in mp3 format. The problem is that the music is very jerky when the animation is playing... FYI, this is the way how I play audio in flash:new Sound(new URLRequest("m3.mp3")).play() Have I done anything wrong?
    BTW, the funny thing is that if you hit the HOME button, and then come back to the app again, everything plays beautifully...
    Any comments would be appreciated!!! Will be waiting for the answer online.

    Try the loading sound internally method through sound channels and such.
    Great tutorial below.
    http://www.republicofcode.com/tutorials/flash/as3sound/
    var mySound:Sound = new Sound();
    var myChannel:SoundChannel = new SoundChannel();
    mySound.load(new URLRequest("myFavSong.mp3"));
    myChannel = mySound.play();
    I just finished an app that uses a lot of audio while stuff is animated on the timeline and the sound responds well on all iOS devices. (havent tested on 3GS yet)

  • Excessive connection latency... Does Adobe Air support connection pooling on mobile?

    Hello,
    I am developing a mobile app which loads thumbnail images from a remote server. During testing on the Android platform, however, I have discovered that images are very slow to load. By monitoring server logs I have determined that the poor performance is caused by the lack of connection pooling, meaning that each request builds a new connection. Running the sample code below on a mobile device produces 20 requests and 20 connection attempts. By comparison, the same web or desktop app creates 2 connections and reuses those connections for subsequent requests. The substantial overhead and latency associated with generating new connections has a substantial affect on performance, with 20 thumbnails taking approximately 4-5 seconds to load on mobile versus 0.5 - 1 second on a desktop.
    I have included a sample app below to emphasis the performance issue. The image itself is very small (290 bytes) to focus the issue on connection latency. I have confirmed this behavior on numerous Android devices, running 4.1, 4.0, and 2.3. I have also attempted using Loader v. URLLoader v. URLStream and sequential v. simultaneous loading with no change in connection behavior. Attempting to set the connection to 'keep-alive' in the URLRequest also has no affect.
    package
              import flash.display.Loader;
              import flash.display.Sprite;
              import flash.display.StageAlign;
              import flash.display.StageScaleMode;
              import flash.events.Event;
              import flash.net.URLRequest;
              import flash.utils.getTimer;
              public class Main extends Sprite
                        private var _count:int = 0;
                        public function Main()
                                  super();
                                  stage.align = StageAlign.TOP_LEFT;
                                  stage.scaleMode = StageScaleMode.NO_SCALE;
                                  trace("Start time " + getTimer() + " ms");
                                  var loader:Loader;
                                  var url:String = "http://fbcdn-profile-a.akamaihd.net/static-ak/rsrc.php/v2/yo/r/UlIqmHJn-SK.gif";  // 290 bytes
                                  for (var i:int = 0; i < 20; i++) {
                                            loader = this.addChild(new Loader()) as Loader;
                                            loader.contentLoaderInfo.addEventListener(Event.COMPLETE, complete);
                                            loader.load(new URLRequest(url));
                        private function complete(event:Event):void
                                  _count++
                                  trace("Finished " + _count + " at " + getTimer() + " ms");
    So, I have a couple questions:
    1) Is there something that I can do to enable connection reuse?
    2) Is this an inherent limitation with Adobe Air for mobile?
    3) Can someone confirm whether this limitation exists on other mobile platforms (iOS or Blackberry)?
    Any help that you can provide would be greatly appreciated. I am really hoping that this isn't a fundamental limitation of Adobe Air as it causes my app to feel very sluggish.
    Thanks,
    Adam

    Hmm. You were absolutely correct, that's a bit disappointing!
    This is Android recompiled for 3.4 rather than 3.1.
    null
    COMPLETED 50 with 8 loaders in 11327 milliseconds or 226.54 per load.   50           8              11327    226.54
    COMPLETED 50 with 50 loaders in 8899 milliseconds or 177.98 per load.   50           50           8899       177.98
    COMPLETED 50 with 50 loaders in 9280 milliseconds or 185.6 per load.     50           50           9280       185.6
    COMPLETED 50 with 50 loaders in 9513 milliseconds or 190.26 per load.   50           50           9513       190.26
    COMPLETED 50 with 8 loaders in 9744 milliseconds or 194.88 per load.     50           8              9744       194.88
    COMPLETED 50 with 1 loaders in 16383 milliseconds or 327.66 per load.   50           1              16383    327.66
    Versus Apple iPad recompiled for 3.4 rather than 3.1.
    null
    COMPLETED 50 with 8 loaders in 502 milliseconds or 10.04 per load. 50      8        502    10.04
    COMPLETED 50 with 50 loaders in 100 milliseconds or 2 per load.     50      50      100    2
    COMPLETED 50 with 50 loaders in 117 milliseconds or 2.34 per load. 50      50      117    2.34
    COMPLETED 50 with 50 loaders in 93 milliseconds or 1.86 per load.  50      50      93      1.86
    COMPLETED 50 with 8 loaders in 270 milliseconds or 5.4 per load.    50      8        270    5.4
    COMPLETED 50 with 8 loaders in 307 milliseconds or 6.14 per load.  50      8        307    6.14
    COMPLETED 50 with 8 loaders in 316 milliseconds or 6.32 per load.  50      8        316    6.32
    COMPLETED 50 with 4 loaders in 555 milliseconds or 11.1 per load.  50      4        555    11.1
    COMPLETED 50 with 4 loaders in 547 milliseconds or 10.94 per load. 50      4        547    10.94
    COMPLETED 50 with 4 loaders in 535 milliseconds or 10.7 per load.  50      4        535    10.7
    COMPLETED 50 with 2 loaders in 1038 milliseconds or 20.76 per load.        50      2        1038          20.76
    COMPLETED 50 with 2 loaders in 1042 milliseconds or 20.84 per load.        50      2        1042          20.84
    COMPLETED 50 with 1 loaders in 2107 milliseconds or 42.14 per load.        50      1        2107          42.14
    COMPLETED 50 with 1 loaders in 2099 milliseconds or 41.98 per load.        50      1        2099          41.98
    Both are on release compile, which should take out all of the variability. So, yes, it looks as if the 3.4 AIR runtime has lost the connection pooling but ONLY for Android.
    PS: Code I used in my test (which was a conventional View based Mobile app) is below in case you want to include it when you submit a bug report.
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark" title="TestLLatency" xmlns:mx="library://ns.adobe.com/flex/mx">
    <fx:Script>
      <![CDATA[
       import mx.events.FlexEvent;
       protected function uicomponent1_creationCompleteHandler(event:FlexEvent):void
        startTest();
       public function startTest():void {
        if(queue) throw new Error("Please wait for previous test to end.");
        queue = new Array();
        _count = 0;
        var loader:Loader;
        var i:int;
        for (i = 0; i < numToQueue; i++) {
         loader = bob.addChild(new Loader()) as Loader;
         loader.x = (i%10)*50;
         loader.y = Math.floor(i/5)*50;
         loader.contentLoaderInfo.addEventListener(Event.COMPLETE, complete);
         queue.push(loader);
        startTime = getTimer();
        for(i=0;i<numLoaders;i++) {
         nextQueue();
       protected var startTime:int;
       protected var endTime:int;
       protected var numToQueue:int = 50;
       protected var numLoaders:int = 8;
       protected var queue:Array;
       private var _count:int;
       private function complete(event:Event):void
        _count++
        nextQueue();
       [Bindable] protected var results:String;
       protected function nextQueue():void {
        var url:String = "http://fbcdn-profile-a.akamaihd.net/static-ak/rsrc.php/v2/yo/r/UlIqmHJn-SK.gif";  // 290 bytes
        if(queue && queue.length) {
         var loader:Loader = queue.pop() as Loader;
         loader.load(new URLRequest(url));
        } else if(_count==numToQueue) {
         endTime = getTimer();
         var elapsed:int = endTime-startTime;
         results += "\n"+("COMPLETED "+numToQueue+" with "+numLoaders+" loaders in "+(elapsed)+" milliseconds or "+(elapsed/numToQueue)+" per load.\t"+[numToQueue,numLoaders,elapsed,elapsed/numToQueue].join("\t"));
         queue = null;
         while(bob.numChildren>5) {
          bob.removeChildAt(bob.numChildren-1);
         bob.getChildAt(0).addEventListener(MouseEvent.CLICK,repeatTest);
         bob.getChildAt(1).addEventListener(MouseEvent.CLICK,repeatTest);
         bob.getChildAt(2).addEventListener(MouseEvent.CLICK,repeatTest);
         bob.getChildAt(3).addEventListener(MouseEvent.CLICK,repeatTest);
         bob.getChildAt(4).addEventListener(MouseEvent.CLICK,repeatTest);
       protected function repeatTest(event:MouseEvent):void {
        var dob:DisplayObject = event.target as DisplayObject;
        var testBehaviour:int = dob.parent.getChildIndex(dob);
        try {
         switch(testBehaviour) {
          case 4 :
           this.numLoaders = this.numToQueue;
           break;
          case 3 :
           this.numLoaders = 8;
           break;
          case 2 :
           this.numLoaders = 4;
           break;
          case 1 :
           this.numLoaders = 2;
           break;
          case 0 :
           this.numLoaders = 1;
           break;
         startTest();
         dob.removeEventListener(MouseEvent.CLICK,repeatTest);
         for(var i:int=0;i<5;i++) bob.removeChildAt(0);
        } catch(e:Error) {
         trace(e.message); 
      ]]>
    </fx:Script>
    <fx:Declarations>
      <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <s:HGroup width="100%" height="100%">
      <mx:UIComponent id="bob" width="100%" height="100%" creationComplete="uicomponent1_creationCompleteHandler(event)" />
      <s:TextArea text="{results}" width="100%" height="100%" />
    </s:HGroup>
    </s:View>

  • Multi Touch not supported in Adobe Air for IOS?

    Hi, I've just started developing my first app for my iPhone which is an iPhone 3GS. I'm using CS5 to make these apps.
    I did a simple test game where there are two arrows on the screen and a fire button. The screen also has a ground and the player standing on it which can be controlled with left/right and fire. Now, if I press right, he moves right, if I press left, he moves left, if I press fire, he jumps... BUT no matter what I do I can't make dual touch work, ie: I press right AND fire, it only recognize just ONE touch point. So I did alot of researching and didn't find much.  I thought maybe adding a TouchEvent.TOUCH_TAP which I found a guide on on this page: http://openexhibits.org/support/gestures/1/one-finger-tap , but couldn't make it work, so I found this: http://www.adobe.com/devnet/flash/articles/multitouch_gestures.html and it seems Adobe Air for iPhone only allows four different gestures, no TouchEvents. I found a code somewhere that when run it checks to see if the device it's running on supports TOUCH_TAP stuff and in CS5 I got the message that it is not supported, in Adobe Device Central I get it's supported, on the actual phone (yes, got dev license from Apple and all that and can run my apps from CS5 on my iphone) I get it IS supported, but it doesn't work when I try it for real.
    So, my question is: how can I make Adobe Air using CS5 to detect 2 finger presses at the same time in iPhone apps?  Like pressing right+fire at the same time, so it doesn't just detect ONE of them being pressed.
    Thanks a million for any reply.

    Before listening for TouchEvents like TOUCH_BEGIN, TOUCH_MOVE, TOUCH_END etc... you need to set the input mode of your device to TOUCH_POINT. By default it is set to GESTURE.
    This works fine on the iPAD:
    import flash.ui.Multitouch;
    import flash.ui.MultitouchInputMode;
    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;
    stage.addEventListener(TouchEvent.TOUCH_BEGIN, touchBegin);
    stage.addEventListener(TouchEvent.TOUCH_MOVE, touchMove);
    stage.addEventListener(TouchEvent.TOUCH_END, touchEnd);
    private function touchBegin(te:TouchEvent):void {
        // your code here
    private function touchMove(te:TouchEvent):void {
        // your code here
    private function touchEnd(te:TouchEvent):void {
        // your code here
    Hope that helps.

  • Adobe Air downloaded/installed on Apple hone 4? A A

    Adobe Air/Apple iPhone 4 downloading and installing, how can it be done?

    See http://www.adobe.com/products/air/faq.edu.html

  • How to record a time-limited video with Adobe AIR for iOS

    I am trying to record a time-limited video with Adobe AIR for iOS.
    For example, I want to implement the following function. Start a one-minute timer before launching CameraUI to record video. When the timeout event happens after one minute, stop recording video, close the CameraUI view and obtain the video data so far.
      I have several questions related to that.
      1. How to stop recording video from outside the CameraUI view(in this case, from the timeout event handler) and then close the CemeraUI view? As far as I know, to close the CameraUI view, the only way is to press the [Use Video] button or the [Cancel] button from inside the CameraUI view. Is it possible to close it from outside?
      2. Even if the first problem mentioned above is solved, then how can I get the video data so far(in this case, the video data before the timeout). I know that normally we can get a MediaPromise object from MediaEvent parameter of the  complete handler, and read the video data from the MediaPromise object. But obviously in this case, we can not access the MediaPromise object just because the complete handler itself will not be executed since the [Use Video] button is not pressed.
      3. Is it possible to add a stopwatch to show possible remaining recording time when CameraUI view is open? It seems that the CameraUI automatically uses the full screen of iOS device(in my case, iPad) and there is no extra space to show the stopwatch.
      Are there any solutions or workarounds about the three problem above? I really appreciate it if anyone has any idea about this. Thanks in advance.

    You'd have more control by using the Camera object, showing the camera on a video object inside a Sprite, and capturing that. Then you could put whatever graphics alongside it on the stage.. I've used FlashyWrappers in a test to capture the video to the library.  It took some work, but the test worked well...
    Flash/AIR record videos of your apps and games: Rainbow Creatures

  • Maximum file size for Adobe air for Androind and iOS compiled apps

    Hi All
    I am working on a project which has a few videos which I need to bundle into my mobile app for an Ipad app I am creating using Adobe Air for iOS. My question is simple is there a maximum file size limit on apps compiled using Adobe air for iOS? And if so what is it? Any help would be great.
    regards Mike

    Hi.  Im not a 100% sure this is correct.  I am able to make a large .IPA file (200+Mb) and it will go onto my iPad 1, but it does not work - Just quicts after a few secs.  If I run the same IPA on my iPad 2 it works.
    When I take out some of the assets so its a smalelr size then it does run on the iPad.

  • Adobe Air - input one size, output multiple device screen size?

    Hello, my first post here, I am new to Adobe Air, the advertising litrature says it can distribute to multiple formats/devices, I have a question on how it does this.
    I have html javascript applications made to 480x320 in screen size, I would like to distribute them on many devices, Adobe Air says it can do that, but the different devices it can output to have different screen sizes.
    How can an app that is at one size, be made for devices with other screen sizes, for example tablets, does the program re size it, stretch it, crop parts if its not a straight enlargement, or do you have to 're make' the app again set to the size of the screen of the device you want to output to?
    Just how does Adobe Air handle outputting to different devices that have different screen size?

    Hopefully these links will help:
    http://www.adobe.com/devnet/air/articles/multiple-screen-sizes.html
    http://www.adobe.com/devnet/flash/articles/authoring_for_multiple_screen_sizes.html

  • Dose Adobe Export PDF has size limitation for converting?

    Dose Adobe Export PDF has size limitation for converting?

    Hi,
    Please check the article mentioned below, let me know it it helps
    http://forums.adobe.com/docs/DOC-1515
    ~Pranav

  • Upload File size limitation in AIR ???

    Is there any upload file size limitation in air application ? Can any one post me the related articles on AIR application Multiple file upload ??
    Regards,
    Rahul.

    Hi Rahul, i dont understand completly your question, but i was have a similar situation some years ago.
    The limitation is not by AIR, all local servers(wampp, xampp, etc) are limited in the command UPLOAD_FILES.
    This have by default 3 or 5 mb by each file to can be uploaded, only you have to do is change the default value in php.ini file to this line
    "upload_max_filesize".
    I hope this will help you

  • 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.

  • Is there a pratical size limit for an Air application window?

    I'm brand new to creating Air applications. I started to design a utility in Flash CS4 for my own use. I had originally intended for it to be a simple SWF, but decided to make an Air app as an experiment, and to perhaps share it with others in the future.
    Basically, the application allows the use to drag-resize a box to measure the pixel dimensions of an area onscreen (photo, Windows window, etc.) I wanted to allow it to be resized to any dimensions up to the size of the screen. The chrome is custom and mostly transparent with some alpha for the box to overlay on whatever you're measuring. However, I've run into a few problems, the primary one being that I cannot set the app to run maximized to the screen size and allow any graphics to extend beyond the dimensions of the stage in the source FLA (it all gets clipped at the edges of the stage). I decided to forget about this and just set a maximum size of the stage. So, what was originally a box that you could stretch out to any dimensions, can now only be resized to the upper limit I set (preferrably 1600px X 900px).
    Annoyingly, I've found that any stage size in the source FLA beyond 1500px X 850px causes the Air app to respond very slowly. At sizes below that, the app responds very quickly, as if it were a windowed SWF. My question is, is there a practical upper limit to the size of an Air app window? I mean, if I have an Air app with a window size of 1500px X 850px that can be resized without any perceived lag, why does the window resizing slow down so dramatically by just increasing those dimensions by 1px?

    These factors that determine the minimum and maximum width and height of a window:
    The minimum and maximum operating system limits, which are the values of the systemMinSize and systemMaxSize properties of the        NativeWindow object
    The maximum width and height of a window in Adobe AIR, which are each 2880 pixels
    The minimum width and height required by any displayed system chrome
    The minSize and maxSize properties of the NativeWindow object
    I cannot address the performance problems you are experiencing. I hope someone else can comment.

Maybe you are looking for