Adobe AIR background process throttled at 5%

I'm creating an air application that downloads stuff from the web (through httprequest...irrelevant though).
Oftentimes, while the content is being downloaded (roughly 200mb of data), the user will alt+tab away, putting the air app in the background process.  I've noticed that (at least in windows), this will cause the air app to download extremely slow since the cpu utilization seems to be throttled.  I realize this may be an OS-level optimization, but I don't see why browsers or say bit-torrent clients would exempt.
This problem isn't really related to downloading, but I think this is potentially a common use-case for an air application.
I've read an article about cpu throttling via the stage.framerate, but that doesn't seem to do the trick for me.
Is it possible to forcibly set the cpu or at least turn off the throttling?

Hi
For my particular app, its written in flex and I'm seeing the issue on windows.  I was modifying the stage framerate actually (I think), I didn't try the backgroundFrameRate.
I'm pretty sure its just being throttled as an optimization at some level (not sure where).  In a separate instance, I was writing an air application written in flex (and windows) where I was NOT downloading something, but it was rendering a cpu-heavy graph.  While I was trying to investigate why my graph was so slow, I looked at the process manager (ctrl + alt + del).  It would always say it was at 5% cpu utilization, which I thought was highly suspicious (certainly didn't feel like 5%).  I eventually realized, that simply having the process manager on top of the application causes the throttling to occur.  All I had to do to prove it was check the "always on top" setting for the process manager, and then bring the focus back on my air app.  It was going at 60% -80% cpu utilization!
I don't have a sample app, but to recreate one real quick, just have something continuously running (maybe a looped sequence of animation or downloading a huge file), and then bring up the process manager.  You'll notice it'll say something low like 5%.  Then, keep the process manager up while you focus back on the application (maybe on the side) - you'll notice the cpu utilization jump back to normal.
Thanks for looking into this

Similar Messages

  • Adobe AIR installation questions

    Hi all,
    I'm looking into the possibility of distributing an application with Adobe AIR and I've a few questions about the Adobe AIR installation process. Just to give you some background on the situation I'm in - if a user wants to use the service I'm working on, they need to install a binary application on their computer. We've a web site which communicates with this binary application. As the user as to install the binary application to begin with, we're beginning to look at AIR as a possible alternative to distributing the web content through a browser.
    1. Adobe AIR installation requests that the user enters their computer password. Is there any way to retrieve this password from a separate installer? The binary application that we ask our users to install asks the user for their password and it would be nice to not ask the user to enter their password twice. Are there any possibilities for sharing this password between our binary application and the Adobe AIR installer?
    2. If I sign up as a re-distributer of AIR, is the Adobe EULA which is displayed at the start of installation still necessary? I'm already displaying one EULA (with the binary application) and I'd prefer not to have to display two.
    3. I'm assuming that there is no way to specify the directory into which I'd like the Adobe AIR runtime to be placed - can you confirm that Adobe AIR is always installed in the /Applications folder on mac and c:/Program Files on Windows?
    This question goes out to Adobe AIR developers - If you have distributed your application with Adobe AIR, have you ever stumbled across the situation where a user has uninstalled the Adobe AIR runtime (either intentionally or unintentionally) and you are now left in a situation where a user cannot access your services because Adobe AIR is not installed on their computer. If so, are you aware of any usable fallbacks other than to tell customers that they have to have Adobe AIR installed to run the application?
    Thanks
    Sean

    1:  We are working on a method to use a local socket to communicate with an installed c# application on the users machine.  The situation is very similar, however we store credentials encrypted and accessible to the installed binary.  If those credentials do not exist the AIR app requests the user to input them and they are sent to the binary.  These credentials are stored either per session, daily or forever per the user's preferences.  We use this method to let AIR be the front end it was designed to be and leave all the heavy lifting OS / processor wise to the binary.  Unsure if this would help but you can read a bit more on using local sockets here: http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7caf. html
    2:  The EULA is still required as the End User has to accept it.  If there's a way around that, I'm not aware.
    3:  The installation directory can be changed by the user unless you are performing silent installs (available when you sign a redistribution agreement).  I don't recommend relying on the installation directory never changing.
    Try using nativePath to determine where your program location is: (javascript)
    //application directory
    var file = air.File.applicationDirectory.resolvePath("testfile.html");
    air.trace(file.nativePath);
    //application storage directory
    var file = air.File.applicationStorageDirectory.resolvePath("testfile.html");
    air.trace(file.nativePath);
    4:  I've faced the problem where the AIR runtime is not available, but we always fall back on the badge there.  For what it's worth it's pretty handy at detecting requirements and getting them to the user.
    hope that helps

  • How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    If the data is on a remote server (for example, PHP running on a web server, talking to a MySQL server) then you do this in an AIR application the same way you would do it with any Flex application (or ajax application, if you're building your AIR app in HTML/JS).
    That's a broad answer, but in fact there are lots of ways to communicate between Flex and PHP. The most common and best in most cases is to use AMFPHP (http://amfphp.org/) or the new ZEND AMF support in the Zend Framework.
    This page is a good starting point for learning about Flex and PHP communication:
    http://www.adobe.com/devnet/flex/flex_php.html
    Also, in Flash Builder 4 they've added a lot of remote-data-connection functionality, including a lot that's designed for PHP. Take a look at the Flash Builder 4 public beta for more on that: http://labs.adobe.com/technologies/flashbuilder4/

  • Adobe Premiere Elements 8 Can't finish installing Air Runtime Process, and Can't open New Project!

    Hey guys,
         I'm having some major issues installing PE8.  I can open the installer screen fine, and it installs fine until it gets to installing the Air Runtime Process.  I have left it downloading that one process for about 5 hours, and i'm not exaggerating.  Finnally, I get too mad waiting for it to finish that I exit out of the installation process.  Even though the installation was never fully finished, for some reason I do have a Desktop icon for PE8.  I click on that and it opens the splash screen with the buttons "New project", "Open Project", and "Organize".  When I try to open "New Project" it begins loading the files that it needs to to open it.  When it gets to loading the Windows Media file, it freezes and then crashes.
         I have uninstalled the PE8 and reinstalled it about 5 times now.  I have also used the Windows Cleanup program to clean these corrupted files out of my system before reinstalling.  I have called in twice now to the technical support and they haven't helped me one ounce.  Any answers would be appreciated!  Thanks
    Thanks Again,
    Spencer
    Here is the Crash Data:
    <?xml version="1.0"?>
    <!DOCTYPE crashreport SYSTEM "AdobeCrashReporter.dtd">
    <crashreport version="1.1" crVersion="3.0.20090804" applicationName="Adobe Premiere Elements" applicationVersion="8. 0. 0. 0" build="unknown">
    <time year="2009" month="11" day="20" hour="22" minute="57" second="2"/>
    <user guid="f32bcbfe-242d-4051-8b96-487956b2e7bc"/>
    <system platform="windows" osversion="5.1.2600 SP 2.0" applicationlanguage="Language Neutral" userlanguage="en_US" oslanguage="en_US" ram="893" machine="AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55" model="x86 Family 15 Model 104 Stepping 1" cpuCount="2" cpuFreq="1800 MHz" busFreq="" locale="English (United States)"/>
    <crash exception="EXCEPTION_ACCESS_VIOLATION" instruction="0x01a29f27">
    <backtrace crashedThread="0">
    <thread index="0">
    <stackStatement index="0" address="0x01a29f27" symbolname="UIF::MenuUtils::RenameMenuItemCommand"/>
    </thread>
    </backtrace>
    <registerSet>
    <register name="EAX" value="0x00000000"/>
    <register name="EBX" value="0x000000fa"/>
    <register name="ECX" value="0x50010001"/>
    <register name="EDX" value="0x0012ddc0"/>
    <register name="ESI" value="0x0c93f3a0"/>
    <register name="EDI" value="0x0012df24"/>
    <register name="ESP" value="0x00000057"/>
    <register name="EBP" value="0x0000004f"/>
    <register name="EIP" value="0x00000000"/>
    <register name="EFL" value="0x00010246"/>
    </registerSet>
    <binaryImageSet>
    <binaryImage start="0x00400000" end="0x008de000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Adobe Premiere Elements.exe"/>
    <binaryImage start="0x7c900000" end="0x7c9b2000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ntdll.dll"/>
    <binaryImage start="0x7c800000" end="0x7c8f5000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;kernel32.dll"/>
    <binaryImage start="0x10000000" end="0x1000f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;CrashReporter.dll"/>
    <binaryImage start="0x59a60000" end="0x59b01000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;dbghelp.dll"/>
    <binaryImage start="0x77c10000" end="0x77c68000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msvcrt.dll"/>
    <binaryImage start="0x77c00000" end="0x77c08000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;version.dll"/>
    <binaryImage start="0x77dd0000" end="0x77e6b000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;advapi32.dll"/>
    <binaryImage start="0x77e70000" end="0x77f02000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;rpcrt4.dll"/>
    <binaryImage start="0x77fe0000" end="0x77ff1000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;secur32.dll"/>
    <binaryImage start="0x00340000" end="0x0034f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;LogUtils.dll"/>
    <binaryImage start="0x7c9c0000" end="0x7d1d6000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;shell32.dll"/>
    <binaryImage start="0x77f10000" end="0x77f58000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;gdi32.dll"/>
    <binaryImage start="0x77d40000" end="0x77dd0000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;user32.dll"/>
    <binaryImage start="0x77f60000" end="0x77fd6000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;shlwapi.dll"/>
    <binaryImage start="0x774e0000" end="0x7761c000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ole32.dll"/>
    <binaryImage start="0x78130000" end="0x781cb000" type="__TEXT" path="C:&#92;WINDOWS&#92;WinSxS&#92;x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.405 3_x-ww_e6967989&#92;msvcr80.dll"/>
    <binaryImage start="0x7c420000" end="0x7c4a7000" type="__TEXT" path="C:&#92;WINDOWS&#92;WinSxS&#92;x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.405 3_x-ww_e6967989&#92;msvcp80.dll"/>
    <binaryImage start="0x77120000" end="0x771ac000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;oleaut32.dll"/>
    <binaryImage start="0x008e0000" end="0x00a34000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvacore.dll"/>
    <binaryImage start="0x00370000" end="0x003fc000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLFoundation.dll"/>
    <binaryImage start="0x4ec50000" end="0x4edfb000" type="__TEXT" path="C:&#92;WINDOWS&#92;WinSxS&#92;x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.60 01.22319_x-ww_f0b4c2df&#92;GdiPlus.dll"/>
    <binaryImage start="0x76bf0000" end="0x76bfb000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;psapi.dll"/>
    <binaryImage start="0x00a50000" end="0x00a56000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PRM.dll"/>
    <binaryImage start="0x773d0000" end="0x774d2000" type="__TEXT" path="C:&#92;WINDOWS&#92;WinSxS&#92;x86_Microsoft.Windows.Common-Controls_6595b64144ccf1d f_6.0.2600.2180_x-ww_a84f1ff9&#92;comctl32.dll"/>
    <binaryImage start="0x012a0000" end="0x012d7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;adobe_caps.dll"/>
    <binaryImage start="0x012f0000" end="0x01322000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Startup.dll"/>
    <binaryImage start="0x01340000" end="0x01369000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PreRegistration.dll"/>
    <binaryImage start="0x01380000" end="0x0168b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;amtlib.dll"/>
    <binaryImage start="0x5b860000" end="0x5b8b4000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;netapi32.dll"/>
    <binaryImage start="0x71ab0000" end="0x71ac7000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ws2_32.dll"/>
    <binaryImage start="0x71aa0000" end="0x71aa8000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ws2help.dll"/>
    <binaryImage start="0x4d4f0000" end="0x4d548000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;winhttp.dll"/>
    <binaryImage start="0x763b0000" end="0x763f9000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;comdlg32.dll"/>
    <binaryImage start="0x12000000" end="0x121c7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;xerces-c_2_1_0.dll"/>
    <binaryImage start="0x016a0000" end="0x016b1000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msvcirt.dll"/>
    <binaryImage start="0x018c0000" end="0x01dae000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;UIFramework.dll"/>
    <binaryImage start="0x016d0000" end="0x01843000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ImageRenderer.dll"/>
    <binaryImage start="0x7f840000" end="0x7fa07000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MCDVD_32.DLL"/>
    <binaryImage start="0x76b40000" end="0x76b6d000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;winmm.dll"/>
    <binaryImage start="0x01db0000" end="0x02073000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;libmmd.dll"/>
    <binaryImage start="0x02080000" end="0x022ae000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvaui.dll"/>
    <binaryImage start="0x01870000" end="0x01886000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLMessaging.dll"/>
    <binaryImage start="0x022b0000" end="0x02ac0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Backend.dll"/>
    <binaryImage start="0x02ac0000" end="0x02c8e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;xerces-c_2_7.dll"/>
    <binaryImage start="0x02ca0000" end="0x02d04000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioRenderer.dll"/>
    <binaryImage start="0x02d20000" end="0x02d47000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MediaFoundation.dll"/>
    <binaryImage start="0x02d60000" end="0x02d84000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;processcoordinationclient.dll"/>
    <binaryImage start="0x02da0000" end="0x02da9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;processcoordinationsupport.dll"/>
    <binaryImage start="0x02dc0000" end="0x02dd3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLUnitTesting.dll"/>
    <binaryImage start="0x02df0000" end="0x02e00000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLConsole.dll"/>
    <binaryImage start="0x02e10000" end="0x02ed7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvaworkspace.dll"/>
    <binaryImage start="0x76380000" end="0x76385000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msimg32.dll"/>
    <binaryImage start="0x5ad70000" end="0x5ada8000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;uxtheme.dll"/>
    <binaryImage start="0x02ef0000" end="0x02f19000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MLFoundation.dll"/>
    <binaryImage start="0x02f30000" end="0x02f6f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;About.dll"/>
    <binaryImage start="0x031c0000" end="0x03617000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;UIFramework.en_US.DLL"/>
    <binaryImage start="0x03630000" end="0x03695000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;About.en_US.DLL"/>
    <binaryImage start="0x602d0000" end="0x602e5000" type="__TEXT" path="C:&#92;Program Files&#92;CA&#92;CA Internet Security Suite&#92;CA Anti-Spam&#92;QSP-5.1.18.0&#92;QOEHook.dll"/>
    <binaryImage start="0x05820000" end="0x058bd000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;amtservices.dll"/>
    <binaryImage start="0x77920000" end="0x77a13000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;setupapi.dll"/>
    <binaryImage start="0x77690000" end="0x776b1000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ntmarta.dll"/>
    <binaryImage start="0x76f60000" end="0x76f8c000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wldap32.dll"/>
    <binaryImage start="0x71bf0000" end="0x71c03000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;samlib.dll"/>
    <binaryImage start="0x059e0000" end="0x05a00000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;asneu.dll"/>
    <binaryImage start="0x05a10000" end="0x0632f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Premiere.dll"/>
    <binaryImage start="0x06340000" end="0x065cf000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AMocWrapper.dll"/>
    <binaryImage start="0x065d0000" end="0x0660b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;VideoFrame.dll"/>
    <binaryImage start="0x75a70000" end="0x75a91000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msvfw32.dll"/>
    <binaryImage start="0x06620000" end="0x06627000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MemoryShell.dll"/>
    <binaryImage start="0x06640000" end="0x06654000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;BackendLegacyLib.dll"/>
    <binaryImage start="0x06670000" end="0x06677000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Memory.dll"/>
    <binaryImage start="0x06690000" end="0x06774000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ImporterHost.dll"/>
    <binaryImage start="0x06790000" end="0x067fd000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AdobeXMP.dll"/>
    <binaryImage start="0x06810000" end="0x0688f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AdobeXMPFiles.dll"/>
    <binaryImage start="0x068a0000" end="0x068a6000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;QTMutex.dll"/>
    <binaryImage start="0x068c0000" end="0x068e0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MediaUtils.dll"/>
    <binaryImage start="0x77be0000" end="0x77bf5000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msacm32.dll"/>
    <binaryImage start="0x068f0000" end="0x06922000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioSupport.dll"/>
    <binaryImage start="0x06940000" end="0x06969000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;SweetPeaSupport.dll"/>
    <binaryImage start="0x06980000" end="0x069af000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PluginSupport.dll"/>
    <binaryImage start="0x71b20000" end="0x71b32000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;mpr.dll"/>
    <binaryImage start="0x069c0000" end="0x06a2d000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ContentAnalysisData.dll"/>
    <binaryImage start="0x06a40000" end="0x06a82000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvatemporalxmp.dll"/>
    <binaryImage start="0x06aa0000" end="0x06ab9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ContentAnalysisDBCache.dll"/>
    <binaryImage start="0x06ad0000" end="0x06b07000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ARA.dll"/>
    <binaryImage start="0x06b20000" end="0x06b93000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;OLS.dll"/>
    <binaryImage start="0x06bb0000" end="0x06bc3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;OperaMgr.dll"/>
    <binaryImage start="0x06be0000" end="0x07828000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HSL.dll"/>
    <binaryImage start="0x07840000" end="0x07873000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MediaCoreUI.dll"/>
    <binaryImage start="0x07890000" end="0x07918000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvaeve.dll"/>
    <binaryImage start="0x77a80000" end="0x77b14000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;crypt32.dll"/>
    <binaryImage start="0x77b20000" end="0x77b32000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msasn1.dll"/>
    <binaryImage start="0x07930000" end="0x07a6c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AdobeOwl.dll"/>
    <binaryImage start="0x07a80000" end="0x07bc3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;SettingsUI.dll"/>
    <binaryImage start="0x07be0000" end="0x07cbc000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;FileInfo.dll"/>
    <binaryImage start="0x74c80000" end="0x74cac000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;oleacc.dll"/>
    <binaryImage start="0x76080000" end="0x760e5000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msvcp60.dll"/>
    <binaryImage start="0x73000000" end="0x73026000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;winspool.drv"/>
    <binaryImage start="0x07cd0000" end="0x07d1a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;BIB.dll"/>
    <binaryImage start="0x07d30000" end="0x07dba000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;EncoderHost.dll"/>
    <binaryImage start="0x07dd0000" end="0x07dfe000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PostEncodeHost.dll"/>
    <binaryImage start="0x07e10000" end="0x07e48000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;amefoundation.dll"/>
    <binaryImage start="0x07e60000" end="0x07e8f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ameproperties.dll"/>
    <binaryImage start="0x07ea0000" end="0x07f12000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ExporterHost.dll"/>
    <binaryImage start="0x07f30000" end="0x08009000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AMEWrapper.dll"/>
    <binaryImage start="0x08020000" end="0x080c3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;VideoRenderer.dll"/>
    <binaryImage start="0x080e0000" end="0x080f7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AMEAppFoundation.dll"/>
    <binaryImage start="0x08110000" end="0x081a2000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;VideoFilterHost.dll"/>
    <binaryImage start="0x081c0000" end="0x08295000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;exo.dll"/>
    <binaryImage start="0x082b0000" end="0x082ba000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;RoyaltyActivation.dll"/>
    <binaryImage start="0x082d0000" end="0x08329000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;RecorderHost.dll"/>
    <binaryImage start="0x08340000" end="0x08393000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PlayerHost.dll"/>
    <binaryImage start="0x083b0000" end="0x08513000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;DVDCreator.dll"/>
    <binaryImage start="0x08530000" end="0x099f2000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AuthorScript.dll"/>
    <binaryImage start="0x7c3a0000" end="0x7c41b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;msvcp71.dll"/>
    <binaryImage start="0x7c340000" end="0x7c396000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;msvcr71.dll"/>
    <binaryImage start="0x09a00000" end="0x09aba000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;px.dll"/>
    <binaryImage start="0x73f10000" end="0x73f6c000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;dsound.dll"/>
    <binaryImage start="0x76780000" end="0x76789000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;shfolder.dll"/>
    <binaryImage start="0x5ed00000" end="0x5edcc000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;opengl32.dll"/>
    <binaryImage start="0x68b20000" end="0x68b40000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;glu32.dll"/>
    <binaryImage start="0x73760000" end="0x737a9000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ddraw.dll"/>
    <binaryImage start="0x73bc0000" end="0x73bc6000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;dciman32.dll"/>
    <binaryImage start="0x09ad0000" end="0x0a1d9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Mezzanine.dll"/>
    <binaryImage start="0x0a1f0000" end="0x0a202000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ahclient.dll"/>
    <binaryImage start="0x771b0000" end="0x77258000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wininet.dll"/>
    <binaryImage start="0x0a220000" end="0x0a232000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ProjectSupport.dll"/>
    <binaryImage start="0x0a250000" end="0x0a2d0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dynamiclink.dll"/>
    <binaryImage start="0x0a2e0000" end="0x0a2fe000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioFilterHost.dll"/>
    <binaryImage start="0x0a310000" end="0x0a33a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;DynamicLinkClient.dll"/>
    <binaryImage start="0x0a350000" end="0x0a36c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;DVDStructures.dll"/>
    <binaryImage start="0x0a380000" end="0x0a4af000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitlerCreator.dll"/>
    <binaryImage start="0x0a4c0000" end="0x0a6a7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleLayer.dll"/>
    <binaryImage start="0x0a6c0000" end="0x0a716000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitlerUI.dll"/>
    <binaryImage start="0x0a730000" end="0x0a739000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleOSUtils.dll"/>
    <binaryImage start="0x0a750000" end="0x0aa3a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleLayout.dll"/>
    <binaryImage start="0x0aa50000" end="0x0aaeb000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleCharacterFactory.dll"/>
    <binaryImage start="0x0ab00000" end="0x0abd9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleCG.dll"/>
    <binaryImage start="0x0abf0000" end="0x0ac33000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioFilters.dll"/>
    <binaryImage start="0x0ac50000" end="0x0ac62000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ProjectConverterHost.dll"/>
    <binaryImage start="0x0ac80000" end="0x0acd1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ContentAnalysisHost.dll"/>
    <binaryImage start="0x0acf0000" end="0x0ad7c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Descriptors.dll"/>
    <binaryImage start="0x0ad90000" end="0x0adaf000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;IPLibrary.dll"/>
    <binaryImage start="0x0adb0000" end="0x0aee0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerCapture.dll"/>
    <binaryImage start="0x0aef0000" end="0x0b138000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerTimeline.dll"/>
    <binaryImage start="0x0b150000" end="0x0b189000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerAudioNarration.dll"/>
    <binaryImage start="0x0b1a0000" end="0x0b29f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerAudioMixer.dll"/>
    <binaryImage start="0x0b2b0000" end="0x0b340000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerDVDLayout.dll"/>
    <binaryImage start="0x0b350000" end="0x0b4cf000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerMonitor.dll"/>
    <binaryImage start="0x0b4e0000" end="0x0b526000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PresetManager.dll"/>
    <binaryImage start="0x0b540000" end="0x0b68e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerOrganizer.dll"/>
    <binaryImage start="0x0b6a0000" end="0x0b722000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ScCore.dll"/>
    <binaryImage start="0x0b740000" end="0x0b7e3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ExtendScript.dll"/>
    <binaryImage start="0x0b800000" end="0x0b830000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerHistory.dll"/>
    <binaryImage start="0x0b840000" end="0x0b86d000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerInfo.dll"/>
    <binaryImage start="0x0b880000" end="0x0b89e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerEvents.dll"/>
    <binaryImage start="0x0b8b0000" end="0x0b8e1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerSharingCenter.dll"/>
    <binaryImage start="0x0b900000" end="0x0b983000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;SCCommon.dll"/>
    <binaryImage start="0x0b9a0000" end="0x0bcc0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerEffectControls.dll"/>
    <binaryImage start="0x0bcd0000" end="0x0bd36000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerMovieTheme.dll"/>
    <binaryImage start="0x0bd50000" end="0x0c0b6000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerProject.dll"/>
    <binaryImage start="0x0c0d0000" end="0x0c0f3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerGetProperties.dll"/>
    <binaryImage start="0x0c3d0000" end="0x0c3e1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;TitlerUI.en_US.DLL"/>
    <binaryImage start="0x0c490000" end="0x0c7e7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;Mezzanine.en_US.DLL"/>
    <binaryImage start="0x0c410000" end="0x0c448000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;HSL.en_US.DLL"/>
    <binaryImage start="0x0c7f0000" end="0x0c864000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;Premiere.en_US.DLL"/>
    <binaryImage start="0x0ffd0000" end="0x0fff8000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;rsaenh.dll"/>
    <binaryImage start="0x769c0000" end="0x76a73000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;userenv.dll"/>
    <binaryImage start="0x0cc70000" end="0x0ccdf000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleFontEngine.dll"/>
    <binaryImage start="0x0cce0000" end="0x0ccf2000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;BravoInitializer.dll"/>
    <binaryImage start="0x0cd10000" end="0x0ce01000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ACE.dll"/>
    <binaryImage start="0x0ce20000" end="0x0d1b1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AGM.dll"/>
    <binaryImage start="0x0d1d0000" end="0x0d47e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;CoolType.dll"/>
    <binaryImage start="0x0e090000" end="0x0e0b2000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleImageManager.dll"/>
    <binaryImage start="0x0f120000" end="0x0f12c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ObjectTracking.dll"/>
    <binaryImage start="0x0f140000" end="0x0f15b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;AsioWdm.dll"/>
    <binaryImage start="0x76c30000" end="0x76c5e000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wintrust.dll"/>
    <binaryImage start="0x76c90000" end="0x76cb8000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;imagehlp.dll"/>
    <binaryImage start="0x72d20000" end="0x72d29000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wdmaud.drv"/>
    <binaryImage start="0x72d10000" end="0x72d18000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msacm32.drv"/>
    <binaryImage start="0x77bd0000" end="0x77bd7000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;midimap.dll"/>
    <binaryImage start="0x73ee0000" end="0x73ee4000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ksuser.dll"/>
    <binaryImage start="0x66800000" end="0x673ab000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTime.qts"/>
    <binaryImage start="0x68a40000" end="0x68a6e000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QTCF.dll"/>
    <binaryImage start="0x0f3f0000" end="0x0f4ba000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;CoreFoundation.dll"/>
    <binaryImage start="0x0f4d0000" end="0x0f4e0000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;pthreadVC2.dll"/>
    <binaryImage start="0x71ad0000" end="0x71ad9000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wsock32.dll"/>
    <binaryImage start="0x0f4e0000" end="0x0f4fc000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;objc.dll"/>
    <binaryImage start="0x0f6c0000" end="0x0f7bd000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;icuin40.dll"/>
    <binaryImage start="0x0f7c0000" end="0x0f8a1000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;icuuc40.dll"/>
    <binaryImage start="0x4ad00000" end="0x4ba5b000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;icudt40.dll"/>
    <binaryImage start="0x0f530000" end="0x0f53d000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;ASL.dll"/>
    <binaryImage start="0x0f8b0000" end="0x0f943000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;CFNetwork.dll"/>
    <binaryImage start="0x0f960000" end="0x0f9c3000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;SQLite3.dll"/>
    <binaryImage start="0x0f9e0000" end="0x0f9f3000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;zlib1.dll"/>
    <binaryImage start="0x76d60000" end="0x76d79000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;iphlpapi.dll"/>
    <binaryImage start="0x687e0000" end="0x6883a000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;CoreVideo.qtx"/>
    <binaryImage start="0x67e40000" end="0x67e9a000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTime3GPP.qtx"/>
    <binaryImage start="0x67ea0000" end="0x67f1e000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTime3GPPAuthoring.qtx"/>
    <binaryImage start="0x68460000" end="0x687d4000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeAudioSupport.qtx"/>
    <binaryImage start="0x67780000" end="0x679ae000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeAuthoring.qtx"/>
    <binaryImage start="0x679b0000" end="0x67a03000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeCapture.qtx"/>
    <binaryImage start="0x67a10000" end="0x67aa1000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeEffects.qtx"/>
    <binaryImage start="0x67cd0000" end="0x67d35000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeEssentials.qtx"/>
    <binaryImage start="0x680e0000" end="0x6845b000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeH264.qtx"/>
    <binaryImage start="0x67ac0000" end="0x67bb5000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeImage.qtx"/>
    <binaryImage start="0x676b0000" end="0x67780000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeInternetExtras.qtx"/>
    <binaryImage start="0x67c50000" end="0x67cc9000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMPEG.qtx"/>
    <binaryImage start="0x67d40000" end="0x67d9a000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMPEG4.qtx"/>
    <binaryImage start="0x67da0000" end="0x67e32000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMPEG4Authoring.qtx"/>
    <binaryImage start="0x67bc0000" end="0x67c42000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMusic.qtx"/>
    <binaryImage start="0x673b0000" end="0x6748b000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeStreaming.qtx"/>
    <binaryImage start="0x68050000" end="0x680ab000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeStreamingAuthoring.qtx"/>
    <binaryImage start="0x680b0000" end="0x680dd000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeStreamingExtras.qtx"/>
    <binaryImage start="0x674e0000" end="0x675bb000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeVR.qtx"/>
    <binaryImage start="0x58420000" end="0x58427000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;imaadp32.acm"/>
    <binaryImage start="0x72cf0000" end="0x72cf7000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msadp32.acm"/>
    <binaryImage start="0x58330000" end="0x58335000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msg711.acm"/>
    <binaryImage start="0x58300000" end="0x58308000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msgsm32.acm"/>
    <binaryImage start="0x582d0000" end="0x582d4000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;tssoft32.acm"/>
    <binaryImage start="0x73b70000" end="0x73b77000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;tsd32.dll"/>
    <binaryImage start="0x58310000" end="0x5832d000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msg723.acm"/>
    <binaryImage start="0x58340000" end="0x5838a000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msaud32.acm"/>
    <binaryImage start="0x582e0000" end="0x582fe000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;sl_anet.acm"/>
    <binaryImage start="0x581a0000" end="0x581d9000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;iac25_32.ax"/>
    <binaryImage start="0x58390000" end="0x5841a000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;l3codeca.acm"/>
    <binaryImage start="0x76fd0000" end="0x7704f000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;clbcatq.dll"/>
    <binaryImage start="0x77050000" end="0x77115000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;comres.dll"/>
    <binaryImage start="0x74980000" end="0x74a94000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msxml3.dll"/>
    <binaryImage start="0x15ff0000" end="0x16081000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;AppleProResDecoder.qtx"/>
    <binaryImage start="0x736b0000" end="0x736b7000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msdmo.dll"/>
    <binaryImage start="0x74810000" end="0x7497d000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;quartz.dll"/>
    <binaryImage start="0x74ef0000" end="0x74ef8000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wbem&#92;wbemprox.dll"/>
    <binaryImage start="0x75290000" end="0x752c7000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wbem&#92;wbemcomn.dll"/>
    <binaryImage start="0x20000000" end="0x202c5000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;xpsp2res.dll"/>
    <binaryImage start="0x74ed0000" end="0x74ede000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wbem&#92;wbemsvc.dll"/>
    <binaryImage start="0x75690000" end="0x75706000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wbem&#92;fastprox.dll"/>
    <binaryImage start="0x767a0000" end="0x767b3000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ntdsapi.dll"/>
    <binaryImage start="0x76f20000" end="0x76f47000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;dnsapi.dll"/>
    <binaryImage start="0x174b0000" end="0x1754c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MediaIO&#92;codecs&#92;aacaudio.vca"/>
    <binaryImage start="0x4f180000" end="0x4f22c000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wmadmoe.dll"/>
    <binaryImage start="0x17b30000" end="0x17c14000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wmspdmoe.dll"/>
    <binaryImage start="0x75cf0000" end="0x75d81000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;mlang.dll"/>
    <binaryImage start="0x184f0000" end="0x18602000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ad2h264vout.001"/>
    <binaryImage start="0x4c250000" end="0x4c38b000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wmvdmoe2.dll"/>
    <binaryImage start="0x59090000" end="0x590ae000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wmsdmoe.dll"/>
    <binaryImage start="0x4ea30000" end="0x4eb87000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wmsdmoe2.dll"/>
    </binaryImageSet>
    </crash>
    <reproSteps>
    </reproSteps>
    </crashreport>

    Hello,
    I have the exact same problem as you with PE8 and Win7 (x64), and a reboot also helped me. But the problem came back the next time I tried to open PE. Have you expreienced the same? It cant be that we have to reboot every time we want to use PE?
    Best regards
    Øystein Morvik
    Norway

  • AIR vs. Flex: image generator as a background process on the server

    I am running into problems with an image generator running on
    a headless server.
    When I start up the server, it launches my java app. It reads
    a list of report definitions from the data base. For each report,
    it spawns a thread. Each thread launches my Flex application in a
    browser window.
    Flex draws the data in charts. Each time data is pushed to
    the flex application from the java server side, Flex calls a remote
    java method to save it's image to a file. This file sits in a
    directory where it can be viewed in a regular old html page.
    The problem is really the automated aspect. I want to have
    this chart generated every few minutes as a .png file. It works
    perfectly fine on my localhost machine, but the server deployment
    is so far not working, I think because it is headless. We have
    firefox installed on the server. Is there no way to launch it as a
    background process to draw these images? Should I turn this into an
    AIR app (I've never done anything with AIR up to this point) to
    make it run more easily in the background?
    Java programmers all seem to think that running an image
    generating process in a web browser window on the server is "bad
    practice". So I think I am thinking maybe I should turn it into an
    AIR app. I'm not sure though how to deploy AIR apps though. Can
    they go in a .war file?
    If someone has any ideas about this or if going AIR is the
    wrong approach here please let me know. Thanks!

    Not explicitly, as far as I know.
    But you could always run it and then hide its window using Cmd+H, or the menu command "iCal" -> "Hide iCal". Click its dock icon to make it visible again.

  • Howto: Put in CD / DVD - sample adobe air application with installing process:

    Hello anything,
    Please do not forget!
    With Flex-SDK (newer version)
    CD / DVD: ROM:
    /os
    /win = Windows Version like *.exe, *.msi, *.cmd *.vs or *.ws
    /mac = Macintoch Version like *.pkg, *.app, *.dmg,, *.mpkg
    /lin = Linux version like *.run, *. , *.bin, *.sh, *.rpm,
    *.deb
    /setup = your adobe air application like Custom air-able
    installer = my great installer ( Cominig soon... )
    /images your photos or texture or any styles... , icons too
    /acabs = my suggestion for like Windows *.cab <> Air
    Cab = *.acab
    /locales = for your languages ...
    /folder any your suggestions...
    /flex-sdk = Flex Software Development Kit = Adobe Flex SDK
    (no flexbuilder 3)
    /helps = When you need help like *.pdf Files.for Installer
    / = callable autorun with autostart.jar or autorun.jar
    If you want to build powerful application on Windows 32 or 64
    Bit you can sometime regedit writing. DO NOT WORRY!!!! My special
    installer (coming soon).
    I have been created a sample installer. whe i am final with
    my installer. Do not worry! You can to believe me really. :)
    How do i bind to exec for java? (No javascript! OK)
    How do i create shell for Mac OS X Leopard
    Do not forget!
    I have been created shell in /os/mac/preload_installer.sh,
    How do i know when i do not use with disk image moving and
    clicking? How does my shell start automacally?
    I know for Linux. I have not problem for linux version. I
    have Ubuntu 8.05 LTS Version. :).
    But i haven't Mac OS X :(
    Thank you for cross-plattform-able CD or DVD :)
    Enjoy for making with image and burn an image since cd or
    dvd-rom.
    Best regards, SnakeMedia

    Could you open a new bug report on this over at bugbase.adobe.com.  Please include a copy of your app (or a sample project) along with steps to reproduce.  Once added, please let me know the bug number and I'll have somone take a look ASAP.
    Thanks,
    Chris

  • Adobe air exe to ios app - the process?

    Hi,
    I am new to app development. I am wanting to know what is possible and my cheapest option in creating an app for IOS from windows.
    The app I am creating is a technical publication wanting to be displayed on anipad.
    I have an adobe Air version exe published from robohelp/ framemaker. Is there a way to turn my adobe air application into a IOS App?
    If not, what are my other options to get a tech pubs document as a IOS App? I would like to use ideally windows adobe products for the creation of it.
    Thanks

    Ye that Merapi definitely seems interesting but it's the Java chops part that I think I'll fall down lol
    I've also asked on a java forum if anyone with experience of using Flex in Conjunction with Java can create the function that I'm after but my topic has been ignored like the ugly girl at the prom.
    I've never heard of a socket server. Would they be required to be installed on each machine that the interface is installed on?
    I'll definitely look into it. Thanks a lot mate.

  • Our business pc had an Adobe Air update. Now pc won't boot up any windows processes.

    The Adobe Air update popped up and my biz partner accepted it without reading it. Now the pc won't boot up. He cannot even get to the point of removing the update or restoring the pc. Was this some type of malware or an error that Adobe can correct? HOW do I get it off?

    It could be malware: there are LOT of fake updates going around at the moment.
    What does the PC do - where does it get to in the boot, what happens next?

  • Unable to Install Adobe AIR 2.6.0.19140

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

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

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

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

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

  • Nothing happens when I try to install adobe air

    I'm having problems installing Adobe AIR. The installer launches two processes but nothing happens after that. I'm using a windows 7 pc.
    Here is the install log I found:
    [2010-09-16:16:41:49] Performing runtime update
    [2010-09-16:16:41:49] UI SWF load is complete
    [2010-09-16:16:41:50] UI initialized
    [2010-09-16:16:41:50] starting user confirmation
    [2010-09-16:16:41:50] Version of this installer: 2.0.3.13070
    [2010-09-16:16:41:50] Installed version: 1.5.2.8870
    [2010-09-16:16:41:50] Installation type: patchNewer
    [2010-09-16:16:41:53] starting elevated install
    [2010-09-16:16:41:54] performing an elevated runtime install
    [2010-09-16:16:41:54] UI SWF load is complete
    [2010-09-16:16:41:54] starting install
    [2010-09-16:16:41:54] subinstaller: starting install
    [2010-09-16:16:41:54] Scheduling runtime installation operations
    [2010-09-16:16:41:54] subinstaller: Scheduling runtime installation operations
    [2010-09-16:16:41:54] Active AIR product GUID is {A2BCA9F1-566C-4805-97D1-7FDC93386723}
    [2010-09-16:16:41:54] subinstaller: Active AIR product GUID is {A2BCA9F1-566C-4805-97D1-7FDC93386723}
    [2010-09-16:16:41:54] Scheduling an MSI install operation
    [2010-09-16:16:41:54] subinstaller: Scheduling an MSI install operation
    [2010-09-16:16:41:54] Beginning runtime installation
    [2010-09-16:16:41:54] subinstaller: Beginning runtime installation
    [2010-09-16:16:41:54] Beginning install
    [2010-09-16:16:41:54] subinstaller: Beginning install
    [2010-09-16:16:41:54] Installing c:\users\risto\appdata\local\temp\aird75b.tmp\setup.msi
    [2010-09-16:16:41:54] subinstaller: Installing c:\users\risto\appdata\local\temp\aird75b.tmp\setup.msi
    [2010-09-16:16:41:55] Copying C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe to C:\Users\Risto\AppData\Local\Temp\flaF4BA.tmp\temp
    [2010-09-16:16:41:55] subinstaller: Copying C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe to C:\Users\Risto\AppData\Local\Temp\flaF4BA.tmp\temp
    [2010-09-16:16:41:55] Deleting C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-09-16:16:41:55] subinstaller: Deleting C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-09-16:16:41:55] Copying C:\Users\Risto\appdata\local\temp\aird75b.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-09-16:16:41:55] subinstaller: Copying C:\Users\Risto\appdata\local\temp\aird75b.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-09-16:16:41:55] Copying C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s to C:\Users\Risto\AppData\Local\Temp\flaF4DA.tmp\temp
    [2010-09-16:16:41:55] subinstaller: Copying C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s to C:\Users\Risto\AppData\Local\Temp\flaF4DA.tmp\temp
    [2010-09-16:16:41:55] Deleting C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-09-16:16:41:55] subinstaller: Deleting C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-09-16:16:41:55] Copying C:\Users\Risto\appdata\local\temp\aird75b.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-09-16:16:41:55] subinstaller: Copying C:\Users\Risto\appdata\local\temp\aird75b.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-09-16:16:41:55] Execution complete; beginning commit phase
    [2010-09-16:16:41:55] subinstaller: Execution complete; beginning commit phase
    [2010-09-16:16:41:55] Deleting C:\Users\Risto\AppData\Local\Temp\flaF4BA.tmp\temp
    [2010-09-16:16:41:55] subinstaller: Deleting C:\Users\Risto\AppData\Local\Temp\flaF4BA.tmp\temp
    [2010-09-16:16:41:55] Deleting C:\Users\Risto\AppData\Local\Temp\flaF4DA.tmp\temp
    [2010-09-16:16:41:55] subinstaller: Deleting C:\Users\Risto\AppData\Local\Temp\flaF4DA.tmp\temp
    [2010-09-16:16:41:55] Commit complete
    [2010-09-16:16:41:55] subinstaller: Commit complete
    [2010-09-16:16:41:55] install complete
    [2010-09-16:16:41:55] subinstaller: install complete
    [2010-09-16:16:41:55] begin quitting
    [2010-09-16:16:41:55] subinstaller: begin quitting
    [2010-09-16:16:41:55] Elevated install completed
    [2010-09-16:16:41:57] begin quitting
    [2010-09-16:16:44:19] UI SWF load is complete
    [2010-09-16:16:44:20] UI initialized
    [2010-09-16:16:44:20] Pingback request completed with HTTP status 200
    [2010-09-16:16:44:20] Begin background update check
    [2010-09-16:16:44:20] Starting download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.0.3. 13070/update
    [2010-09-16:16:44:21] Background update not available
    [2010-09-16:16:44:21] begin quitting
    [2010-09-16:16:45:16] UI SWF load is complete
    [2010-09-16:16:45:17] UI initialized
    [2010-09-16:16:45:17] Pingback request completed with HTTP status 200
    [2010-09-16:16:45:17] Begin background update check
    [2010-09-16:16:45:17] Starting download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.0.3. 13070/update
    [2010-09-16:16:45:18] Background update not available
    [2010-09-16:16:45:18] begin quitting
    [2010-09-16:16:45:40] UI SWF load is complete
    [2010-09-16:16:45:41] UI initialized
    [2010-09-16:16:45:41] Pingback request completed with HTTP status 200
    [2010-09-16:16:45:41] Begin background update check
    [2010-09-16:16:45:41] Starting download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.0.3. 13070/update
    [2010-09-16:16:45:41] Background update not available
    [2010-09-16:16:45:41] begin quitting
    [2010-09-16:20:26:41] UI SWF load is complete
    [2010-09-16:20:26:41] UI initialized
    [2010-09-16:20:26:42] Pingback request completed with HTTP status 200
    [2010-09-16:20:26:42] Begin background update check
    [2010-09-16:20:26:42] Starting download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.0.3. 13070/update
    [2010-09-16:20:26:43] Background update not available
    [2010-09-16:20:26:44] begin quitting
    [2010-12-05:19:15:11] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-05:19:15:12] Commandline is: -silent
    [2010-12-05:19:15:12] Installed runtime (2.0.3.13070) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2010-12-05:19:15:12] Starting silent runtime update. Updating runtime from version 2.0.3.13070 to version 2.5.1.17730
    [2010-12-05:19:15:12] Installing msi at c:\users\risto\appdata\local\temp\air65bb.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-05:19:15:14] Runtime Installer end with exit code 0
    [2010-12-05:19:15:16] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-05:19:15:16] Commandline is: -silent -location "C:\Program Files (x86)\Voddler" "C:\Program Files (x86)\Voddler\VoddlerPlayer.air"
    [2010-12-05:19:15:16] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2010-12-05:19:15:16] Invoking Application Installer for combined install
    [2010-12-05:19:15:16] Launching subprocess with commandline C:\Users\Risto\AppData\Local\Temp\AIR78BE.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Risto\AppData\Local\Temp\AIR78BE.tmp -silent -withRuntime -url -location "C:\Program Files (x86)\Voddler" file:///C:/Program%20Files%20(x86)/Voddler/VoddlerPlayer.air
    [2010-12-05:19:15:17] Application Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-05:19:15:17] Commandline is: -runtime C:\Users\Risto\AppData\Local\Temp\AIR78BE.tmp -silent -withRuntime -url -location "C:\Program Files (x86)\Voddler" file:///C:/Program%20Files%20(x86)/Voddler/VoddlerPlayer.air
    [2010-12-05:19:15:17] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2010-12-05:19:15:17] Unpackaging file:///C:/Program%20Files%20(x86)/Voddler/VoddlerPlayer.air to C:\Users\Risto\AppData\Local\Temp\fla83C6.tmp
    [2010-12-05:19:15:18] Application signature verified
    [2010-12-05:19:15:18] Unpackaging/validation complete
    [2010-12-05:19:15:18] No app located for appID 'VoddlerPlayer' and pubID '22AA32E1C519F8FB77514A36DC6C2AE2C623240F.1'
    [2010-12-05:19:15:18] Converting unpackaged application to a native installation package in C:\Users\Risto\AppData\Local\Temp\fla878E.tmp
    [2010-12-05:19:15:18] Native installation package creation succeeded
    [2010-12-05:19:15:18] Starting silent app installation to C:\Program Files (x86)\Voddler. Installing app VoddlerPlayer.22AA32E1C519F8FB77514A36DC6C2AE2C623240F.1 version 3.1 using the source file at file:///C:/Program%20Files%20(x86)/Voddler/VoddlerPlayer.air
    [2010-12-05:19:15:18] Installing msi at C:\Users\Risto\AppData\Local\Temp\fla878E.tmp\setup.msi with guid {F2D36F4C-F63E-9EB1-758A-CB33FC50E650}
    [2010-12-05:19:15:19] Application Installer end with exit code 0
    [2010-12-05:19:15:20] Subprocess app installer succeeded
    [2010-12-05:19:15:20] Runtime Installer end with exit code 0
    [2010-12-05:19:16:35] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-12-05:19:16:35] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-05:19:16:35] Commandline is: -updatecheck
    [2010-12-05:19:16:35] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2010-12-05:19:16:35] Performing pingback request
    [2010-12-05:19:16:37] Pingback request completed with HTTP status 200
    [2010-12-05:19:16:37] Starting runtime background update check
    [2010-12-05:19:16:37] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.5.1. 17730/update
    [2010-12-05:19:16:37] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.5.1. 17730/update to C:\Users\Risto\AppData\Roaming\Adobe\AIR\Updater\Background
    [2010-12-05:19:16:37] Runtime update not available
    [2010-12-05:19:16:37] Unpackaging cancelled
    [2010-12-05:19:16:37] Runtime Installer end with exit code 0
    [2010-12-15:00:25:09] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-15:00:25:09] Commandline is: -uninstall
    [2010-12-15:00:25:09] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2010-12-15:00:25:09] Starting runtime uninstall. Uninstalling runtime version 2.5.1.17730
    [2010-12-15:00:25:09] Uninstalling product with GUID {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-15:00:25:11] Runtime Installer end with exit code 0
    [2010-12-15:00:25:14] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-15:00:25:14] Commandline is: -silent
    [2010-12-15:00:25:14] No installed runtime detected
    [2010-12-15:00:25:14] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2010-12-15:00:25:14] Installing msi at c:\users\risto\appdata\local\temp\air9ed9.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-15:00:25:21] Runtime Installer end with exit code 0
    [2011-11-10:15:14:19] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-11-10:15:14:19] Commandline is:
    [2011-11-10:15:14:19] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-11-10:15:14:22] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-11-10:15:14:22] Commandline is:
    [2011-11-10:15:14:22] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-11-10:15:14:26] Runtime Installer end with exit code 6
    [2011-11-10:15:15:04] Runtime Installer end with exit code 6
    [2011-11-10:15:15:12] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-11-10:15:15:12] Commandline is:
    [2011-11-10:15:15:12] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-11-10:15:19:27] Runtime Installer end with exit code 6
    [2011-11-23:00:30:16] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2011-11-23:00:30:16] Commandline is: -arp:uninstall
    [2011-11-23:00:30:16] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-11-23:00:30:18] Relaunching with elevation
    [2011-11-23:00:30:18] Launching subprocess with commandline c:\program files (x86)\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-11-23:00:30:18] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2011-11-23:00:30:18] Commandline is: -stdio \\.\pipe\AIR_3356_0 -eu
    [2011-11-23:00:30:18] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-11-23:00:30:18] Starting runtime uninstall. Uninstalling runtime version 2.5.1.17730
    [2011-11-23:00:30:19] Uninstalling product with GUID {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-11-23:00:30:21] Runtime Installer end with exit code 0
    [2011-11-23:00:30:21] Elevated install completed
    [2011-11-23:00:30:21] Runtime Installer end with exit code 0
    [2011-11-23:00:35:41] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-23:00:35:41] Commandline is:
    [2011-11-23:00:35:41] No installed runtime detected
    [2011-11-23:00:35:57] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-23:00:35:57] Commandline is:
    [2011-11-23:00:35:57] No installed runtime detected
    [2011-11-23:00:36:15] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-23:00:36:15] Commandline is:
    [2011-11-23:00:36:15] No installed runtime detected
    [2011-11-23:00:36:58] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-23:00:36:58] Commandline is:
    [2011-11-23:00:36:58] No installed runtime detected
    [2011-11-23:00:36:59] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-23:00:36:59] Commandline is:
    [2011-11-23:00:36:59] No installed runtime detected
    [2011-11-24:20:54:19] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:54:20] Commandline is:
    [2011-11-24:20:54:20] No installed runtime detected
    [2011-11-24:20:55:19] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:55:19] Commandline is:
    [2011-11-24:20:55:19] No installed runtime detected
    [2011-11-24:20:56:08] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:56:08] Commandline is:
    [2011-11-24:20:56:08] No installed runtime detected
    [2011-11-24:20:56:10] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:56:10] Commandline is:
    [2011-11-24:20:56:10] No installed runtime detected
    [2011-11-24:20:56:23] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:56:23] Commandline is:
    [2011-11-24:20:56:23] No installed runtime detected
    [2011-11-24:20:56:24] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:56:24] Commandline is:
    [2011-11-24:20:56:24] No installed runtime detected
    [2011-11-24:21:10:50] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-11-24:21:10:50] Commandline is:
    [2011-11-24:21:10:50] No installed runtime detected
    [2011-11-24:23:15:27] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:23:15:27] Commandline is:
    [2011-11-24:23:15:27] No installed runtime detected
    [2011-12-09:21:24:09] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-09:21:24:10] Commandline is:
    [2011-12-09:21:24:10] No installed runtime detected
    [2011-12-09:21:24:16] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-09:21:24:16] Commandline is:
    [2011-12-09:21:24:16] No installed runtime detected
    [2011-12-09:21:24:26] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-09:21:24:26] Commandline is:
    [2011-12-09:21:24:26] No installed runtime detected
    [2011-12-09:21:26:03] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-09:21:26:03] Commandline is:
    [2011-12-09:21:26:03] No installed runtime detected
    [2011-12-09:21:26:53] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-09:21:26:53] Commandline is:
    [2011-12-09:21:26:53] No installed runtime detected
    [2011-12-09:21:27:32] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-09:21:27:32] Commandline is:
    [2011-12-09:21:27:32] No installed runtime detected
    [2011-12-09:21:28:19] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-09:21:28:19] Commandline is:
    [2011-12-09:21:28:19] No installed runtime detected
    [2011-12-09:21:33:58] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-09:21:33:58] Commandline is:
    [2011-12-09:21:33:58] No installed runtime detected
    [2011-12-09:21:57:26] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-09:21:57:26] Commandline is:
    [2011-12-09:21:57:26] No installed runtime detected
    [2012-08-10:15:53:50] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:15:53:50] Commandline is:
    [2012-08-10:15:53:50] No installed runtime detected
    [2012-08-10:15:53:58] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:15:53:58] Commandline is:
    [2012-08-10:15:53:58] No installed runtime detected
    [2012-08-10:15:56:45] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:15:56:45] Commandline is:
    [2012-08-10:15:56:45] No installed runtime detected
    [2012-08-10:15:58:04] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:15:58:04] Commandline is:
    [2012-08-10:15:58:04] No installed runtime detected
    [2012-08-10:15:58:07] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:15:58:07] Commandline is:
    [2012-08-10:15:58:07] No installed runtime detected
    [2012-08-10:16:00:57] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-10:16:00:57] Commandline is:
    [2012-08-10:16:00:57] No installed runtime detected
    [2012-08-10:16:01:03] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:01:03] Commandline is:
    [2012-08-10:16:01:03] No installed runtime detected
    [2012-08-10:16:01:54] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:01:54] Commandline is:
    [2012-08-10:16:01:54] No installed runtime detected
    [2012-08-10:16:10:15] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-10:16:10:15] Commandline is:
    [2012-08-10:16:10:15] No installed runtime detected
    [2012-08-10:16:10:43] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:10:43] Commandline is:
    [2012-08-10:16:10:43] No installed runtime detected
    [2012-08-10:16:14:35] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:14:35] Commandline is:
    [2012-08-10:16:14:35] No installed runtime detected
    [2012-08-10:16:21:35] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-10:16:21:35] Commandline is:
    [2012-08-10:16:21:35] No installed runtime detected
    [2012-08-10:16:22:54] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:22:54] Commandline is:
    [2012-08-10:16:22:54] No installed runtime detected
    [2012-08-10:16:25:56] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:25:56] Commandline is:
    [2012-08-10:16:25:56] No installed runtime detected
    [2012-08-10:16:31:00] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:31:00] Commandline is:
    [2012-08-10:16:31:00] No installed runtime detected
    [2012-08-10:16:32:44] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:32:44] Commandline is:
    [2012-08-10:16:32:44] No installed runtime detected
    [2012-08-10:16:33:12] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:33:12] Commandline is:
    [2012-08-10:16:33:12] No installed runtime detected
    [2012-08-10:16:35:26] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:35:26] Commandline is:
    [2012-08-10:16:35:26] No installed runtime detected
    [2012-08-10:16:39:01] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:39:01] Commandline is:
    [2012-08-10:16:39:01] No installed runtime detected
    [2012-08-10:16:41:51] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:41:51] Commandline is:
    [2012-08-10:16:41:51] No installed runtime detected
    [2012-08-10:16:51:25] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-10:16:51:25] Commandline is:
    [2012-08-10:16:51:25] No installed runtime detected
    [2012-08-10:17:19:42] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:17:19:42] Commandline is:
    [2012-08-10:17:19:42] No installed runtime detected
    Any help would be appreciated.

    hay im getting the same problm and adobe air isnet listed in the micrsoft fix it any advice?
    [2012-01-13:22:23:19] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-01-13:22:23:19] Commandline is: -silent
    [2012-01-13:22:23:19] No installed runtime detected
    [2012-01-13:22:23:19] Starting silent runtime install. Installing runtime version 3.1.0.4880
    [2012-01-13:22:23:19] Installing msi at c:\users\neomi\appdata\local\temp\air3488.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-01-13:22:23:21] Runtime Installer end with exit code 0
    [2012-08-23:14:17:57] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-08-23:14:17:57] Commandline is: -arp:uninstall
    [2012-08-23:14:17:57] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-23:14:18:06] Relaunching with elevation
    [2012-08-23:14:18:06] Launching subprocess with commandline c:\program files (x86)\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2012-08-23:14:18:07] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-08-23:14:18:07] Commandline is: -stdio \\.\pipe\AIR_7464_0 -eu
    [2012-08-23:14:18:07] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-23:14:18:07] Starting runtime uninstall. Uninstalling runtime version 3.1.0.4880
    [2012-08-23:14:18:07] Uninstalling product with GUID {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-08-23:14:18:14] Runtime Installer end with exit code 0
    [2012-08-23:14:18:14] Elevated install completed
    [2012-08-23:14:18:14] Runtime Installer end with exit code 0
    [2012-08-23:15:24:18] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-08-23:15:24:18] Commandline is:
    [2012-08-23:15:24:18] No installed runtime detected
    [2012-08-23:15:24:49] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-08-23:15:24:49] Commandline is:
    [2012-08-23:15:24:49] No installed runtime detected
    [2012-08-23:15:25:09] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-08-23:15:25:09] Commandline is:
    [2012-08-23:15:25:09] No installed runtime detected
    [2012-08-23:15:27:07] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-08-23:15:27:07] Commandline is:
    [2012-08-23:15:27:07] No installed runtime detected
    [2012-08-23:15:28:49] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-08-23:15:28:49] Commandline is:
    [2012-08-23:15:28:49] No installed runtime detected
    [2012-08-23:15:35:00] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-08-23:15:35:00] Commandline is:
    [2012-08-23:15:35:00] No installed runtime detected
    [2012-08-23:15:35:22] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-08-23:15:35:22] Commandline is:
    [2012-08-23:15:35:22] No installed runtime detected
    [2012-08-23:15:39:06] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-08-23:15:39:06] Commandline is:
    [2012-08-23:15:39:06] No installed runtime detected
    [2012-08-23:15:53:35] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-08-23:15:53:35] Commandline is:
    [2012-08-23:15:53:35] No installed runtime detected
    [2012-08-23:16:03:14] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-08-23:16:03:14] Commandline is:
    [2012-08-23:16:03:14] No installed runtime detected
    [2012-08-23:16:03:36] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-08-23:16:03:36] Commandline is:
    [2012-08-23:16:03:36] No installed runtime detected
    [2012-08-23:16:27:19] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-08-23:16:27:19] Commandline is:
    [2012-08-23:16:27:19] No installed runtime detected
    [2012-08-23:16:31:34] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-08-23:16:31:34] Commandline is:
    [2012-08-23:16:31:34] No installed runtime detected
    [2012-08-23:16:33:41] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-08-23:16:33:41] Commandline is:
    [2012-08-23:16:33:41] No installed runtime detected
    [2012-08-23:16:45:42] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-08-23:16:45:42] Commandline is:
    [2012-08-23:16:45:42] No installed runtime detected

  • Problems installing adobe AIR

    I'm having problems installing Adobe AIR. The installer launches two processes but nothing happens after that. I'm using a windows 7 pc.
    Here is the install log I found:
    [2010-09-16:16:41:49] Performing runtime update
    [2010-09-16:16:41:49] UI SWF load is complete
    [2010-09-16:16:41:50] UI initialized
    [2010-09-16:16:41:50] starting user confirmation
    [2010-09-16:16:41:50] Version of this installer: 2.0.3.13070
    [2010-09-16:16:41:50] Installed version: 1.5.2.8870
    [2010-09-16:16:41:50] Installation type: patchNewer
    [2010-09-16:16:41:53] starting elevated install
    [2010-09-16:16:41:54] performing an elevated runtime install
    [2010-09-16:16:41:54] UI SWF load is complete
    [2010-09-16:16:41:54] starting install
    [2010-09-16:16:41:54] subinstaller: starting install
    [2010-09-16:16:41:54] Scheduling runtime installation operations
    [2010-09-16:16:41:54] subinstaller: Scheduling runtime installation operations
    [2010-09-16:16:41:54] Active AIR product GUID is {A2BCA9F1-566C-4805-97D1-7FDC93386723}
    [2010-09-16:16:41:54] subinstaller: Active AIR product GUID is {A2BCA9F1-566C-4805-97D1-7FDC93386723}
    [2010-09-16:16:41:54] Scheduling an MSI install operation
    [2010-09-16:16:41:54] subinstaller: Scheduling an MSI install operation
    [2010-09-16:16:41:54] Beginning runtime installation
    [2010-09-16:16:41:54] subinstaller: Beginning runtime installation
    [2010-09-16:16:41:54] Beginning install
    [2010-09-16:16:41:54] subinstaller: Beginning install
    [2010-09-16:16:41:54] Installing c:\users\risto\appdata\local\temp\aird75b.tmp\setup.msi
    [2010-09-16:16:41:54] subinstaller: Installing c:\users\risto\appdata\local\temp\aird75b.tmp\setup.msi
    [2010-09-16:16:41:55] Copying C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe to C:\Users\Risto\AppData\Local\Temp\flaF4BA.tmp\temp
    [2010-09-16:16:41:55] subinstaller: Copying C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe to C:\Users\Risto\AppData\Local\Temp\flaF4BA.tmp\temp
    [2010-09-16:16:41:55] Deleting C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-09-16:16:41:55] subinstaller: Deleting C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-09-16:16:41:55] Copying C:\Users\Risto\appdata\local\temp\aird75b.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-09-16:16:41:55] subinstaller: Copying C:\Users\Risto\appdata\local\temp\aird75b.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-09-16:16:41:55] Copying C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s to C:\Users\Risto\AppData\Local\Temp\flaF4DA.tmp\temp
    [2010-09-16:16:41:55] subinstaller: Copying C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s to C:\Users\Risto\AppData\Local\Temp\flaF4DA.tmp\temp
    [2010-09-16:16:41:55] Deleting C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-09-16:16:41:55] subinstaller: Deleting C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-09-16:16:41:55] Copying C:\Users\Risto\appdata\local\temp\aird75b.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-09-16:16:41:55] subinstaller: Copying C:\Users\Risto\appdata\local\temp\aird75b.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-09-16:16:41:55] Execution complete; beginning commit phase
    [2010-09-16:16:41:55] subinstaller: Execution complete; beginning commit phase
    [2010-09-16:16:41:55] Deleting C:\Users\Risto\AppData\Local\Temp\flaF4BA.tmp\temp
    [2010-09-16:16:41:55] subinstaller: Deleting C:\Users\Risto\AppData\Local\Temp\flaF4BA.tmp\temp
    [2010-09-16:16:41:55] Deleting C:\Users\Risto\AppData\Local\Temp\flaF4DA.tmp\temp
    [2010-09-16:16:41:55] subinstaller: Deleting C:\Users\Risto\AppData\Local\Temp\flaF4DA.tmp\temp
    [2010-09-16:16:41:55] Commit complete
    [2010-09-16:16:41:55] subinstaller: Commit complete
    [2010-09-16:16:41:55] install complete
    [2010-09-16:16:41:55] subinstaller: install complete
    [2010-09-16:16:41:55] begin quitting
    [2010-09-16:16:41:55] subinstaller: begin quitting
    [2010-09-16:16:41:55] Elevated install completed
    [2010-09-16:16:41:57] begin quitting
    [2010-09-16:16:44:19] UI SWF load is complete
    [2010-09-16:16:44:20] UI initialized
    [2010-09-16:16:44:20] Pingback request completed with HTTP status 200
    [2010-09-16:16:44:20] Begin background update check
    [2010-09-16:16:44:20] Starting download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.0.3.13070/update
    [2010-09-16:16:44:21] Background update not available
    [2010-09-16:16:44:21] begin quitting
    [2010-09-16:16:45:16] UI SWF load is complete
    [2010-09-16:16:45:17] UI initialized
    [2010-09-16:16:45:17] Pingback request completed with HTTP status 200
    [2010-09-16:16:45:17] Begin background update check
    [2010-09-16:16:45:17] Starting download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.0.3.13070/update
    [2010-09-16:16:45:18] Background update not available
    [2010-09-16:16:45:18] begin quitting
    [2010-09-16:16:45:40] UI SWF load is complete
    [2010-09-16:16:45:41] UI initialized
    [2010-09-16:16:45:41] Pingback request completed with HTTP status 200
    [2010-09-16:16:45:41] Begin background update check
    [2010-09-16:16:45:41] Starting download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.0.3.13070/update
    [2010-09-16:16:45:41] Background update not available
    [2010-09-16:16:45:41] begin quitting
    [2010-09-16:20:26:41] UI SWF load is complete
    [2010-09-16:20:26:41] UI initialized
    [2010-09-16:20:26:42] Pingback request completed with HTTP status 200
    [2010-09-16:20:26:42] Begin background update check
    [2010-09-16:20:26:42] Starting download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.0.3.13070/update
    [2010-09-16:20:26:43] Background update not available
    [2010-09-16:20:26:44] begin quitting
    [2010-12-05:19:15:11] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-05:19:15:12] Commandline is: -silent
    [2010-12-05:19:15:12] Installed runtime (2.0.3.13070) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2010-12-05:19:15:12] Starting silent runtime update. Updating runtime from version 2.0.3.13070 to version 2.5.1.17730
    [2010-12-05:19:15:12] Installing msi at c:\users\risto\appdata\local\temp\air65bb.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-05:19:15:14] Runtime Installer end with exit code 0
    [2010-12-05:19:15:16] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-05:19:15:16] Commandline is: -silent -location "C:\Program Files (x86)\Voddler" "C:\Program Files (x86)\Voddler\VoddlerPlayer.air"
    [2010-12-05:19:15:16] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2010-12-05:19:15:16] Invoking Application Installer for combined install
    [2010-12-05:19:15:16] Launching subprocess with commandline C:\Users\Risto\AppData\Local\Temp\AIR78BE.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Risto\AppData\Local\Temp\AIR78BE.tmp -silent -withRuntime -url -location "C:\Program Files (x86)\Voddler" file:///C:/Program%20Files%20(x86)/Voddler/VoddlerPlayer.air
    [2010-12-05:19:15:17] Application Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-05:19:15:17] Commandline is: -runtime C:\Users\Risto\AppData\Local\Temp\AIR78BE.tmp -silent -withRuntime -url -location "C:\Program Files (x86)\Voddler" file:///C:/Program%20Files%20(x86)/Voddler/VoddlerPlayer.air
    [2010-12-05:19:15:17] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2010-12-05:19:15:17] Unpackaging file:///C:/Program%20Files%20(x86)/Voddler/VoddlerPlayer.air to C:\Users\Risto\AppData\Local\Temp\fla83C6.tmp
    [2010-12-05:19:15:18] Application signature verified
    [2010-12-05:19:15:18] Unpackaging/validation complete
    [2010-12-05:19:15:18] No app located for appID 'VoddlerPlayer' and pubID '22AA32E1C519F8FB77514A36DC6C2AE2C623240F.1'
    [2010-12-05:19:15:18] Converting unpackaged application to a native installation package in C:\Users\Risto\AppData\Local\Temp\fla878E.tmp
    [2010-12-05:19:15:18] Native installation package creation succeeded
    [2010-12-05:19:15:18] Starting silent app installation to C:\Program Files (x86)\Voddler. Installing app VoddlerPlayer.22AA32E1C519F8FB77514A36DC6C2AE2C623240F.1 version 3.1 using the source file at file:///C:/Program%20Files%20(x86)/Voddler/VoddlerPlayer.air
    [2010-12-05:19:15:18] Installing msi at C:\Users\Risto\AppData\Local\Temp\fla878E.tmp\setup.msi with guid {F2D36F4C-F63E-9EB1-758A-CB33FC50E650}
    [2010-12-05:19:15:19] Application Installer end with exit code 0
    [2010-12-05:19:15:20] Subprocess app installer succeeded
    [2010-12-05:19:15:20] Runtime Installer end with exit code 0
    [2010-12-05:19:16:35] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-12-05:19:16:35] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-05:19:16:35] Commandline is: -updatecheck
    [2010-12-05:19:16:35] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2010-12-05:19:16:35] Performing pingback request
    [2010-12-05:19:16:37] Pingback request completed with HTTP status 200
    [2010-12-05:19:16:37] Starting runtime background update check
    [2010-12-05:19:16:37] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.5.1.17730/update
    [2010-12-05:19:16:37] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.5.1.17730/update to C:\Users\Risto\AppData\Roaming\Adobe\AIR\Updater\Background
    [2010-12-05:19:16:37] Runtime update not available
    [2010-12-05:19:16:37] Unpackaging cancelled
    [2010-12-05:19:16:37] Runtime Installer end with exit code 0
    [2010-12-15:00:25:09] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-15:00:25:09] Commandline is: -uninstall
    [2010-12-15:00:25:09] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2010-12-15:00:25:09] Starting runtime uninstall. Uninstalling runtime version 2.5.1.17730
    [2010-12-15:00:25:09] Uninstalling product with GUID {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-15:00:25:11] Runtime Installer end with exit code 0
    [2010-12-15:00:25:14] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2010-12-15:00:25:14] Commandline is: -silent
    [2010-12-15:00:25:14] No installed runtime detected
    [2010-12-15:00:25:14] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2010-12-15:00:25:14] Installing msi at c:\users\risto\appdata\local\temp\air9ed9.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-15:00:25:21] Runtime Installer end with exit code 0
    [2011-11-10:15:14:19] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-11-10:15:14:19] Commandline is:
    [2011-11-10:15:14:19] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-11-10:15:14:22] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-11-10:15:14:22] Commandline is:
    [2011-11-10:15:14:22] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-11-10:15:14:26] Runtime Installer end with exit code 6
    [2011-11-10:15:15:04] Runtime Installer end with exit code 6
    [2011-11-10:15:15:12] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-11-10:15:15:12] Commandline is:
    [2011-11-10:15:15:12] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-11-10:15:19:27] Runtime Installer end with exit code 6
    [2011-11-23:00:30:16] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2011-11-23:00:30:16] Commandline is: -arp:uninstall
    [2011-11-23:00:30:16] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-11-23:00:30:18] Relaunching with elevation
    [2011-11-23:00:30:18] Launching subprocess with commandline c:\program files (x86)\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-11-23:00:30:18] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2011-11-23:00:30:18] Commandline is: -stdio \\.\pipe\AIR_3356_0 -eu
    [2011-11-23:00:30:18] Installed runtime (2.5.1.17730) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-11-23:00:30:18] Starting runtime uninstall. Uninstalling runtime version 2.5.1.17730
    [2011-11-23:00:30:19] Uninstalling product with GUID {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-11-23:00:30:21] Runtime Installer end with exit code 0
    [2011-11-23:00:30:21] Elevated install completed
    [2011-11-23:00:30:21] Runtime Installer end with exit code 0
    [2011-11-23:00:35:41] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-23:00:35:41] Commandline is:
    [2011-11-23:00:35:41] No installed runtime detected
    [2011-11-23:00:35:57] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-23:00:35:57] Commandline is:
    [2011-11-23:00:35:57] No installed runtime detected
    [2011-11-23:00:36:15] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-23:00:36:15] Commandline is:
    [2011-11-23:00:36:15] No installed runtime detected
    [2011-11-23:00:36:58] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-23:00:36:58] Commandline is:
    [2011-11-23:00:36:58] No installed runtime detected
    [2011-11-23:00:36:59] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-23:00:36:59] Commandline is:
    [2011-11-23:00:36:59] No installed runtime detected
    [2011-11-24:20:54:19] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:54:20] Commandline is:
    [2011-11-24:20:54:20] No installed runtime detected
    [2011-11-24:20:55:19] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:55:19] Commandline is:
    [2011-11-24:20:55:19] No installed runtime detected
    [2011-11-24:20:56:08] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:56:08] Commandline is:
    [2011-11-24:20:56:08] No installed runtime detected
    [2011-11-24:20:56:10] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:56:10] Commandline is:
    [2011-11-24:20:56:10] No installed runtime detected
    [2011-11-24:20:56:23] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:56:23] Commandline is:
    [2011-11-24:20:56:23] No installed runtime detected
    [2011-11-24:20:56:24] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:20:56:24] Commandline is:
    [2011-11-24:20:56:24] No installed runtime detected
    [2011-11-24:21:10:50] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-11-24:21:10:50] Commandline is:
    [2011-11-24:21:10:50] No installed runtime detected
    [2011-11-24:23:15:27] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-11-24:23:15:27] Commandline is:
    [2011-11-24:23:15:27] No installed runtime detected
    [2011-12-09:21:24:09] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-09:21:24:10] Commandline is:
    [2011-12-09:21:24:10] No installed runtime detected
    [2011-12-09:21:24:16] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-09:21:24:16] Commandline is:
    [2011-12-09:21:24:16] No installed runtime detected
    [2011-12-09:21:24:26] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-09:21:24:26] Commandline is:
    [2011-12-09:21:24:26] No installed runtime detected
    [2011-12-09:21:26:03] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-09:21:26:03] Commandline is:
    [2011-12-09:21:26:03] No installed runtime detected
    [2011-12-09:21:26:53] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-09:21:26:53] Commandline is:
    [2011-12-09:21:26:53] No installed runtime detected
    [2011-12-09:21:27:32] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-09:21:27:32] Commandline is:
    [2011-12-09:21:27:32] No installed runtime detected
    [2011-12-09:21:28:19] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-09:21:28:19] Commandline is:
    [2011-12-09:21:28:19] No installed runtime detected
    [2011-12-09:21:33:58] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-09:21:33:58] Commandline is:
    [2011-12-09:21:33:58] No installed runtime detected
    [2011-12-09:21:57:26] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-09:21:57:26] Commandline is:
    [2011-12-09:21:57:26] No installed runtime detected
    [2012-08-10:15:53:50] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:15:53:50] Commandline is:
    [2012-08-10:15:53:50] No installed runtime detected
    [2012-08-10:15:53:58] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:15:53:58] Commandline is:
    [2012-08-10:15:53:58] No installed runtime detected
    [2012-08-10:15:56:45] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:15:56:45] Commandline is:
    [2012-08-10:15:56:45] No installed runtime detected
    [2012-08-10:15:58:04] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:15:58:04] Commandline is:
    [2012-08-10:15:58:04] No installed runtime detected
    [2012-08-10:15:58:07] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:15:58:07] Commandline is:
    [2012-08-10:15:58:07] No installed runtime detected
    [2012-08-10:16:00:57] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-10:16:00:57] Commandline is:
    [2012-08-10:16:00:57] No installed runtime detected
    [2012-08-10:16:01:03] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:01:03] Commandline is:
    [2012-08-10:16:01:03] No installed runtime detected
    [2012-08-10:16:01:54] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:01:54] Commandline is:
    [2012-08-10:16:01:54] No installed runtime detected
    [2012-08-10:16:10:15] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-10:16:10:15] Commandline is:
    [2012-08-10:16:10:15] No installed runtime detected
    [2012-08-10:16:10:43] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:10:43] Commandline is:
    [2012-08-10:16:10:43] No installed runtime detected
    [2012-08-10:16:14:35] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:14:35] Commandline is:
    [2012-08-10:16:14:35] No installed runtime detected
    [2012-08-10:16:21:35] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-10:16:21:35] Commandline is:
    [2012-08-10:16:21:35] No installed runtime detected
    [2012-08-10:16:22:54] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:22:54] Commandline is:
    [2012-08-10:16:22:54] No installed runtime detected
    [2012-08-10:16:25:56] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:25:56] Commandline is:
    [2012-08-10:16:25:56] No installed runtime detected
    [2012-08-10:16:31:00] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:31:00] Commandline is:
    [2012-08-10:16:31:00] No installed runtime detected
    [2012-08-10:16:32:44] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:32:44] Commandline is:
    [2012-08-10:16:32:44] No installed runtime detected
    [2012-08-10:16:33:12] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:33:12] Commandline is:
    [2012-08-10:16:33:12] No installed runtime detected
    [2012-08-10:16:35:26] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:35:26] Commandline is:
    [2012-08-10:16:35:26] No installed runtime detected
    [2012-08-10:16:39:01] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:39:01] Commandline is:
    [2012-08-10:16:39:01] No installed runtime detected
    [2012-08-10:16:41:51] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:16:41:51] Commandline is:
    [2012-08-10:16:41:51] No installed runtime detected
    [2012-08-10:16:51:25] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-10:16:51:25] Commandline is:
    [2012-08-10:16:51:25] No installed runtime detected
    [2012-08-10:17:19:42] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86
    [2012-08-10:17:19:42] Commandline is:
    [2012-08-10:17:19:42] No installed runtime detected
    Any help would be appreciated.

    If i double-click on the Adobe Air download, it's opening up to reveal the Adobe Air. When I open it, after prompting me if i want to open the downloaded program and when I click on the open button, it's saying "This application needs requires a version of Adobe Air which cannot be found." i also tried dragging the icon into the aplications folder. it's not working as yet.

  • Adobe air installer problem. app behaving strange

    Hi all
    i developed a desktop app in flex..In this i set the alpha of a text input /text area to alpha=0
    .the app is behaving different..on different pc's..i executed to debug the app on my pc on setting the alpha=0 for text input the background becomes transparent and i was able to write text with alpha not effecting the text in the text input...then i copy the code to another pc install the adobe air installer and debug the code again ..now what i see was lil strange that the alpha property also effects the text contained in the text input...
    chk the link below too
    http://forums.adobe.com/thread/526301?tstart=0
    can any body tell me whats happening or it depends upon the adobe air installer .
    I installed the adobe air installer on my pc 1 and a half month back..on the other pc  i installed  2 weeks back..
    where is the problem?
    thanks

    If you need it for the usage meter, instructions here  > http://usagemeterapp.comcast.net/air.html
    Repair permissions prior to installing Adobe Air.
    Launch Disk Utility located in HD > Applications > Utilities
    Select the startup disk on the left then select the First Aid tab.
    Click: Repair Disk Permissions
    This process can take a few minutes.
    Quit Disk Utility when it's finished then try installing Adobe Air.
    FAQ's for >  Xfinity Usage Meter Application

  • Adobe air installation / uninstallation failure on windows 7 / 32bit

    My air version is 3.0.0.4080 as noted in below.
    It does not work on update to new version, and also on uninstallation.
    I have revies so many other posts on various websites.
    msiexec /unregister
    msiexec /regserver
    And also above solution did not work at all.
    Please give me a new, fancy solution.
    I hope so.
    [2011-12-13:04:41:55] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:04:41:55] Commandline is: -update "c:\program files\misisipi player\misisipi player\misisipi player.exe" "C:\Users\Jaisu\AppData\Roaming\com.nowcom.Misisipi\Local Store\#ApplicationUpdater\update.air" 0.8.15
    [2011-12-13:04:41:55] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:41:55] Installed app (com.nowcom.Misisipi) located at c:\program files\misisipi player\misisipi player\misisipi player.exe
    [2011-12-13:04:41:56] Unpackaging file:///C:/Users/Jaisu/AppData/Roaming/com.nowcom.Misisipi/Local%20Store/%23ApplicationUp dater/update.air to C:\Users\Jaisu\AppData\Local\Temp\fla8CE3.tmp
    [2011-12-13:04:41:58] Application signature verified
    [2011-12-13:04:41:58] Unpackaging/validation complete
    [2011-12-13:04:41:58] Converting unpackaged application to a native installation package in C:\Users\Jaisu\AppData\Local\Temp\fla958B.tmp
    [2011-12-13:04:41:59] Native installation package creation succeeded
    [2011-12-13:04:41:59] Starting app update of c:\program files\misisipi player. Updating from com.nowcom.Misisipi version 0.8.4 to com.nowcom.Misisipi version 0.8.15 using the source file at file:///C:/Users/Jaisu/AppData/Roaming/com.nowcom.Misisipi/Local%20Store/%23ApplicationUp dater/update.air
    [2011-12-13:04:41:59] Installing msi at C:\Users\Jaisu\AppData\Local\Temp\fla958B.tmp\setup.msi with guid {398D973F-F476-B850-BE9B-CEF9B975C11D}
    [2011-12-13:04:42:04] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:42:04] Rolling back install of C:\Users\Jaisu\AppData\Local\Temp\fla958B.tmp\setup.msi
    [2011-12-13:04:42:04] Rollback complete
    [2011-12-13:04:42:04] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:42:04] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files\Common Files" -update -silent -logToStdout "c:\program files\misisipi player\misisipi player\misisipi player.exe" file:///C:/Users/Jaisu/AppData/Roaming/com.nowcom.Misisipi/Local%20Store/%23ApplicationUp dater/update.air 0.8.15
    [2011-12-13:04:42:04] Relaunching with elevation
    [2011-12-13:04:42:08] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:04:42:08] Commandline is: -stdio \\.\pipe\AIR_4816_0 -runtime "c:\Program Files\Common Files" -update -silent -logToStdout "c:\program files\misisipi player\misisipi player\misisipi player.exe" file:///C:/Users/Jaisu/AppData/Roaming/com.nowcom.Misisipi/Local%20Store/%23ApplicationUp dater/update.air 0.8.15
    [2011-12-13:04:42:08] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:42:08] Installed app (com.nowcom.Misisipi) located at c:\program files\misisipi player\misisipi player\misisipi player.exe
    [2011-12-13:04:42:08] Unpackaging file:///C:/Users/Jaisu/AppData/Roaming/com.nowcom.Misisipi/Local%20Store/%23ApplicationUp dater/update.air to C:\Users\Jaisu\AppData\Local\Temp\flaBEBC.tmp
    [2011-12-13:04:42:09] Application signature verified
    [2011-12-13:04:42:09] Unpackaging/validation complete
    [2011-12-13:04:42:09] Converting unpackaged application to a native installation package in C:\Users\Jaisu\AppData\Local\Temp\flaC35E.tmp
    [2011-12-13:04:42:11] Native installation package creation succeeded
    [2011-12-13:04:42:11] Starting silent app update of c:\program files\misisipi player. Updating from com.nowcom.Misisipi version 0.8.4 to com.nowcom.Misisipi version 0.8.15 using the source file at file:///C:/Users/Jaisu/AppData/Roaming/com.nowcom.Misisipi/Local%20Store/%23ApplicationUp dater/update.air
    [2011-12-13:04:42:11] Installing msi at C:\Users\Jaisu\AppData\Local\Temp\flaC35E.tmp\setup.msi with guid {398D973F-F476-B850-BE9B-CEF9B975C11D}
    [2011-12-13:04:42:11] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:42:11] Rolling back install of C:\Users\Jaisu\AppData\Local\Temp\flaC35E.tmp\setup.msi
    [2011-12-13:04:42:11] Rollback complete
    [2011-12-13:04:42:11] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:42:11] Elevated install failed: error 0 1603
    [2011-12-13:04:42:12] Application Installer end with exit code 7
    [2011-12-13:04:44:47] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:04:44:47] Commandline is: -arp:uninstall
    [2011-12-13:04:44:47] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:44:49] Relaunching with elevation
    [2011-12-13:04:44:49] Launching subprocess with commandline c:\program files\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-12-13:04:44:49] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:04:44:49] Commandline is: -stdio \\.\pipe\AIR_6240_0 -eu
    [2011-12-13:04:44:49] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:44:49] Starting runtime uninstall. Uninstalling runtime version 3.0.0.4080
    [2011-12-13:04:44:49] Uninstalling product with GUID {ACEB2BAF-96DF-48FD-ADD5-43842D4C443D}
    [2011-12-13:04:44:49] Error occurred during msi uninstall operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:04:44:49] Rollback complete
    [2011-12-13:04:44:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:04:44:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:04:44:49] Runtime Installer end with exit code 7
    [2011-12-13:04:44:51] Runtime Installer end with exit code 7
    [2011-12-13:04:49:19] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:04:49:19] Commandline is: -playerVersion=11,1,102,55 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled net.daum.musicdownloader adobe.com:air0.7541891867294908 onApplicationVersion
    [2011-12-13:04:49:19] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:49:19] Application Installer end with exit code 0
    [2011-12-13:04:51:27] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-13:04:51:27] Commandline is:
    [2011-12-13:04:51:27] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:51:34] Relaunching with elevation
    [2011-12-13:04:51:34] Launching subprocess with commandline c:\users\jaisu\appdata\local\temp\air383f.tmp\adobe air installer.exe -ei
    [2011-12-13:04:51:37] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-13:04:51:37] Commandline is: -stdio \\.\pipe\AIR_4368_0 -ei
    [2011-12-13:04:51:37] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:51:38] Starting silent runtime update. Updating runtime from version 3.0.0.4080 to version 3.1.0.4880
    [2011-12-13:04:51:38] Installing msi at c:\users\jaisu\appdata\local\temp\air383f.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2011-12-13:04:51:44] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:51:44] Rolling back install of c:\users\jaisu\appdata\local\temp\air383f.tmp\setup.msi
    [2011-12-13:04:51:44] Rollback complete
    [2011-12-13:04:51:44] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:51:44] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:51:44] Runtime Installer end with exit code 7
    [2011-12-13:04:51:47] Runtime Installer end with exit code 7
    [2011-12-13:04:51:49] Launching subprocess with commandline c:\program files\misisipi player\misisipi player\misisipi player.exe
    [2011-12-13:04:51:50] Application Installer end with exit code 7
    [2011-12-13:04:51:52] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:04:51:52] Commandline is: -update "c:\program files\misisipi player\misisipi player\misisipi player.exe" "C:\Users\Jaisu\AppData\Roaming\com.nowcom.Misisipi\Local Store\#ApplicationUpdater\update.air" 0.8.15
    [2011-12-13:04:51:52] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:51:52] Installed app (com.nowcom.Misisipi) located at c:\program files\misisipi player\misisipi player\misisipi player.exe
    [2011-12-13:04:51:52] Unpackaging file:///C:/Users/Jaisu/AppData/Roaming/com.nowcom.Misisipi/Local%20Store/%23ApplicationUp dater/update.air to C:\Users\Jaisu\AppData\Local\Temp\flaA65C.tmp
    [2011-12-13:04:51:53] Application signature verified
    [2011-12-13:04:51:53] Unpackaging/validation complete
    [2011-12-13:04:51:53] Converting unpackaged application to a native installation package in C:\Users\Jaisu\AppData\Local\Temp\flaAAEF.tmp
    [2011-12-13:04:51:53] Native installation package creation succeeded
    [2011-12-13:04:51:54] Starting app update of c:\program files\misisipi player. Updating from com.nowcom.Misisipi version 0.8.4 to com.nowcom.Misisipi version 0.8.15 using the source file at file:///C:/Users/Jaisu/AppData/Roaming/com.nowcom.Misisipi/Local%20Store/%23ApplicationUp dater/update.air
    [2011-12-13:04:51:54] Installing msi at C:\Users\Jaisu\AppData\Local\Temp\flaAAEF.tmp\setup.msi with guid {398D973F-F476-B850-BE9B-CEF9B975C11D}
    [2011-12-13:04:51:54] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:51:54] Rolling back install of C:\Users\Jaisu\AppData\Local\Temp\flaAAEF.tmp\setup.msi
    [2011-12-13:04:51:54] Rollback complete
    [2011-12-13:04:51:54] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:51:54] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files\Common Files" -update -silent -logToStdout "c:\program files\misisipi player\misisipi player\misisipi player.exe" file:///C:/Users/Jaisu/AppData/Roaming/com.nowcom.Misisipi/Local%20Store/%23ApplicationUp dater/update.air 0.8.15
    [2011-12-13:04:51:54] Relaunching with elevation
    [2011-12-13:04:51:56] Subprocess Elevated sub-installer failed (-1)
    [2011-12-13:04:52:10] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-13:04:52:10] Commandline is:
    [2011-12-13:04:52:10] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:52:12] Relaunching with elevation
    [2011-12-13:04:52:12] Launching subprocess with commandline c:\users\jaisu\appdata\local\temp\aire3aa.tmp\adobe air installer.exe -ei
    [2011-12-13:04:52:15] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-13:04:52:15] Commandline is: -stdio \\.\pipe\AIR_4448_0 -ei
    [2011-12-13:04:52:15] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:52:15] Starting silent runtime update. Updating runtime from version 3.0.0.4080 to version 3.1.0.4880
    [2011-12-13:04:52:15] Installing msi at c:\users\jaisu\appdata\local\temp\aire3aa.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2011-12-13:04:52:17] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:52:17] Rolling back install of c:\users\jaisu\appdata\local\temp\aire3aa.tmp\setup.msi
    [2011-12-13:04:52:17] Rollback complete
    [2011-12-13:04:52:17] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:52:17] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:52:17] Runtime Installer end with exit code 7
    [2011-12-13:04:52:19] Runtime Installer end with exit code 7
    [2011-12-13:04:52:58] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-13:04:52:58] Commandline is:
    [2011-12-13:04:52:58] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:53:01] Relaunching with elevation
    [2011-12-13:04:53:01] Launching subprocess with commandline c:\users\jaisu\appdata\local\temp\aira0b1.tmp\adobe air installer.exe -ei
    [2011-12-13:04:53:03] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-13:04:53:03] Commandline is: -stdio \\.\pipe\AIR_6516_0 -ei
    [2011-12-13:04:53:03] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:53:03] Starting silent runtime update. Updating runtime from version 3.0.0.4080 to version 3.1.0.4880
    [2011-12-13:04:53:03] Installing msi at c:\users\jaisu\appdata\local\temp\aira0b1.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2011-12-13:04:53:06] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:53:06] Rolling back install of c:\users\jaisu\appdata\local\temp\aira0b1.tmp\setup.msi
    [2011-12-13:04:53:06] Rollback complete
    [2011-12-13:04:53:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:53:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:53:06] Runtime Installer end with exit code 7
    [2011-12-13:04:53:08] Runtime Installer end with exit code 7
    [2011-12-13:04:53:20] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-13:04:53:20] Commandline is:
    [2011-12-13:04:53:20] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:53:34] Relaunching with elevation
    [2011-12-13:04:53:34] Launching subprocess with commandline c:\users\jaisu\appdata\local\temp\airf2a7.tmp\adobe air installer.exe -ei
    [2011-12-13:04:53:36] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2011-12-13:04:53:36] Commandline is: -stdio \\.\pipe\AIR_5476_0 -ei
    [2011-12-13:04:53:36] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:53:36] Starting silent runtime update. Updating runtime from version 3.0.0.4080 to version 3.1.0.4880
    [2011-12-13:04:53:37] Installing msi at c:\users\jaisu\appdata\local\temp\airf2a7.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2011-12-13:04:53:40] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:53:40] Rolling back install of c:\users\jaisu\appdata\local\temp\airf2a7.tmp\setup.msi
    [2011-12-13:04:53:40] Rollback complete
    [2011-12-13:04:53:40] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:53:40] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-12-13:04:53:40] Runtime Installer end with exit code 7
    [2011-12-13:04:55:16] Runtime Installer end with exit code 7
    [2011-12-13:04:56:48] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:04:56:48] Commandline is: -arp:uninstall
    [2011-12-13:04:56:48] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:56:51] Relaunching with elevation
    [2011-12-13:04:56:51] Launching subprocess with commandline c:\program files\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-12-13:04:56:51] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:04:56:51] Commandline is: -stdio \\.\pipe\AIR_2616_0 -eu
    [2011-12-13:04:56:51] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:04:56:51] Starting runtime uninstall. Uninstalling runtime version 3.0.0.4080
    [2011-12-13:04:56:51] Uninstalling product with GUID {ACEB2BAF-96DF-48FD-ADD5-43842D4C443D}
    [2011-12-13:04:56:51] Error occurred during msi uninstall operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:04:56:51] Rollback complete
    [2011-12-13:04:56:51] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:04:56:51] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:04:56:51] Runtime Installer end with exit code 7
    [2011-12-13:04:57:05] Runtime Installer end with exit code 7
    [2011-12-13:05:01:50] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:05:01:50] Commandline is:
    [2011-12-13:05:01:50] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:05:01:53] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-12-13:05:01:53] Runtime Installer end with exit code 0
    [2011-12-13:05:01:53] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:05:01:53] Commandline is: -installupdatecheck
    [2011-12-13:05:01:53] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:05:01:53] Performing pingback request
    [2011-12-13:05:01:53] Starting runtime background update check
    [2011-12-13:05:01:53] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.0.0.4080/update
    [2011-12-13:05:01:53] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.0.0.4080/update to C:\Users\Jaisu\AppData\Roaming\Adobe\AIR\Updater\Background
    [2011-12-13:05:01:59] Unpackaging complete
    [2011-12-13:05:01:59] Download success
    [2011-12-13:05:01:59] Runtime updated downloaded
    [2011-12-13:05:02:02] User had deferred installing the update
    [2011-12-13:05:02:02] Runtime Installer end with exit code 0
    [2011-12-13:05:02:08] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:05:02:08] Commandline is:
    [2011-12-13:05:02:08] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:05:02:11] Cancel request received
    [2011-12-13:05:02:11] Application Installer end with exit code 6
    [2011-12-13:05:07:19] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:05:07:19] Commandline is: -arp:uninstall
    [2011-12-13:05:07:19] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:05:07:21] Relaunching with elevation
    [2011-12-13:05:07:21] Launching subprocess with commandline c:\program files\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-12-13:05:07:21] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:05:07:21] Commandline is: -stdio \\.\pipe\AIR_1256_0 -eu
    [2011-12-13:05:07:21] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:05:07:21] Starting runtime uninstall. Uninstalling runtime version 3.0.0.4080
    [2011-12-13:05:07:21] Uninstalling product with GUID {ACEB2BAF-96DF-48FD-ADD5-43842D4C443D}
    [2011-12-13:05:07:22] Error occurred during msi uninstall operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:05:07:22] Rollback complete
    [2011-12-13:05:07:22] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:05:07:22] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:05:07:22] Runtime Installer end with exit code 7
    [2011-12-13:05:07:23] Runtime Installer end with exit code 7
    [2011-12-13:05:10:17] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:05:10:17] Commandline is: -arp:uninstall
    [2011-12-13:05:10:17] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:05:10:42] Relaunching with elevation
    [2011-12-13:05:10:42] Launching subprocess with commandline c:\program files\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-12-13:05:10:42] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-12-13:05:10:42] Commandline is: -stdio \\.\pipe\AIR_7584_0 -eu
    [2011-12-13:05:10:42] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR
    [2011-12-13:05:10:42] Starting runtime uninstall. Uninstalling runtime version 3.0.0.4080
    [2011-12-13:05:10:42] Uninstalling product with GUID {ACEB2BAF-96DF-48FD-ADD5-43842D4C443D}
    [2011-12-13:05:10:42] Error occurred during msi uninstall operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:05:10:42] Rollback complete
    [2011-12-13:05:10:42] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:05:10:42] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-12-13:05:10:42] Runtime Installer end with exit code 7
    [2011-12-13:05:10:44] 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
    Thanks,
    Chris

  • Adobe Air updater goes Error #1034

    Hi,
    we've packaged an air application with an old version of air runtime that is automatically deployed to our customer computer.
    Everything goes well on install, but when we launch our application, it logically propose our customer to update to the last version of Air.
    The problem is that during the update process of air runtime (our application is still running), we have an error #1034 appearing.
    the Adobe Air Updater logs are the following :
    [2012-01-06:10:40:11] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2012-01-06:10:40:11] Commandline is: -silent -eulaAccepted
    [2012-01-06:10:40:11] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-01-06:10:40:11] Runtime Installer end with exit code 0
    [2012-01-06:10:40:42] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-01-06:10:40:42] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2012-01-06:10:40:42] Commandline is: -updatecheck
    [2012-01-06:10:40:42] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-01-06:10:40:42] Performing pingback request
    [2012-01-06:10:40:43] Pingback request completed with HTTP status 200
    [2012-01-06:10:40:43] Starting runtime background update check
    [2012-01-06:10:40:43] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.0.0.4080/update
    [2012-01-06:10:40:43] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.0.0.4080/update to C:\Users\ksaidi\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-01-06:10:40:44] Unpackaging complete
    [2012-01-06:10:40:44] Download success
    [2012-01-06:10:40:44] Runtime updated downloaded
    [2012-01-06:10:40:44] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception TypeError: Error #1034" errorID=1034]
    [2012-01-06:10:41:05] Runtime Installer end with exit code 7
    The most disturbing is that if we close our application and run the updater alone, everything goes well, and our application is running perfectly.
    Anyone have a clue on what is happening?
    Thanks a lot
    Antoine

    I've seen this error before in a few posts, but I don't think I've seen a solution or exact cause.  Are you seeing this on every system you try or is it isolated to particular machines?  If it's occurring everywhere, would you be willing to send me ([email protected]) your installer so I can give it a try?
    Thanks,
    Chris

Maybe you are looking for