Jump to content

Office 2021 silent install


behdadsoft

Recommended Posts

Hi.

I tried to install office 2021 silently using configuration.xml file that worked very well.
Now, the problem is when I try install office with unattended windows 10, office won't install and give me this error:

Error Image

This is my office configuration.xml:

<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2021">
    <Product ID="ProPlus2021Volume">
      <Language ID="en-US" />
    </Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
<Updates Enabled="TRUE" Channel="PerpetualVL2021" />
</Configuration>

Note : I used this command in SetupComplete.cmd.

call %~dp0Office\setup.exe /configure Office\configuration.xml

 

Edited by behdadsoft
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...