Regarding Flex application in Adobe Air

I> I developed a flex application using FLEX BUILDER3. My
main.mxml and background image file was under src directory in flex
project. There was a folder named history under which
index.template.html was present. I inserted the javascript code
inside this html file. I want to convert the same flex application
to a desktop application. So I created a new project as a desktop
app and copied the mxml file and background image file under the
src directoy of the project. I am not able to see a folder named
history. I dont know where and how to insert the javascript and
html code for creating desktop air application
> Also the backgroundimage file is not getting display in
the window. Not sure why is it so. I had inserted the JPEG

The ability to package Composite Applications in AIR is currently available
as a limited release, so if you are interested you will need to contact your
sales channel for more information.
The technology includes a library (mosaic-mxml.swc) that contains UI
Components that allow developers to control the loading and placement of
Tiles or entire AXML Applications within the AIR application. There are
samples and documentation available.
As for mobile, there is work underway to support Mobile AIR applications
scheduled for an upcoming release.
Matt

Similar Messages

  • Tour de Flex Samples needed Adobe AIR plugin to PC to run ?

    Where I may find free/open-source sample autonomus Adobe AIR Apps?
    How I test if Adobe AIR success installed?
    Tour de Flex Samples needed Adobe AIR plugin to PC to run ?

    Hello,
    Solution is very simple, just uncheck the "Group items  by category"  to display last version of  Tour de Flex feauture which is default checked
    and if you uncheck the "Show only the latest versions.." you will see all other versions.
    Regards,
    Goze

  • Adding another application to adobe air installer

    Hi,
    i created an application with adobe air myApp.air and i want to add a driver file in this installer so when the user installing the air application it will also install the needing drivers (it is an application also for windows and mac).
    is it possible with adobe air? sorry for my bad English.

    There is no automated way to do this. The languages,
    runtimes, and designs of the two systems are too different.
    What exactly are you trying to accomplish? If you spend a
    bunch of time to rewrite the site in a new system, what benefit do
    you expect to get out of it? If it's just the same thing when
    you're done, all you've done is spend a lot of time getting
    nowhere.
    Is it even necessary to rebuild the whole site? If Flex
    and/or AIR can give you some benefit, can it do so either with new
    development that leaves the old system alone, or which replaces
    only a subset of the old system? Perhaps you can expose part of the
    old system's functionality as a REST or SOAP API to the AIR/Flex
    app, which will rely on it.

  • Convert Web Application onto Adobe AIR

    hi friends, I do have an adobe flex 3.0 application running on web..I want to convert the whole application on adobe air...
    I have done googling but doesnt end up with some solution....
    does anyone know how to come our from this...???

    You can post this question on http://forums.adobe.com/community/air, Adobe Air forum.

  • "This Application requires Adobe Air to be installed"

    Hey guys
    I got my self a project which i need to use on the emulator.
    But every time i publish my flash project to the emulator, i get an error saying
    "This Application requires Adobe Air to be installed" eventho i do have Adobe Air installed & updated
    In case it matters i have the Runtime_Emulator_Froyo_20100930 installed and i use Vista SP1.
    Hopefully somebody can help me out here
    Thanks in advance

    No No, Sorry aha I installed Windows 8, which was fine. I didnt like it much so I tried doing a system restore assuming I could just go back to Windows 7 (What my friend told me). I found out eventually I couldnt obviously, but before I found out I figured the "Reset Your PC" option would be like a system restore and would go back to Windows 7. All my Programmes got deleted, which I was fine about so I just went to go install them again but Photoshop is telling me I cant install it due to not having the system requirements. But the only requirement I believe I dont have is Windows 7, but like I said before... I've seen others with Windows 8 having Photoshop..
    A system Image Backup, nope.. I dont. My friend told me that it was just a trial and I would go back to Windows 7 once the trial is up. (I should do my own research in future)
    I hope this was clear enough, again it's pretty late and I'm just stressed over loosing everything. Thank you for getting back to me so soon also - Any other tips on how to maybe get it? I dont think I have any traces of Adobe left since all my programmes got deleted, the only other thing I have is Adobe Flash.

  • Android - This application requires adobe air

    I have made an android app and installed on the device.
    i have searched the android market for the Adobe Air runtime and cannot find it.
    when i debug the app it says
    "This application requires adobe air. Install Adobe Air now?"
    but when i click the install button the response back is
    ! Not Found
    The requested item could not be found.
    any ideas please.

    i think it is something to do with installing the runtime from the cmd prompt
    -e install -r <runtime.apk>

  • Composite Application in Adobe AIR?

    Hello All,
                    We are trying to build a solution in Composite Application that could be deployed in desktops and mobile. We are thinking that such an application would need to be an air package that run seamlessly.
    We have a few questions on the Composite Applciation Framework:
    1. How do we package Composite Applications to run in Adobe AIR?
    2. If Composite apps run in AIR, then can we create mobile specific application projects to run in Android, iOS, etc...
    3. Is there any sample which we could go through? IS there a way we can run the current CAF samples in AIR and also on IPad?
    Regards,
    Dheepak

    The ability to package Composite Applications in AIR is currently available
    as a limited release, so if you are interested you will need to contact your
    sales channel for more information.
    The technology includes a library (mosaic-mxml.swc) that contains UI
    Components that allow developers to control the loading and placement of
    Tiles or entire AXML Applications within the AIR application. There are
    samples and documentation available.
    As for mobile, there is work underway to support Mobile AIR applications
    scheduled for an upcoming release.
    Matt

  • Modifying a Flex application to an AIR application

    Hi,
        I am currently developing a prototype application which runs locally and not all functionality need be working, especially the file uploading/downloading and file browsing capabilities, due to  time constraints. In working I setup a flex application, and now realize that same functionality could be handled in a  more gracious fashion by AIR.
         My question is how much more work is it modifying my prototype into a full AIR app when the time comes?  I have a feeling it is not as easy as just including some AIR classes into my current prototype, right? And would I be better off, creating a new flex 3 project altogether, and repurposing what code needs to be re-purposed? 
        For example, I might need the ability to import custom artwork to be displayed in the application, which comes from the local filesystem, but can be saved or sent to a remote server. Initially, I used the FileReference class, but now am pondering if using adobe AIR would cut my development time, now and in the future.
    Any enlightenment would be helpful, since from reading the documentation on Adobe AIR, I'm not quite sure of where the line in the sand is drawn between its framework and flex's framework is drawn.
    vErGo_O

    It could be as easy as changing the Application tag to WindowedApplication and creating an application descriptor file.
    I'm not sure if you can change a Flex web project into a desktop project, so you might have to create a new project in the F. Builder IDE. (If you are using the command line tools, that's not an issue.)
    As to the "line in the sand," AIR is at the same level as Flash Player (in the browser or standalone). The Flex framework runs in either. There are a handful of features in Flex that work in AIR , but not in Flash Player (because they use AIR-only APIs).

  • Flex application running under AIR takes a long, long time to start.

    I have a flex application which runs on a desktop under AIR. The application has an assets folder with 3,500 mp3 soundclips totalling about 50MB. The problem is, the application takes around 90 seconds to load. I'm sure that AIR is scanning the application folder and doing something with the contents because if I delete the assets folder it loads in about 5 seconds. Does anyone know why AIR/Flex would do this, and why it doesn't exhibit the same problem if I run or debug in Flexbuilder on eclipse? It's making my killer app unusable!
    Thanks
    Paulo

    Well, I've spent a bit longer looking at this now, and the problem appears to lie with my encrypted local store. The first thing that happens is for the app to read the product key from the ELS. But, it fails (for some unknown reason). So, the app seems to hang there for 90 seconds until it eventually renders the welcome screen. If I remove the assets folder it still fails to read from the ELS, but only takes a couple of seconds to start the welcome screen. This is where the scanning of the application folder seems to come into play, because if I remove the code which reads from the ELS the app starts within 2 seconds whether the asset folder is there or not.
    I think the slow startup and the scanning of the assets folder are just symptoms of a different problem, i.e. a problem with the ELS. I don't have the same problem with my development environment though - it's only when I test deploy the application.
    Thanks for your help on this problem EgorKDie. I think I should be able to resolve it once I can sort out why the ELS is being awkward.

  • How to load a FLEX application in an AIR desktop application.

    I am creating an AIR desktop application (mx:WindowedApplication). I need to load another remote FLEX application (mx:Application) inside my AIR application.Is it possible ? If then ,please mention how to achieve this ..

    If it is bundled with the air app, then it's as easy as using the SWFLoader class.
    If it's loading from a remote host, you need to load it into your app as a ByteArray first.
    More info here: http://aaronhardy.com/flex/loading-a-remote-module-into-a-local-app/
    The example is for Modules, but the principal is the same I believe.

  • Loading pdf file in flex application (not in AIR)

    Hi,
    Could any one suggest opening pdf file within flex application with blazeds.
    we have used the following code to open pdf file in the same window
    navigateToURL( new URLRequest( "http://localhost:8080/PdfSample/jsp/PdfContent.jsp" ),"_self");
    But we want to load the pdf file in a vbox.Similary to the below image
    Is it is possible to load pdf file in flex application,if so how can we achieve it

    Hello Mariush,
    I have to display the content of the PDF in the flex application. If not PDF directly, is there other workaround for this. Or can I display the content of the MS word file, if not PDF.
    Thanks and Regards
       Khalid Chaudhary

  • Help! Run AIR Applications without Adobe AIR.

    Hello, I wanted to ask that is there any way to run AIR applications without having Adobe AIR in the computer. It's really annoying when you have to give someone your application to use and then the person needs Adobe AIR to run it. Any suggestions?

    Where to start...
    AIR is a lot like Java in the sense that it requires a run-time engine to be installed. This engine has all "things" required to for the application to run. In a similar way, applications such as 3DMax or Word require that the operating system be present for them to run. Those programs are written using API calls that are present within the target operating system. Likewise, AIR and Java apps are written using API calls that are present within their run-time. To bring it full circle, AIR is an application written in C, that uses APIs for the target operating system. So, when you perform certain functions within AIR, it then knows how to execute needed operating system functions (as needed). AIR also provides a lot of higher level functionality and management that make your life as a programmer a lot simpler.
    Looking at iOS or Android, we have the same thing happening. Some developers are writing apps using Objective-C (iOS) or Java (Android) that are using APIs specific to those operating systems. This is the same as writing your app in C like 3DMax.

  • Problems with application on adobe air

    I am from russia, so sorry for my bad eanglish. I installed your product - adobe air. And after this all application on this plotform doesn't work. they doesn't have a assecc to internet, actually all twitter-clients. I block all prgrams, including antivirus and I can't solve this problem. My operation system is Windows 7.My e-mail [email protected]
    thank you.

    Does anybody can to help me?

  • I can't install my HTC Sync application using Adobe AIR

    I am having same issue installing HTC sync software - It was running fine until I updated to latest version, did you find a solution to problem? I have pu=t run log below:-
    [2012-04-03:17:41:42] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-03:17:41:42] Commandline is: -silent
    [2012-04-03:17:41:42] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-03:17:41:42] Starting silent runtime update. Updating runtime from version 3.1.0.4880 to version 3.2.0.2070
    [2012-04-03:17:41:43] Installing msi at c:\users\paul\appdata\local\temp\air5c61.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-03:17:41:46] Runtime Installer end with exit code 0
    [2012-04-09:13:01:08] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:13:01:08] Commandline is:
    [2012-04-09:13:01:08] No installed runtime detected
    [2012-04-09:13:01:11] Relaunching with elevation
    [2012-04-09:13:01:11] Launching subprocess with commandline c:\users\paul\appdata\local\temp\air1778.tmp\adobe air installer.exe -ei
    [2012-04-09:13:01:14] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:13:01:14] Commandline is: -stdio \\.\pipe\AIR_6188_0 -ei
    [2012-04-09:13:01:14] No installed runtime detected
    [2012-04-09:13:01:14] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:13:01:14] Installing msi at c:\users\paul\appdata\local\temp\air1778.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:13:01:14] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:01:14] Rolling back install of c:\users\paul\appdata\local\temp\air1778.tmp\setup.msi
    [2012-04-09:13:01:15] Rollback complete
    [2012-04-09:13:01:15] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:01:15] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:01:15] Runtime Installer end with exit code 7
    [2012-04-09:13:01:20] Runtime Installer end with exit code 7
    [2012-04-09:13:01:31] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:13:01:31] Commandline is:
    [2012-04-09:13:01:31] No installed runtime detected
    [2012-04-09:13:01:35] Relaunching with elevation
    [2012-04-09:13:01:35] Launching subprocess with commandline c:\users\paul\appdata\local\temp\air6d93.tmp\adobe air installer.exe -ei
    [2012-04-09:13:01:37] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:13:01:37] Commandline is: -stdio \\.\pipe\AIR_7932_0 -ei
    [2012-04-09:13:01:37] No installed runtime detected
    [2012-04-09:13:01:37] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:13:01:37] Installing msi at c:\users\paul\appdata\local\temp\air6d93.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:13:01:37] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:01:37] Rolling back install of c:\users\paul\appdata\local\temp\air6d93.tmp\setup.msi
    [2012-04-09:13:01:37] Rollback complete
    [2012-04-09:13:01:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:01:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:01:37] Runtime Installer end with exit code 7
    [2012-04-09:13:01:39] Runtime Installer end with exit code 7
    [2012-04-09:13:02:11] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:13:02:11] Commandline is:
    [2012-04-09:13:02:11] No installed runtime detected
    [2012-04-09:13:02:14] Relaunching with elevation
    [2012-04-09:13:02:14] Launching subprocess with commandline c:\users\paul\appdata\local\temp\aire63.tmp\adobe air installer.exe -ei
    [2012-04-09:13:02:16] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:13:02:16] Commandline is: -stdio \\.\pipe\AIR_6504_0 -ei
    [2012-04-09:13:02:16] No installed runtime detected
    [2012-04-09:13:02:16] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:13:02:16] Installing msi at c:\users\paul\appdata\local\temp\aire63.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:13:02:16] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:02:16] Rolling back install of c:\users\paul\appdata\local\temp\aire63.tmp\setup.msi
    [2012-04-09:13:02:16] Rollback complete
    [2012-04-09:13:02:16] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:02:16] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:02:16] Runtime Installer end with exit code 7
    [2012-04-09:13:02:18] Runtime Installer end with exit code 7
    [2012-04-09:13:02:31] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:13:02:31] Commandline is:
    [2012-04-09:13:02:31] No installed runtime detected
    [2012-04-09:13:02:34] Relaunching with elevation
    [2012-04-09:13:02:34] Launching subprocess with commandline c:\users\paul\appdata\local\temp\air5958.tmp\adobe air installer.exe -ei
    [2012-04-09:13:02:34] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:13:02:34] Commandline is: -stdio \\.\pipe\AIR_3712_0 -ei
    [2012-04-09:13:02:34] No installed runtime detected
    [2012-04-09:13:02:34] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:13:02:34] Installing msi at c:\users\paul\appdata\local\temp\air5958.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:13:02:34] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:02:34] Rolling back install of c:\users\paul\appdata\local\temp\air5958.tmp\setup.msi
    [2012-04-09:13:02:34] Rollback complete
    [2012-04-09:13:02:34] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:02:34] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:02:34] Runtime Installer end with exit code 7
    [2012-04-09:13:02:41] Runtime Installer end with exit code 7
    [2012-04-09:13:02:51] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:13:02:51] Commandline is:
    [2012-04-09:13:02:51] No installed runtime detected
    [2012-04-09:13:02:55] Relaunching with elevation
    [2012-04-09:13:02:55] Launching subprocess with commandline c:\users\paul\appdata\local\temp\aira880.tmp\adobe air installer.exe -ei
    [2012-04-09:13:02:57] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:13:02:57] Commandline is: -stdio \\.\pipe\AIR_7248_0 -ei
    [2012-04-09:13:02:57] No installed runtime detected
    [2012-04-09:13:02:57] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:13:02:57] Installing msi at c:\users\paul\appdata\local\temp\aira880.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:13:02:57] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:02:57] Rolling back install of c:\users\paul\appdata\local\temp\aira880.tmp\setup.msi
    [2012-04-09:13:02:57] Rollback complete
    [2012-04-09:13:02:57] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:02:57] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:02:57] Runtime Installer end with exit code 7
    [2012-04-09:13:02:59] Runtime Installer end with exit code 7
    [2012-04-09:13:09:06] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:13:09:06] Commandline is:
    [2012-04-09:13:09:06] No installed runtime detected
    [2012-04-09:13:09:09] Relaunching with elevation
    [2012-04-09:13:09:09] Launching subprocess with commandline c:\users\paul\appdata\local\temp\air6318.tmp\adobe air installer.exe -ei
    [2012-04-09:13:09:10] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:13:09:10] Commandline is: -stdio \\.\pipe\AIR_6544_0 -ei
    [2012-04-09:13:09:10] No installed runtime detected
    [2012-04-09:13:09:10] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:13:09:10] Installing msi at c:\users\paul\appdata\local\temp\air6318.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:13:09:10] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:09:10] Rolling back install of c:\users\paul\appdata\local\temp\air6318.tmp\setup.msi
    [2012-04-09:13:09:10] Rollback complete
    [2012-04-09:13:09:10] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:09:10] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:09:10] Runtime Installer end with exit code 7
    [2012-04-09:13:09:12] Runtime Installer end with exit code 7
    [2012-04-09:13:12:59] Runtime Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-09:13:12:59] Commandline is:
    [2012-04-09:13:12:59] No installed runtime detected
    [2012-04-09:13:13:20] Starting runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:13:13:20] Installing msi at c:\users\paul\appdata\local\temp\aire7f0.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:13:13:20] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:13:20] Rolling back install of c:\users\paul\appdata\local\temp\aire7f0.tmp\setup.msi
    [2012-04-09:13:13:20] Rollback complete
    [2012-04-09:13:13:20] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:13:22] Runtime Installer end with exit code 7
    [2012-04-09:13:57:50] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:13:57:50] Commandline is: -silent
    [2012-04-09:13:57:50] No installed runtime detected
    [2012-04-09:13:57:50] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:13:57:50] Installing msi at c:\users\paul\appdata\local\temp\airfdc2.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:13:57:50] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:57:50] Rolling back install of c:\users\paul\appdata\local\temp\airfdc2.tmp\setup.msi
    [2012-04-09:13:57:50] Rollback complete
    [2012-04-09:13:57:50] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:13:57:50] Runtime Installer end with exit code 7
    [2012-04-09:14:03:12] Runtime Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-09:14:03:12] Commandline is:
    [2012-04-09:14:03:12] No installed runtime detected
    [2012-04-09:14:03:16] Starting runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:14:03:16] Installing msi at c:\users\paul\appdata\local\temp\air54d3.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:14:03:17] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:14:03:17] Rolling back install of c:\users\paul\appdata\local\temp\air54d3.tmp\setup.msi
    [2012-04-09:14:03:17] Rollback complete
    [2012-04-09:14:03:17] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:14:03:19] Runtime Installer end with exit code 7
    [2012-04-09:14:57:58] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-04-09:14:57:58] Commandline is: -silent
    [2012-04-09:14:57:58] No installed runtime detected
    [2012-04-09:14:57:58] Starting silent runtime install. Installing runtime version 3.1.0.4880
    [2012-04-09:14:57:58] Installing msi at c:\users\paul\appdata\local\temp\air85a4.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-04-09:14:57:59] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-04-09:14:57:59] Rolling back install of c:\users\paul\appdata\local\temp\air85a4.tmp\setup.msi
    [2012-04-09:14:57:59] Rollback complete
    [2012-04-09:14:57:59] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-04-09:14:57:59] Runtime Installer end with exit code 7
    [2012-04-09:20:14:15] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:20:14:15] Commandline is:
    [2012-04-09:20:14:15] No installed runtime detected
    [2012-04-09:20:14:18] Relaunching with elevation
    [2012-04-09:20:14:18] Launching subprocess with commandline c:\users\paul\appdata\local\temp\air3b79.tmp\adobe air installer.exe -ei
    [2012-04-09:20:14:20] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:20:14:20] Commandline is: -stdio \\.\pipe\AIR_7756_0 -ei
    [2012-04-09:20:14:20] No installed runtime detected
    [2012-04-09:20:14:20] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:20:14:21] Installing msi at c:\users\paul\appdata\local\temp\air3b79.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:20:14:21] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:14:21] Rolling back install of c:\users\paul\appdata\local\temp\air3b79.tmp\setup.msi
    [2012-04-09:20:14:21] Rollback complete
    [2012-04-09:20:14:21] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:14:21] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:14:21] Runtime Installer end with exit code 7
    [2012-04-09:20:14:24] Runtime Installer end with exit code 7
    [2012-04-09:20:14:43] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:20:14:43] Commandline is:
    [2012-04-09:20:14:43] No installed runtime detected
    [2012-04-09:20:14:46] Relaunching with elevation
    [2012-04-09:20:14:46] Launching subprocess with commandline c:\users\paul\appdata\local\temp\air9a4b.tmp\adobe air installer.exe -ei
    [2012-04-09:20:14:48] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:20:14:48] Commandline is: -stdio \\.\pipe\AIR_2392_0 -ei
    [2012-04-09:20:14:48] No installed runtime detected
    [2012-04-09:20:14:48] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:20:14:48] Installing msi at c:\users\paul\appdata\local\temp\air9a4b.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:20:14:49] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:14:49] Rolling back install of c:\users\paul\appdata\local\temp\air9a4b.tmp\setup.msi
    [2012-04-09:20:14:49] Rollback complete
    [2012-04-09:20:14:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:14:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:14:49] Runtime Installer end with exit code 7
    [2012-04-09:20:14:54] Runtime Installer end with exit code 7
    [2012-04-09:20:29:22] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:20:29:22] Commandline is:
    [2012-04-09:20:29:22] No installed runtime detected
    [2012-04-09:20:29:26] Relaunching with elevation
    [2012-04-09:20:29:26] Launching subprocess with commandline c:\users\paul\appdata\local\temp\air6180.tmp\adobe air installer.exe -ei
    [2012-04-09:20:29:26] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-09:20:29:26] Commandline is: -stdio \\.\pipe\AIR_1184_0 -ei
    [2012-04-09:20:29:26] No installed runtime detected
    [2012-04-09:20:29:26] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:20:29:26] Installing msi at c:\users\paul\appdata\local\temp\air6180.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:20:29:26] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:29:26] Rolling back install of c:\users\paul\appdata\local\temp\air6180.tmp\setup.msi
    [2012-04-09:20:29:26] Rollback complete
    [2012-04-09:20:29:26] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:29:26] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:29:26] Runtime Installer end with exit code 7
    [2012-04-09:20:29:28] Runtime Installer end with exit code 7
    [2012-04-09:20:29:46] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:20:29:46] Commandline is:
    [2012-04-09:20:29:46] No installed runtime detected
    [2012-04-09:20:29:49] Relaunching with elevation
    [2012-04-09:20:29:49] Launching subprocess with commandline c:\users\paul\appdata\local\temp\airba2a.tmp\adobe air installer.exe -ei
    [2012-04-09:20:29:49] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:20:29:49] Commandline is: -stdio \\.\pipe\AIR_11768_0 -ei
    [2012-04-09:20:29:49] No installed runtime detected
    [2012-04-09:20:29:49] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:20:29:49] Installing msi at c:\users\paul\appdata\local\temp\airba2a.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:20:29:49] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:29:49] Rolling back install of c:\users\paul\appdata\local\temp\airba2a.tmp\setup.msi
    [2012-04-09:20:29:49] Rollback complete
    [2012-04-09:20:29:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:29:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:29:49] Runtime Installer end with exit code 7
    [2012-04-09:20:29:54] Runtime Installer end with exit code 7
    [2012-04-09:20:38:05] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:20:38:05] Commandline is:
    [2012-04-09:20:38:05] No installed runtime detected
    [2012-04-09:20:38:13] Relaunching with elevation
    [2012-04-09:20:38:13] Launching subprocess with commandline c:\users\paul\appdata\local\temp\air4f28.tmp\adobe air installer.exe -ei
    [2012-04-09:20:38:13] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:20:38:13] Commandline is: -stdio \\.\pipe\AIR_6196_0 -ei
    [2012-04-09:20:38:13] No installed runtime detected
    [2012-04-09:20:38:13] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:20:38:13] Installing msi at c:\users\paul\appdata\local\temp\air4f28.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:20:38:14] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:38:14] Rolling back install of c:\users\paul\appdata\local\temp\air4f28.tmp\setup.msi
    [2012-04-09:20:38:14] Rollback complete
    [2012-04-09:20:38:14] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:38:14] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:38:14] Runtime Installer end with exit code 7
    [2012-04-09:20:38:32] Runtime Installer end with exit code 7
    [2012-04-09:20:45:17] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:20:45:17] Commandline is:
    [2012-04-09:20:45:17] No installed runtime detected
    [2012-04-09:20:45:20] Relaunching with elevation
    [2012-04-09:20:45:20] Launching subprocess with commandline c:\users\paul\appdata\local\temp\airf131.tmp\adobe air installer.exe -ei
    [2012-04-09:20:45:20] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:20:45:20] Commandline is: -stdio \\.\pipe\AIR_3616_0 -ei
    [2012-04-09:20:45:20] No installed runtime detected
    [2012-04-09:20:45:20] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:20:45:20] Installing msi at c:\users\paul\appdata\local\temp\airf131.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:20:45:21] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:45:21] Rolling back install of c:\users\paul\appdata\local\temp\airf131.tmp\setup.msi
    [2012-04-09:20:45:21] Rollback complete
    [2012-04-09:20:45:21] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:45:21] Runtime Installer end with exit code 7
    [2012-04-09:20:45:23] Runtime Installer end with exit code 7
    [2012-04-09:20:50:46] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:20:50:46] Commandline is:
    [2012-04-09:20:50:46] No installed runtime detected
    [2012-04-09:20:50:49] Relaunching with elevation
    [2012-04-09:20:50:49] Launching subprocess with commandline c:\users\paul\appdata\local\temp\airf4ca.tmp\adobe air installer.exe -ei
    [2012-04-09:20:50:49] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:20:50:49] Commandline is: -stdio \\.\pipe\AIR_11928_0 -ei
    [2012-04-09:20:50:49] No installed runtime detected
    [2012-04-09:20:50:49] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:20:50:49] Installing msi at c:\users\paul\appdata\local\temp\airf4ca.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:20:50:49] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:50:49] Rolling back install of c:\users\paul\appdata\local\temp\airf4ca.tmp\setup.msi
    [2012-04-09:20:50:49] Rollback complete
    [2012-04-09:20:50:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:50:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:20:50:50] Runtime Installer end with exit code 7
    [2012-04-09:20:50:52] Runtime Installer end with exit code 7
    [2012-04-09:21:06:19] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:21:06:19] Commandline is:
    [2012-04-09:21:06:19] No installed runtime detected
    [2012-04-09:21:06:25] Relaunching with elevation
    [2012-04-09:21:06:25] Launching subprocess with commandline c:\users\paul\appdata\local\temp\air3340.tmp\adobe air installer.exe -ei
    [2012-04-09:21:06:25] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-09:21:06:25] Commandline is: -stdio \\.\pipe\AIR_11716_0 -ei
    [2012-04-09:21:06:25] No installed runtime detected
    [2012-04-09:21:06:26] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-09:21:06:26] Installing msi at c:\users\paul\appdata\local\temp\air3340.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-09:21:06:26] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:21:06:26] Rolling back install of c:\users\paul\appdata\local\temp\air3340.tmp\setup.msi
    [2012-04-09:21:06:26] Rollback complete
    [2012-04-09:21:06:26] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:21:06:26] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-09:21:06:26] Runtime Installer end with exit code 7
    [2012-04-09:21:06:29] Runtime Installer end with exit code 7
    [2012-04-10:11:42:47] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-10:11:42:47] Commandline is:
    [2012-04-10:11:42:47] No installed runtime detected
    [2012-04-10:11:42:51] Relaunching with elevation
    [2012-04-10:11:42:51] Launching subprocess with commandline c:\users\paul\appdata\local\temp\air4a29.tmp\adobe air installer.exe -ei
    [2012-04-10:11:42:51] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-10:11:42:51] Commandline is: -stdio \\.\pipe\AIR_10628_0 -ei
    [2012-04-10:11:42:51] No installed runtime detected
    [2012-04-10:11:42:51] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-10:11:42:51] Installing msi at c:\users\paul\appdata\local\temp\air4a29.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-10:11:42:51] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:42:51] Rolling back install of c:\users\paul\appdata\local\temp\air4a29.tmp\setup.msi
    [2012-04-10:11:42:51] Rollback complete
    [2012-04-10:11:42:51] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:42:51] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:42:51] Runtime Installer end with exit code 7
    [2012-04-10:11:42:54] Runtime Installer end with exit code 7
    [2012-04-10:11:50:13] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-10:11:50:13] Commandline is:
    [2012-04-10:11:50:13] No installed runtime detected
    [2012-04-10:11:50:15] Relaunching with elevation
    [2012-04-10:11:50:15] Launching subprocess with commandline c:\users\paul\appdata\local\temp\air1ad0.tmp\adobe air installer.exe -ei
    [2012-04-10:11:50:15] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-10:11:50:15] Commandline is: -stdio \\.\pipe\AIR_9172_0 -ei
    [2012-04-10:11:50:15] No installed runtime detected
    [2012-04-10:11:50:16] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-10:11:50:16] Installing msi at c:\users\paul\appdata\local\temp\air1ad0.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-10:11:50:16] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:50:16] Rolling back install of c:\users\paul\appdata\local\temp\air1ad0.tmp\setup.msi
    [2012-04-10:11:50:16] Rollback complete
    [2012-04-10:11:50:16] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:50:16] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:50:16] Runtime Installer end with exit code 7
    [2012-04-10:11:50:18] Runtime Installer end with exit code 7
    [2012-04-10:11:57:20] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-10:11:57:20] Commandline is:
    [2012-04-10:11:57:20] No installed runtime detected
    [2012-04-10:11:57:23] Relaunching with elevation
    [2012-04-10:11:57:23] Launching subprocess with commandline c:\users\paul\appdata\local\temp\aira100.tmp\adobe air installer.exe -ei
    [2012-04-10:11:57:23] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-10:11:57:23] Commandline is: -stdio \\.\pipe\AIR_7152_0 -ei
    [2012-04-10:11:57:23] No installed runtime detected
    [2012-04-10:11:57:24] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-10:11:57:24] Installing msi at c:\users\paul\appdata\local\temp\aira100.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-10:11:57:24] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:57:24] Rolling back install of c:\users\paul\appdata\local\temp\aira100.tmp\setup.msi
    [2012-04-10:11:57:24] Rollback complete
    [2012-04-10:11:57:24] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:57:24] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:57:24] Runtime Installer end with exit code 7
    [2012-04-10:11:57:30] Runtime Installer end with exit code 7
    [2012-04-10:11:57:43] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-10:11:57:43] Commandline is:
    [2012-04-10:11:57:43] No installed runtime detected
    [2012-04-10:11:57:46] Relaunching with elevation
    [2012-04-10:11:57:46] Launching subprocess with commandline c:\users\paul\appdata\local\temp\airf8cf.tmp\adobe air installer.exe -ei
    [2012-04-10:11:57:47] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-10:11:57:47] Commandline is: -stdio \\.\pipe\AIR_6900_0 -ei
    [2012-04-10:11:57:47] No installed runtime detected
    [2012-04-10:11:57:47] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-10:11:57:47] Installing msi at c:\users\paul\appdata\local\temp\airf8cf.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-10:11:57:47] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:57:47] Rolling back install of c:\users\paul\appdata\local\temp\airf8cf.tmp\setup.msi
    [2012-04-10:11:57:47] Rollback complete
    [2012-04-10:11:57:47] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:57:47] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:11:57:47] Runtime Installer end with exit code 7
    [2012-04-10:11:57:49] Runtime Installer end with exit code 7
    [2012-04-10:13:40:11] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-10:13:40:11] Commandline is:
    [2012-04-10:13:40:11] No installed runtime detected
    [2012-04-10:13:40:17] Relaunching with elevation
    [2012-04-10:13:40:17] Launching subprocess with commandline c:\users\paul\appdata\local\temp\airae38.tmp\adobe air installer.exe -ei
    [2012-04-10:13:40:17] Runtime Installer begin with version 3.2.0.2070 on Windows Vista x86
    [2012-04-10:13:40:17] Commandline is: -stdio \\.\pipe\AIR_2060_0 -ei
    [2012-04-10:13:40:17] No installed runtime detected
    [2012-04-10:13:40:17] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-04-10:13:40:18] Installing msi at c:\users\paul\appdata\local\temp\airae38.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-10:13:40:18] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:13:40:18] Rolling back install of c:\users\paul\appdata\local\temp\airae38.tmp\setup.msi
    [2012-04-10:13:40:18] Rollback complete
    [2012-04-10:13:40:18] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:13:40:18] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-04-10:13:40:18] Runtime Installer end with exit code 7
    [2012-04-10:13:40:45] Runtime Installer end with exit code 7

    I'm sorry you're running into installation issues with AIR.  Microsoft has just released a new utility that can help resolve installation problems.  Would you mind giving this a try and let us know how it works for you?  When running the Fix it, go through the uninstall process and try to remove Adobe AIR from your system.  Once finished, download the latest version of AIR and install again.
    Microsoft Install and Uninstall Fix It
    If you still encounter problems, we'll need to review the AIR installer log to better diagnose the issue.  Please post back with the log contents.  You can find instructions for finding these logs here:
    AIR Installer Log Instructions

  • How to Multi-Screen android tablet application on Adobe AIR and Flash Professional

    hello,
    I have done app in ipad with Adobe AIR thats work fine in ipad,
    but now i have to create android tablet app for multiscreen resolution like this,
    2560*1600, 1366*768, 1280*800, 1280*768, 1024*768, 1024*600, 960*640, 960*540, 854*480, 800*600, 800*480, 800*400
    and my current .fla file resolution is 1024*768 so how can i create android tablet app with multi-screen?
    thanks

    If your app is mainly code layout interface, then you'll have to just change your code to work with arbitrary widths and heights, instead of a fixed width and height. If instead your app is basically one graphical scene, like say Angry Birds, or a highly graphical scene, you could take the approach I use.
    Read my reply to this message:
    http://forums.adobe.com/message/4735070?tstart=0
    In that message I describe things in Portrait, because I was answering a question about portrait, but it all works out too if you substitute landscape numbers.

Maybe you are looking for

  • Open CSV output in default CSV viewer without CSV file?

    I can run a SELECT statement, export the data to a CSV file, and start my CSV viewer (Excel in my case) to see the data. Is there a way to not have to save the CSV file and just have my default CSV viewer start up with the exported data in it? Mike

  • My ipot is not playing

    My classic Ipot is not playing

  • Go back to unlimited data within 14 day period

    Hello. Last night I purchased an iPhone 6 at an apple store. Unfortunately during the process there was some miscommunication between the sales rep & my self regarding the plan I would be changing to. I understood I would lose my unlimited data, howe

  • Message in Real Time???

    how do i see the messages going out in real time?

  • Controlling mpd via dmenu

    Hi, i already posted the script in the "Post your handy self made command line utilities" thread, but probably hardly anybody will look at the programming forum when searching for something like this. I hope it is ok to post it again here, if not fee