Copy link to clipboard
Copied
Quick question:
Say I've got a working AIR app that needs to also bundle a driver (licensing okay) for some hardware that the app uses. Anyone know if its possible to launch the driver installer at the end of the app install?
I'm not finding good documentation on this particular and im wondering if there is a standard pre-install / post-install script I can create to handle stuff like this.
Cheers
Copy link to clipboard
Copied
Hi,
There's currently no way to have a post install step at the end of a native AIR install. Instead, what we recommend is to create a bootstrapper installer that does a silent AIR install, then when that is complete, installs your driver (or whatever process needs to be done).
Here's documentation on silent installations with AIR.
Thanks,
Chris