From where to get the batch file to begin the O365 D/L and install?

Discussion in 'Microsoft Office' started by perfection, Jun 2, 2020.

  1. perfection

    perfection MDL Novice

    Jun 17, 2010
    48
    1
    0
    I would like to have the batch file script that will begin the deployment , download and install according to the configured XML file.

    Can the paths in the file be written as relative instead of absolute in case the folder is moved across drives and PCs
     
  2. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,245
    3,407
    60
    Use YAOCTRI for installation and YAOCTRU (currently having issues, needs an update) for download.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Leif Targo

    Leif Targo MDL Junior Member

    Oct 26, 2009
    88
    69
    0
    if you have your xml file ready with a name you like, sample = "Microsoft365-x64.xml"

    you can download the needed files with: setup.exe /download Microsoft365-x64.xml
    (magic here - wait for download...)
    and install with: setup.exe /configure Microsoft365-x64.xml

    magic -> use a command to wait xx minutes or a routine that checks, if the bigest file "stream.x86.x-none.dat" has been downloaded.