Installation fails when using SharePoint 2016 binaries in other Language
Bug is found in AutoSPInstallerMain.ps1, in function Run-Install
It hardcodes the name of the SharePoint Management Shell link, but when binaries is in other Language, the link isn't correct
Set-ShortcutRunAsAdmin -shortcutFile "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft SharePoint $spYear Products\SharePoint $spYear Management Shell.lnk"
Bug is found in AutoSPInstallerMain.ps1, in function Run-Install
It hardcodes the name of the SharePoint Management Shell link, but when binaries is in other Language, the link isn't correct
Set-ShortcutRunAsAdmin -shortcutFile "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft SharePoint $spYear Products\SharePoint $spYear Management Shell.lnk"