Tuesday, February 3, 2009

Adobe Air installation from command line

The default installation popup a file selector which allow you to select the air package. It is nice but quite a burden if done many times a day.
$ Adobe\ AIR\ Application\ Installer

As i develop UrFastR Live on AIR; a adobe air application for UrFastR Live, i have to install/uninstall the application a LOT :) After quite a bit of research, i found a way to avoid the user interaction which is uselessly time consuming. the solution ? add the package filename as a parameter for the installer. trivial ? well... not exactly, you have to Add the fullpath of the package, and not the relative one
$ Adobe\ AIR\ Application\ Installer /full/path/to/airpackage.air

0 comments:

Share/Save/Bookmark