Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Theobec,
Please find my answers below:
Q: If I need to install an E3 or an E4 Licence, i need to write <Product ID="O365ProPlusRetail" > too right?
A: The Product ID O365ProPlusRetail specifies download/install Office 365 ProPlus suite which is offered as part of the services in the Office 365 E3 and Office 365 E4 plan.
https://technet.microsoft.com/en-us/library/office-365-plan-options.aspx
Q: So it means that E3 and E4 don't have Visio, Project and SharepointDesigner neither?
A: For Visio and Project, there are not offered as part of the services in Office 365 E3 and Office 365 E4 plan, you need to purchase dedicated standalone license in order to use them.
https://products.office.com/en-us/visio/visio-pro-for-office-365-online-diagram-software
https://products.office.com/en/project/project-pro-for-office-365
After they are available in your tenant, you can deploy them by using Office Deployment Tool by adding the following two lines between <Add>...</Add> in the xml file like below:
<Add SourcePath="E:\Sources\Office15x" OfficeClientEdition="32">
<Product ID="VisioProRetail" >
<Language ID="fr-fr" />
</Product>
<Product ID="ProjectProRetail" >
<Language ID="fr-fr" />
</Product>
</Add>
Similarly, for SharePoint Designer 2013, you can add the following line in order to deploy it because it is a free app. Note that there is only 2013 version, so you need to use Office 2013 Deployment Toolinstead of Office 2016 Deployment Toolto do it.
<Product ID="SPDRetail " >
<Language ID="fr-fr" />
</Product>
Q: Or if they have, how the installer knows that i will install Proplus or E3/E4 ?
A: Office 365 E3 and Office 365 E4 are two Office 365 subscription offering, both of them include Office 365 ProPlus suite. The Office 365 ProPlus suite offered by both plans have no difference.
Let us know if you have any questions or anything is misunderstood.
Best Regards,
Vincent