Hello everyone,
I've been using the ODT tool to create an Office 2013 Stanard installer and use a volume license.
Using the configuration file below I have managed to download an installer, but when entering the volume key that I have, it indicates an error where it says that my installed product does not match the volume license. I think this error occurs because the
insulator that has been downloaded is for personal licenses.
-----------------------
<Configuration>
<Add OfficeClientEdition="64" >
<Product ID="StandardRetail">
<Language ID="es-es" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="SharePointDesigner" />
<ExcludeApp ID="Visio" />
<ExcludeApp ID="Project" />
<ExcludeApp ID="Publisher" />
</Product>
</Add>
<Updates Enabled="FALSE" />
<Display Level="Full" AcceptEULA="TRUE" />
<Logging Level="Off" />
</Configuration>
------------------
I would like to know that "Product ID" I have to use to download a 2013 Stanard Office installer that can be activated with a volume license.
Thanks in advance.