Adobe AIR and Flash

Hello,
I am pretty new to Adobe AIR.
I have a problem; I have been reading the Adobe Documentation and it is shown that Flash Media Server supports html packages, via a package flash.html.*
However, It is mentioned that it is AIR supported.
I did not understand this.
And also i couldnt find any package as such while writing the code in Flash CS3.
Can someone please throw some light on this and how do i get started with it?
Thanks

Flash and Java are the two top vectors for malware on any computer. It is imperative that you keep Flash updated to the latest version at all times. As for your concern about problems by updating Air or Flash the prudent thing to do is to create a bootable clone of your working system using a well known cloning app such as Super Duper. Create the bootable clone on a freshly formatted, external hard drive, then boot from that clone, update Flash and Air on that clone to the latest version, then test to see if you have problems with your PoserPro software. If all is well then restart from your normal boot drive and update.
I note that PoserPro is a product of Smith Micro Software, Inc. This company has a very bad reputation regarding OS X compatibility, timely updates, and responses to customer service issues.

Similar Messages

  • Adobe Air and Flash: Safe or Unsafe?

    Adobe Air and Flash-- I use PoserPro2014, and it makes use of Adobe Air to run the Library. I'm getting requests to update the Air component. The tutorials use Flash. I get messages that the Flash "is out of date" and can't watch the tutorials. I
    I'm running 10.9.4. My concern is about how Air and Flash may cause problems for my computer. Are the latest versions of Air and Flash safe to upgrade to?

    Flash and Java are the two top vectors for malware on any computer. It is imperative that you keep Flash updated to the latest version at all times. As for your concern about problems by updating Air or Flash the prudent thing to do is to create a bootable clone of your working system using a well known cloning app such as Super Duper. Create the bootable clone on a freshly formatted, external hard drive, then boot from that clone, update Flash and Air on that clone to the latest version, then test to see if you have problems with your PoserPro software. If all is well then restart from your normal boot drive and update.
    I note that PoserPro is a product of Smith Micro Software, Inc. This company has a very bad reputation regarding OS X compatibility, timely updates, and responses to customer service issues.

  • Adobe Air and Flash Future on Desktop and Mobile Devices

    Hello,
    iam interested to develop for mobil and desktop devices with AS3 and Flash Professional and i have any question.
    I see also many benefits to develop in flash as in java because javas gui development is based on swing a old java graphics engine.
    Next reason is the plattform like Linux,Windows,IOS.,the Game Development and other stuff.
    With Flash i can create nextgen interactive stunning cool gui interfaces for apps.
    I dont know why flash sucks for the market and devices.
    My question: is as3 and flash save for the future ?
    Make it really sense to learn as3 and Flash ?
    I have read many blogs,threads on adobe and other forums year 2012 Adobe stop flash development,
    and now 2013 google androids kitkat now have removed api features that kills complete flash !!!
    Other comments says Flash is dead for the market!? Many frustradet flash developers he work 10 years and more with flash are crying.
    So what is really the Future for the A3 and Flash Development ?
    Thanks and greetings

    Hi mc_gfx,
    > You think i can get started with flash and air development without worries?
    Software development always involves risk, so you can't really do much without worries.       AIR in particular is a cutting (bleading?) edge technology. Adobe is attempting to solve a difficult problem with limited resources, and the results aren't always ideal.
    If you want to deploy to Android and iOS, and you write two native apps, you face a 100% risk that you'll have to write your app twice. While this may not take twice as long as writing it once, it will come close.
    If you use AIR, you only have to write your app once, but you face other risks.
    Here's the problem. In AIR, Adobe is attempting to create a framework that translates ActionScript into bytecode for two different platforms. This isn't easy. Every time Apple or Google upgrades their operating system Adobe has to try to refine AIR so that it translates everything correctly for the new OS. AIR also has to maintain backward compatability with all previous OSs (is that the plural of OS?). AIR also has to work with many different models of Android and iOS devices. This includes supporting most, though not all, of the many different capabilities that these OSs support. Adobe, wisely, doesn't try to support every new feature immediately. Instead, it picks and chooses which new features it will support, and how soon. But even taking this approach I have the impression that their task is daunting.
    If you research this forum you'll find numerous examples of people complaining about features that don't quite work correctly. For example, I've put ~6 developer months into developing a language learning app, only to find that AIR's MP3 playback support has some limitations which severely impact the playback of voice recordings, which severely degrades the value of my app. I'm hoping that Adobe will fix this bug, but it's been two months now, with no movement. Another serious bug, involving audio recording using the device microphone, took three months to get fixed. During that period I had no idea whether it would get fixed, or whether I'd have to disable an important feature of my app on iOS.
    So, you want "without worries"?  
    Some people are lobbying Adobe to include support for Windows Phone in the AIR framework. IMHO, this is madness. Adobe clearly has limited resources. Let them first focus on making basic features like MP3 playback work properly on the platforms that they already support.
    The same issues probably apply to all the other cross-platform development frameworks - Sencha, Xamarin, etc. They face the same difficult technical challenges. I can't speak to the question of how well they're addressing them, but I'd want research them carefully before I invested a lot of time into developing with them.
    With regards to AIR, here's my advice: Before you start a non-trivial project using AIR, make a list of all the things that your app will do, then see if you can find existing apps created with AIR that do these things. Make sure that the feature works on both Android and iOS. You won't be able to test on every device that you'd like to support, but pick a few and test on them.
    You don't need to worry about your app's logic - ActionScript is great for that - and AIR translates it just fine. But think carefully about your app's 'skin' - all the ways that you want it to interact with the outside world - input and output - and confirm that apps exist that demonstrate that AIR can handle these features. Also think about the app's infrastructure - network interactions - database interactions - etc.
    You'll probably end up with a list of features that you haven't been able to confirm. You can vet these by creating a proof of concept that confirms that AIR will support these needs. Do this before you start developing the full app. Once that's done, pray that everything that works now will continue to work with future OSs and devices. Adobe has a pretty good record on this sort of things, but there aren't any guarantees.
    Don't worry, be happy        ?
    HTH,
    Douglas

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

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

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

  • About installing adobe air and flash player

    How do I get the adobe flash player and air on my Iphone 5C from a public computer//

    You don't need AIR runtime on iOS; see http://www.adobe.com/devnet/air/articles/air-on-ios-faq.html#b

  • Showcase cross platform air and flash game

    Just wanted to show off a game I (& teammates at gogogic) have been working on for a while and is finally out on both ipad and web on shared codepage in one shard persistant world.
    It uses adobe Air and flash (although no-stage 3d), (current ipad version built on Air 3.7 with Flex.
    Scout was an absolute life saver in squesing more perfomance out of the ipad (and as a side effect web as well)
    Web page
    http://www.playgodsrule.com
    Trailer
    http://www.youtube.com/watch?v=AZci01Gizjc&feature=youtu.be
    Itunes link
    https://itunes.apple.com/app/godsrule-war-of-mortals/id632908860?mt=8
    I would be happy to answer any questions about setup, process and technical challenges.
    Sincerely,
    Ævar Örn Kvaran

    Does File.applicationDirectory.resolvePath(relativePath); or File.desktopDirectory.resolvePath(relativePath); or File.applicationStorageDirectory.resolvePath(relativePath); not do what you want?
    G

  • [Apps] Name Card Application developed using Adobe AIR and Adobe Flash Lite

    An University student currently undergoing his research
    project had developed this application in order to help him with
    his research project. Please kindly try the application and take
    the survey form provided at the bottom of this message.
    This application allows you to store name card details. The
    application compromise of both PC (Windows / Mac) and a mobile
    phone component. Users will be entering the name cards information
    using the PC component and he will be sending it to the phone. The
    phone component will read the data created by the user and display
    it accordingly.
    This application requires Adobe AIR and Adobe Flash Lite to
    work.
    Please click on the following URL for more information.
    http://www.pda4x.com/read.php?tid=68835
    Note: I sincerely hope that the Administrator will not delete
    this message.

    Great Job!

  • Cannot install Adobe AIR and CS6 suite

    Hi folks,
    Lets start with: i am the build in local admin account! i did run as admin! and as far as i know i got rights on everything.
    Windows 7 SP1 64bit.
    I did try selective boot through msconfig, and i did try it also in safe modes in the most minimal state.
    Creating a shortcut with the "-uninstall" string obviously not work, because there is no more installation of Adobe air or CS6 products installed on my machine.
    This is what the Adobe AIR installer log tells me,
    [2013-07-16:14:03:48] Runtime Installer begin with version 3.7.0.2090 on Windows 7 x86
    [2013-07-16:14:03:48] Commandline is:
    [2013-07-16:14:03:48] No installed runtime detected
    [2013-07-16:14:03:57] Relaunching with elevation
    [2013-07-16:14:03:57] Launching subprocess with commandline c:\users\admini~1\appdata\local\temp\air28d5.tmp\adobe air installer.exe -ei
    [2013-07-16:14:03:57] Runtime Installer begin with version 3.7.0.2090 on Windows 7 x86
    [2013-07-16:14:03:57] Commandline is: -stdio \\.\pipe\AIR_4580_0 -ei
    [2013-07-16:14:03:57] No installed runtime detected
    [2013-07-16:14:03:57] Starting silent runtime install. Installing runtime version 3.7.0.2090
    [2013-07-16:14:03:57] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception TypeError: Error #1009" errorID=1009]
    [2013-07-16:14:03:57] Runtime Installer end with exit code 7
    [2013-07-16:14:03:59] Runtime Installer end with exit code 7
    Runtime Installer end with exit code 7 Also shows up when trying to install any CS6 Products.
    I googled my cute little hiney off, for almost 2 full days now.. spent alot of time in the Win7 register and in deep hidden windows folders.
    As far as i know i completly removed Adobe Air and CS6 products.
    Also tried the adobe creative cloud cleaner tool everyone is talking about, but it not even start on my machine?!
    Why the hell! i cannot install Adobe AIR or CS6 Products?
    If you need more information, i am happy to give it to you.
    PS
    Adobe flash, shockwave and Reader work perfect?!!?!?!?!
    I leave problems reports about Adobe CS6 products out of this discussion for now, because i have a feeling that the problem is connected with eachother.

    Hi,
    I found requirements for Flash and Air on Android from following Sites:
    http://www.adobe.com/products/air/systemreqs/#mobile
    Android devices
    VGA: Dedicated Cortex A8 (ARMv7) 550MHz App Processor with Neon for A8 only; Hardware Vector FPU
    WVGA: Dedicated Cortex A8 (ARMv7) 800MHz App Processor; Hardware Vector FPU
    Google Android™ 2.2 or later
    256MB of RAM
    http://www.adobe.com/products/flashplayer/systemreqs/
    VGA
    WVGA
    WSVGA (1024x600)
    WXGA (1280x800)
    Hardware requirements
    Dedicated Cortex A8 (ARMv7) 550MHz App Processor with Neon for A8 only
    Hardware Vector FPU
    Dedicated Cortex A8 (ARMv7) 800MHz App Processor
    Hardware Vector FPU
    Dedicated Cortex A8 1000Mhz App Processor
    Hardware Vector FPU
    Dual-Core Cortex A8 1000Mhz App Processor
    Hardware Vector FPU
    Operating system
    Android™ 2.2*
    If I am getting it correctly, both requires same ARM version, and Hardware Vector FPU.
    But I have found many devices, where Adobe Flash is installed and running. (If market does not show Adobe Flash, device manufacturer provides flash apk which works)
    But can not install Adobe Air. Market does not show Adobe Air.
    Is there any way to sort this out?
    I get feeling that as Flash is more popular software, people have got patched version for the same. But for Air, it does not exist.
    Thanks

  • [svn] 854: Update AIR and Flash Player builds

    Revision: 854
    Author: [email protected]
    Date: 2008-03-18 13:43:42 -0700 (Tue, 18 Mar 2008)
    Log Message:
    Update AIR and Flash Player builds
    AIR: 031608apms
    Player:r119
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/libs/player/playerglobal.swc
    flex/sdk/branches/3.0.x/in/air/air_version.txt
    flex/sdk/branches/3.0.x/in/air/mac/AIR Integration Kit.tbz2
    flex/sdk/branches/3.0.x/in/air/win/AIR Integration Kit.zip
    flex/sdk/branches/3.0.x/in/player/lnx/flashplayer.tar.gz
    flex/sdk/branches/3.0.x/in/player/lnx/install_flash_player_9_linux.tar.gz
    flex/sdk/branches/3.0.x/in/player/lnx/libflashplayer.so.tar.gz
    flex/sdk/branches/3.0.x/in/player/mac/Flash Player.app.zip
    flex/sdk/branches/3.0.x/in/player/mac/Install Flash Player 9 UB.dmg
    flex/sdk/branches/3.0.x/in/player/win/FlashPlayer.exe
    flex/sdk/branches/3.0.x/in/player/win/Install Flash Player 9 ActiveX.exe
    flex/sdk/branches/3.0.x/in/player/win/Install Flash Player 9 Plugin.exe

    http://blogs.adobe.com/rgalvan/2011/11/adding-fp11-support-to-flash-pro-cs5-and-cs5-5.html

  • [svn] 936: Update AIR and Flash Player builds

    Revision: 936
    Author: [email protected]
    Date: 2008-03-26 12:43:50 -0700 (Wed, 26 Mar 2008)
    Log Message:
    Update AIR and Flash Player builds
    AIR: 20080325apms.2
    Player:r124
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/libs/player/playerglobal.swc
    flex/sdk/branches/3.0.x/in/air/mac/AIR Integration Kit.tbz2
    flex/sdk/branches/3.0.x/in/air/win/AIR Integration Kit.zip
    flex/sdk/branches/3.0.x/in/player/lnx/flashplayer.tar.gz
    flex/sdk/branches/3.0.x/in/player/lnx/install_flash_player_9_linux.tar.gz
    flex/sdk/branches/3.0.x/in/player/lnx/libflashplayer.so.tar.gz
    flex/sdk/branches/3.0.x/in/player/mac/Flash Player.app.zip
    flex/sdk/branches/3.0.x/in/player/mac/Install Flash Player 9 UB.dmg
    flex/sdk/branches/3.0.x/in/player/win/FlashPlayer.exe
    flex/sdk/branches/3.0.x/in/player/win/Install Flash Player 9 ActiveX.exe
    flex/sdk/branches/3.0.x/in/player/win/Install Flash Player 9 Plugin.exe

    http://blogs.adobe.com/rgalvan/2011/11/adding-fp11-support-to-flash-pro-cs5-and-cs5-5.html

  • Problems installing Adobe Air and BBC iPlayer Desktop

    Problems installing Adobe Air and BBC iPlayer Desktop
    I'm running Windows 7 32 bit on an ASUS netbook with 2mb ram. I installed both  Air 3.7 and BBC iPlayer Desktop using Google Chrome. I downloaded 3 BBC programmes. Two ran fine but the third wouldn't start and I kept getting a message to try again later. I deleted this programme and downloaded it again, with the same result.
    So I uninstalled both Air and the BBC iPlayer Desktop, the Air exe file and the two folders at the following locations:
    C:\Users\USERNAME\AppData\Roaming\Adobe\AIR\   and
    C:\Users\USERNAME\AppData\Roaming\BBCiPlayerDesktop.xxx
    Since doing this each time I try to install Air either on its own or with the BBC iPlayer software I get the message part way through installation:
    "Sorry, an error has occurred.
    An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."
    I have run the Microsoft Fix it programme and still get the same result.
    I have tried everything on your Trouble Shooting page apart from the bit about the elevated command prompt, but as I'm the sole user and administrator, that seems unnecessary.
    I have closed Chrome and tried installation using Windows Explorer but with the same result.
    I have tried all the above with Microsoft Security Essentials running and disabled. And I have tried the same with Astrill on and off.
    I have had a response from the BBC with much the same advice as appears on your trouble shooting page.
    Here is the Air installation log, followed by the MSI log.
    [2013-04-25:06:53:46] Runtime Installer begin with version 3.7.0.1530 on
    Windows Vista x86
    [2013-04-25:06:53:46] Commandline is:
    [2013-04-25:06:53:46] No installed runtime detected
    [2013-04-25:06:53:57] Relaunching with elevation
    [2013-04-25:06:53:57] Launching subprocess with commandline c:\users
    \steve\appdata\local\temp\air79c1.tmp\adobe air installer.exe -ei
    [2013-04-25:06:54:02] Runtime Installer begin with version 3.7.0.1530 on
    Windows 7 x86
    [2013-04-25:06:54:02] Commandline is: -stdio \\.\pipe\AIR_1172_0 -ei
    [2013-04-25:06:54:02] No installed runtime detected
    [2013-04-25:06:54:03] Starting silent runtime install. Installing runtime version
    3.7.0.1530
    [2013-04-25:06:54:04] Installing msi at c:\users\steve\appdata\local\temp
    \air79c1.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:06:54:10] Error occurred during msi install operation; beginning
    rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2
    text="1603" errorID=0]
    [2013-04-25:06:54:10] Rolling back install of c:\users\steve\appdata\local
    \temp\air79c1.tmp\setup.msi
    [2013-04-25:06:54:10] Rollback complete
    [2013-04-25:06:54:10] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:54:10] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:54:10] Runtime Installer end with exit code 7
    [2013-04-25:06:54:20] Runtime Installer end with exit code 7
    [2013-04-25:06:55:38] Runtime Installer begin with version 3.7.0.1530 on
    Windows Vista x86
    [2013-04-25:06:55:38] Commandline is:
    [2013-04-25:06:55:38] No installed runtime detected
    [2013-04-25:06:55:45] Relaunching with elevation
    [2013-04-25:06:55:45] Launching subprocess with commandline c:\users
    \steve\appdata\local\temp\air30fe.tmp\adobe air installer.exe -ei
    [2013-04-25:06:55:48] Runtime Installer begin with version 3.7.0.1530 on
    Windows Vista x86
    [2013-04-25:06:55:48] Commandline is: -stdio \\.\pipe\AIR_1264_0 -ei
    [2013-04-25:06:55:48] No installed runtime detected
    [2013-04-25:06:55:49] Starting silent runtime install. Installing runtime version
    3.7.0.1530
    [2013-04-25:06:55:51] Installing msi at c:\users\steve\appdata\local\temp
    \air30fe.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:06:55:55] Error occurred during msi install operation; beginning
    rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2
    text="1603" errorID=0]
    [2013-04-25:06:55:55] Rolling back install of c:\users\steve\appdata\local
    \temp\air30fe.tmp\setup.msi
    [2013-04-25:06:55:55] Rollback complete
    [2013-04-25:06:55:55] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:55:55] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:55:55] Runtime Installer end with exit code 7
    [2013-04-25:06:55:59] Runtime Installer end with exit code 7
    [2013-04-25:07:05:12] Runtime Installer begin with version 3.7.0.1530 on
    Windows 7 x86
    [2013-04-25:07:05:12] Commandline is:
    [2013-04-25:07:05:12] No installed runtime detected
    [2013-04-25:07:05:18] Relaunching with elevation
    [2013-04-25:07:05:18] Launching subprocess with commandline c:\users
    \steve\appdata\local\temp\air953.tmp\adobe air installer.exe -ei
    [2013-04-25:07:05:24] Runtime Installer begin with version 3.7.0.1530 on
    Windows 7 x86
    [2013-04-25:07:05:24] Commandline is: -stdio \\.\pipe\AIR_3888_0 -ei
    [2013-04-25:07:05:24] No installed runtime detected
    [2013-04-25:07:05:24] Starting silent runtime install. Installing runtime version
    3.7.0.1530
    [2013-04-25:07:05:26] Installing msi at c:\users\steve\appdata\local\temp
    \air953.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:05:29] Error occurred during msi install operation; beginning
    rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2
    text="1603" errorID=0]
    [2013-04-25:07:05:29] Rolling back install of c:\users\steve\appdata\local
    \temp\air953.tmp\setup.msi
    [2013-04-25:07:05:29] Rollback complete
    [2013-04-25:07:05:29] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:05:29] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:05:29] Runtime Installer end with exit code 7
    [2013-04-25:07:05:31] Runtime Installer end with exit code 7
    [2013-04-25:07:06:12] Runtime Installer begin with version 3.7.0.1530 on
    Windows Vista x86
    [2013-04-25:07:06:12] Commandline is:
    [2013-04-25:07:06:12] No installed runtime detected
    [2013-04-25:07:06:21] Relaunching with elevation
    [2013-04-25:07:06:22] Launching subprocess with commandline c:\users
    \steve\appdata\local\temp\aire916.tmp\adobe air installer.exe -ei
    [2013-04-25:07:06:32] Runtime Installer begin with version 3.7.0.1530 on
    Windows 7 x86
    [2013-04-25:07:06:32] Commandline is: -stdio \\.\pipe\AIR_5884_0 -ei
    [2013-04-25:07:06:32] No installed runtime detected
    [2013-04-25:07:06:32] Starting silent runtime install. Installing runtime version
    3.7.0.1530
    [2013-04-25:07:06:33] Installing msi at c:\users\steve\appdata\local\temp
    \aire916.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:06:37] Error occurred during msi install operation; beginning
    rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2
    text="1603" errorID=0]
    [2013-04-25:07:06:37] Rolling back install of c:\users\steve\appdata\local
    \temp\aire916.tmp\setup.msi
    [2013-04-25:07:06:37] Rollback complete
    [2013-04-25:07:06:37] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:06:37] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:06:37] Runtime Installer end with exit code 7
    [2013-04-25:07:06:40] Runtime Installer end with exit code 7
    [2013-04-25:07:26:15] Runtime Installer begin with version 3.7.0.1530 on
    Windows Vista x86
    [2013-04-25:07:26:15] Commandline is:
    [2013-04-25:07:26:15] No installed runtime detected
    [2013-04-25:07:26:28] Relaunching with elevation
    [2013-04-25:07:26:28] Launching subprocess with commandline c:\users
    \steve\appdata\local\temp\air3063.tmp\adobe air installer.exe -ei
    [2013-04-25:07:26:37] Runtime Installer begin with version 3.7.0.1530 on
    Windows 7 x86
    [2013-04-25:07:26:37] Commandline is: -stdio \\.\pipe\AIR_2348_0 -ei
    [2013-04-25:07:26:37] No installed runtime detected
    [2013-04-25:07:26:37] Starting silent runtime install. Installing runtime version
    3.7.0.1530
    [2013-04-25:07:26:39] Installing msi at c:\users\steve\appdata\local\temp
    \air3063.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:26:48] Error occurred during msi install operation; beginning
    rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2
    text="1603" errorID=0]
    [2013-04-25:07:26:48] Rolling back install of c:\users\steve\appdata\local
    \temp\air3063.tmp\setup.msi
    [2013-04-25:07:26:48] Rollback complete
    [2013-04-25:07:26:48] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:26:48] Runtime Installer end with exit code 7
    [2013-04-25:07:46:09] Runtime Installer end with exit code 7
    === Verbose logging started: 25/04/2013  08:34:51  Build type: SHIP UNICODE
    5.00.7601.00  Calling process: C:\windows\System32\msiexec.exe ===
    MSI (c) (68:6C) [08:34:51:397]: Font created.  Charset: Req=0, Ret=0, Font:
    Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (68:6C) [08:34:51:397]: Font created.  Charset: Req=0, Ret=0, Font:
    Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (68:70) [08:34:51:469]: Resetting cached policy values
    MSI (c) (68:70) [08:34:51:469]: Machine policy value 'Debug' is 0
    MSI (c) (68:70) [08:34:51:469]: ******* RunEngine:
               ******* Product: C:\Users\Steve\Downloads\MicrosoftFixit50381.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (68:70) [08:34:51:473]: Machine policy value 'DisableUserInstalls' is 0
    MSI (c) (68:70) [08:34:51:653]: SOFTWARE RESTRICTION POLICY: Verifying
    package --> 'C:\Users\Steve\Downloads\MicrosoftFixit50381.msi' against
    software restriction policy
    MSI (c) (68:70) [08:34:51:654]: SOFTWARE RESTRICTION POLICY: C:\Users
    \Steve\Downloads\MicrosoftFixit50381.msi has a digital signature
    MSI (c) (68:70) [08:34:51:966]: SOFTWARE RESTRICTION POLICY: C:\Users
    \Steve\Downloads\MicrosoftFixit50381.msi is permitted to run at the
    'unrestricted' authorization level.
    MSI (c) (68:70) [08:34:51:986]: Cloaking enabled.
    MSI (c) (68:70) [08:34:51:986]: Attempting to enable all disabled privileges
    before calling Install on Server
    MSI (c) (68:70) [08:34:52:001]: End dialog not enabled
    MSI (c) (68:70) [08:34:52:001]: Original package ==> C:\Users\Steve
    \Downloads\MicrosoftFixit50381.msi
    MSI (c) (68:70) [08:34:52:001]: Package we're running from ==> C:\Users
    \Steve\Downloads\MicrosoftFixit50381.msi
    MSI (c) (68:70) [08:34:52:010]: APPCOMPAT: Compatibility mode property
    overrides found.
    MSI (c) (68:70) [08:34:52:012]: APPCOMPAT: looking for appcompat database
    entry with ProductCode '{55D13F49-FCB8-4892-8266-05D373FCAA61}'.
    MSI (c) (68:70) [08:34:52:012]: APPCOMPAT: no matching ProductCode found
    in database.
    MSI (c) (68:70) [08:34:52:041]: MSCOREE not loaded loading copy from
    system32
    MSI (c) (68:70) [08:34:52:063]: Machine policy value 'TransformsSecure' is 0
    MSI (c) (68:70) [08:34:52:063]: User policy value 'TransformsAtSource' is 0
    MSI (c) (68:70) [08:34:52:064]: Note: 1: 2262 2: File 3: -2147287038
    MSI (c) (68:70) [08:34:52:064]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
    MSI (c) (68:70) [08:34:52:065]: Machine policy value 'DisablePatch' is 0
    MSI (c) (68:70) [08:34:52:065]: Machine policy value 'AllowLockdownPatch' is
    0
    MSI (c) (68:70) [08:34:52:066]: Machine policy value 'DisableMsi' is 0
    MSI (c) (68:70) [08:34:52:066]: Machine policy value 'AlwaysInstallElevated' is
    0
    MSI (c) (68:70) [08:34:52:066]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (68:70) [08:34:52:066]: Running product '{55D13F49-FCB8-4892-
    8266-05D373FCAA61}' with user privileges: It's not assigned.
    MSI (c) (68:70) [08:34:52:067]: Machine policy value 'DisableLUAPatching' is 0
    MSI (c) (68:70) [08:34:52:067]: Machine policy value
    'DisableFlyWeightPatching' is 0
    MSI (c) (68:70) [08:34:52:068]: Enabling baseline caching for this transaction
    since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor
    update patch is active
    MSI (c) (68:70) [08:34:52:071]: APPCOMPAT: looking for appcompat database
    entry with ProductCode '{55D13F49-FCB8-4892-8266-05D373FCAA61}'.
    MSI (c) (68:70) [08:34:52:072]: APPCOMPAT: no matching ProductCode found
    in database.
    MSI (c) (68:70) [08:34:52:072]: Transforms are not secure.
    MSI (c) (68:70) [08:34:52:073]: PROPERTY CHANGE: Adding MsiLogFileLocation
    property. Its value is 'C:\Users\Steve\AppData\Local\Temp\MSIa5745.LOG'.
    MSI (c) (68:70) [08:34:52:073]: Command Line: CURRENTDIRECTORY=C:\Users
    \Steve\Downloads CLIENTUILEVEL=0 CLIENTPROCESSID=9576
    MSI (c) (68:70) [08:34:52:073]: PROPERTY CHANGE: Adding PackageCode
    property. Its value is '{1C7C3009-013E-4A16-9A0F-0000FB80A613}'.
    MSI (c) (68:70) [08:34:52:073]: Product Code passed to Engine.Initialize:        
    MSI (c) (68:70) [08:34:52:073]: Product Code from property table before
    transforms: '{55D13F49-FCB8-4892-8266-05D373FCAA61}'
    MSI (c) (68:70) [08:34:52:073]: Product Code from property table after
    transforms:  '{55D13F49-FCB8-4892-8266-05D373FCAA61}'
    MSI (c) (68:70) [08:34:52:073]: Product not registered: beginning first-time
    install
    MSI (c) (68:70) [08:34:52:073]: PROPERTY CHANGE: Adding ProductState
    property. Its value is '-1'.
    MSI (c) (68:70) [08:34:52:073]: Entering
    CMsiConfigurationManager::SetLastUsedSource.
    MSI (c) (68:70) [08:34:52:073]: User policy value 'SearchOrder' is 'nmu'
    MSI (c) (68:70) [08:34:52:073]: Adding new sources is allowed.
    MSI (c) (68:70) [08:34:52:074]: PROPERTY CHANGE: Adding
    PackagecodeChanging property. Its value is '1'.
    MSI (c) (68:70) [08:34:52:074]: Package name extracted from package path:
    'MicrosoftFixit50381.msi'
    MSI (c) (68:70) [08:34:52:075]: Package to be registered:
    'MicrosoftFixit50381.msi'
    MSI (c) (68:70) [08:34:52:075]: Note: 1: 2262 2: Error 3: -2147287038
    MSI (c) (68:70) [08:34:52:078]: Note: 1: 2262 2: AdminProperties 3: -
    2147287038
    MSI (c) (68:70) [08:34:52:078]: Machine policy value 'AlwaysInstallElevated' is
    0
    MSI (c) (68:70) [08:34:52:078]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (68:70) [08:34:52:079]: Running product '{55D13F49-FCB8-4892-
    8266-05D373FCAA61}' with user privileges: It's not assigned.
    MSI (c) (68:70) [08:34:52:079]: PROPERTY CHANGE: Adding
    CURRENTDIRECTORY property. Its value is 'C:\Users\Steve\Downloads'.
    MSI (c) (68:70) [08:34:52:079]: PROPERTY CHANGE: Adding CLIENTUILEVEL
    property. Its value is '0'.
    MSI (c) (68:70) [08:34:52:079]: PROPERTY CHANGE: Adding CLIENTPROCESSID
    property. Its value is '9576'.
    MSI (c) (68:70) [08:34:52:079]: PROPERTY CHANGE: Adding
    MsiSystemRebootPending property. Its value is '1'.
    MSI (c) (68:70) [08:34:52:079]: TRANSFORMS property is now:
    MSI (c) (68:70) [08:34:52:079]: PROPERTY CHANGE: Adding VersionDatabase
    property. Its value is '200'.
    MSI (c) (68:70) [08:34:52:081]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming
    MSI (c) (68:70) [08:34:52:082]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\Favorites
    MSI (c) (68:70) [08:34:52:084]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (c) (68:70) [08:34:52:085]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\Documents
    MSI (c) (68:70) [08:34:52:086]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (c) (68:70) [08:34:52:088]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Recent
    MSI (c) (68:70) [08:34:52:089]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (c) (68:70) [08:34:52:091]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Templates
    MSI (c) (68:70) [08:34:52:092]: SHELL32::SHGetFolderPath returned: C:
    \ProgramData
    MSI (c) (68:70) [08:34:52:093]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Local
    MSI (c) (68:70) [08:34:52:094]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\Pictures
    MSI (c) (68:70) [08:34:52:097]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    \Administrative Tools
    MSI (c) (68:70) [08:34:52:098]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    \Startup
    MSI (c) (68:70) [08:34:52:099]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (c) (68:70) [08:34:52:101]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (c) (68:70) [08:34:52:102]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\Desktop
    MSI (c) (68:70) [08:34:52:104]: SHELL32::SHGetFolderPath returned: C:
    \ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (68:70) [08:34:52:106]: SHELL32::SHGetFolderPath returned: C:
    \ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (68:70) [08:34:52:106]: SHELL32::SHGetFolderPath returned: C:
    \ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (c) (68:70) [08:34:52:107]: SHELL32::SHGetFolderPath returned: C:
    \ProgramData\Microsoft\Windows\Start Menu
    MSI (c) (68:70) [08:34:52:109]: SHELL32::SHGetFolderPath returned: C:
    \Users\Public\Desktop
    MSI (c) (68:70) [08:34:52:113]: SHELL32::SHGetFolderPath returned: C:
    \windows\Fonts
    MSI (c) (68:70) [08:34:52:115]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans
    Serif 4: 0 5: 16
    MSI (c) (68:70) [08:34:52:147]: MSI_LUA: Setting AdminUser property to 1
    because this is the client or the user has already permitted elevation
    MSI (c) (68:70) [08:34:52:147]: PROPERTY CHANGE: Adding AdminUser
    property. Its value is '1'.
    MSI (c) (68:70) [08:34:52:147]: PROPERTY CHANGE: Adding Privileged
    property. Its value is '1'.
    MSI (c) (68:70) [08:34:52:148]: Note: 1: 1402 2: HKEY_CURRENT_USER
    \Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (68:70) [08:34:52:148]: PROPERTY CHANGE: Adding USERNAME
    property. Its value is 'Steve'.
    MSI (c) (68:70) [08:34:52:149]: Note: 1: 1402 2: HKEY_CURRENT_USER
    \Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (68:70) [08:34:52:149]: PROPERTY CHANGE: Adding DATABASE
    property. Its value is 'C:\Users\Steve\Downloads\MicrosoftFixit50381.msi'.
    MSI (c) (68:70) [08:34:52:149]: PROPERTY CHANGE: Adding OriginalDatabase
    property. Its value is 'C:\Users\Steve\Downloads\MicrosoftFixit50381.msi'.
    MSI (c) (68:70) [08:34:52:149]: Machine policy value 'MsiDisableEmbeddedUI' is
    0
    MSI (c) (68:70) [08:34:52:149]: PROPERTY CHANGE: Adding SourceDir
    property. Its value is 'C:\Users\Steve\Downloads\'.
    MSI (c) (68:70) [08:34:52:149]: PROPERTY CHANGE: Adding SOURCEDIR
    property. Its value is 'C:\Users\Steve\Downloads\'.
    MSI (c) (68:6C) [08:34:52:153]: PROPERTY CHANGE: Adding VersionHandler
    property. Its value is '5.00'.
    === Logging started: 25/04/2013  08:34:52 ===
    MSI (c) (68:70) [08:34:52:171]: Note: 1: 2262 2: PatchPackage 3: -
    2147287038
    MSI (c) (68:70) [08:34:52:172]: Machine policy value 'DisableRollback' is 0
    MSI (c) (68:70) [08:34:52:172]: User policy value 'DisableRollback' is 0
    MSI (c) (68:70) [08:34:52:172]: PROPERTY CHANGE: Adding UILevel property.
    Its value is '5'.
    MSI (c) (68:70) [08:34:52:172]: Note: 1: 2262 2: Font 3: -2147287038
    MSI (c) (68:70) [08:34:52:174]: PROPERTY CHANGE: Adding ACTION property.
    Its value is 'INSTALL'.
    MSI (c) (68:70) [08:34:52:174]: Doing action: INSTALL
    Action 08:34:52: INSTALL.
    Action start 08:34:52: INSTALL.
    MSI (c) (68:70) [08:34:52:176]: UI Sequence table 'InstallUISequence' is
    present and populated.
    MSI (c) (68:70) [08:34:52:176]: Running UISequence
    MSI (c) (68:70) [08:34:52:176]: PROPERTY CHANGE: Adding EXECUTEACTION
    property. Its value is 'INSTALL'.
    MSI (c) (68:70) [08:34:52:176]: Doing action: Milestone_ERRCA_UIAN726
    Action 08:34:52: Milestone_ERRCA_UIAN726.
    Action start 08:34:52: Milestone_ERRCA_UIAN726.
    MSI (c) (68:70) [08:34:52:177]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'Milestone_ERRCA_UIAN726'
    MSI (c) (68:70) [08:34:52:178]: PROPERTY CHANGE: Adding Milestone
    property. Its value is 'ERRCA_UIANDADVERTISED'.
    Action ended 08:34:52: Milestone_ERRCA_UIAN726. Return value 1.
    MSI (c) (68:70) [08:34:52:178]: Skipping action: ERRCA_UIANDADVERTISED
    (condition is false)
    MSI (c) (68:70) [08:34:52:178]: Doing action: Milestone_AppSearch122
    Action 08:34:52: Milestone_AppSearch122.
    Action start 08:34:52: Milestone_AppSearch122.
    MSI (c) (68:70) [08:34:52:180]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'Milestone_AppSearch122'
    MSI (c) (68:70) [08:34:52:180]: PROPERTY CHANGE: Modifying Milestone
    property. Its current value is 'ERRCA_UIANDADVERTISED'. Its new value:
    'AppSearch'.
    Action ended 08:34:52: Milestone_AppSearch122. Return value 1.
    MSI (c) (68:70) [08:34:52:181]: Doing action: AppSearch
    Action 08:34:52: AppSearch. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:52: AppSearch.
    MSI (c) (68:70) [08:34:52:182]: Note: 1: 2262 2: AppSearch 3: -2147287038
    Action ended 08:34:52: AppSearch. Return value 1.
    MSI (c) (68:70) [08:34:52:183]: Doing action: FindRelatedProducts
    Action 08:34:52: FindRelatedProducts. {\FinalUIFont}
    [PROGRESS_RESTORE_TXT]
    Action start 08:34:52: FindRelatedProducts.
    Action ended 08:34:52: FindRelatedProducts. Return value 1.
    MSI (c) (68:70) [08:34:52:185]: Doing action: Milestone_EulaForm201
    Action 08:34:52: Milestone_EulaForm201.
    Action start 08:34:52: Milestone_EulaForm201.
    MSI (c) (68:70) [08:34:52:186]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'Milestone_EulaForm201'
    MSI (c) (68:70) [08:34:52:187]: PROPERTY CHANGE: Modifying Milestone
    property. Its current value is 'AppSearch'. Its new value: 'EulaForm'.
    Action ended 08:34:52: Milestone_EulaForm201. Return value 1.
    MSI (c) (68:70) [08:34:52:187]: Doing action: EulaForm
    Action 08:34:52: EulaForm.
    Action start 08:34:52: EulaForm.
    MSI (c) (68:70) [08:34:52:193]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'EulaForm'
    MSI (c) (68:6C) [08:34:52:205]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898.For VSI_MS_Sans_Serif13.0_0_0 textstyle, the system created a 'MS
    Sans Serif' font, in 0 character set, of 13 pixels height.
    MSI (c) (68:6C) [08:34:52:221]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898.For VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400
    textstyle, the system created a 'MS Sans Serif' font, in 0 character set, of 13
    pixels height.
    MSI (c) (68:6C) [08:34:52:225]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898.For VSI_MS_Sans_Serif16.0_1_0 textstyle, the system created a 'MS
    Sans Serif' font, in 0 character set, of 20 pixels height.
    MSI (c) (68:6C) [08:34:52:301]: Note: 1: 2262 2: CheckBox 3: -2147287038
    Action 08:34:52: EulaForm. Dialog created
    MSI (c) (68:10) [08:34:52:312]: Note: 1: 2731 2: 0
    MSI (c) (68:6C) [08:34:55:670]: PROPERTY CHANGE: Adding EulaForm_Property
    property. Its value is '1'.
    Action ended 08:34:56: EulaForm. Return value 1.
    MSI (c) (68:70) [08:34:56:881]: Doing action: EULAACCEPTED_ACTION
    Action 08:34:56: EULAACCEPTED_ACTION.
    Action start 08:34:56: EULAACCEPTED_ACTION.
    MSI (c) (68:70) [08:34:56:883]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'EULAACCEPTED_ACTION'
    MSI (c) (68:70) [08:34:56:883]: PROPERTY CHANGE: Adding EULAACCEPTED
    property. Its value is '1'.
    Action ended 08:34:56: EULAACCEPTED_ACTION. Return value 1.
    MSI (c) (68:70) [08:34:56:884]: Doing action: Milestone_LaunchCond24
    Action 08:34:56: Milestone_LaunchCond24.
    Action start 08:34:56: Milestone_LaunchCond24.
    MSI (c) (68:70) [08:34:56:886]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'Milestone_LaunchCond24'
    MSI (c) (68:70) [08:34:56:887]: PROPERTY CHANGE: Modifying Milestone
    property. Its current value is 'EulaForm'. Its new value: 'LaunchConditions'.
    Action ended 08:34:56: Milestone_LaunchCond24. Return value 1.
    MSI (c) (68:70) [08:34:56:889]: Doing action: LaunchConditions
    Action 08:34:56: LaunchConditions. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: LaunchConditions.
    Action ended 08:34:56: LaunchConditions. Return value 1.
    MSI (c) (68:70) [08:34:56:891]: Doing action: CCPSearch
    Action 08:34:56: CCPSearch. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: CCPSearch.
    MSI (c) (68:70) [08:34:56:892]: Note: 1: 2262 2: CCPSearch 3: -2147287038
    Action ended 08:34:56: CCPSearch. Return value 1.
    MSI (c) (68:70) [08:34:56:892]: Doing action: RMCCPSearch
    Action 08:34:56: RMCCPSearch. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: RMCCPSearch.
    MSI (c) (68:70) [08:34:56:893]: Note: 1: 2262 2: CCPSearch 3: -2147287038
    Action ended 08:34:56: RMCCPSearch. Return value 0.
    MSI (c) (68:70) [08:34:56:894]: Doing action: ValidateProductID
    Action 08:34:56: ValidateProductID. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: ValidateProductID.
    Action ended 08:34:56: ValidateProductID. Return value 1.
    MSI (c) (68:70) [08:34:56:895]: Doing action: Milestone_DIRCA_TARG947
    Action 08:34:56: Milestone_DIRCA_TARG947.
    Action start 08:34:56: Milestone_DIRCA_TARG947.
    MSI (c) (68:70) [08:34:56:897]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'Milestone_DIRCA_TARG947'
    MSI (c) (68:70) [08:34:56:897]: PROPERTY CHANGE: Modifying Milestone
    property. Its current value is 'LaunchConditions'. Its new value:
    'DIRCA_TARGETDIR'.
    Action ended 08:34:56: Milestone_DIRCA_TARG947. Return value 1.
    MSI (c) (68:70) [08:34:56:897]: Doing action: DIRCA_TARGETDIR
    Action 08:34:56: DIRCA_TARGETDIR. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: DIRCA_TARGETDIR.
    MSI (c) (68:70) [08:34:56:899]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'DIRCA_TARGETDIR'
    MSI (c) (68:70) [08:34:56:900]: PROPERTY CHANGE: Adding TARGETDIR
    property. Its value is 'C:\Program Files\Microsoft\Microsoft Fix it 50381'.
    Action ended 08:34:56: DIRCA_TARGETDIR. Return value 1.
    MSI (c) (68:70) [08:34:56:900]: Doing action: CostInitialize
    Action 08:34:56: CostInitialize. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: CostInitialize.
    MSI (c) (68:70) [08:34:56:901]: Machine policy value 'MaxPatchCacheSize' is
    10
    MSI (c) (68:70) [08:34:56:901]: Baseline: Sorting baselines for {55D13F49-
    FCB8-4892-8266-05D373FCAA61}.
    MSI (c) (68:70) [08:34:56:901]: Baseline: New baseline 2.1.3 from transaction.
    MSI (c) (68:70) [08:34:56:902]: Baseline: Sorted order Native: Order 0.
    MSI (c) (68:70) [08:34:56:902]: Baseline Data Table:
    MSI (c) (68:70) [08:34:56:902]: ProductCode: {55D13F49-FCB8-4892-8266-
    05D373FCAA61} Version: 2.1.3 Attributes: 0 PatchId: Native BaselineId: -
    2147483648 Order: 0
    MSI (c) (68:70) [08:34:56:902]: Baseline File Table:
    MSI (c) (68:70) [08:34:56:912]: PROPERTY CHANGE: Adding ROOTDRIVE
    property. Its value is 'D:\'.
    MSI (c) (68:70) [08:34:56:913]: PROPERTY CHANGE: Adding CostingComplete
    property. Its value is '0'.
    Action ended 08:34:56: CostInitialize. Return value 1.
    MSI (c) (68:70) [08:34:56:914]: Doing action: FileCost
    Action 08:34:56: FileCost. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: FileCost.
    MSI (c) (68:70) [08:34:56:915]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
    MSI (c) (68:70) [08:34:56:916]: Note: 1: 2262 2: RemoveFile 3: -2147287038
    MSI (c) (68:70) [08:34:56:916]: Note: 1: 2262 2: MoveFile 3: -2147287038
    MSI (c) (68:70) [08:34:56:916]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
    MSI (c) (68:70) [08:34:56:916]: Note: 1: 2262 2: Shortcut 3: -2147287038
    MSI (c) (68:70) [08:34:56:917]: Note: 1: 2262 2: Class 3: -2147287038
    MSI (c) (68:70) [08:34:56:917]: Note: 1: 2262 2: Extension 3: -2147287038
    MSI (c) (68:70) [08:34:56:917]: Note: 1: 2262 2: TypeLib 3: -2147287038
    MSI (c) (68:70) [08:34:56:917]: Note: 1: 2262 2: IniFile 3: -2147287038
    MSI (c) (68:70) [08:34:56:917]: Note: 1: 2262 2: ReserveCost 3: -2147287038
    Action ended 08:34:56: FileCost. Return value 1.
    MSI (c) (68:70) [08:34:56:917]: Doing action: IsolateComponents
    Action 08:34:56: IsolateComponents. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: IsolateComponents.
    MSI (c) (68:70) [08:34:56:919]: Note: 1: 2262 2: BindImage 3: -2147287038
    MSI (c) (68:70) [08:34:56:919]: Note: 1: 2262 2: IsolatedComponent 3: -
    2147287038
    MSI (c) (68:70) [08:34:56:919]: Note: 1: 2262 2: Patch 3: -2147287038
    Action ended 08:34:56: IsolateComponents. Return value 1.
    MSI (c) (68:70) [08:34:56:920]: Skipping action: ResumeForm (condition is
    false)
    MSI (c) (68:70) [08:34:56:920]: Skipping action: MaintenanceForm (condition
    is false)
    MSI (c) (68:70) [08:34:56:920]: Doing action: CostFinalize
    Action 08:34:56: CostFinalize. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: CostFinalize.
    MSI (c) (68:70) [08:34:56:920]: PROPERTY CHANGE: Adding OutOfDiskSpace
    property. Its value is '0'.
    MSI (c) (68:70) [08:34:56:920]: PROPERTY CHANGE: Adding
    OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (c) (68:70) [08:34:56:920]: PROPERTY CHANGE: Adding
    PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (c) (68:70) [08:34:56:920]: PROPERTY CHANGE: Adding
    PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (c) (68:70) [08:34:56:921]: PROPERTY CHANGE: Adding
    PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (c) (68:70) [08:34:56:921]: Note: 1: 2262 2: Patch 3: -2147287038
    MSI (c) (68:70) [08:34:56:921]: Note: 1: 2262 2: Condition 3: -2147287038
    MSI (c) (68:70) [08:34:56:923]: PROPERTY CHANGE: Modifying TARGETDIR
    property. Its current value is 'C:\Program Files\Microsoft\Microsoft Fix it 50381'.
    Its new value: 'C:\Program Files\Microsoft\Microsoft Fix it 50381\'.
    MSI (c) (68:70) [08:34:56:923]: Target path resolution complete. Dumping
    Directory table...
    MSI (c) (68:70) [08:34:56:923]: Note: target paths subject to change (via
    custom actions or browsing)
    MSI (c) (68:70) [08:34:56:923]: Dir (target): Key: TARGETDIR          , Object: C:
    \Program Files\Microsoft\Microsoft Fix it 50381\
    MSI (c) (68:70) [08:34:56:923]: Dir (target): Key: WindowsFolder          , Object: C:
    \windows\
    MSI (c) (68:70) [08:34:56:923]: Dir (target): Key: ProgramMenuFolder          ,
    Object: C:\Users\Steve\AppData\Roaming\Microsoft\Windows\Start Menu
    \Programs\
    MSI (c) (68:70) [08:34:56:923]: Dir (target): Key: DesktopFolder          , Object: C:
    \Users\Steve\Desktop\
    MSI (c) (68:70) [08:34:56:923]: PROPERTY CHANGE: Adding INSTALLLEVEL
    property. Its value is '1'.
    MSI (c) (68:70) [08:34:56:923]: Note: 1: 2262 2: IsolatedComponent 3: -
    2147287038
    MSI (c) (68:70) [08:34:56:924]: Note: 1: 2262 2: BindImage 3: -2147287038
    MSI (c) (68:70) [08:34:56:924]: Note: 1: 2262 2: Patch 3: -2147287038
    MSI (c) (68:70) [08:34:56:924]: Note: 1: 2262 2: RemoveFile 3: -2147287038
    Action ended 08:34:56: CostFinalize. Return value 1.
    MSI (c) (68:70) [08:34:56:925]: Doing action: ProgressForm
    Action 08:34:56: ProgressForm.
    Action start 08:34:56: ProgressForm.
    MSI (c) (68:70) [08:34:56:926]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'ProgressForm'
    MSI (c) (68:6C) [08:34:56:938]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control Line1 on dialog ProgressForm extends beyond the
    boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This
    may indicate a problem with this package. The error code is 2826. The
    arguments are: ProgressForm, Line1, to the right
    MSI (c) (68:6C) [08:34:56:941]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control Line2 on dialog ProgressForm extends beyond the
    boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This
    may indicate a problem with this package. The error code is 2826. The
    arguments are: ProgressForm, Line2, to the right
    MSI (c) (68:6C) [08:34:56:948]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control BannerBmp on dialog ProgressForm extends beyond
    the boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This
    may indicate a problem with this package. The error code is 2826. The
    arguments are: ProgressForm, BannerBmp, to the right
    Action 08:34:56: ProgressForm. Dialog created
    Action ended 08:34:57: ProgressForm. Return value 1.
    MSI (c) (68:70) [08:34:57:011]: Doing action: ExecuteAction
    Action 08:34:57: ExecuteAction. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    MSI (c) (68:6C) [08:34:57:012]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898.For FinalUIFont textstyle, the system created a 'Arial' font, in 0
    character set, of 15 pixels height.
    Action start 08:34:57: ExecuteAction.
    MSI (c) (68:70) [08:34:57:035]: PROPERTY CHANGE: Adding SECONDSEQUENCE
    property. Its value is '1'.
    MSI (c) (68:70) [08:34:57:043]: Grabbed execution mutex.
    MSI (c) (68:70) [08:34:57:043]: Incrementing counter to disable shutdown.
    Counter after increment: 0
    MSI (c) (68:70) [08:34:57:045]: Switching to server: TARGETDIR="C:\Program
    Files\Microsoft\Microsoft Fix it 50381\" EULAACCEPTED="1"
    CURRENTDIRECTORY="C:\Users\Steve\Downloads" CLIENTUILEVEL="0"
    CLIENTPROCESSID="9576" USERNAME="Steve" SOURCEDIR="C:\Users\Steve
    \Downloads\" ACTION="INSTALL" EXECUTEACTION="INSTALL" ROOTDRIVE="D:\"
    INSTALLLEVEL="1" SECONDSEQUENCE="1"  ADDLOCAL=DefaultFeature 
    MSI (s) (C8:D4) [08:34:57:086]: Running installation inside multi-package
    transaction C:\Users\Steve\Downloads\MicrosoftFixit50381.msi
    MSI (s) (C8:D4) [08:34:57:086]: Grabbed execution mutex.
    MSI (s) (C8:BC) [08:34:57:092]: Resetting cached policy values
    MSI (s) (C8:BC) [08:34:57:092]: Machine policy value 'Debug' is 0
    MSI (s) (C8:BC) [08:34:57:092]: ******* RunEngine:
               ******* Product: C:\Users\Steve\Downloads\MicrosoftFixit50381.msi
               ******* Action: INSTALL
               ******* CommandLine: **********
    MSI (s) (C8:BC) [08:34:57:096]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (C8:BC) [08:34:57:097]: Setting cached product context: User non-
    assigned for product: 48945AC3B41AEF24F91FE79A10157D52
    MSI (s) (C8:BC) [08:34:57:097]: Using cached product context: User non-
    assigned for product: 48945AC3B41AEF24F91FE79A10157D52
    MSI (s) (C8:BC) [08:34:57:099]: Setting cached product context: User non-
    assigned for product: 6BBFDF96D153C8B4988D68D79C0D2A4A
    MSI (s) (C8:BC) [08:34:57:099]: Using cached product context: User non-
    assigned for product: 6BBFDF96D153C8B4988D68D79C0D2A4A
    MSI (s) (C8:BC) [08:34:57:101]: Setting cached product context: User non-
    assigned for product: CAB1E4D953B64F542BD433D9568A0AB6
    MSI (s) (C8:BC) [08:34:57:101]: Using cached product context: User non-
    assigned for product: CAB1E4D953B64F542BD433D9568A0AB6
    MSI (s) (C8:BC) [08:34:57:103]: Setting cached product context: User non-
    assigned for product: DED5B648C8CDA1E45B4BF9B5930AACEC
    MSI (s) (C8:BC) [08:34:57:103]: Using cached product context: User non-
    assigned for product: DED5B648C8CDA1E45B4BF9B5930AACEC
    MSI (s) (C8:BC) [08:34:57:104]: Setting cached product context: User non-
    assigned for product: E2EE924EC67B3554B8404B55780FF01D
    MSI (s) (C8:BC) [08:34:57:104]: Using cached product context: User non-
    assigned for product: E2EE924EC67B3554B8404B55780FF01D
    MSI (s) (C8:BC) [08:34:57:106]: Setting cached product context: machine
    assigned for product: 00002109001001400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:106]: Using cached product context: machine
    assigned for product: 00002109001001400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:107]: Setting cached product context: machine
    assigned for product: 00002109001031400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:108]: Using cached product context: machine
    assigned for product: 00002109001031400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:110]: Setting cached product context: machine
    assigned for product: 00002109001070400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:110]: Using cached product context: machine
    assigned for product: 00002109001070400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:111]: Setting cached product context: machine
    assigned for product: 000021090010C0400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:111]: Using cached product context: machine

    Hi Chris,
    The AIR installation log is in my original post - about 12 paras down but here is is:
    [2013-04-25:06:53:46] Runtime Installer begin with version 3.7.0.1530 on Windows Vista x86
    [2013-04-25:06:53:46] Commandline is:
    [2013-04-25:06:53:46] No installed runtime detected
    [2013-04-25:06:53:57] Relaunching with elevation
    [2013-04-25:06:53:57] Launching subprocess with commandline c:\users\steve\appdata\local\temp\air79c1.tmp\adobe air installer.exe -ei
    [2013-04-25:06:54:02] Runtime Installer begin with version 3.7.0.1530 on Windows 7 x86
    [2013-04-25:06:54:02] Commandline is: -stdio \\.\pipe\AIR_1172_0 -ei
    [2013-04-25:06:54:02] No installed runtime detected
    [2013-04-25:06:54:03] Starting silent runtime install. Installing runtime version 3.7.0.1530
    [2013-04-25:06:54:04] Installing msi at c:\users\steve\appdata\local\temp\air79c1.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:06:54:10] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:54:10] Rolling back install of c:\users\steve\appdata\local\temp\air79c1.tmp\setup.msi
    [2013-04-25:06:54:10] Rollback complete
    [2013-04-25:06:54:10] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:54:10] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:54:10] Runtime Installer end with exit code 7
    [2013-04-25:06:54:20] Runtime Installer end with exit code 7
    [2013-04-25:06:55:38] Runtime Installer begin with version 3.7.0.1530 on Windows Vista x86
    [2013-04-25:06:55:38] Commandline is:
    [2013-04-25:06:55:38] No installed runtime detected
    [2013-04-25:06:55:45] Relaunching with elevation
    [2013-04-25:06:55:45] Launching subprocess with commandline c:\users\steve\appdata\local\temp\air30fe.tmp\adobe air installer.exe -ei
    [2013-04-25:06:55:48] Runtime Installer begin with version 3.7.0.1530 on Windows Vista x86
    [2013-04-25:06:55:48] Commandline is: -stdio \\.\pipe\AIR_1264_0 -ei
    [2013-04-25:06:55:48] No installed runtime detected
    [2013-04-25:06:55:49] Starting silent runtime install. Installing runtime version 3.7.0.1530
    [2013-04-25:06:55:51] Installing msi at c:\users\steve\appdata\local\temp\air30fe.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:06:55:55] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:55:55] Rolling back install of c:\users\steve\appdata\local\temp\air30fe.tmp\setup.msi
    [2013-04-25:06:55:55] Rollback complete
    [2013-04-25:06:55:55] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:55:55] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:55:55] Runtime Installer end with exit code 7
    [2013-04-25:06:55:59] Runtime Installer end with exit code 7
    [2013-04-25:07:05:12] Runtime Installer begin with version 3.7.0.1530 on Windows 7 x86
    [2013-04-25:07:05:12] Commandline is:
    [2013-04-25:07:05:12] No installed runtime detected
    [2013-04-25:07:05:18] Relaunching with elevation
    [2013-04-25:07:05:18] Launching subprocess with commandline c:\users\steve\appdata\local\temp\air953.tmp\adobe air installer.exe -ei
    [2013-04-25:07:05:24] Runtime Installer begin with version 3.7.0.1530 on Windows 7 x86
    [2013-04-25:07:05:24] Commandline is: -stdio \\.\pipe\AIR_3888_0 -ei
    [2013-04-25:07:05:24] No installed runtime detected
    [2013-04-25:07:05:24] Starting silent runtime install. Installing runtime version 3.7.0.1530
    [2013-04-25:07:05:26] Installing msi at c:\users\steve\appdata\local\temp\air953.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:05:29] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:05:29] Rolling back install of c:\users\steve\appdata\local\temp\air953.tmp\setup.msi
    [2013-04-25:07:05:29] Rollback complete
    [2013-04-25:07:05:29] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:05:29] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:05:29] Runtime Installer end with exit code 7
    [2013-04-25:07:05:31] Runtime Installer end with exit code 7
    [2013-04-25:07:06:12] Runtime Installer begin with version 3.7.0.1530 on Windows Vista x86
    [2013-04-25:07:06:12] Commandline is:
    [2013-04-25:07:06:12] No installed runtime detected
    [2013-04-25:07:06:21] Relaunching with elevation
    [2013-04-25:07:06:22] Launching subprocess with commandline c:\users\steve\appdata\local\temp\aire916.tmp\adobe air installer.exe -ei
    [2013-04-25:07:06:32] Runtime Installer begin with version 3.7.0.1530 on Windows 7 x86
    [2013-04-25:07:06:32] Commandline is: -stdio \\.\pipe\AIR_5884_0 -ei
    [2013-04-25:07:06:32] No installed runtime detected
    [2013-04-25:07:06:32] Starting silent runtime install. Installing runtime version 3.7.0.1530
    [2013-04-25:07:06:33] Installing msi at c:\users\steve\appdata\local\temp\aire916.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:06:37] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:06:37] Rolling back install of c:\users\steve\appdata\local\temp\aire916.tmp\setup.msi
    [2013-04-25:07:06:37] Rollback complete
    [2013-04-25:07:06:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:06:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:06:37] Runtime Installer end with exit code 7
    [2013-04-25:07:06:40] Runtime Installer end with exit code 7
    [2013-04-25:07:26:15] Runtime Installer begin with version 3.7.0.1530 on Windows Vista x86
    [2013-04-25:07:26:15] Commandline is:
    [2013-04-25:07:26:15] No installed runtime detected
    [2013-04-25:07:26:28] Relaunching with elevation
    [2013-04-25:07:26:28] Launching subprocess with commandline c:\users\steve\appdata\local\temp\air3063.tmp\adobe air installer.exe -ei
    [2013-04-25:07:26:37] Runtime Installer begin with version 3.7.0.1530 on Windows 7 x86
    [2013-04-25:07:26:37] Commandline is: -stdio \\.\pipe\AIR_2348_0 -ei
    [2013-04-25:07:26:37] No installed runtime detected
    [2013-04-25:07:26:37] Starting silent runtime install. Installing runtime version 3.7.0.1530
    [2013-04-25:07:26:39] Installing msi at c:\users\steve\appdata\local\temp\air3063.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:26:48] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:26:48] Rolling back install of c:\users\steve\appdata\local\temp\air3063.tmp\setup.msi
    [2013-04-25:07:26:48] Rollback complete
    [2013-04-25:07:26:48] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:26:48] Runtime Installer end with exit code 7
    [2013-04-25:07:46:09] Runtime Installer end with exit code 7

  • Installing Adobe Reader and Flash on OEM systems

    Hello,
    I wanted to know who I would need to contact or if I would need to contact someone to gain permission to install Adobe Reader and Flash on the custom PCs I build.
    Let me know, thanks so much!
    -Blacker.

    Start here
    https://www.adobe.com/cfusion/mmform/index.cfm?name=distribution_form&pv=fp
    or
    http://www.adobe.com/products/reader/distribution.html
    http://www.adobe.com/products/players/flash-player-distribution.html

  • Questions about Adobe AIR and FLV license model

    I'm currently looking for a game development framework which I can use for a fan-project in my spare time and also for commercial projects for the company I'm working for.
    I think that the Citrus Engine which is open source and based on Apache Flex/Adobe AIR/Starling/Away3D/Box2d/Nate might be a good choice.
    But I'm really confused about the license model of Adobe AIR and its runtime distribution.
    Do I have to pay a license fee or royalties for my games (which include the AIR runtime in order to be stand-alone-apps) when I publish them?
    If so, how much are these license fees/royalties?
    Does this also concern free apps?
    What is the name of the license which I would have to request from Adobe in order to publish my games?
    Do I need several licenses when publishing an app on multiple AppStores (Apple/Google/Amzaon) or desktop distribution platforms (Steam/GOG)?
    Are there further licensing obstacles which I have to keep in mind when using Flex/AIR for (commercial) game development?
    By the way - the FAQ on the product page (http://www.adobe.com/products/air/faq.html) isn't really helping on this topic:
    "How much does Adobe AIR cost?" -> "The Adobe AIR runtime and AIR SDK are free for most users."
    This answer leaves me with the question: Am I belonging to the "most users" or not?
    Therefore it isn't meaningful at all.
    I'm also thinking about adding short video sequences as FLVs to the games.
    If I understood correctly H.264 and MP3 are currently used as a standard for these video files but aren't free.
    Is there a free alternative available for FLVs which can be used in combination with Adobe AIR?
    Or did I get something wrong here and don't need to worry about getting sued when using these formats?
    Thank you in advance for answering my numerous questions.

    That's true.
    I'm using a Dell Studio 1537 with 3GB of RAM and Intel Core 2 Duo and it's quick in Lr    

  • Adobe Air and Http Referer

    hi
    i got a website that uses recaptcha for login, and i want to build a desktop application that logs into my site and have all the capabilities of the website via adobe air.
    strange thing is i cannot build a login for to include the recaptcha from my site login form via bridges because for some stupid reason you cant change the http referer in adobe air and the referer is always: app:/app.html (app.html is main html file for the application) even if you try to include in iframe or 2 iframes the http referer is the same.
    can some one explain it to me how do i achieve loading the recaptcha from my site? right now recaptcha returns: "Invalid referer error"
    i need to change the referer to my website
    thanks

    Hi,
    You can use a non-application sandbox iframe to do the communications with the recaptcha servers. And, in this case, the refferer will be whatever you'll be using as a sandboxRoot. And you can talk with the application content via the sandbox bridge.
    Here are more details on this: http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7f08. html#WS5b3ccc516d4fbf351e63e3d118666ade46-7f06
    Regards,
    Raul

  • Cant download Adobe Air and Update Photoshop Elemente 9 keep getting Error and now cant use Organize

    Cant download Adobe Air and Update Photoshop elements 9 keep getting Error and not cant use organizer

    What is your operating system & version?
    What exactly means "cant"?  And what is the error you get?

Maybe you are looking for

  • Delete button in XP (VMWare)

    Hello, this is my first MacBook Pro coming from Windows and wanted to know what button or setting I need to change to get the delete button working as the delete button the MBP does not delete email in Outlook in XP via VMWare. Any suggestions would

  • Not able to open a downloaded file - paint??

    I cannot open a file downloaded in Adobe.  This is the error message:  "Paint cannot read this file.  This is not a valid bitmap file, or its format is not currently supported."  I get the same message when I try to open saved adobe files or files th

  • Convert from 2013 to 2012 files

     any idea  how to convert from  2013 to 2012  ?? thanks alot Solved! Go to Solution.

  • Purpose of the following tables?

    Hi All, Does anyone knows the exact purpose of the following tables; 1. BSIK 2. BSAK 3. BSAS 4. BSIS I need a clear description. Thanks, Kishan

  • Port forwarding with natd

    I have set up my Leopard Server with a public ip on Ethernet, 85.165.220.114, and a private ip on the Airport interface, 192.168.207.200. This is working well, I can access my server with a registered domain name from the internet, with web, ssh etc.