<parametername="Application Path"description="Full site path where you would like to install your application (i.e., Default Web Site/orchard)"defaultValue="Default Web Site/orchard"tags="iisapp">
<!-- This is the parameter that is used to set ACLs, it's set to the application path filled in by the user -->
<parametername="SetAclParameter1"description="Hidden - automatically sets write access for the app"defaultValue="{Application Path}/App_Data"tags="Hidden">
<parametername="SetAclParameter2"description="Hidden - automatically sets write access for the app"defaultValue="{Application Path}/Media"tags="Hidden">
<parametername="SetAclParameter3"description="Hidden - automatically sets write access for the app"defaultValue="{Application Path}/Modules"tags="Hidden">
<parametername="SetAclParameter4"description="Hidden - automatically sets write access for the app"defaultValue="{Application Path}/Themes"tags="Hidden">
<!-- Prompts for database server name, this is used in the connection string parameter later -->
<parametername="Database Server"description="Location of your database server (i.e. server name, IP address, or server\instance)"defaultValue=".\SQLEXPRESS"tags="SQL, dbServer">
</parameter>
<!-- Prompts for the database name and fills it into the database scripts -->
<parametername="Database Name"description="Name of the database for Orchard."defaultValue="orchard"tags="SQL, dbName">
<!-- Prompts for the admin creds and uses it for the administrator connection string. This is used to create a login and assign permissions.
The SQL tag indicates it is a parameter required for SQL. The DbAdminUsername tag indicates it should be used when the user is creating a new database.
If they're not, it can be filled in with the DbUsername value. -->
<parametername="Database Administrator"description="Administrator user name for your database This is used to create the database and user if the don't already exist."defaultValue="sa"tags="SQL, dbAdminUsername">
</parameter>
<!-- Prompts for the admin password and uses it for the administrator connection string.
This is use to create a login and assign permissions. The SQL tag indicates it is a parameter required for SQL.
The DbAdminPassword tag indicates it should be used when the user is creating a new database. If they're not, it can be filled in with the DbUserPassword value. -->
<parametername="Database Administrator Password"description="Password for the database administrator account."tags="New, Password, SQL, dbAdminPassword">
</parameter>
<!-- This is the hidden admin connection string used to run the database scripts -->
<parametername="Connection String"description="Automatically sets the connection string for the connection request."defaultValue="Server={Database Server};Database={Database Name};uid={Database Administrator};Pwd={Database Administrator Password};"tags="Hidden, SQL">
<parametername="Settings Data Provider for SQL"description="Orchard SQL Data Provider Setting"defaultValue="DataProvider: SqlServer"tags="Hidden, SQL">
<parametername="Settings Data Provider for SQLCE"description="Orchard SQLCE Data Provider Setting"defaultValue="DataProvider: SqlCe"tags="Hidden, SQLCE, NoStore">
<parametername="Settings Data Connection String for SQLCE"description="Orchard SQLCE Data Connection String Setting"defaultValue="DataConnectionString: "tags="Hidden, SQLCE, NoStore">