I've been having issues getting AutoSPInstaller to install SharePoint 2016 offline and I've found the following line in the PrerequisiteInstall function
/WCFDataServices56:`"$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices.exe`"
Should actually be
/WCFDataServices56:`"$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices56.exe`"
Comments: ** Comment from web user: brianlala **
/WCFDataServices56:`"$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices.exe`"
Should actually be
/WCFDataServices56:`"$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices56.exe`"
Comments: ** Comment from web user: brianlala **
Folks, it's no longer called WcfDataServices56.exe - see the official list of prerequisites: https://technet.microsoft.com/en-ca/library/cc262485(v=office.16).aspx#section7. Both AutoSPInstaller and AutoSPSourceBuilder use the correct name now.
Brian