ODT hangs while installing specified apps

Copper Contributor

Hello together. I've downloaded the ODT because I only want to install Word, Excel, Powerpoint and Outlook for 32bit-machine. I modified the configuration as follows:

Spoiler
<Configuration>
    <Add OfficeClientEdition="32" Channel="Monthly" AllowCdnFallback="TRUE" ForceUpgrade="TRUE">
        <Product ID="ProPlus2019Retail">
            <Language ID="de-de"/>
            <ExcludeApp ID="Access"/>
            <ExcludeApp ID="Groove"/>
            <ExcludeApp ID="Lync"/>
            <ExcludeApp ID="OneDrive"/>
            <ExcludeApp ID="OneNote"/>
            <ExcludeApp ID="Publisher"/>
        </Product>
    </Add>
    <Display Level="Full" AcceptEULA="TRUE"/>
    <Property Name="AUTOACTIVATE" Value="1"/>
    <Property Name="FORCEAPPSHUTDOWN" Value="TRUE"/>
    <Property Name="SharedComputerLicensing" Value="0"/>
    <Property Name="PinIconsToTaskbar" Value="TRUE"/>
    <Updates Enabled="TRUE" />
    <Property Name="SCLCacheOverride" Value="0"/>
    <RemoveMSI All="TRUE"/>
</Configuration>

I start download via cmd!Admin by using setup.exe /download configuration-x86.xml

The downloaded folder has a size of 2,69 GB.

Then I started the installation with setup.exe /configure configuration-x86.xml

In the installationwindow only the four selected apps are shown. But at 52% the installation hangs and nothing more happens.

 

I've tried the original xml for complete package. Here the donwloaded folder also has the size of 2,69 GB. Installation starts and runs completely. Can you help me to solve this problem?

0 Replies