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
How can this be implemented? I have two before-logon steps in Post-Setup to handle installing Office.The problem with cleanup is knowing when the Office Setup process is actually finished, because it immediately backgrounds itself and isn't a blocking process. When it doesn't block, your wrapper script needs extra logic to watch for Setup to exit.
Are you able to share the cleanup BAT file please?Confirmed that shifting the cleanup command to after-logon got rid of the installation folder entirely.
It's just a command that I moved to the after-logon stage of Post-Setup.Are you able to share the cleanup BAT file please?
/c rmdir /S /Q "C:\office"