Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
https://windowsedition.com/download-office-365-offline-installer-iso/
This link worked for me. Install was stuck at 2%.
2 options here, I did their 2nd option:
**Note that their walkthrough has an error, as you have to change the XML file name to match either the 32 or 64 bit, my walkthrough is for 64 bit.
After you download the ISO, right click the ISO and mount it. Browse to that mounted ISO via windows explorer and copy over the 'Office' directory from it over to the c:\office365\ folder that they have you create (all of the office folder contents)
Edit the c:\office365\configuration-Office365-x64.xml file.
My config xml looked like this:
<Configuration>
<Add SourcePath="C:\office365" OfficeClientEdition="64" Channel="Monthly">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
</Add>
<!-- <Updates Enabled="TRUE" Channel="Monthly" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
Then open an elevated command prompt and type:
cd c:\Office365
Once in the directory type:
setup.exe /configure configuration-Office365-x64.xml
The install kicked off and finished successfully finished for me.