Re: Adobe AIR App distribution: Questions

2019-01-24 Thread Carlos Rovira
Many thanks Om. seems we will need something more "global" (we're studying) since we maybe need to do changes in windows user registry or things like that, so it seems we'll go with some third party installer. thanks! :) El mié., 23 ene. 2019 a las 22:58, OmPrakash Muppirala (< bigosma...@gmail.

Re: Adobe AIR App distribution: Questions

2019-01-23 Thread OmPrakash Muppirala
Carlos, You could take a look at how we do it for the Flex Installer. We build an .exe on windows and a .dmg on Mac. The code is available here: https://github.com/apache/flex-utilities/tree/master/installer For updates, we built our own update logic. The crux can be seen here: https://github.c

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: 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

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 v

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: http://apache-flex

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 ni