Hello juan baños caro,
Welcome to Microsoft Q&A!
I understand you are unable to install the Office package, it looks like there might be an issue with the file path or the file name. Let's troubleshoot this step by step:
Check the File Extension: Ensure that the file is saved with the .xml
extension. Sometimes, the file might be saved as configuration.xml.txt
if file extensions are hidden.
Verify the File Location: Make sure that the configuration.xml
file is in the same directory as the setup.exe
file. If they are in different directories, you need to provide the full path to the configuration file.
Correct Command Syntax: If the file is in the same directory, the command should be:
setup.exe /configure configuration.xml
Full Path Command: If the files are in different directories, use the full path to the configuration file. For example:
setup.exe /configure C:\path\to\your\configuration.xml
Check for Typos: Ensure there are no typos in the file name or path.
Run as Administrator: Make sure you are running the Command Prompt as an administrator.
Please let me know if the troubleshooting steps provided worked for you, I will be waiting for your response.
Regards,
Gao
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".