Skip to main content
September 16, 2010
Question

Can an ADT-packaged native installer install the AIR runtime in silent mode?

  • September 16, 2010
  • 1 reply
  • 3178 views

Silent installation of my app works fine when the runtime is installed, as follows:

<path>\MyApp.exe -silent -location "\"C:\Program Files\MyApp\"" -desktopShortcut -programMenu

However, if the runtime is not installed, the invocation does nothing. I've also tried -eulaAccepted.

Is it possible to silently install the app, yet if the runtime is not installed, initiate the runtime install automatically from adobe, preferably with a eula prompt for the user?

Worst case, if the runtime must be bundled in the package, is a sidecar install supported for native installers?

I should note, I cannot package the app as .air. The app uses NativeProcess and bundles an exe.

Thanks.

This topic has been closed for replies.

1 reply

chris.campbell
Legend
September 16, 2010

Hi Mark,

Try adding on -allowDownload, this should allow for installation of a newer runtime in combination with the -silent argument.  Please let me know how it works.

Thanks,

Chris

September 16, 2010

Yes, thank you! That did it with one minor issue. The AIR + app install process succeeds silently with the exception of a small "Installing Myapp" progress indicator shown if AIR is installed. Can that be disabled?

chris.campbell
Legend
September 16, 2010

Good to hear that helped.  As for the progress bar, that sounds like a bug.  I'll look into it on my end and get back to you shortly.

Chris