Specifying a custom install folder for an application in Adobe AIR

by Peter deHaan on December 30, 2008 · 0 comments

in General

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

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

Previous post:

Next post: