office deployment - marko4449/Documentation2 GitHub Wiki

Step 1: Install the 32-bit version of Office Business

Open Notepad on your computer.

Copy and paste the following into a blank text file in Notepad:

<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus apps, Office 365 Business apps, Project Pro for Office 365 and Visio Pro for Office 365.

 `For detailed information regarding configuration options visit: http://aka.ms/ODT. `
 `To use the configuration file be sure to remove the comments`

 `The following sample allows you to download and install the 32 bit version of the Office 365 ProPlus apps `
 `and Visio Pro for Office 365 directly from the Office CDN using the Monthly Channel`
 `settings  -->`

<Configuration>

<Add OfficeClientEdition="32" Channel="Monthly"> <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> <Product ID="ProjectProRetail"> <Language ID="en-us" /> </Product> </Add> <Display Level="None" AcceptEULA="TRUE" /> </Configuration>

Note: The <Language ID> in the code above is for the English version "en-us". You need to change what's between those quotes if you want to download Office in a different language. If you're not sure what that is, use the URL for this topic to see your language ID, for example, "support.office.com/<this is your language ID>/article". In the text you just copied, replace "en-us" in this line, <Language ID="your language ID" />.

Save the file as installOfficeBusRet32.xml in the ODT folder.

Click Start, type run, and then select the Run Desktop app to open it.

In the Run dialog, type the following exactly as shown below.

    c:\odt\setup.exe /download installOfficeBusRet32.xml

Click OK.

If you see the User Account Control prompt that says, Do you want to allow this app to make changes to your device?, click OK.

A blank dialog box appears with c:\ODT\setup.exe in the title bar. The Office installation files should start downloading to the ODT folder on your computer.

It can take a while to finish downloading and it may look like nothing is happening while the files are downloading. You'll know the installation is complete once the dialog box closes on its own, and a new folder called Office appears in the ODT folder you created earlier.

After the files have finished downloading, open the Run dialog box again. This time type the following.

    c:\odt\setup.exe /configure installOfficeBusRet32.xml

Click OK.

If you see the User Account Control prompt that says, Do you want to allow this app to make changes to your device?, click OK.

The install should begin.
⚠️ **GitHub.com Fallback** ⚠️