ODT (Office Deployment Tool) exe but be aware there's still a failure with latest one even MS updates it - look my post here an you'll find a working setup.exe. Latest can be downloaded from here and still not working.when making the configuration.xml from OCT , what should i put in the source path for local source?
Thanks!
Updated to latest OFFICE and still not working default from current folder.The SourcePath setting is optional, and not needed if you're following this guide's steps.
For downloading, it specifies a source folder if you have a local network share which keeps pre-downloaded files around, or where to find the files when installing. When undefined, ODT looks in the current folder path.
tosetup /configure configuration.xml
and run as administrator instead of dubble clicking the setup file, which worked earlier.@echo off
cd /d "%~dp0"
setup /configure configuration.xml