Re: Build AIR APP with AIR integrated inside

2015-08-19 Thread vijendra sainy
OK So here what I did to create a windows installer. I have download InnoSetup. Created a .bat file which first run AIR installer then my App. Now with the help of InnoSetup I create a package( whose output is .exe file) this setup create a package with AIRINSTALLER.exe and myAIRapp.air and

Re: Build AIR APP with AIR integrated inside

2015-08-19 Thread Peter Ginneberge
My problem will be solved if I can find some tool which wrap Adobe AIR and My app in single unit. When we run this unit it will check for Abode AIR in the machine and if it does not find it will first install Adobe AIR and then my app. That all for me. I've done this before, although it's

Re: Build AIR APP with AIR integrated inside

2015-08-18 Thread OmPrakash Muppirala
Message- From: vijendra sainy [mailto:viju18...@gmail.com] Sent: Monday, August 17, 2015 8:27 AM To: users@flex.apache.org Subject: Build AIR APP with AIR integrated inside Hi All, Can anyone help me in creating a AIR build which default contain AIR inside it. I mean AIR app do

Re: Build AIR APP with AIR integrated inside

2015-08-18 Thread vijendra sainy
: Dienstag, 18. August 2015 11:01 An: users@flex.apache.org Betreff: Re: Build AIR APP with AIR integrated inside On Tue, Aug 18, 2015 at 1:57 AM, Peter Ginneberge p.ginnebe...@gmail.com wrote: Right, but you mean it's a PITA :) Yes it is definitely a pain to set it up correctly

Re: Build AIR APP with AIR integrated inside

2015-08-18 Thread OmPrakash Muppirala
OmPrakash Muppirala bigosma...@gmail.com Gesendet: Dienstag, 18. August 2015 10:42 An: users@flex.apache.org Betreff: Re: Build AIR APP with AIR integrated inside On Tue, Aug 18, 2015 at 1:30 AM, Peter Ginneberge p.ginnebe...@gmail.com wrote: You can not auto update (AIR update API

Re: Build AIR APP with AIR integrated inside

2015-08-18 Thread Peter Ginneberge
to be producing useable packages. But I'f you're not using Maven this won't be much use to you :-) Chris Von: vijendra sainy viju18...@gmail.com Gesendet: Montag, 17. August 2015 15:29 An: users@flex.apache.org Betreff: Re: Build AIR APP with AIR integrated inside

AW: Build AIR APP with AIR integrated inside

2015-08-18 Thread Christofer Dutz
im Auftrag von OmPrakash Muppirala bigosma...@gmail.com Gesendet: Dienstag, 18. August 2015 11:01 An: users@flex.apache.org Betreff: Re: Build AIR APP with AIR integrated inside On Tue, Aug 18, 2015 at 1:57 AM, Peter Ginneberge p.ginnebe...@gmail.com wrote: Right, but you mean it's a PITA

Re: Build AIR APP with AIR integrated inside

2015-08-18 Thread vijendra sainy
Von: omup...@gmail.com omup...@gmail.com im Auftrag von OmPrakash Muppirala bigosma...@gmail.com Gesendet: Dienstag, 18. August 2015 11:01 An: users@flex.apache.org Betreff: Re: Build AIR APP with AIR integrated inside On Tue, Aug 18, 2015 at 1:57 AM, Peter

Re: Build AIR APP with AIR integrated inside

2015-08-18 Thread vijendra sainy
not using Maven this won't be much use to you :-) Chris Von: vijendra sainy viju18...@gmail.com Gesendet: Montag, 17. August 2015 15:29 An: users@flex.apache.org Betreff: Re: Build AIR APP with AIR integrated inside It will give me folder structure. Right

Re: Build AIR APP with AIR integrated inside

2015-08-18 Thread OmPrakash Muppirala
be much use to you :-) Chris Von: vijendra sainy viju18...@gmail.com Gesendet: Montag, 17. August 2015 15:29 An: users@flex.apache.org Betreff: Re: Build AIR APP with AIR integrated inside It will give me folder structure. Right. I want single

AW: Build AIR APP with AIR integrated inside

2015-08-18 Thread Christofer Dutz
: Build AIR APP with AIR integrated inside On Tue, Aug 18, 2015 at 1:30 AM, Peter Ginneberge p.ginnebe...@gmail.com wrote: You can not auto update (AIR update API) a Captive Runtime AIR application. You can still auto-update a captive runtime AIR application, it is only a bit involved. http

Re: AW: Build AIR APP with AIR integrated inside

2015-08-18 Thread Peter Ginneberge
to you :-) Chris Von: vijendra sainy viju18...@gmail.com Gesendet: Montag, 17. August 2015 15:29 An: users@flex.apache.org Betreff: Re: Build AIR APP with AIR integrated inside It will give me folder structure. Right. I want single installer file

Re: AW: Build AIR APP with AIR integrated inside

2015-08-18 Thread Alex Harui
On 8/18/15, 2:05 AM, Christofer Dutz christofer.d...@c-ware.de wrote: What I dislike most, but that's not only related to Air applications but widely spread. Every update seems to require a complete download of the application. ... I would really love to have more people publish applications

Build AIR APP with AIR integrated inside

2015-08-17 Thread vijendra sainy
Hi All, Can anyone help me in creating a AIR build which default contain AIR inside it. I mean AIR app do not run where AIR is not installed. So I wanted to create a build which contain AIR and if that is not installed in a machine the build first install AIR then app. I do not want user to

RE: Build AIR APP with AIR integrated inside

2015-08-17 Thread Kessler CTR Mark J
/WSfffb011ac560372f709e16db131e43659b9-8000.html -Mark -Original Message- From: vijendra sainy [mailto:viju18...@gmail.com] Sent: Monday, August 17, 2015 8:27 AM To: users@flex.apache.org Subject: Build AIR APP with AIR integrated inside Hi All, Can anyone help me in creating a AIR build

Re: Build AIR APP with AIR integrated inside

2015-08-17 Thread Philip Medlam
If you compile the Build as a *Captive Runtime* Package, then the App will have the AIR runtime included with it and users who download the App will *NOT* have to download AIR if they do not have it. Of course, this increases the App package size. Phil. On Mon, Aug 17, 2015 at 1:27 PM, vijendra

AW: Build AIR APP with AIR integrated inside

2015-08-17 Thread Christofer Dutz
: Build AIR APP with AIR integrated inside It will give me folder structure. Right. I want single installer file. That will install AIR first and then app. On Mon, Aug 17, 2015 at 6:40 PM, Kessler CTR Mark J mark.kessler@usmc.mil wrote: You're looking for a captive runtime. Give this slightly

Re: Build AIR APP with AIR integrated inside

2015-08-17 Thread vijendra sainy
: vijendra sainy [mailto:viju18...@gmail.com] Sent: Monday, August 17, 2015 8:27 AM To: users@flex.apache.org Subject: Build AIR APP with AIR integrated inside Hi All, Can anyone help me in creating a AIR build which default contain AIR inside it. I mean AIR app do not run where AIR is not installed