Office 365-2016 C2R using setup.exe

I’m sorry for the delay, I was on PTO last week.

<Configuration>
<Add SourcePath="\\server\Software\License Required\Microsoft Office Products\Office365\Office2016" OfficeClientEdition="64">
    <Product ID="O365ProPlusRetail">
        <Language ID="en-us"/>
        <ExcludeApp ID="Groove"/>
        <ExcludeApp ID="Lync"/>
        <ExcludeApp ID="Project"/>
        <ExcludeApp ID="OneDrive"/>
    </Product>
    <Product ID="VisioProRetail">
        <Language ID="en-us"/>
    </Product>
</Add>
<Updates Enabled="TRUE" UpdatePath="\\server\Software\License Required\Microsoft Office Products\Office365\Office16\Office\ProductionUPDATES" />
<Display Level="Full" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%temp%" />
<Property Name="AUTOACTIVATE" Value="1" />
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
<Property Name="SharedComputerLicensing" Value="0" />

Please try changing display level to none in the xml.

It shows Completed. Exit Code -2147418113. It is not installed however.

@bcmagellan - did you ever get this figured out? I am having a hell of a time trying to get the setup.exe /configure working from my action script…

Hi,

kind of going on a limb here, but i noticed you run this:

this means that the batch file runs as Local System account.
is it possible that C2R is User-based? in that case you need to run as logged on user (provided there is one, of course).

1 Like