Hi,
1) It looks like there is a bug with parameter replacement.
I'm trying to make a package and this is what I use in parameters:
<parameter name="Database Name" description="Name of the database for your application." defaultValue="ConvincingMail" tags="MSSQL, dbName">
<parameterEntry type="TextFile" scope="ConvincingMail-starter-1.4\\web.config" match="[SQLDATABASE]" />
<parameterEntry type="TextFile" scope="install.sql" match="SQLDATABASE" />
</parameter>
the second parameterEntry works fine but the first one doesn't work. It replaces the target file with junk. I think that it is because of brackets [ and ]
2) I also need to change one parameter value in the web.config file with the app home url.
e.g. http://{site}/{app}/ but I'm not sure if there is a way to do that.
Thanks
Mikhail