The following example shows how you can specify a custom default installation folder when a user installs an Adobe AIR application by setting the <installFolder> node in the AIR application’s descriptor XML file.
Full code after the jump.
<!-- The subpath of the standard default installation location to use. Optional. --> <installFolder>AIRExamples.com</installFolder>

{ 0 comments… add one now }