AIR Install Badge

I have an AIR install badge on my site, how can I have it install my application from InMarket?
Thanks,
Sean

No, there is no localized version of the badge. I don't
believe there are plans to localize it, since it is just a sample.
However, since it's a sample and source is included, it can be
localized.
The AIR installation experience will be localized into
additional languages, including French, in an upcoming release.
regards,
Oliver Goldman | Adobe AIR Engineering

Similar Messages

  • Packaging files outside of the classpath in the Air Install Badge

    Perhaps I am just missing it, but I notice when you bundle a
    Flex app into an Air container, you don't have an option to package
    assets that are outside of the src classpath? I see that the
    packaging process allows you to navigate to files under the /src
    tree but what about files outside of that structure?
    Suppose I want to distribute assets outside of the swf and
    have then distributed along with the application. Is this native
    functionality or will a commercial installer be a necessity?

    There is an option in the project settings to add additional
    source folders to the project. And if none of the built-in Flex
    Builder features do what you need, you can certainly package other
    assets using the underlying ADT tool (which Flex Builder uses). The
    only thing you can't do is install assets outside the application
    directory or run other installation programs -- although you could
    copy files elsewhere on the first run of an application.

  • Install badge fails with '@' or '.' in appinstallarg

    I'm trying to run the AIR install badge with my application and I would like to pass down an varible (in my case, an email address) to be read when the app is first run.  However, whenever I have the '@' or the '.' character as part of the appinstallarg parameter, the badge fails to even start downloading the file.  If I change the appinstallarg to be a single word (like 'blah') it works fine.  It's also fine if I put spaces in the argument, just not certain other characters.
    I have also tried url encoding the argument (using %40 for '@' and %2E for '.') but it hasn't helped.
    I'm considering just transcoding the bad characters into various numbers of spaces or something, but it would be nice if there were a way around this.

    Regarding the newer badge install:
    I'm having a few issues where it's not seeing my application
    already installed (AIR app with Flex).
    The application is definitely installed but it keeps opening
    the .AIR file and asking to open/save.
    Does the AIR app have to be signed properly (i.e. a real
    certificate, paid for) to be able to fully work with the badge
    installer?
    I have set everything correctly in Flex
    (allowBrowserInvocation: set to true)
    and in the HTML I've set it to correctly based on what is in
    my Flex file (appid, appversion, name, etc)
    I've set airversion to "1.0".... what is 1.0.M6 ? (is this
    Beta 3?)
    I haven't set "pubid" to anything, just left as ""... would
    this affect the way the badge works?
    Could I request an update to the badge system... as it's
    doing a lot of checking for Beta3.
    It would be much better and cleaner if it just looked for the
    current AIR version and then if it was not present installed it.

  • Adobe AIR Seamless Install Badge PROBLEM

    Hello,
    my air badge installation stop working few days back (do not know exactly how many).
    Has anybody else this issue here?
    Any advice probably.
    Thanks

    Hi Chris,
    Thanks for the Reply.
    After quite a bit more testing and some digging around under the hood, I've solved the problem. Below is what I found out, hopefully this will help others out with the same problem:
    When downloading Air and the Air app in one go using the install badge, trying to open an SQL connection was throwing errors on most machines (it was not limited to Macs alone). If i down loaded Air separately, then installed the app with install badge (with air already  installed) it worked on some machines.
    The error was caused by trying to create the database file at the wrong in the file system:
    // Causes Errors some machines.
    var dbFile:File =File.applicationDirectory.resolvePath (databaseName);
    // Works fine.
    var dbFile:File =File.applicationStorageDirectory.resolvePath (databaseName);
    I'm not sure why the different installation process showed up the errors on some machines and not others, but it's fixed now.
    Hope this helps.
    Ali

  • Seamless Install/Badge.swf problem

    Hello, I'm trying to use the badge.swf file to perform a seamless install via a web page.  I've used the supplied files (default_badge.html and badge.fla) to modify the configuration to meet our needs, and I've reviewed the example article at http://www.adobe.com/devnet/air/flex/quickstart/seamless_install.html on how this process should work.  Let me say that when viewing the article, I can download the example "Hello World" app with no problems at all.
    In my situation, however, I'm getting a Javascript error when I click the badge.swf movie appearing in my web page.  The error doesn't really make sense because, while I've seen the "Object doesn't support this property or method" message before, the location doesn't exist (line 1 character 102).  The relevant air file does download for me even after receiving this message, but for some other users it won't, and since I'm just a developer and not the primary user of this AIR app, that's no good! 
    On doing a View Page Source for the above article, I notice that while the article itself states that the badge.swf is included via the AC_FL_RunContent function, in actuality it appears that the movie is being embedded by a mechanism which, to me, is wholly unrecognizable:
    <script type="text/javascript">
       // <![CDATA[
         var props = new Object();
         props.swf = "/devnet/air/samples/badge/badge.swf";
         props.id = "flashplayer-marquee";
         props.w = "217";
         props.h = "180";
         props.ver = "9.0.115";
         props.c = "#fff";
         props.wmode= "opaque";
         var swfo = new SWFObject( props );
         swfo.addParam("allowScriptAccess", "always");
         swfo.addVariable ("appversion","1.0")
         swfo.addVariable ( "appname", "Hello World" );
         swfo.addVariable ( "appurl", "http://download.macromedia.com/pub/developer/air/sample_apps/HelloWorld.air" );
               swfo.addVariable ( "airversion", "1.0" );
               swfo.addVariable ( "imageurl", "/devnet/air/samples/badge/helloworld.jpg");
         swfo.addVariable ("appid", "helloworld");
         registerSWFObject( swfo, "badge" );
        // ]]>
       </script>
    I'm pretty clueless as to the whys and wherefores of this block of code.  What I do know is that the download process works just fine in the example article, but for me it's not working correctly.  If anyone has had any experience with this and can shed some light on what I might be doing wrong I'd really appreciate hearing about it.  Thanks in advance for any help you can give.

    Thanks Romil, I want to make sure that I asked my question correctly.
    If the user gets air runtime installed the badge goes directly to the install and ask them if they want to install it.
    If the user already has air runtime it gives the open, save, cancel box.
    Is there a way to get the badge to go directly to the install question rather than open, save, cancel box if they already have the air runtime?

  • Resolved: The Install Badge requires a mouse event (?)

    Edit:
    I came across this page which specifies that the restriction of installing only within the context of user event handler is by design. Nuts.
    ===
    Hi,
    I've recently tweaked our application's install badge thru the fla provided with the sdk. All works well but apparently, calling the function installApplication from the loaded air.swf has no effect if the caller is not in the context of a mouse event handler. A Flash mouse event handler, that is, since calling from a js mouse event handler has no effect.
    Without this restriction, it would be easy to use air.swf as an installation engine, keeping all the UI in html and allocating to flash only a display area suitable for notifications such as 'installing AIR'. This would greatly facilitate the development of installation pages, no longer restricted by the properties exposed by the badge swf.
    Looking forward to a reply from the powers that be,
    David

    I'm trying to draw that way too but I'm not able to find the solution, i've searched long way from all docs and tutorials but it's not easy for a beginner. And the Apple's gesture drawing tutorial was "replaced" by a GL ES sample wich do not match my needing.
    I just want to draw a line following the touch using drawrect and touchesmoved.
    If anyone could help me i would really appreciate. Thank you.

  • Install Badge offline?

    Hey,
    is there a possibliy to use the install badge offline? I
    produce an AIR-application for distribution on CD-Rom and so i need
    to have an install routine that do the same like the install badge,
    but offline. I tried to use it offline but there seems to be a
    security problem.
    Did anyone get run an install badge offline?
    Thanks all
    Ronny

    While the badge does not run offline, you can achieve the
    same combined AIR/application install experience from a CD-ROM
    based installation. To do that, you'll need to sign up to
    redistribute AIR itself on your CD. After you sign up, you'll
    receive the file and instructions necessary to make this work. See
    http://www.adobe.com/products/air/runtime_distribution1.html
    regards,
    Oliver Goldman | Adobe AIR Engineering

  • Enhanced seamless install badge, asking user "open, save, or cancel"

    I’m trying to get it to start the install automatically. it seems to install my air app automatically right after installing air runtime ,but if a user already has the air runtime it ask them “ open, save or cancel"
    Can the Enhanced seamless install badge always install automatically?

    Thanks Romil, I want to make sure that I asked my question correctly.
    If the user gets air runtime installed the badge goes directly to the install and ask them if they want to install it.
    If the user already has air runtime it gives the open, save, cancel box.
    Is there a way to get the badge to go directly to the install question rather than open, save, cancel box if they already have the air runtime?

  • Adobe Air Install Error 5100

    Can't seem to get this to install! Here's my Log file....
    [2011-08-04:17:44:38] Runtime Installer begin with version 2.7.0.19530 on Windows Vista x86
    [2011-08-04:17:44:38] Commandline is: -playerVersion=10,3,181,26 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://www.jackpotspin.com/BHDownloader/BadgeHelpDownloader.air -- "installed from web"
    [2011-08-04:17:44:38] No installed runtime detected
    [2011-08-04:17:44:38] Invoking Application Installer for combined install
    [2011-08-04:17:44:38] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIR927B.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIR927B.tmp -playerVersion=10,3,181,26 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://www.jackpotspin.com/BHDownloader/BadgeHelpDownloader.air -- "installed from web"
    [2011-08-04:17:44:38] Application Installer begin with version 2.7.0.19530 on Windows Vista x86
    [2011-08-04:17:44:38] Commandline is: -runtime C:\Users\Don\AppData\Local\Temp\AIR927B.tmp -playerVersion=10,3,181,26 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://www.jackpotspin.com/BHDownloader/BadgeHelpDownloader.air -- "installed from web"
    [2011-08-04:17:44:38] No installed runtime detected
    [2011-08-04:17:44:39] Unpackaging http://www.jackpotspin.com/BHDownloader/BadgeHelpDownloader.air to C:\Users\Don\AppData\Local\Temp\flaBC77.tmp
    [2011-08-04:17:44:42] Application signature verified
    [2011-08-04:17:44:42] Unpackaging/validation complete
    [2011-08-04:17:45:05] Cancel request received
    [2011-08-04:17:45:05] Application Installer end with exit code 6
    [2011-08-04:17:45:05] Subprocess app installer failed (6)
    [2011-08-04:17:45:05] Cancel request received
    [2011-08-04:17:45:05] Runtime Installer end with exit code 6
    [2011-12-18:11:46:58] Bootstrapper begin with version 2.7.1.19610 on Win x86
    [2011-12-18:11:46:58] No installed runtime detected
    [2011-12-18:11:46:58] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer
    [2011-12-18:11:47:03] Download success
    [2011-12-18:11:47:03] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer.p7
    [2011-12-18:11:47:03] Download success
    [2011-12-18:11:47:03] Detached signature verified
    [2011-12-18:11:47:03] Begin cert chain validation
    [2011-12-18:11:47:03] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2011-12-18:11:47:03] Download success
    [2011-12-18:11:47:03] Begin crl download from http://crl.adobe.com/cds.crl
    [2011-12-18:11:47:03] Download success
    [2011-12-18:11:47:03] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2011-12-18:11:47:03] Download failure: could not retrieve crl crypt object
    [2011-12-18:11:47:04] Cert chain validation succeeded
    [2011-12-18:11:47:15] Launching subprocess with commandline "C:\Users\Don\AppData\Local\Temp\AIRRuntimeInstaller.exe" -x1 "C:\Users\Don\AppData\Local\Temp\AIRA600.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:47:22] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-18:11:47:22] Commandline is: -x1 "C:\Users\Don\AppData\Local\Temp\AIRA600.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:47:22] No installed runtime detected
    [2011-12-18:11:47:22] Invoking Application Installer for combined install
    [2011-12-18:11:47:22] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRF538.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRF538.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIRA600.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:47:22] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-18:11:47:22] Commandline is: -runtime C:\Users\Don\AppData\Local\Temp\AIRF538.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIRA600.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:47:22] No installed runtime detected
    [2011-12-18:11:47:24] Validating app in folder C:\Users\Don\AppData\Local\Temp\AIRA600.tmp\Amazon MP3 Uploader
    [2011-12-18:11:47:26] Application signature verified
    [2011-12-18:11:47:26] Unpackaging/validation complete
    [2011-12-18:11:47:44] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRF538.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRF538.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files\Amazon\Utilities" -desktopShortcut -programMenu "C:\Users\Don\AppData\Local\Temp\AIRA600.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:47:44] Relaunching with elevation
    [2011-12-18:11:47:44] Subprocess Elevated sub-installer failed (-1)
    [2011-12-18:11:47:50] Application Installer end with exit code 7
    [2011-12-18:11:47:50] Subprocess app installer failed (7)
    [2011-12-18:11:47:50] Runtime Installer end with exit code 7
    [2011-12-18:11:47:51] Subprocess Runtime Installer failed (7)
    [2011-12-18:11:47:51] Bootstrapper end with exit code 7
    [2011-12-18:11:48:11] Bootstrapper begin with version 2.7.1.19610 on Win x86
    [2011-12-18:11:48:11] No installed runtime detected
    [2011-12-18:11:48:11] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer
    [2011-12-18:11:48:27] Download success
    [2011-12-18:11:48:27] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer.p7
    [2011-12-18:11:48:27] Download success
    [2011-12-18:11:48:27] Detached signature verified
    [2011-12-18:11:48:27] Begin cert chain validation
    [2011-12-18:11:48:27] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2011-12-18:11:48:27] Download success
    [2011-12-18:11:48:27] Begin crl download from http://crl.adobe.com/cds.crl
    [2011-12-18:11:48:27] Download success
    [2011-12-18:11:48:27] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2011-12-18:11:48:27] Download failure: could not retrieve crl crypt object
    [2011-12-18:11:48:27] Cert chain validation succeeded
    [2011-12-18:11:48:38] Launching subprocess with commandline "C:\Users\Don\AppData\Local\Temp\AIRRuntimeInstaller.exe" -x1 "C:\Users\Don\AppData\Local\Temp\AIRC5EF.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:48:44] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-18:11:48:44] Commandline is: -x1 "C:\Users\Don\AppData\Local\Temp\AIRC5EF.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:48:44] No installed runtime detected
    [2011-12-18:11:48:44] Invoking Application Installer for combined install
    [2011-12-18:11:48:44] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIR3978.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIR3978.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIRC5EF.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:48:44] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-18:11:48:44] Commandline is: -runtime C:\Users\Don\AppData\Local\Temp\AIR3978.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIRC5EF.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:48:44] No installed runtime detected
    [2011-12-18:11:48:46] Validating app in folder C:\Users\Don\AppData\Local\Temp\AIRC5EF.tmp\Amazon MP3 Uploader
    [2011-12-18:11:48:47] Application signature verified
    [2011-12-18:11:48:47] Unpackaging/validation complete
    [2011-12-18:11:50:17] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIR3978.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIR3978.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files\Amazon\Utilities" -desktopShortcut -programMenu "C:\Users\Don\AppData\Local\Temp\AIRC5EF.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:50:17] Relaunching with elevation
    [2011-12-18:11:50:18] Subprocess Elevated sub-installer failed (-1)
    [2011-12-18:11:50:22] Application Installer end with exit code 7
    [2011-12-18:11:50:22] Subprocess app installer failed (7)
    [2011-12-18:11:50:22] Runtime Installer end with exit code 7
    [2011-12-18:11:50:23] Subprocess Runtime Installer failed (7)
    [2011-12-18:11:50:23] Bootstrapper end with exit code 7
    [2011-12-18:11:53:38] Bootstrapper begin with version 2.7.1.19610 on Win x86
    [2011-12-18:11:53:38] No installed runtime detected
    [2011-12-18:11:53:38] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer
    [2011-12-18:11:53:43] Download success
    [2011-12-18:11:53:43] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer.p7
    [2011-12-18:11:53:43] Download success
    [2011-12-18:11:53:43] Detached signature verified
    [2011-12-18:11:53:43] Begin cert chain validation
    [2011-12-18:11:53:43] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2011-12-18:11:53:44] Download success
    [2011-12-18:11:53:44] Begin crl download from http://crl.adobe.com/cds.crl
    [2011-12-18:11:53:44] Download success
    [2011-12-18:11:53:44] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2011-12-18:11:53:44] Download failure: could not retrieve crl crypt object
    [2011-12-18:11:53:44] Cert chain validation succeeded
    [2011-12-18:11:53:54] Launching subprocess with commandline "C:\Users\Don\AppData\Local\Temp\AIRRuntimeInstaller.exe" -x1 "C:\Users\Don\AppData\Local\Temp\AIRC40B.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:54:01] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-18:11:54:01] Commandline is: -x1 "C:\Users\Don\AppData\Local\Temp\AIRC40B.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:54:01] No installed runtime detected
    [2011-12-18:11:54:01] Invoking Application Installer for combined install
    [2011-12-18:11:54:01] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIREC1.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIREC1.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIRC40B.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:54:01] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-18:11:54:01] Commandline is: -runtime C:\Users\Don\AppData\Local\Temp\AIREC1.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIRC40B.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:54:01] No installed runtime detected
    [2011-12-18:11:54:02] Validating app in folder C:\Users\Don\AppData\Local\Temp\AIRC40B.tmp\Amazon MP3 Uploader
    [2011-12-18:11:54:04] Application signature verified
    [2011-12-18:11:54:04] Unpackaging/validation complete
    [2011-12-18:11:54:29] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIREC1.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIREC1.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files\Amazon\Utilities" -desktopShortcut -programMenu "C:\Users\Don\AppData\Local\Temp\AIRC40B.tmp\Amazon MP3 Uploader"
    [2011-12-18:11:54:29] Relaunching with elevation
    [2011-12-18:11:54:30] Subprocess Elevated sub-installer failed (-1)
    [2011-12-18:11:54:36] Application Installer end with exit code 7
    [2011-12-18:11:54:36] Subprocess app installer failed (7)
    [2011-12-18:11:54:36] Runtime Installer end with exit code 7
    [2011-12-18:11:54:36] Subprocess Runtime Installer failed (7)
    [2011-12-18:11:54:36] Bootstrapper end with exit code 7
    [2011-12-18:14:19:52] Bootstrapper begin with version 2.7.1.19610 on Win x86
    [2011-12-18:14:19:52] No installed runtime detected
    [2011-12-18:14:19:52] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer
    [2011-12-18:14:19:57] Download success
    [2011-12-18:14:19:57] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer.p7
    [2011-12-18:14:19:57] Download success
    [2011-12-18:14:19:57] Detached signature verified
    [2011-12-18:14:19:57] Begin cert chain validation
    [2011-12-18:14:19:57] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2011-12-18:14:19:57] Download success
    [2011-12-18:14:19:57] Begin crl download from http://crl.adobe.com/cds.crl
    [2011-12-18:14:19:57] Download success
    [2011-12-18:14:19:57] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2011-12-18:14:19:57] Download failure: could not retrieve crl crypt object
    [2011-12-18:14:19:57] Cert chain validation succeeded
    [2011-12-18:14:20:09] Launching subprocess with commandline "C:\Users\Don\AppData\Local\Temp\AIRRuntimeInstaller.exe" -x1 "C:\Users\Don\AppData\Local\Temp\AIRA6DD.tmp\Amazon MP3 Uploader"
    [2011-12-18:14:20:15] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-18:14:20:15] Commandline is: -x1 "C:\Users\Don\AppData\Local\Temp\AIRA6DD.tmp\Amazon MP3 Uploader"
    [2011-12-18:14:20:15] No installed runtime detected
    [2011-12-18:14:20:16] Invoking Application Installer for combined install
    [2011-12-18:14:20:16] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRF367.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRF367.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIRA6DD.tmp\Amazon MP3 Uploader"
    [2011-12-18:14:20:16] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-18:14:20:16] Commandline is: -runtime C:\Users\Don\AppData\Local\Temp\AIRF367.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIRA6DD.tmp\Amazon MP3 Uploader"
    [2011-12-18:14:20:16] No installed runtime detected
    [2011-12-18:14:20:17] Validating app in folder C:\Users\Don\AppData\Local\Temp\AIRA6DD.tmp\Amazon MP3 Uploader
    [2011-12-18:14:20:19] Application signature verified
    [2011-12-18:14:20:19] Unpackaging/validation complete
    [2011-12-18:14:20:25] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRF367.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRF367.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files\Amazon\Utilities" -desktopShortcut -programMenu "C:\Users\Don\AppData\Local\Temp\AIRA6DD.tmp\Amazon MP3 Uploader"
    [2011-12-18:14:20:25] Relaunching with elevation
    [2011-12-18:14:20:25] Subprocess Elevated sub-installer failed (-1)
    [2011-12-18:14:20:27] Application Installer end with exit code 7
    [2011-12-18:14:20:27] Subprocess app installer failed (7)
    [2011-12-18:14:20:28] Runtime Installer end with exit code 7
    [2011-12-18:14:20:28] Subprocess Runtime Installer failed (7)
    [2011-12-18:14:20:28] Bootstrapper end with exit code 7
    [2011-12-29:06:47:09] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-29:06:47:09] Commandline is:
    [2011-12-29:06:47:09] No installed runtime detected
    [2011-12-29:06:47:13] Relaunching with elevation
    [2011-12-29:06:47:13] Launching subprocess with commandline c:\users\don\appdata\local\temp\airafd0.tmp\adobe air installer.exe -ei
    [2011-12-29:06:47:13] Elevated install failed: returned error code -1
    [2011-12-29:06:47:13] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2011-12-29:06:47:16] Runtime Installer end with exit code 7
    [2012-01-27:05:22:39] Bootstrapper begin with version 2.7.1.19610 on Win x86
    [2012-01-27:05:22:39] No installed runtime detected
    [2012-01-27:05:22:39] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer
    [2012-01-27:05:22:44] Download success
    [2012-01-27:05:22:44] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer.p7
    [2012-01-27:05:22:44] Download success
    [2012-01-27:05:22:45] Detached signature verified
    [2012-01-27:05:22:45] Begin cert chain validation
    [2012-01-27:05:22:45] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-01-27:05:22:45] Download success
    [2012-01-27:05:22:45] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-01-27:05:22:45] Download success
    [2012-01-27:05:22:45] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-01-27:05:22:45] Download failure: could not retrieve crl crypt object
    [2012-01-27:05:22:45] Cert chain validation succeeded
    [2012-01-27:05:22:54] Launching subprocess with commandline "C:\Users\Don\AppData\Local\Temp\AIRRuntimeInstaller.exe" -x1 "C:\Users\Don\AppData\Local\Temp\AIR65B7.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:22:59] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-27:05:22:59] Commandline is: -x1 "C:\Users\Don\AppData\Local\Temp\AIR65B7.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:22:59] No installed runtime detected
    [2012-01-27:05:23:00] Invoking Application Installer for combined install
    [2012-01-27:05:23:00] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRA7D5.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRA7D5.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIR65B7.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:23:00] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-27:05:23:00] Commandline is: -runtime C:\Users\Don\AppData\Local\Temp\AIRA7D5.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIR65B7.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:23:00] No installed runtime detected
    [2012-01-27:05:23:01] Validating app in folder C:\Users\Don\AppData\Local\Temp\AIR65B7.tmp\Amazon MP3 Uploader
    [2012-01-27:05:23:03] Application signature verified
    [2012-01-27:05:23:03] Unpackaging/validation complete
    [2012-01-27:05:23:14] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRA7D5.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRA7D5.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files\Amazon\Utilities" -desktopShortcut -programMenu "C:\Users\Don\AppData\Local\Temp\AIR65B7.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:23:14] Relaunching with elevation
    [2012-01-27:05:23:14] Subprocess Elevated sub-installer failed (-1)
    [2012-01-27:05:23:20] Application Installer end with exit code 7
    [2012-01-27:05:23:20] Subprocess app installer failed (7)
    [2012-01-27:05:23:20] Runtime Installer end with exit code 7
    [2012-01-27:05:23:20] Subprocess Runtime Installer failed (7)
    [2012-01-27:05:23:20] Bootstrapper end with exit code 7
    [2012-01-27:05:23:53] Bootstrapper begin with version 2.7.1.19610 on Win x86
    [2012-01-27:05:23:53] No installed runtime detected
    [2012-01-27:05:23:53] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer
    [2012-01-27:05:23:55] Bootstrapper begin with version 2.7.1.19610 on Win x86
    [2012-01-27:05:23:55] No installed runtime detected
    [2012-01-27:05:23:55] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer
    [2012-01-27:05:23:59] Download success
    [2012-01-27:05:23:59] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer.p7
    [2012-01-27:05:23:59] Download success
    [2012-01-27:05:23:59] Detached signature verified
    [2012-01-27:05:23:59] Begin cert chain validation
    [2012-01-27:05:23:59] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-01-27:05:24:00] Download success
    [2012-01-27:05:24:00] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-01-27:05:24:00] Download success
    [2012-01-27:05:24:00] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-01-27:05:24:00] Download failure: could not retrieve crl crypt object
    [2012-01-27:05:24:00] Cert chain validation succeeded
    [2012-01-27:05:24:01] Bootstrapper begin with version 2.7.1.19610 on Win x86
    [2012-01-27:05:24:01] No installed runtime detected
    [2012-01-27:05:24:01] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer
    [2012-01-27:05:24:04] Download success
    [2012-01-27:05:24:04] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer.p7
    [2012-01-27:05:24:04] Download success
    [2012-01-27:05:24:04] Detached signature verified
    [2012-01-27:05:24:04] Begin cert chain validation
    [2012-01-27:05:24:04] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-01-27:05:24:04] Download success
    [2012-01-27:05:24:04] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-01-27:05:24:04] Download success
    [2012-01-27:05:24:04] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-01-27:05:24:04] Download failure: could not retrieve crl crypt object
    [2012-01-27:05:24:04] Cert chain validation succeeded
    [2012-01-27:05:24:06] Bootstrapper end with exit code 11
    [2012-01-27:05:24:10] Download success
    [2012-01-27:05:24:10] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer.p7
    [2012-01-27:05:24:10] Download success
    [2012-01-27:05:24:10] Detached signature verified
    [2012-01-27:05:24:10] Begin cert chain validation
    [2012-01-27:05:24:10] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-01-27:05:24:10] Download success
    [2012-01-27:05:24:10] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-01-27:05:24:10] Download success
    [2012-01-27:05:24:10] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-01-27:05:24:10] Download failure: could not retrieve crl crypt object
    [2012-01-27:05:24:10] Cert chain validation succeeded
    [2012-01-27:05:24:15] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-27:05:24:15] Commandline is: -x1 "C:\Users\Don\AppData\Local\Temp\AIR842F.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:24:15] No installed runtime detected
    [2012-01-27:05:24:15] Invoking Application Installer for combined install
    [2012-01-27:05:24:15] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRD0A9.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRD0A9.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIR842F.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:24:16] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-27:05:24:16] Commandline is: -runtime C:\Users\Don\AppData\Local\Temp\AIRD0A9.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIR842F.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:24:16] No installed runtime detected
    [2012-01-27:05:24:17] Validating app in folder C:\Users\Don\AppData\Local\Temp\AIR842F.tmp\Amazon MP3 Uploader
    [2012-01-27:05:24:18] Bootstrapper end with exit code 11
    [2012-01-27:05:24:18] Application signature verified
    [2012-01-27:05:24:18] Unpackaging/validation complete
    [2012-01-27:05:24:27] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRD0A9.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRD0A9.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files\Amazon\Utilities" -desktopShortcut -programMenu "C:\Users\Don\AppData\Local\Temp\AIR842F.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:24:27] Relaunching with elevation
    [2012-01-27:05:24:27] Subprocess Elevated sub-installer failed (-1)
    [2012-01-27:05:24:29] Application Installer end with exit code 7
    [2012-01-27:05:24:29] Subprocess app installer failed (7)
    [2012-01-27:05:24:30] Runtime Installer end with exit code 7
    [2012-01-27:05:24:30] Subprocess Runtime Installer failed (7)
    [2012-01-27:05:24:30] Bootstrapper end with exit code 7
    [2012-01-27:05:26:07] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-27:05:26:07] Commandline is:
    [2012-01-27:05:26:07] No installed runtime detected
    [2012-01-27:05:26:11] Relaunching with elevation
    [2012-01-27:05:26:11] Launching subprocess with commandline c:\users\don\appdata\local\temp\air83c2.tmp\adobe air installer.exe -ei
    [2012-01-27:05:26:11] Elevated install failed: returned error code -1
    [2012-01-27:05:26:11] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-01-27:05:26:17] Runtime Installer end with exit code 7
    [2012-01-27:05:27:23] Bootstrapper begin with version 2.7.1.19610 on Win x86
    [2012-01-27:05:27:23] No installed runtime detected
    [2012-01-27:05:27:23] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer
    [2012-01-27:05:27:27] Download success
    [2012-01-27:05:27:27] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer.p7
    [2012-01-27:05:27:28] Download success
    [2012-01-27:05:27:28] Detached signature verified
    [2012-01-27:05:27:28] Begin cert chain validation
    [2012-01-27:05:27:28] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-01-27:05:27:28] Download success
    [2012-01-27:05:27:28] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-01-27:05:27:28] Download success
    [2012-01-27:05:27:28] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-01-27:05:27:28] Download failure: could not retrieve crl crypt object
    [2012-01-27:05:27:28] Cert chain validation succeeded
    [2012-01-27:05:27:37] Launching subprocess with commandline "C:\Users\Don\AppData\Local\Temp\AIRRuntimeInstaller.exe" -x1 "C:\Users\Don\AppData\Local\Temp\AIRBB75.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:27:43] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-27:05:27:43] Commandline is: -x1 "C:\Users\Don\AppData\Local\Temp\AIRBB75.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:27:43] No installed runtime detected
    [2012-01-27:05:27:43] Invoking Application Installer for combined install
    [2012-01-27:05:27:43] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRFB23.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRFB23.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIRBB75.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:27:43] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-27:05:27:44] Commandline is: -runtime C:\Users\Don\AppData\Local\Temp\AIRFB23.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIRBB75.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:27:44] No installed runtime detected
    [2012-01-27:05:27:45] Validating app in folder C:\Users\Don\AppData\Local\Temp\AIRBB75.tmp\Amazon MP3 Uploader
    [2012-01-27:05:27:47] Application signature verified
    [2012-01-27:05:27:47] Unpackaging/validation complete
    [2012-01-27:05:27:54] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRFB23.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRFB23.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files\Amazon\Utilities" -desktopShortcut -programMenu "C:\Users\Don\AppData\Local\Temp\AIRBB75.tmp\Amazon MP3 Uploader"
    [2012-01-27:05:27:54] Relaunching with elevation
    [2012-01-27:05:27:54] Subprocess Elevated sub-installer failed (-1)
    [2012-01-27:05:27:58] Application Installer end with exit code 7
    [2012-01-27:05:27:59] Subprocess app installer failed (7)
    [2012-01-27:05:27:59] Runtime Installer end with exit code 7
    [2012-01-27:05:27:59] Subprocess Runtime Installer failed (7)
    [2012-01-27:05:27:59] Bootstrapper end with exit code 7
    [2012-01-27:05:34:07] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-27:05:34:07] Commandline is:
    [2012-01-27:05:34:07] No installed runtime detected
    [2012-01-27:05:34:25] Relaunching with elevation
    [2012-01-27:05:34:25] Launching subprocess with commandline c:\users\don\appdata\local\temp\aird6e1.tmp\adobe air installer.exe -ei
    [2012-01-27:05:34:25] Elevated install failed: returned error code -1
    [2012-01-27:05:34:25] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-01-27:05:34:30] Runtime Installer end with exit code 7
    [2012-01-27:05:35:19] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-27:05:35:19] Commandline is:
    [2012-01-27:05:35:19] No installed runtime detected
    [2012-01-27:05:35:32] Relaunching with elevation
    [2012-01-27:05:35:32] Launching subprocess with commandline c:\users\don\appdata\local\temp\airef22.tmp\adobe air installer.exe -ei
    [2012-01-27:05:35:32] Elevated install failed: returned error code -1
    [2012-01-27:05:35:32] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-01-27:05:35:36] Runtime Installer end with exit code 7
    [2012-01-27:05:37:29] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-27:05:37:29] Commandline is:
    [2012-01-27:05:37:29] No installed runtime detected
    [2012-01-27:05:37:33] Relaunching with elevation
    [2012-01-27:05:37:33] Launching subprocess with commandline c:\users\don\appdata\local\temp\airedbb.tmp\adobe air installer.exe -ei
    [2012-01-27:05:37:33] Elevated install failed: returned error code -1
    [2012-01-27:05:37:33] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-01-27:05:37:36] Runtime Installer end with exit code 7
    [2012-01-27:05:53:28] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-27:05:53:28] Commandline is:
    [2012-01-27:05:53:28] No installed runtime detected
    [2012-01-27:05:53:34] Relaunching with elevation
    [2012-01-27:05:53:34] Launching subprocess with commandline c:\users\don\appdata\local\temp\air3fcd.tmp\adobe air installer.exe -ei
    [2012-01-27:05:53:34] Elevated install failed: returned error code -1
    [2012-01-27:05:53:34] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-01-27:05:53:37] Runtime Installer end with exit code 7

    Here's my Current Log! Thanks for any help!
    [2012-01-30:14:20:07] Bootstrapper begin with version 2.7.1.19610 on Win x86
    [2012-01-30:14:20:07] No installed runtime detected
    [2012-01-30:14:20:07] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer
    [2012-01-30:14:20:13] Download success
    [2012-01-30:14:20:13] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer.p7
    [2012-01-30:14:20:13] Download success
    [2012-01-30:14:20:13] Detached signature verified
    [2012-01-30:14:20:13] Begin cert chain validation
    [2012-01-30:14:20:13] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-01-30:14:20:13] Download success
    [2012-01-30:14:20:13] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-01-30:14:20:13] Download success
    [2012-01-30:14:20:13] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-01-30:14:20:13] Download failure: could not retrieve crl crypt object
    [2012-01-30:14:20:13] Cert chain validation succeeded
    [2012-01-30:14:20:22] Launching subprocess with commandline "C:\Users\Don\AppData\Local\Temp\AIRRuntimeInstaller.exe" -x1 "C:\Users\Don\AppData\Local\Temp\AIR5ED7.tmp\Amazon MP3 Uploader"
    [2012-01-30:14:20:28] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-30:14:20:28] Commandline is: -x1 "C:\Users\Don\AppData\Local\Temp\AIR5ED7.tmp\Amazon MP3 Uploader"
    [2012-01-30:14:20:28] No installed runtime detected
    [2012-01-30:14:20:28] Invoking Application Installer for combined install
    [2012-01-30:14:20:28] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRA49D.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRA49D.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIR5ED7.tmp\Amazon MP3 Uploader"
    [2012-01-30:14:20:28] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-30:14:20:28] Commandline is: -runtime C:\Users\Don\AppData\Local\Temp\AIRA49D.tmp -withRuntime -url "C:\Users\Don\AppData\Local\Temp\AIR5ED7.tmp\Amazon MP3 Uploader"
    [2012-01-30:14:20:28] No installed runtime detected
    [2012-01-30:14:20:30] Validating app in folder C:\Users\Don\AppData\Local\Temp\AIR5ED7.tmp\Amazon MP3 Uploader
    [2012-01-30:14:20:31] Application signature verified
    [2012-01-30:14:20:31] Unpackaging/validation complete
    [2012-01-30:14:20:39] Launching subprocess with commandline C:\Users\Don\AppData\Local\Temp\AIRA49D.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Don\AppData\Local\Temp\AIRA49D.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files\Amazon\Utilities" -desktopShortcut -programMenu "C:\Users\Don\AppData\Local\Temp\AIR5ED7.tmp\Amazon MP3 Uploader"
    [2012-01-30:14:20:39] Relaunching with elevation
    [2012-01-30:14:20:39] Subprocess Elevated sub-installer failed (-1)
    [2012-01-30:14:20:42] Application Installer end with exit code 7
    [2012-01-30:14:20:43] Subprocess app installer failed (7)
    [2012-01-30:14:20:43] Runtime Installer end with exit code 7
    [2012-01-30:14:20:43] Subprocess Runtime Installer failed (7)
    [2012-01-30:14:20:43] Bootstrapper end with exit code 7
    [2012-01-30:14:23:38] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-30:14:23:38] Commandline is:
    [2012-01-30:14:23:38] No installed runtime detected
    [2012-01-30:14:23:43] Relaunching with elevation
    [2012-01-30:14:23:43] Launching subprocess with commandline c:\users\don\appdata\local\temp\air89ae.tmp\adobe air installer.exe -ei
    [2012-01-30:14:23:43] Elevated install failed: returned error code -1
    [2012-01-30:14:23:43] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-01-30:14:23:47] Runtime Installer end with exit code 7
    [2012-01-30:14:50:44] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-30:14:50:44] Commandline is:
    [2012-01-30:14:50:44] No installed runtime detected
    [2012-01-30:14:50:48] Relaunching with elevation
    [2012-01-30:14:50:48] Launching subprocess with commandline c:\users\don\appdata\local\temp\air58a1.tmp\adobe air installer.exe -ei
    [2012-01-30:14:50:49] Elevated install failed: returned error code -1
    [2012-01-30:14:50:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-01-30:14:50:49] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-30:14:50:49] Commandline is:
    [2012-01-30:14:50:49] No installed runtime detected
    [2012-01-30:14:50:50] Runtime Installer end with exit code 7
    [2012-01-30:14:50:52] Relaunching with elevation
    [2012-01-30:14:50:52] Launching subprocess with commandline c:\users\don\appdata\local\temp\air6a7b.tmp\adobe air installer.exe -ei
    [2012-01-30:14:50:52] Elevated install failed: returned error code -1
    [2012-01-30:14:50:52] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-01-30:14:50:54] Runtime Installer end with exit code 7
    [2012-02-01:04:49:32] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-02-01:04:49:32] Commandline is:
    [2012-02-01:04:49:32] No installed runtime detected
    [2012-02-01:04:49:38] Relaunching with elevation
    [2012-02-01:04:49:38] Launching subprocess with commandline c:\users\don\appdata\local\temp\air8130.tmp\adobe air installer.exe -ei
    [2012-02-01:04:49:39] Elevated install failed: returned error code -1
    [2012-02-01:04:49:39] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-02-01:04:49:50] Runtime Installer end with exit code 7
    [2012-02-01:05:25:35] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-02-01:05:25:35] Commandline is:
    [2012-02-01:05:25:35] No installed runtime detected
    [2012-02-01:05:25:54] Relaunching with elevation
    [2012-02-01:05:25:54] Launching subprocess with commandline c:\users\don\appdata\local\temp\air89d8.tmp\adobe air installer.exe -ei
    [2012-02-01:05:25:54] Elevated install failed: returned error code -1
    [2012-02-01:05:25:54] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-02-01:05:25:57] Runtime Installer end with exit code 7
    [2012-02-01:05:43:43] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-02-01:05:43:43] Commandline is:
    [2012-02-01:05:43:43] No installed runtime detected
    [2012-02-01:05:43:50] Relaunching with elevation
    [2012-02-01:05:43:50] Launching subprocess with commandline c:\users\don\appdata\local\temp\airaf90.tmp\adobe air installer.exe -ei
    [2012-02-01:05:43:52] Elevated install failed: returned error code -1
    [2012-02-01:05:43:52] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-02-01:05:43:58] Runtime Installer end with exit code 7
    [2012-02-01:05:44:13] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-02-01:05:44:13] Commandline is:
    [2012-02-01:05:44:13] No installed runtime detected
    [2012-02-01:05:44:17] Relaunching with elevation
    [2012-02-01:05:44:17] Launching subprocess with commandline c:\users\don\appdata\local\temp\air2f49.tmp\adobe air installer.exe -ei
    [2012-02-01:05:44:18] Elevated install failed: returned error code -1
    [2012-02-01:05:44:18] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100]
    [2012-02-01:05:44:20] Runtime Installer end with exit code 7

  • Adobe Air install

    greetings
    i am trying to install Adobe Air required to work with a web
    design templete
    i'm working on a mac powerbook g4 with 1.67 mhz, 10.4.9
    when i download, i get the .dmg file, and it says adobe air
    successfully installed
    but i can not locate the application or anything related
    what can i do?
    thanks so much
    susan

    hi susan
    So, you're looking for the AIR runtime that you installed?
    That will be in your /Applications/Utilities folder as Adobe AIR
    Application Installer.app, I believe.
    To make sure that AIR installed correctly find a .air
    application and try to install it. If it begins to install then you
    have AIR installed, if nothing happens then you'll need to try and
    install AIR again.
    Hope that helps,
    Scott

  • Adobe Air Install Package Signed by Revoke Certificate?

    My security settings may be a little more strick than most. I just download the adobe air install package today. I think the revoked signature is preventing the installation. Can anyone confirm the signature? Thanks.

    No problems with the signature on a new Windows 7 x64 / IE10 install with default settings .

  • Why did this fix my adobe Air install problem?

    I had Air installed which I needed to run this porgram You Select it which needs adobe flash and Air to run.. The other day the program would not open up.
    I tried a number of things could not get it to work. Deleted the program, and tried installing Air again, and Flash. Flash would install fine but not Air.
    I searched the WEB and found a forum which said if You install Firefox web browser and run it while you install Air it will work.. I did and got Air and my Program installed fine.
    I have no clue why that worked but it did.

    was it shutting down when it was plugged in?

  • How do you get rid of a greyed out 'installed' badge in apple updates?

    How do you get rid of a greyed out 'installed' badge in apple updates? I have one that never wants to disappear despite having the most recent version of the software ( its evernote in case that helps). That is really the only app that doesn't want to disappear after installation. Any thoughts or ideas out there in the world wide web?

    Not sure I follow you 100%, but I think I know what you need.
    Spotlight: How to re-index folders or volumes
              http://support.apple.com/kb/ht2409
    Mac App Store: Cannot update App Store purchases or updates do not seem available
              http://support.apple.com/kb/TS4236

  • Air Install Corrupt? Cannot install anything, cannot uninstall AIR?

    It all started when TweetDeck stopped working. I tried to remove it, and it displayed a bunch of dialogs with squares instead of characters. I tried to install it and got a refusal to install from Air, message 2032.
    I started Prezi to see if it would run. Prezi runs, and said that it had an update. I tried to load the update and got a message that the update would not load.
    My guess is that my Air install is bad. So ...
    I tried to uninstall Air, and it told  me that it was going to break Acrobat. (Thanks a ton, do you have any idea what I paid for Acrobat!?!?)
    I decided to go ahead, and the uninstall hung and would not proceed.
    I tried to load Air on top of the existing install and it refused to install because it thought it was already installed.
    So now I can't update anything that relies on Air, and I can't uninstall it, and I can't reload it.
    Please advise ...

    What version of AIR does you have?
    You can get the application install log file and post here. People might be able to help.
    To get the log file, create a .airappinstall.log file in your home directory.
    You can get the AIR Runtime install log by creating a .airinstall.log file in your home directory. This might help telling what happens with your AIR Runtime installation.

  • Detected if Adobe air installed

    Hi guys how can I detected if Air installed on the PC or not, actually I have this problem I want to distribute my application on CD so I want to know if the user don’t have Air installed on his PC then I want to run Air installer file.
    I have 2 Issues
    One to detected Air and the other run Air installer
    Any suggestion please
    Thanks
    Bassam

    When you install an AIR application (by double-clicking or running the AIR file), if Adobe AIR (the runtime) is installed, then it will check to see it is the version required for your application. If not, it will update itself to the correct version (which it obtains over the web).
    If you wish to distribute Adobe AIR on a CD (to install it if it is missing on a user's machine), you need to apply for the Adobe AIR Runtime Distribution Agreement and be accepted:
    http://www.adobe.com/products/air/runtime_distribution1.html

Maybe you are looking for

  • Error While Commiting .PAK files from ODDC Services

    Hi I am trying to scan and commit documents using ODDC client. I am able to successfully send the Document from Remote Location and corresponding .PAK files are also created but when ODDC services try to process and Commit the document, i get followi

  • Iphone 5 north American iphone in europe help!

    Hi, so I have an iphone 5 and I bought it in Canada two weeks before coming to Europe,  I'm only here for two weeks but when I turned one my phone in Amsterdam "activation required" on the lock screen then wont let me do anything on the phone, see I'

  • Time machine error 6584

    Just upgraded to Mountain Lion. It had a problem and the Apple store did a wipe and install. I restored all my data and apps by ethernet from Time Capsule. I had to find and reinstall Java. Things appear to work ok except launching Time Machine gets

  • "Please check the agent -NAME parameter" error

    I get the following error when trying to execute a simple ODI package. Before the process even starts running, I get the following message in a popup. I have tested the physical connection to the ODI agent successfully in the topology manager. This a

  • Problem using regex for url

    Heres the problem im trying to match <b>Heres my text</b> and using this pattern Pattern rnpattern = Pattern.compile(".+rel-.+html.+id=.+>(.+)</a>.+"); and I'm having to matches returned at all. Its actually pulling a full text file and running the p