I wanted to test the offline download and installation of Onedrive retail e1 and onedrive E3 from O365 pro plus
I have downloaded via the last click-to-run tool via 2 different configuration.xml files onedrive retail with grooveretail and o365 proplus
setup.exe /download configuration1.xml
configuration1.xml content :
<Configuration>
<Add SourcePath="D:\groove-EN-FR\" OfficeClientEdition="32">
<Product ID="grooveRetail" >
<Language ID="en-us" />
<Language ID="fr-fr" />
</Product>
</Add>
</Configuration>
configuration2.xml content :
<Configuration>
<Add SourcePath="D:\O365PROPLUS-EN-FR" OfficeClientEdition="32">
<Product ID="O365ProPlusRetail" >
<Language ID="en-us" />
<Language ID="fr-fr" />
</Product>
</Add>
</Configuration>
The contents downloaded are the same with the 2 configuration.xml in a folder named 15.0.4675.1003
why are the content the same and so huge when I try to download onedrive versus O365 Proplus?
i321033.cab 3076 KB
i321036.cab 3088 KB
i641033.cab 3778 KB
i641036.cab 3778 KB
s320.cab 1225 KB
s321033.cab 283 KB
s321036.cab 316 KB
stream.x86.en.us.dat 225513 KB
stream.x86.fr-fr.dat 220390 KB
stream.x86.x-none.dat 890039 KB
and after I install onedrive for business with setup.exe /configure configuration.xml
configuration.xml contains :
<Configuration>
<Add OfficeClientEdition="32" >
<Product ID="GrooveRetail">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE" />
<Display Level="FULL" AcceptEULA="TRUE" />
</Configuration>
How can I install a onedrive retail version versus a onedrive E3 version?
How can I differenciate the two versions installed on 2 computers?