I need to offer the opportunity to install a personalized Adobe Air application from a website. Every user should be able to download an individual version of the app out of their user profile. Therefore i need to pass an id (e.g. the user id) to the installer which should be available at the first startup of the app, so that i can store it into a file or a sqlite database. I know that this could also be done straight out of the app through a login or by entering a username, but this is not an alternative. The app needs to the be personalized at the time the install process is started.
So far i have only little knowledge about developing applications with Adobe Air. I am just wondering if what i want to do is even possible.