XML File Structure

The XML file consists of certain tags/nodes. A very basic XML file comprises of the followings:

 

 

<ClickInstallApp appid="2f5c5f20-f8d9-414b-9aef-6934c01c3ae0">

 

   <GeneralInformation/>

 

      <InstallInformation>

 

        <Requirements/>

 

        <Properties>

     

        <Actions/>

 

      </InstallInformation>

 

      <UnInstallInformation>

 

        <Actions/>

 

      </UnInstallInformation>

 

</ClickInstallApp

 

 

Following section of this document describes each of these nodes of the XML files with sample code. XML file is structured into three basic sections such as: