Before upgrading to the 2.0 SDK, AIR application had a .air extension and I used the following command to install it silently:
"C:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe" -silent -location "C:\Install_Location" "filename.air"
With the 2.0 SDK, our developers are now giving me an AIR application with an .exe extension. The above command no longer works.
Does anyone know how I can install AIR application silently that have a .exe extension?
Thank you in advance.