Is it possible to use the AdobeAIRInstaller.exe to do a -silent update to an air application?
We're deploying the app using MS SMS and the installation is fine, however when trying to do an update we get the "failed due to bad configuartion" message, looking at the log reveals:
Bad configuration: mode is silent install, but the app is installed
Allowing the application to update itself using the Updater api doesn't seem to be an option as we need to control when the udpate is done and elevate the necesscary permissions at that point, the users won't have admin privileges so won't be able to do the update.
Am I missing something obvious here?