Follow the link for installing Office 2013 basics Features:
SCCM Office 2013 Enabling Features as per your requirement:
1.
Create “Enabling_ACCESS.xml”
using the below Xml coding.
Enabling_ACCESS.xml
<Configuration Product="ProPlus">
<Display Level="basic" CompletionNotice="No"
SuppressModal="Yes" AcceptEula="Yes" />
<OptionState Id="ACCESSFiles" State="Local"
/>
<Setting Id="SETUP_REBOOT" Value="Never"
/>
</Configuration>
2. Create
“Disenabling_ACCESS.xml” using the below Xml
coding.
Disenabling_ACCESS.xml
<Configuration Product="ProPlus">
<Display Level="basic" CompletionNotice="No"
SuppressModal="Yes" AcceptEula="Yes" />
<OptionState Id="ACCESSFiles" State="Absent"
/>
<Setting Id="SETUP_REBOOT" Value="Never"
/>
</Configuration>
3.
Copy and paste the both XMLs in the “proplus.ww”
Folder.
4.
Create SCCM Program using the below Enabling and
Disenabling execution command.
Enabling _ACCESS
setup.exe /modify ProPlus /config .\ProPlus.WW\ACCESS_Install.xml
Disenabling _ACCESS
setup.exe /modify ProPlus /config .\ProPlus.WW\ACCESS_Uninstall.xml
Repeat the same for other Futures by only changing the below
line the above XML Code:
One note : <OptionState Id="OneNoteFiles"
State="Local" />
InfoPath : <OptionState
Id="XDOCSFile" State="Local" />