Archives
-
MSDeploy , XPath and XSL: Part III: Auto generate setParamFile from package and batch file to migrate apps to sites
MSdeploy along with XSL is the way to go if you want to simplify many of the routine tasks that one needs to do. Two of the common scenarios are listed below. Before we start, you can download msxsl for free from here and the web deployment tool (msdeploy) RTW from here (x86 / x64 )
-
MSDeploy , XPath and XSL: Part II: Generating formatted output
Using xsl and msxsl with msdeploy you can generate formatted html logs. It gets even better when you use the API; you can generate better organized logs with custom messages to suit your needs. Before we start, you can download msxsl for free from here and the web deployment tool (msdeploy) from here (x86 / x64 )
-
MSDeploy , XPath and XSL: Part 1: Getting information