Sample silent.xml File for Silent Mode Installation

<?xml version="1.0" encoding="UTF-8"?>
<install>
   <contentpack bundled="false"> 
<!-- Value "false" will load the capsule pack path(s) as mentioned in "contentpath" 
elements below. Repeat the "contentpath" element for multiple capsule installation-->
          <contentpath>ABSOLUTE_PATH_TO_CAPSULE_PACK_ZIP_FILE1</contentpath> 
          <contentpath>ABSOLUTE_PATH_TO_CAPSULE_PACK_ZIP_FILE2</contentpath>
   </contentpack>
<installtype ooonly="false" failOnSignatureCheck="false" forceImportBlueprints="false" updatePreserveExisting="false"/> 
<!-- 	ooonly value "false" will import Service Designs along with the OO contents. Value "true" will deploy only the OO contents. 
failOnSignatureCheck= value "true" will allow capsule installation 
only if the Capsules are signed, not broken, or not altered. Default value is "false".
forceImportBlueprints value "true" will update the existing blueprints (if any)
updatePreserveExisting value "true" will create a copy and update with new blueprints (if any)-->
<machine>
    <csa>
        <protocol>https</protocol>
        <host>HOST_IP</host>
        <port>CSA_PORT</port>
        <user>CSA_ADMIN_USER</user>
        <password>CSA_ADMIN_PASSWORD</password>
<!-- Encrypted password wrapped with ENC(), e.g. ENC(8sP3nFoIoj6FpSUuXpgFmQ==).
If not wrapped with ENC(), it will be considered as plain text password.
The password must be generated using CSA password util tool.-->
      </csa>
   </machine>   
</install>