Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoSPInstaller not getting SP year #72

Open
laromeo opened this issue Nov 17, 2020 · 0 comments
Open

AutoSPInstaller not getting SP year #72

laromeo opened this issue Nov 17, 2020 · 0 comments

Comments

@laromeo
Copy link

laromeo commented Nov 17, 2020

The only way I can get the installer to install the year is by editing line 35 as indicated below.

Create hash table with product year to major version mappings

$spVersions = @{"2010" = "14"; "2013" = "15"; "2016" = "16"; "2019" = "16"} # SharePoint 2019 still uses major build 16
$spYear = "2016" #$xmlInput.Configuration.Install.SPVersion
if ([string]::IsNullOrEmpty($spYear))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant