Forum Discussion

Ivan54's avatar
Ivan54
Bronze Contributor
Oct 03, 2018

Can no longer deploy with ODT? [SOLVED]

*solved - see bottom*

Hi, so I'm trying to update my Office 365 ProPlus as usual - manually on a machine, before deployment organization wide.

 

I use /download to get latest binaries, and then /configure to update a local Installation.

 

Just to be sure, I also used the latest Setup.exe from ODT.

But for some reason this no longer works and I get this error:

 

My current Installation is on 1807 (updated through SCCM). I also have installed

* Project Professional 2016 - de-de

* Visio Professonal 2016 - de-de

which I deployed with the same script.

 

I've enabled the Display Level to get to that error, as I could make heads or tails with the log file.

This is the script:

 

<Configuration>
<Add OfficeClientEdition="64" Channel="Monthly" OfficeMgmtCOM="True" ForceUpgrade="TRUE">
    <Product ID="O365ProPlusRetail">
      <Language ID="de-de" />
      <ExcludeApp ID="Groove" />
      <ExcludeApp ID="Lync" />
      <ExcludeApp ID="OneNote" />
    </Product>
    <Product ID="VisioProRetail">
      <Language ID="de-de" />
    </Product>
    <Product ID="ProjectProRetail">
      <Language ID="de-de" />
    </Product>
  </Add>
<Updates Enabled="TRUE"/>
<Display Level="FULL" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="C:\temp\odt2016x64\" />

<Property Name="FORCEAPPSHUTDOWN" Value="TRUE"/>
<Property Name="PinIconsToTaskbar" Value="TRUE"/>
</Configuration>

Even after uninstalling all O365 products manually, and only trying to deploy O365ProPlusRetail I get the same error.

 

 

*EDIT* I'm an idiot :)

Jokes aside. I downloaded the binaries on a server and then copied everything onto my local machine and by accident have overwritten my new Setup.exe with an older Version :(

No RepliesBe the first to reply

Resources