Forum Discussion
How to Add / Download Outlook 2013
Hi DebLQ,
I'll try to make this as simple as possible.
1) Download and install ODT https://www.microsoft.com/en-us/download/confirmation.aspx?id=49117
2) Edit configuration-Office365-x86.xml file (let's say you want the 32bits)
<Configuration>
<Add OfficeClientEdition="32" Channel="Broad">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Excel" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="PowerPoint" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Teams" />
<ExcludeApp ID="Word" />
</Product>
</Add>
</Configuration>
3) Open CMD go to the directory where the ODT files are
4) run the following cmd: setup.exe /configure configuration-Office365-x86.xml
Hope this helps.