diff --git a/SPSD.Common/SharePointVersions.xml b/SPSD.Common/SharePointVersions.xml index d3438bb..d9842c0 100644 --- a/SPSD.Common/SharePointVersions.xml +++ b/SPSD.Common/SharePointVersions.xml @@ -12,217 +12,373 @@ --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SPSD.Script/Batches/Deploy.bat b/SPSD.Script/Batches/Deploy.bat index a9a0ecf..0af0db7 100644 --- a/SPSD.Script/Batches/Deploy.bat +++ b/SPSD.Script/Batches/Deploy.bat @@ -65,7 +65,7 @@ IF EXIST "%ProgramW6432%\Common Files\microsoft shared\Web Server Extensions\16\ SET SharePointVersion=14 SET PSVersion=2 ) ELSE ( - ECHO "SharePoint 2010/2013/2016 is not found in the default installation directory" + ECHO "SharePoint 2010/2013/2016/2019 is not found in the default installation directory" EXIT ) :: Get existing Powershell ExecutionPolicy diff --git a/SPSD.Script/Batches/Redeploy.bat b/SPSD.Script/Batches/Redeploy.bat index cb3ab1d..abfa544 100644 --- a/SPSD.Script/Batches/Redeploy.bat +++ b/SPSD.Script/Batches/Redeploy.bat @@ -65,7 +65,7 @@ IF EXIST "%ProgramW6432%\Common Files\microsoft shared\Web Server Extensions\16\ SET SharePointVersion=14 SET PSVersion=2 ) ELSE ( - ECHO "SharePoint 2010/2013 is not found in the default installation directory" + ECHO "SharePoint 2010/2013/2016/2019 is not found in the default installation directory" EXIT ) :: Get existing Powershell ExecutionPolicy diff --git a/SPSD.Script/Batches/Retract.bat b/SPSD.Script/Batches/Retract.bat index 06ad487..71bb63e 100644 --- a/SPSD.Script/Batches/Retract.bat +++ b/SPSD.Script/Batches/Retract.bat @@ -65,7 +65,7 @@ IF EXIST "%ProgramW6432%\Common Files\microsoft shared\Web Server Extensions\16\ SET SharePointVersion=14 SET PSVersion=2 ) ELSE ( - ECHO "SharePoint 2010/2013 is not found in the default installation directory" + ECHO "SharePoint 2010/2013/2016/2019 is not found in the default installation directory" EXIT ) :: Get existing Powershell ExecutionPolicy diff --git a/SPSD.Script/Batches/RunOnlyExtensions.bat b/SPSD.Script/Batches/RunOnlyExtensions.bat index cce3b81..15bca86 100644 --- a/SPSD.Script/Batches/RunOnlyExtensions.bat +++ b/SPSD.Script/Batches/RunOnlyExtensions.bat @@ -65,7 +65,7 @@ IF EXIST "%ProgramW6432%\Common Files\microsoft shared\Web Server Extensions\16\ SET SharePointVersion=14 SET PSVersion=2 ) ELSE ( - ECHO "SharePoint 2010/2013 is not found in the default installation directory" + ECHO "SharePoint 2010/2013/2016/2019 is not found in the default installation directory" EXIT ) :: Get existing Powershell ExecutionPolicy diff --git a/SPSD.Script/Batches/Update.bat b/SPSD.Script/Batches/Update.bat index 6514431..a4d2813 100644 --- a/SPSD.Script/Batches/Update.bat +++ b/SPSD.Script/Batches/Update.bat @@ -65,7 +65,7 @@ IF EXIST "%ProgramW6432%\Common Files\microsoft shared\Web Server Extensions\16\ SET SharePointVersion=14 SET PSVersion=2 ) ELSE ( - ECHO "SharePoint 2010/2013 is not found in the default installation directory" + ECHO "SharePoint 2010/2013/2016/2019 is not found in the default installation directory" EXIT ) :: Get existing Powershell ExecutionPolicy