@echo off echo Office 2019 Installation Helper echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo. echo This will download the Office 2019 installation files and then install Office 2019. echo During the process, the default setting is to uninstall other copies of Office. echo Please review the online instructions for more information. echo. echo THIS IS SUPPLIED WITHOUT EXPRESS OR IMPLIED WARRANTY, INCLUDING FITNESS FOR ANY echo PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR USING THIS TO INSTALL OFFICE, echo AND NO LIABILITY IS ACCEPTED FOR ANY DAMAGE CAUSED OR ANY CONSEQUENTIAL LOSSES. echo. echo THE MICROSOFT OFFICE SUITE CAN ONLY BE USED IN CONJUNCTION WITH A LEGALLY OBTAINED echo LICENSE. echo. echo These tools were originally developed by John Percival, and packaged and documented echo by James Oakley. The documentation to accompany this package may be found at echo http://go.oakleys.org/office2019 echo. echo If you do not want to proceed please close this window, otherwise pause echo. echo Downloading Office 2019 installation files (2GB, please be patient)... setup.exe /download configuration.xml echo Download complete. echo. echo Installing Office 2019... setup.exe /configure configuration.xml echo Installation complete. echo. pause