OutSystems.SetupTools
OutSystems.SetupTools copied to clipboard
Install-OSServerPreReqs -MajorVersion "11.7" fails
Issue when specifying the major version with major.minor
Install-OSServerPreReqs : Cannot index into a null array.
At C:\Users\Administrator\Desktop\Untitled1.ps1:49 char:1
+ Install-OSServerPreReqs -MajorVersion "$(([System.Version]$OSServerVe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Install-OSServerPreReqs], RuntimeException
+ FullyQualifiedErrorId : NullArray,Install-OSServerPreReqs
Install-OSServerPreReqs -MajorVersion "11" OK