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 run.bat file. Now this installer copy both files in some directory in machine and run batch. That all works perfect for windows.
Now I want some similar tool for MAC machine which will output .dmg installer :). Can any one help me here with this :) On Wed, Aug 19, 2015 at 4:18 PM, Peter Ginneberge <[email protected]> wrote: > > > 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 been a while. We needed to install an > AIR application on machines without AIR installed and that had no internet > connection. > > You need to apply for a distribution license from Adobe. You can then > package the AIR installer + your app as an executable using NSIS. > > Get the license here: > http://www.adobe.com/uk/products/air/runtime-distribution1.html > > NSIS: http://sourceforge.net/projects/nsis/ > > I used an NSIS Eclipse plugin, which if I remember correctly also works > with Flash Builder (make sure you get the plugin matching the Flash Builder > Eclipse version - which is old). > > I think this is the plugin I used: > http://eclipsensis.sourceforge.net/index.shtml > > regards, > Peter > > > On 18/08/2015 12:59, vijendra sainy wrote: > >> I think this will required more panic for me. I mean I need to change the >> way of application update as well. >> 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. >> >> > -- Regards, *Vijendra Sainy* *http://www.riamagic.blogspot.com/* <http://www.managementvj.blogspot.com/> *http://www.managementvj.blogspot.com/ <http://www.managementvj.blogspot.com/>*
