<?xml version="1.0"?>

<install language="english">
  <info>
    <name>Name of your program</name>
    <version>1.0</version>
    <author>Your name goes here</author>
    <date>October 2004</date>
    <license>Freeware</license>
    <description>
      Describe the software in this section.
    </description>
  </info>

  <components>
    <!-- Optional components are listed here -->
  </components>

  <directories>
    <!-- Customisable directory locations are specified here -->
  </directories>

  <installation>
    <!-- The installation process is defined here -->
  </installation>
</install>

<!-- This tag enables the default uninstall method -->

<uninstall/>
