﻿<parameters>
  <parameter name="Application Path" description="Full site path where you would like to install your application (i.e., Default Web Site/dasblog)" defaultValue="Default Web Site/dasblog" tags="iisapp">
    <parameterEntry kind="ProviderPath" scope="iisapp" match="|AppPath|" />
  </parameter>
  <parameter name="SetAcl1" description="Automatically sets write access for the app" defaultValue="{Application Path}/siteconfig" tags="hidden">
    <parameterEntry kind="ProviderPath" scope="setAcl" match="|AppPath|/siteconfig" />
  </parameter>
  <parameter name="SetAcl2" description="Automatically sets write access for the app" defaultValue="{Application Path}/logs" tags="hidden">
    <parameterEntry kind="ProviderPath" scope="setAcl" match="|AppPath|/logs" />
  </parameter>
  <parameter name="SetAcl3" description="Automatically sets write access for the app" defaultValue="{Application Path}/content" tags="hidden">
    <parameterEntry kind="ProviderPath" scope="setAcl" match="|AppPath|/content" />
  </parameter>
  <parameter name="DasBlog Application URL" description="Enter the fully qualified URL to the application (i.e., http://localhost/dasblog/)" defaultValue="http://localhost/DasBlog/" tags="AppURL">
    <parameterEntry kind="XmlFile" scope="\\SiteConfig\\site.config$" match="//MSDeploy:Root/text()" />
  </parameter>
  <parameter name="WebPI Application Id" defaultValue="DasBlog" tags="WebPIApplicationID" />
</parameters>