Fixed parameter type
This commit is contained in:
@@ -56,7 +56,7 @@ V1.00, 22/09/2016 - Comment
|
|||||||
param (
|
param (
|
||||||
|
|
||||||
[Parameter(Mandatory=$true)]
|
[Parameter(Mandatory=$true)]
|
||||||
[switch]$InstallRoot,
|
[string]$InstallRoot,
|
||||||
|
|
||||||
[Parameter(Mandatory=$true)]
|
[Parameter(Mandatory=$true)]
|
||||||
[ValidateSet('Business','ProPlus', ignorecase=$False)]
|
[ValidateSet('Business','ProPlus', ignorecase=$False)]
|
||||||
|
Reference in New Issue
Block a user