After installing Office 2013 with Service Pack 1 from the Volume Licensing Service Center (VLSC) with a customized MSP file using the Office Customization Tool (OCT), Lync and OneDrive for Business are not installed.
We are currently investigating the issue and will provide an update soon. In the meantime, please use one of the following workarounds:
1. Use the Updates folder on the original RTM release and the publically available Service Pack 1 MSP files: http://support.microsoft.com/kb/2817430.
For further information on using the Updates folder to install Office updates, refer to the following Microsoft article: Deploying software updates with an initial Office 2013 installation
2. Use the config.xml file to add Lync and OneDrive post install of Office 2013. To accomplish this, edit the config.xml file to have the following:
<Configuration Product="ProPlus">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<OptionState Id="GrooveFiles2" State="local" Children="force" />
<OptionState Id="LyncCoreFiles" State="local" Children="force" />
</Configuration>
Note - this issue also applies to Excel Add-ins Power Map and PowerPivot. If there is a need to install these add-ins you can do so by adding the following to the config.xml file:
<OptionState Id="ExcelAddInPowerMapFiles" State="local" Children="force" />
<OptionState Id="ExcelAddInPowerPivotFiles" State="local" Children="force" />
Once the install of Office 2013 with SP1 has completed, run the following command-line:
<path>\setup.exe /config <path>\config.xml
For further information on using the Config.xml file in Office 2013, refer to the following Microsoft Article: Config.xml file reference for Office 2013