General Information

This section contains basic information about the application to be supported or integrated as new Click and Install App. The possible XML nodes for this section are:

 

  1. Product Name (Required)

It is the name of new Click and Install App that is displayed in the applications list.

 

 

<ProductName>Sample Application</ ProductName>

 

  1. Product Description (Required)

It is the short description of the new Click and Install App you are going to add. It should be a brief explanation about the application.

 

 

<ProductDescription>It is a sample application</ProductDescription>

 

  1. Product Version (Required)

It is the version of Click and Install App you are going to install. It is needed at the time of version upgrade. This node informs the installer about the existing version of the application.

 

 

<ProductVersion>1.0.0.0</ProductVersion>

 

  1. Product Website (Required)

It is the website of Click and Install App that is being installed.

 

 

<ProductWebsite>http://sampleapplication.com</ProductWebsite>

 

  1. Product License (Optional)

It allows you to ensure that if the user has agreed to certain terms and conditions for using and installing this Click and Install App. For some licensed products, it could be legally required.

 

<ProductLicence acceptgreement="True">

sample application terms of use, please accept to continue.

</ProductLicence>

 

All the “Required” nodes are mandatory. If any of these nodes is missing then the XML file will not function properly. You can skip the optional node as per your requirements.

 

As it is an optional node, therefore, if you don’t specify this node then it doesn't affect the installation/integration process. But if, you specify this option then whatever is written in the license agreement that is displayed on the interface.

 

This node has one attribute (shown in the above example) as 'acceptagreement'. It has two possible values i.e. "True" or "False". The default value for this attribute is "True", if somehow you specify the 'Product License' node but didn't mention this value then it is assumed to be true.  In such case, user has to accept the license agreement by selecting the checkbox displayed on the interface while the installation process.