I have an existing AIR app installed on many machines (only for PC and Mac now). The fipe of this app is currently very large, it contains a lot of pictures and videos. I was wondering if it is possible to provide the installer's "DLC Update" type, it contains only a few more media assets in the existing AIR application install directory. May be installed.
I have an AIR channel to find all the media in a subfolder, so just need to get new material there. I really do not want to provide a new installer, which includes all the assets that are already installed.
What do you need to do, update your existing app, to know if Instead of knowing what is there, what should be in the media folder instead of knowing it. Create a manifest file that defines all the files that should be there. Do not include the file name for each, but a download URL / path can also be obtained from it. Check for each one, a queue of files that need to be downloaded, then get the files you need and write to them.
Comments
Post a Comment