Reusing AIR Captive Runtime

I have an application that is installed and acts as a loader, downloading different other applications that all use the captive runtime.
However, considering the current folder structure of a "captive runtime" application:
-> Adobe AIR
-> META-INF
==> signatures.xml
==> AIR
=====>application.xml
=====>hash
-> mimetype
-> ApplicationName.exe
-> ApplicationName.swf
For example, there is the Adobe AIR folder which is 38 MB in size, which is identical for all of the apps. The exe file, even if named differently it's the same file for different applications.
I cannot put all my downloaded apps in the same folder because they would override the previous application. All the application "internals" are found in the META-INF folder. Is there any way to rename this folder to something like (app1) ? I think this would solve my problem. Of course, I would need to change the exe file also.
Do you have any other suggestion on reusing the captive runtime?
Thanks
Ciprian

No solutions to my problem?

Similar Messages

  • Launching Air Captive runtime by double clicking file does not pass location in arguments

    I am trying to make my Air Captive Runtime Mac OS X app respond correctly when the user double clicks on a file type associated with the app.
    I have set up the invoke event listener to capture location of the file that the user has clicked to launch the app stored in the event.arguments variable.
    In the following simple test I just print out the length of the arguments passed in when the app is invoked. This is the behavior I am seeing:
    1. when I launch the app from the command line with 2 args,
    open test.app --args arg1 arg2
    I get "2"  as expected for the arguments length.
    2. If the app is already open and I double click a file with a type associated with the app. It correctly invokes the app and passes in the path to the file that was clicked. Length is 1 as expected and the content is the path to the file.
    3. However, if I just double click the same associated file when the app is not open, the app launches correctly, however no arguments are passed. Length is 0 and there is no way to know what file the user double clicked.
    here is code:
    var debugOutput = new TextField();
    addChild(debugOutput);
    NativeApplication.nativeApplication.addEventListener(InvokeEvent.INVOKE, onInvoke);
    function onInvoke(e:InvokeEvent):void
      debugOutput.text = e.arguments.length;
    Any thoughts on what might be going on?

    I have the same problem. i have tired AIRSDK 3.1 & 3.4, my app can run normal without Captive-runtime mode in my nexus s, But keep getting the message "unfortunately, (myappname) has stopped" when packed with Captive-runtime.

  • How do you publish AIR captive runtime for Windows from OSX in Flash Pro CS6?

    Is this possible?  If I move the app from a Mac to Windows it isn't looking like an app anymore.  It's looking like a set of folders instead.  Do I need to change publish options?  changeing the extension to .exe didn't fix it. Help appreciated!
    Thanks,
    Dave

    Hi Dave ,
    The published AIR captive runtime in Flash from Windows and Mac will have the following structure -
    Windows -
    MyApp/
        META-INF/
        Adobe AIR/         // The captive runtime minus irrelevant files
        mimetype
        MyApp.swf          // Assets
        MyApp.exe          // An entrypoint that loads the captive runtime
    Mac -
    MyApp.app/
        Contents/
            Frameworks/
                Adobe AIR.framework/ // The captive runtime
            Info.plist
            MacOS/
                MyApp                // An entrypoint that loads the captive runtime
            PkgInfo
            Resources/
                META-INF/
                mimetype
                MyApp.swf            // Assets
    The entry point that loads the Captive runtime is different in the above cases.
    Hence we need to explicitly publish from the required platform.
    You can even check this link : http://help.adobe.com/en_US/air/build/WSfffb011ac560372f709e16db131e43659b9-8000.html
    To create a captive runtime bundle for Windows, you must package the application while running under the Windows operating system.
    Thanks and regards,
    Sudeshna Sarkar
    Adobe Flash Professional Team.

  • Why does Adobe Air Captive Runtime require Internet Access on Android?

    I am developing a children's app on Adobe Air and just learned that the Internet permission is being forced by Adobe Air. The only comment I saw on these forums was from someone stating it was so the Adobe Air App can communicate to the Adobe Air package, which doesn't make much sense-- but even still, I am bundling the Adobe Air Runtime within the App itself.
    This affects me because as a children's app, some of my customers (e.g. Parents) will see the requirement of an Internet connection as a bad sign, in that my app may be loading content from the internet, or collecting data about their child or device and sending it over the internet.
    I think Adobe should be clear as to why their platform requires internet access. Thank you.

    I have the same problem. i have tired AIRSDK 3.1 & 3.4, my app can run normal without Captive-runtime mode in my nexus s, But keep getting the message "unfortunately, (myappname) has stopped" when packed with Captive-runtime.

  • AIR captive runtime application for MacOS

    Hi!
    I create application with captive runtime for Windows and MacOS. I have some problem connected with MacOS specific, cause I'm newbie in this OS.
    I dont want to publish my app in appstore, cause the app have problems with appstore rules.
    1) How I should to sign my application? I just pack my app as described in manual http://help.adobe.com/en_US/air/build/WSfffb011ac560372f709e16db131e43659b9-8000.html but I don't see any track of code sign in my .app. I thought that it isn't a problem, before I download my app from network - it don't want to run because dveloper unidentified.
    2) My application require update system. I Realize it simply for Windows: my AIR application download updates if it necessary (resources, air lib, main swf file, and exe) and then I replace files with other program. There is no problems with updates, cause codesign is only spread on exe file.
    But as I understood I can't use same way to update my .app cause it destroy my codesign, as I know. So, how I should update my MAC app?
    UPD1: I found a bit information about 1st here: How to sign your Mac OS X App for Gatekeeper | Successful Software. So, I can't use not apple's sign certificate?

    It's a good idea to add :tumbleweed: smile to this forum
    I spent 3 days for searching answer and making experiments. So, as a result:
    1) To pass MacOS Gatekeeper I should use apple developer certificate.
    2) I could change content of signed .app file as I wish. I don't try it with my own app because my certificate is not ready yet, but I successfully change contents of few other signed apps - no issues with running was detected. Maybe there is any problem with my understanding of signature..
    Helpful links:
    osx mountain lion - Non-Apple Issued Code Signing Certificate: Can it Work with Mac OS 10.8 Gatekeeper? - Stack Overflow
    How to sign your Mac OS X App for Gatekeeper | Successful Software

  • AIR captive runtime

    Hi folks, was wondering if an app (Android) generated with captive runtime, still ask the user to install AIR plugin. If somebody knows ( and maybe have an example actually on market ) , i'll be glad to pay him/her a beer !
    Thanks in advance

    It will not ask to install the plugin. But instead your apk will increase by some megabytes (10 in my case). I personally decided to stick to the plugin, spare the users the additional load, spread the word that AIR is still an option and ignore whiners about the plugin on the comments (~1%).
    Talking about it I wish the popup to install the plugin would be a bit more informative for the end user, telling them that AIR is what actually makes the application possible. I get ratings as this: Adobe Air. Why? 1 Star

  • AIR 4.0 captive runtime won't run: "requires a version of Adobe AIR" alert

    I'm creating an AIR captive runtime application, and it won't run on a target Windows* machine. It displays the following alert instead:
    This application requires a version of Adobe AIR which cannot be found. Please download the latest version of this runtime from http://www.adobe.com/go/getair, or contact the application author for an updated version.
    How can I package the captive runtime differently so it won't display this message? The application is a pure ActionScript app compiled with the adt binary from the standalone SDK (this is not Flex).
    In addition, I'm disturbed that a captive runtime AIR application pings Adobe in any way. I am seeing occasional pings to an adobe site upon launch of the app (something like airdownload2.adobe.com, if I remember correctly). No I'm not using any service calls in my app at this point in development, it's very simple, and should not be pinging the net at all. Why is this happening? I need to disable this too.
    * Problem occurring only on a particular Windows 7 Home Premium 64-bit machine. Unfortunately, this is the end client's machine so I can't tinker with it.

    Do you have access to the problematic machine? If so, maybe you could try to install Sysinternal's Process Monitor http://technet.microsoft.com/en-us/sysinternals/bb896645
    Run the tool, create filter to see just events containing your app name and try to find in the result any issue... you could also compare the log with same log from not problematic machine or with app made with older SDK which was working.
    That's all what I can do... it's a shame that nobody from Adobe is interested yet... maybe you could also submit a bug.

  • Publishing to Captive Runtime

    Flash Pro 6, Mac OS10.6.8 Is it true that on a MAC  can only create a captive runtime export for a MAC and I need a windows computer and Flash 6 for Windows to Create a .EXE file? I have been working on Flash 5.5 and was excited to see the Captive Runtime option. Very surprised to be told by tech support that I could not create the Captive runtime .exe on a MAC!

    Thanks for the response. Talked with my boss and his solution was simpler: Fall back to AIR 3.5 and stay there for the forseeable future.
    Perhaps Adobe will fix the AIR captive runtime problem in a future release.
    I'll try to update this post if I learn anything new.
    Thanks.

  • Adobe AIR with Captive Runtime Support for Mobile | ADC Presents | Adobe TV

    In this video, Technical Evangelist Andrew Trice covers Adobe AIR with captive runtime support for mobile application development, which will benefit your Flash Builder projects for the Android OS.
    http://adobe.ly/wyNYjD

    Witch version of flash builder is this?

  • AIR runtime and AIR applications built using Captive Runtime still need Admin Privilege to Install

    I am working on a small project to install AIR application(native .exe & .dmg) with AIR runtime without needing the Administrator privilege so I used Captive runtime but the installation is still asking for admin privilege
    I bundled AIR application with AIR runtime using Captive runtime from flash builder 4.6, then I packaged this into a .MSI using Advanced Installer. Now when I install it for a user without admin privilege it prompts me for Admin credentials.
    Can you please tell me if
    1. I need AIR distribution license to install AIR runtime without Admin privilege
    2. Do I need a different installer
    3. Am I missing any step here
    Thank you

    If you're installing to a location where Windows requires elevated privileges, like Program Files, you'll need to have admin privileges to continue.  Are you using an AIR based native installer or have you taken the application with the captive runtime and rolled this up in your own installer?
    Here's a section from the Installation and deployment options in Adobe AIR 3 article that might help:
    Installation privileges
    When designing an installer, one has the option to choose from approaches that may or may not require administrative privilege. For example, a drag-and-drop install on Mac OS X requires no special privilege; users can always copy the application into their own application folders, for which they have the necessary permissions. On the other hand, if registry keys must be written to the machine-specific portion of the registry on Windows, installation of that application will require administrative privilege to do so.
    The two installer formats directly supported by AIR, AIR files and native installers, have always required administrative privilege. This was a design decision made in part to simplify the implementation of the AIR installers: If administrative privilege is assumed to be available, implementation is possible if the registry can be written to, and so on. It was also selected because, in many enterprises, this is the desired behavior: administrators can use the privilege requirement to gate software installation.
    All the same, there are scenarios where supporting installation without requiring administrative privileges is desirable, or even necessary. This can now be achieved using custom installers; you simply need to author an installer that operates correctly with only standard user privilege. In practice this can be easy to achieve; a simple install-by-copy to a writable location (that is, in the user's own folder) will suffice. Should you author a more complex installer, you should keep in mind that the addition of certain operations during the install process will in turn reintroduce the requirement for administrative privileges.

  • AIR 3 captive runtime environment

    Since AIR 3 features a captive runtime environment and allows users to run without install/system admin privileges, will this be carried over into RH AIRHelp? If so, when? Thanks!

    Oops! My bad!
    Failed to see that trailing part. (My eyes sorta glazed over after reading:
    Since AIR 3 features a captive runtime environment and allows users to run without install/system admin privileges
    Silly me, I assumed Maggie was an AIR developer as it sounded very "developer speak" to me!
    Carry on... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Captive Runtime air 2.7?

    Hey,
    I was wondering if it in any way could be possibly to package with captive runtime in a combination between the new 3.0 ADT and the 2.7 SDK?
    In the 3.0 feature sheet it says; "Developers can now control exactly which version of the runtime an app executes against"

    You can only use the feature in AIR 3. That statement is forward looking, as in, the runtime your app uses won't be updated unless you update it. Possibly, you can set the app descriptor to use AIR 2.7, which would give you AIR 2.7 behavior, but would still use the AIR 3 runtime -- I'm not sure this is allowed, but it would be easy to check just by trying to do it and seeing if ADT lets you make such a package.

  • Adobe AIR SDK (3.4.0.2710) Captive Runtime Not Updated

    Hi,
    I just downloaded the latest Adobe AIR SDK 3.4.0.2710. Looking at \runtimes\air-captive\win\Adobe AIR\Versions\1.0\Adobe AIR.dll it still says it is 3.4.2540. Will the captive runtime be updated to 3.4.2710?
    Thanks,
    John

    Just retried the SDK download at http://www.adobe.com/devnet/air/air-sdk-download.html and it looks like the runtime has been updated to 3.4.2710. All good now.

  • Is it possible to share assets between a windows and a mac AIR app build with captive runtime on one dvd-rom?

    Hi there,
    I have a question about burning two builds of an AIR desktop app with captive runtime, one for Windows and one for Mac, on a single hybrid DVD-rom that can be played on both Windows computers and Macs.
    I've tried sharing the assets (video's and pdf's mostly) between the two builds, but I can't seem to get it to work. The only way I have been able to work around this, is to have the assets in both builds, which results in the double the amount of space on the DVD-Rom.
    Is there a way to have the two builds use a single location to find the files? Or do I need to have two builds that both contain all the assets?
    Thanks in advance!
    Kinds regards,
    Maarten

    Gotcha!!
    I am done with mounting a secondary HDD (thanks to ifixit) and installing Windows 8 Pro 64 bit on it without a worry. Charm, charm!!
    Boot Camp 5 guide prescribes all needed steps and when read and used correctly, installation must be an easy task. And all the existing apple hardwares work so good in the Windows environment too.
    I am going to help out a friend of mine in doing a similar thing on his mac too. If you got specific questions, please do shoot up here and i should be able to get a reply to it (if at all).
    Thanks everyone.
    ~ Narey

  • Loving Air 3 and the Captive Runtime

    I just wanted to pass on a huge kudos to the Air team.  We just released our first product (a free iOS Web Simulator for Windows) built using Air 3 and the captive runtime (release version).  Tons of downloads, and not one singe report of an installation issue.  I know the captive runtime isn't a panacea, but being able to whip out a simple install script, and an exe/app with no dependenices and some determinism regarding the runtime is very nice indeed for our use case.
    I made sure to put a "Built with Air 3" link on our download page too  
    Electric Mobile Simulator
    Really looking forward to Flex 4.6 as well, good time to be an Adobe dev!
    Thanks again.
    Shaun Sullivan
    Electric Plum

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

Maybe you are looking for

  • How do I delete pages in Sections?????

    I just got done designing a page in Pages and now I want to duplicate the page (page 1) but every time I highlight Page 1 in the thumbnail section and go up and click on duplicate it makes a blank Page 2 under it (in a section) and then makes a dupli

  • Spry Master Detail section not showing in IE after addObserver

    So, I have this cool thing almost done and I get it close and then it goes blank in IE - FireFox is fine, Safari PC is blank, Chrome is blank too. http://ryanmillsdesignstudio.com/MasterDetail.cfm As soon as I add the addaobserver <script type="text/

  • I cannot open iPhoto in Mac book Pro

    "You can't open the application iPhoto because the Classic environment is no longer supported." OS X 10.7.5 tried to open got the spinning cursor and then the icon got one of those international 'do not' cicles with the line through it.

  • Material master fields on plant level

    Hi all, is it possible that i can restrict fields on plant level, like one material type one field i want mand. in one plant and optional in other plant. regards, qsm sap

  • CustomCatalog hacks

    Hey guys, I have a concern and it is the CustomCatalog that we feel with our Internationlization messages. This is nice we have a one stop shop to place all of our custom messages, but here are some weaknesses. 1. Scalability. 2. Multiple Projects wo