these are commands to execute in windows DOS
with cd command, go to the place you downloaded your
Air SDK, then execute this command to look for a device plugged in
adt -devices -platform ios
And then, execute the following command to copy and install the application.
adt -installApp -platform ios -package app.ipa
These commands, besides install a brand new app, it can override an pre installed app as well.