SWF in Adobe Air Flex

Dear webmates :
I have created a simple application in Flex / Air  which embeds an HTML file, it was working fine, until the moment I used a swf animation inside that HTML... it is not being displayed in the Flex/Air app !! Why is that ? How am I supposed to make it work ? Please help..
Notice that I do not want to run only the SWF, but I want the whole HTML which contains the SWF... thanks in advance !

Are you using HTMLLoader to load this HTML page?  If not, I recommend to use it.  Check it out here, there is an example at the end of the webpage.

Similar Messages

  • Is Adobe AIR/Flex good to begin in game creation ?

    Hi all !
    I have a little question, I want to begin to learn how to create little games (2D games first) (I'm more a Web/Server Side Programmer/Administrator than a Desktop pPogrammer), and I would like to know is Adobe AIR/Flex (without using the Flash IDE if possible) is good for that ?
    It looks a lot easer than the others ways (Java, C++, python), no needs to think in "threads","mutex",etc and other things like that, and the multimedia API help a lot for the video/sound side
    So, what about creating games with Adobe AIR ? What about performances ? Is it possible to create 3D games ?
    Thank you !

    Personally I'm still debating whether to start learning iPhone development or AIR at this particular point.
    At any rate, anything you can do in Flash you can do in Air, so I'd probably start with the Kongregate game creation tutorial. It's AS2 not AS3, but it will give you an idea what you can accomplish with a couple hours of development.
    No idea how good it is for 3D, but a lot of those "virtual tour" things are done in Flash. Probably not your best starting point if your plan is to make your own FPS but...

  • Problem with NetConnection in Adobe AIR(Flex) using Flash Media Server.

    Hi
    I am creating a small chat application using Flash Media server. I have already created all my user interface components in Flex(Adobe AIR).In this application rather than sending text messages user can also  send  file to another user in his friend list.
    problem what i am facing is, when i am sending file through FMS most of time it send successfully but for some files while sending  application loss netconnection.
    so i would like to know, rather than closing application what are other condition when FMS loses network connection?
    Any help would be appreciated .
    Thanks.

    Hi. It looks like your code is not finding the mp3. At least,
    I can reproduce your error code by removing the mp3 from the
    directory, or renaming it.
    Btw, if you test with FF instead of IE, you'd see the error:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2032:
    Stream Error.
    at KZFlash_fla::Sound_2/KZFlash_fla::frame1()
    Hope that helps.

  • New Adobe AIR  + Flex Application

    Hey Folks,
    We are excited about the launch of our app built on Adobe AIR. The Public Beta of it was launched yesterday.
    It's a backup software/service with free local backups to your disk/drives and online backups to the Amazon Cloud.
    Check it out at http://home.vembu.com/
    The UI is Flex-based and Adobe AIR
    -Dhamu

    Hi,
    Try setting myhtml.htmlText = "" before doing the removeAllChildren.

  • Adobe Air+ Flex applications to build from database

    Hi,
    I know how to create a Flex application from database.But
    when we are developing a flex application from database using Adobe
    AIR,i'm not able to run the application.It is throwing an error
    saying .xml file is missing.Can anyone help me out with
    this?

    In Flex, an application can be created from database by
    following the steps as follows:
    STEP 1. Create a new Flex Project and name it as for example,
    “FLEXDB”. Select the
    application type as “Web Application (runs in Flash
    Player)” and Application server type as
    “ASP.Net”.
    STEP 2. Go to Data->Create application from database.
    Select the project as
    FLEXDB”.Create a new Connection to SqlServer 2005 and
    specify the database and name that connection
    as”TestConn”. Then select any table (for example
    DashboardRegion) from the list of tables and click
    “Next” button.
    STEP 3. Select the Server language as “C# with Web
    Services”. Click “Finish”.
    STEP 4. Then the following files and folders will be created
    under the project “FLEXDB”
    automatically.
    • DashboardRegion.mxml -- is a design page.
    • DashboardRegionScript.as -- defines web service
    object and capture the results and assigns the results to the
    corresponding UI Component.
    • DashboardRegionConfig.as -- calls the Web Service
    file.
    • DashboardRegion.asmx -- calls the Class Files
    (DashboardRegion.cs file).
    • Web.config – defines the Connection string
    • App_Code is a folder which contains the following
    files
    o DashboardRegion.cs that interacts with SQL Server 2005 and
    return the results.
    o TestConn.cs that defines connection to SQL Server 2005.
    STEP 5. Run the application “DashboardRegion.mxml
    ”.We can see the Database results
    Fetched and displayed in the corresponding UI Component in
    the output.
    Now we are trying to create a Similar Flex Application using
    Adobe AIR.
    For this, we have to follow similar steps mentioned as above
    with a slight modification in STEP 1. It will be as follows:
    STEP 1. Create a new Flex Project and name it as for
    example, “FLEXDB”. Select the
    application type as”Desktop Application (runs in Adobe
    AIR)” and Application server type as “ASP.Net”.
    The remaining steps are same as above.
    When we try to run the application
    “DashboardRegion.mxml”, it is throwing an error saying
    “DashboardRegion-app.xml” file is missing. To solve
    this issue we tried creating “DashboardRegion-app.xml”
    file manually, the application is running but, again throwing an
    error saying “Unable to load WSDL. If currently online,
    please verify the URI and/or format of the WSDL
    (../DashBoardRegion.asmx?wsdl)”.
    Can any one please suggest a solution for this?
    Or Help me how to connect sql server 2005 in the Adobe AIR
    application that are buid using Flex builder.

  • Adobe AIR  + Flex Application

    Hey Folks,
    We are excited about the launch of our app built on Adobe AIR. The Public Beta of it was launched yesterday.
    It's a backup software/service with free local backups to your disk/drives and online backups to the Amazon Cloud.
    Check it out at http://home.vembu.com/
    The UI is Flex-based and Adobe AIR
    -Dhamu

    Is there any other way to install PDT?
    Thanks.

  • [advance question] loading a swf in adobe Air, which loads an image with "componentloader"

    Good evening all,
    I think this is a complex issue.
    I have adobe air application which loads a SWF I made.
    Inside this SWF I have used the "component LOADER" to load
    something with "ContentPath=image.jpg" for example.
    But the swf loaded in the Adobe air works, but does not load
    the "ContentPath image"...
    (it does load and display it when it this swf is run outside
    adobe Air)
    I need it to be dynamic like this, so if eventually I Include
    it in the package it won't help much...
    I just intend to replace an image background from this loaded
    swf file!
    Thanks!
    Edit:
    At this time of the editing, I fear and realize
    something....I have been using Actionscript2 for the .SWF file,
    could it be why it does not works???
    If its problematic, is there a simple way like telling it to
    read actionscript2, rather than transforming everything??
    edit2:
    I found this on the official AIR FAQ:
    Will Flash version 8 and below SWF files run in Adobe AIR?
    Yes. However, the Adobe AIR APIs are only exposed to Flash
    content via ActionScript 3 / AVM2, and thus Flash 8 / AVM1 SWFs
    will be able to run, but they will not have direct access to the
    Adobe AIR APIs.
    source:
    source
    faq Adobe
    it seems it should works!!??
    Edit3:
    nope I confirm at least some code made in Actionscript2
    works.
    I am sure this code needed to be changed for working in
    actionscript3, so "actionscript2" code works in Adobe Air.
    The problem of not loading my image must come from something
    else!!??

    Good Morning all!
    Hilarious....
    I tried so much to think maybe Adobe Air does not like a SWF
    using actionscript2, or it does not load any "external image from a
    swf", etc...
    None of that!
    I just in FLASH in the ComponentLoader....I did put simply
    the ContentPath at "myimage.jpg"....
    Of course I had to use the absolute path like
    "c:\\myfolder\\myimage.jpg"
    Of course aswell it works now!!!

  • Loading flash 8 SWF in adobe AIR, loses the stage width in flash 8 SWF

    Currently i am using a CS3 IDE to compile AIR application.I
    am trying to load the flash 8 SWF inside my AIR application.After
    loading the SWF, when i try to trace the stage width inside the
    flash 8 SWF , it says undefined.Not sure why..
    Googling few hours not able to get the solution.
    Please help me on this, urgently needed.
    Thanks in advance

    This is a fairly common question on these forums. Basically,
    AS2 and AS3(Flex/AIR) can't communicate directly. You will either
    need to use LocalConnection or use ExternalInterface and javascript
    to pass info between the 2.

  • Adobe AIR (Flex) File Transfer

    Hi, my name is Jan, student Informatica in Holland.
    For a school project, I need to create a download manager,
    and because adobe air is new I thougt, why don't give it a try in
    this enviroment.
    Only there is one slight problem, I don's have any clue how
    to set up such a thing. If someone knows where to find a clear
    tutorial about this, or something, i would be very greatfull.
    Jan

    See these FB3 help topics:
    Working with file upload and download
    Example: Uploading and downloading files

  • Converting Presenter files to Adobe AIR/Flex

    Hello,
    I have a set of published Adobe Presenter 7 courses that I'd like to convert to .AIR files so they can be used as standalone desktop applications.  Can this be done?
    I am thankful for any assistance an experienced user can provide ...
    -Gina

    Hi ceshelton01,
    Thanks for your inquiry.  For security & privacy reasons, I have removed your email address from the above post.  Please note that you do not need to list your email address in order to get an answer to your question on the forum.
    Please see FAQ: How to set Adobe Reader Touch as the Default PDF App on Windows 8.
    We recently added the capabilities for creating sticky notes and text markups (Highlight, Strikeout, and Underline) to Adobe Reader Touch.
    Please get the latest version (1.2) of Adobe Reader Touch from the Windows Store and let us know what you think!
    FAQ: How to update Adobe Reader Touch to the latest version

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

  • SQLite encrypted Database does not get attached Using Adobe Air,Why?

    Hi,
    Any one knows the solution, am trying to attach the encrypted SQLite database adobe air-adobe flex bulder , it does not get attached using sqlconnection.attach throws error, though the given key is correct, but it gets open using sqlconnection.open with the same key, any one knows the solution, how to attach the encrypted data base, since am using two data base one is opened and another must be attached to the existing ,thanks in advance. using adobe air- flex related. i use the following code
                   databaseFile1 = File.applicationStorageDirectory.resolvePath("Sample_1.sqlite");
                   databaseFile2 = File.applicationStorageDirectory.resolvePath("Sample_2.sqlite");
    dbConnection.open(databaseFile1, SQLMode.CREATE, false, 1024, secKey);
    dbConnection.attach("db2",databaseFile2,null,secKey);
    got the following error.
    ERROR #3125 Unable to open the database file.

    And I would say more "this is the issue" !
    It should be possible as it is clearly stated in the doc :
    public function attach(name:String, reference:Object = null, responder:Responder = null, encryptionKey:ByteArray = null):void
    with 
    encryptionKey:ByteArray (default = null) — The encryption key for the database file. If the attach() call creates a database, the database is encrypted and the specified key is used as the encryption key for the database. If the call attaches an existing encrypted database, the value must match the database's encryption key or an error occurs. If the database being attached is not encrypted, or to create an unencrypted database, the value must be null (the default).
    so with a same encryptionkey, I (and this should be the same for FinalTarget) can open the encrypted db but not to attach it... quite strange.

  • Adobe AIR (JavaScript/AJAX) is dead?

    Hi all,
    I used to code in AIR for JavaScript / Ajax in v1 and v1.5 of AIR. I am trying to refresh my coding skills into this platform but there seems to be very poor knowledge base and material at the web, I am wondering whether this platform is somehow deprecated and whether only Adobe AIR (Flex) is supported.
    Can you please clarify?
    thank you,
    George

    Bump! I'd like to know, too. We have a large html/javascript app and are wanting to use it on Android or iOS, but it kinda seems like everything is Flex based now.... ???
    - Jack

  • 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 not playing sound from swf, but Flex-app in browser does. Why?

    Hi
    Why won't Adobe AIR play the sound in an swf animation I've got? It plays perfectly as an Flex Application in a browser.
    This works good (Animation is shown and sound is played):
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:SWFLoader id="testLoader" source="niceview.swf">
    </mx:SWFLoader>
    </mx:Application>
    This does not work: (Animation is shown BUT sound is NOT played):
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="500" height="400">
    <mx:SWFLoader id="testLoader" source="niceview.swf">
    </mx:SWFLoader>   
    </mx:WindowedApplication>
    I started out loading the swf from the filesystem, which is what I want to accomplish, but in this test the "niceview.swf" is located inside the source folder and therefore sandbox-violations should not be the issue here, right?

    A little bump.
    I still haven't found any solution to this.

Maybe you are looking for