I am deploying office 365 with SCCM and it installs good. But it is not installing project. I specified in xml to install project as well. But if I run manually it install both
<Configuration>
<Add OfficeClientEdition="32" Channel="Broad" Version="15.0.4623.1001." OfficeMgmtCOM="True">
<Product ID="O365ProPlusRetail">
<Language ID="en-us"/>
</Product>
<Product ID="ProjectProRetail">
<Language ID="en-us"/>
</Product>
</Add>
<Display level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%temp%" />
<Property Name="AUTOACTIVATE" Value="1" />
<Property Name="FORCEAPPSHUTDOWN" Value="True" />
<Property Name="SharedComputerLicensing" Value="0" />
</Configuration>
<Configuration>
<Add OfficeClientEdition="32" Channel="Broad" Version="15.0.4623.1001." OfficeMgmtCOM="True">
<Product ID="O365ProPlusRetail">
<Language ID="en-us"/>
</Product>
<Product ID="ProjectProRetail">
<Language ID="en-us"/>
</Product>
</Add>
<Display level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%temp%" />
<Property Name="AUTOACTIVATE" Value="1" />
<Property Name="FORCEAPPSHUTDOWN" Value="True" />
<Property Name="SharedComputerLicensing" Value="0" />
</Configuration>