AIR installer to install 3rd party app
Say I've got a working AIR app that needs to also bundle a driver (licensing okay开发者_如何学C) 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 and im wondering if there is a standard pre-install / post-install script I can create to handle stuff like this.
Thanks Stabby
You should be able to use the NativeProcess API to accomplish this.
精彩评论