To install Office 2024 Pro Plus LTSC offline from the downloaded installation files, you need to use the Office Deployment Tool (ODT) along with your configuration.xml file. Here are the steps to follow:
- Open an Elevated Command Prompt: Make sure to run the command prompt as an administrator.
- Navigate to the Folder: Change the directory to where your ODT and configuration.xml file are located. You can do this using the
cd command. For example:
cd C:\path\to\your\files
- Run the Installation Command: Use the following command to install Office from your downloaded files:
setup /configure configuration.xml
Make sure that your configuration.xml file specifies the correct SourcePath where your installation files are stored.
- Check the Configuration File: Ensure that your
configuration.xml file has the correct settings, including the SourcePath pointing to the folder containing the downloaded files. If you didn't specify a SourcePath, the ODT will look for the installation files in the folder it is located in.
Once the installation command is executed, the installation process should begin using the offline files you downloaded.
If you encounter any errors, double-check the paths and settings in your configuration.xml file to ensure everything is correctly set up.