Hi,
I'm using ODT on my organization to make a network share that has the updated version of Click-To-Run Office 2013 Home and Business x86.
The problem is that I want to keep the folder with the latest updates using a scheduled task and it isn't working.
The scheduled task runs this batch file:
setup.exe /download configuration.xml
The content of configuration.xml is:
<Configuration>
<Add SourcePath="\\server\odt\" OfficeClientEdition="32" >
<Product ID="HomeBusinessRetail">
<Language ID="pt-br" />
</Product>
</Add>
<Updates Enabled="TRUE" UpdatePath="\\server\odt" />
<Logging Path="\\server\odt\userlogs" />
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
When I run the batch file, it downloads the updated version. Using scheduled task, it does nothing.