Example: Installing MS Office 365 as a Custom App
How To Install Office 365/Office 2019 as a Custom App in Faronics Deploy.
1. Download the Office365 Deployment Tool.
2. Create a public share with read permissions for everyone. See this Microsoft support article for help with this.
3. On the machine with the share, copy the Deployment Tool to the folder and execute it. It will download setup.exe and some example configuration files for Office365 x64/x86 and Office 2019.
These files can be manually edited, but this is not recommended.
4. Use the Microsoft Office Deployment Configuration Tool page to create a customized configuration file:
https://config.office.com/deploymentsettings
5. It is strongly recommended to configure a log file path for the installation process in case of any troubleshooting.
6. Download the configuration file and leave a copy in the shared folder created in step 2.
7. Run setup.exe to download the source files to the share location using a command prompt:
<local path to share folder>\setup.exe /configure configuration_file.xml
8. In the Deploy Console, click on Custom App.
9. Provide a name for the custom application to display in the Deploy Console.
10. Enter in the source for the installer location under Enter URL: \\server\sharename\setup.exe
11. Configure the architecture type desired.
12. Under "Install Command Line", provide the remainder of the command to install Office: /configure \\server\sharename\configuration_file.xml
13. Set the timeout value to be 60 minutes at a minimum as the install may take some time when applied to several machines at once.
14. Perform a test install against one of your machines.
Once the test installation completes, it should now be visible under Custom Apps in the Deploy Console. It is now ready to be pushed to other machines.
Last updated