Re: Adobe AIR App distribution: Questions

2019-01-22 Thread Carlos Rovira
Hi many thanks to all for responding and expose your suggestions. Very useful to start planing our own solution :) Carlos El mar., 22 ene. 2019 a las 21:35, After24 () escribió: > Hi Carlos, > > We have migrated a large flex web application and choose to use the captive > runtime output. > > On

Re: ant download failing

2019-01-22 Thread Alex Harui
Adobe updated the playerglobal so I had to go update our checksums for it. Try again. -Alex On 1/22/19, 12:09 PM, "Lydecker" wrote: Hi there, Trying to get Air32 downloaded with Flex using ANT. No Joy. here is the error. Please can someone help? Thanks!

Re: Adobe AIR App distribution: Questions

2019-01-22 Thread After24
Hi Carlos, We have migrated a large flex web application and choose to use the captive runtime output. On mac you get a .app file that you can distribute directly or create a .dmg with the classic "drag and drop to the application folder" scenario. On Windows you get a folder that contains your

ant download failing

2019-01-22 Thread Lydecker
Hi there, Trying to get Air32 downloaded with Flex using ANT. No Joy. here is the error. Please can someone help? Thanks! C:\f32>ant -f installer.xml -Dflash.sdk.version=32.0 -Dair.sdk.version=32.0 Buildfile: C:\f32\installer.xml [get] Getting:

Re: Adobe AIR App distribution: Questions

2019-01-22 Thread 0xC3
1. I am not sure if the Captive Runtime is the only option for desktop still, but I would not recommend doing it any other way. I believe that Adobe is trying to get rid of the shared runtime and there is really little benefit with the downside of having to make sure you are compatible with newer

Re: Adobe AIR App distribution: Questions

2019-01-22 Thread Paulus de B.
Hi Carlos, With regards to an update framework, we use this one for our desktop apps developed in Flex/AIR and deployed on AIR, not as an .EXE (yes, it’s an old one but it works very well): https://github.com/thanksmister/CustomApplicationUpdater Cheers, WP -- Sent from:

Adobe AIR App distribution: Questions

2019-01-22 Thread Carlos Rovira
Hi, we're in the process of creating a distribution of a Flex app migrated to Adobe AIR, and I have few questions. Hope someone here can give me some light : 1.- I remember read somewhere that "AIR Captive Runtime" was now the only solution and we don't have "AIR Shared Runtime". But searching