Skip to content
Dec 30 /

Specifying a custom install folder for an application in Adobe AIR

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>

application_xml_installfolder_test

Leave a Comment