behdadsoft Posted February 24, 2022 Posted February 24, 2022 (edited) 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 February 25, 2022 by behdadsoft
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now