<parameters>
  <parameter
    name="Application Path"
    description="Full site path where you would like to install your application (for example, Default Web Site/piwik)."
    defaultValue="Default Web Site/piwik"
    tags="iisapp"
    >
    <parameterEntry
      type="ProviderPath"
      scope="iisapp"
      match="piwik"
    />
  </parameter>
  <parameter
    name="SetAclParameterTree"
    description="Sets the ACL on the Installation tree"
    defaultValue="{Application Path}"
    tags="Hidden"
    >
    <parameterEntry
      type="ProviderPath"
      scope="setAcl"
      match="piwik"
      />
  </parameter>
  <parameter
    name="SetAclParameterConfig"
    description="Sets the ACL on the configuration folder"
    defaultValue="{Application Path}/config"
    tags="Hidden"
    >
    <parameterEntry
      type="ProviderPath"
      scope="setAcl"
      match="piwik/config"
      />
  </parameter>
  <parameter
    name="SetAclParameterTmp"
    description="Sets the ACL on the tmp folder"
    defaultValue="{Application Path}/tmp"
    tags="Hidden"
    >
    <parameterEntry
      type="ProviderPath"
      scope="setAcl"
      match="piwik/tmp"
      />
  </parameter>
</parameters>

