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

Commented 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!
Comments: ** Comment from web user: brianlala **

"-ge" means "Greater than or equal to". 16 is greater than 15, so the code will and does run.

Brian


Viewing all articles
Browse latest Browse all 2279

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>