Quantcast
Channel: AutoSPInstaller
Viewing all articles
Browse latest Browse all 2279

Closed Unassigned: install SharePoint2016 beta2 [22123]

$
0
0
hello

in SP\AutoSPInstaller\AutoSPInstallerMain.ps1

BUG in string line from 242 to 251

if ($env:spVer -ge "15") # These are for SP2013+ only
{
CreateAppManagementServiceApp $xmlinput
CreateSubscriptionSettingsServiceApp $xmlinput
CreateWorkManagementServiceApp $xmlinput
CreateMachineTranslationServiceApp $xmlinput
CreateAccessServicesApp $xmlinput
CreatePowerPointConversionServiceApp $xmlinput
ConfigureDistributedCacheService $xmlinput
}


this code run only SP 2013 but not run in 2016!

Viewing all articles
Browse latest Browse all 2279

Trending Articles