[DISCUSSION] Microsoft Office 2019

Discussion in 'Microsoft Office' started by ratzlefatz, Sep 26, 2017.

  1. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,962
    617
    60
    For that I stay with the 2016 version, I want an MSI installer :D
     
  2. khealou

    khealou MDL Novice

    Sep 9, 2012
    37
    18
    0
    #4062 khealou, Jan 15, 2025
    Last edited: Jan 15, 2025
    Understood, so I just finished downloading ProPlusRetail.img, indeed it's C2R inside, my question is can this tool you mentioned make some configuration file to put beside Setup.exe or inside ISO file so it automatically install Volume SKU without the need to configure it each time using the tool you mentioned ?
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,326
    91,579
    340
    You can use YAOCTRI_Configurator2016.cmd
    https://forums.mydigitallife.net/posts/1607939/
     
  4. khealou

    khealou MDL Novice

    Sep 9, 2012
    37
    18
    0
  5. zlaer

    zlaer MDL Novice

    Jan 22, 2025
    27
    1
    0
  6. zlaer

    zlaer MDL Novice

    Jan 22, 2025
    27
    1
    0

    Hey.. would you please explain how to only install Excel and Word 2024 only? Would appreciate it a million times, bro
     
  7. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,371
    4,384
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,962
    617
    60
    If there is a solution I am interested
    Never managed to install only these 2 "components" even if it is chosen for installation (other components removed) there are always other components installed
    When I tested, I saw the difference with a 2016 version and MSI installer
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,326
    91,579
    340
    You can use YAOCTRI or Office Tool to install certain products / apps
    or use Office Deployment Tool
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,326
    91,579
    340
    1. <ExcludeApp ID="Lync" />
    2. Of course
    3. Yes
     
  11. zlaer

    zlaer MDL Novice

    Jan 22, 2025
    27
    1
    0
  12. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    152
    160
    10
    Sorry if this is the wrong thread, but in Microsoft Office 2016, anyone know how to suppress Outlook's "create new email dialog" when Outlook is first launched? I've tried adding this registry script as suggested on another website, but it does not work:

    Code:
    REGEDIT4
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Setup]
    "DisableOffice365SimplifiedAccountCreation"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options]
    "DisablePOP3"=dword:00000001
    "DisableIMAP"=dword:00000001
    
    ; supress creat new email dialog
    [HKEY_CURRENT_USER\Software\Clients\Mail]
    @=""
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\16.0\Outlook\Options]
    "NoMAPI"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Setup]
    "First-Run"=dword:00000001
    
    ; Disable automatic updates:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration]
    "UpdatesEnabled"=dword:00000000
    
    ; Remove sign-in button
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\SignIn]
    "SignInOptions"=dword:00000003
    
    ; Remove OneDrive from "Open" menu
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\General]
    "SkyDriveSignInOption"=dword:00000000
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...