AutoSPInstaller icon indicating copy to clipboard operation
AutoSPInstaller copied to clipboard

CreateStateServiceApp missing $spYear Declaration

Open peet2k17 opened this issue 5 years ago • 2 comments

is: $spVer = Get-MajorVersionNumber $spYear

should be: $spYear = $xmlInput.Configuration.Install.SPVersion $spVer = Get-MajorVersionNumber $spYear

peet2k17 avatar Sep 23 '19 15:09 peet2k17

Indeed it should. To be fixed in the next PR.

brianlala avatar Sep 23 '19 16:09 brianlala

#48 I already added a pull request for this issue

gszdev avatar Sep 27 '19 05:09 gszdev