Install office from downloaded folder

POJ 166 Reputation points
2022-11-23T15:13:50.597+00:00

hello
i ran at first setup.exe with the download switch now for the next install how can i use the folder Office with my command
i try to add source path but it seems its not using it

i have something like

Setup.exe /configure "E:\Office 2021 LTSC\Office STD LTSC 2021-32.xml" sourcepath= "path of the office folder"

Thanks

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,012 questions
0 comments No comments
{count} votes

10 additional answers

Sort by: Most helpful
  1. Roy Bakker 301 Reputation points
    2022-11-23T20:44:53.463+00:00

    Hi,

    Did you use the Office Deployment Tool?
    To work with the tool, you edit the included configuration file (configuration.xml) to define what options you want.
    Configuration options for the XML file can be found over here:
    https://learn.microsoft.com/en-us/deployoffice/office-deployment-tool-configuration-options
    For a description of de ODT you can visit:
    https://learn.microsoft.com/en-us/deployoffice/overview-office-deployment-tool

    Hope this will help you.

    Kind regards,
    Roy Bakker

    0 comments No comments

  2. POJ 166 Reputation points
    2022-11-24T12:32:35.527+00:00

    Hello Roy
    yes i use it with switch /download at first now i want to use this folder to be able to install it without downloading every time
    regards

    0 comments No comments

  3. Roy Bakker 301 Reputation points
    2022-11-24T13:44:56.94+00:00

    You don't have to download it every time. Once is enough.
    After the download you'll have to run setup.exe /configure config.xml

    Your XML should look something like this:

    <Configuration>
    <Add SourcePath="C:\Office365" OfficeClientEdition="64" Channel="Monthly">
    <Product ID="O365ProPlusRetail">
    <Language ID="en-us" />
    </Product>
    </Add>
    <Updates Enabled="TRUE" Channel="Monthly" />
    <Display Level="None" AcceptEULA="TRUE" />
    <Property Name="AUTOACTIVATE" Value="1" />
    </Configuration>

    Hope this will help

    0 comments No comments

  4. POJ 166 Reputation points
    2022-11-24T14:05:04.86+00:00

    ok if the source path are in the same folder i start the setup.exe

    i will put it like this ?

    Add SourcePath=".:\Office" ?

    Thanks

    0 comments No comments