[DISCUSSION] Microsoft Office 2019

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

  1. l33tissw00t

    l33tissw00t MDL Addicted

    Joined:
    Dec 6, 2012
    Messages:
    818
    Likes Received:
    516
    Trophy Points:
    30
  2. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
    It's a screenshot of the actual message when you run the setup on 7 and it seems 8 is not supported too.
     
  3. l33tissw00t

    l33tissw00t MDL Addicted

    Joined:
    Dec 6, 2012
    Messages:
    818
    Likes Received:
    516
    Trophy Points:
    30
    There's no screenshot.. spoiler is empty
    Edit:
    If i quote your post, *and* change from rich editor to bbcode editor, i see the imgur link.. hmm
     
  4. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
  5. Well, I guess collectors are done from now on. No more Office, and no more Windows (iso images).
     
  6. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
    Next 7 years there will be many windows iso's, 3 full sets per build (1 original and 2 refresh iso's), 2 builds a year ;):D
     
  7. l33tissw00t

    l33tissw00t MDL Addicted

    Joined:
    Dec 6, 2012
    Messages:
    818
    Likes Received:
    516
    Trophy Points:
    30
  8. IIITA

    IIITA MDL Novice

    Joined:
    Jan 11, 2013
    Messages:
    37
    Likes Received:
    8
    Trophy Points:
    0
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,069
    Likes Received:
    55,429
    Trophy Points:
    340
  10. l33tissw00t

    l33tissw00t MDL Addicted

    Joined:
    Dec 6, 2012
    Messages:
    818
    Likes Received:
    516
    Trophy Points:
    30
  11. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Joined:
    Sep 1, 2012
    Messages:
    1,352
    Likes Received:
    4,806
    Trophy Points:
    60
  12. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Joined:
    Sep 1, 2012
    Messages:
    1,352
    Likes Received:
    4,806
    Trophy Points:
    60
    #52 ratzlefatz, Aug 26, 2018
    Last edited: Aug 26, 2018
    (OP)
    A new OfficeRTool version (2018/August/26) was released today

    Function "(O) CREATE OFFICE ONLINE WEB-INSTALLER LINK"
    -Enhancement-
    Added possibility to create url's and download online-web-setup.exe for
    - Office 2019 ProPlus
    - Visio Pro 2019
    and
    - Project Pro 2019

    Function "(I) INSTALL OFFICE SUITES OR SINGLE APPS"
    -Change-
    Updated OfficeDeploymentTool "setup.exe" to version 10810.33603 (dated 10.08.2018)


    No other changes were made.

    Download-links and checksums in OP were updated.
     
  13. IIITA

    IIITA MDL Novice

    Joined:
    Jan 11, 2013
    Messages:
    37
    Likes Received:
    8
    Trophy Points:
    0
  14. LostED

    LostED SVF Patch Lover

    Joined:
    Jul 30, 2009
    Messages:
    6,477
    Likes Received:
    17,573
    Trophy Points:
    210
  15. IIITA

    IIITA MDL Novice

    Joined:
    Jan 11, 2013
    Messages:
    37
    Likes Received:
    8
    Trophy Points:
    0
    #55 IIITA, Aug 27, 2018
    Last edited: Aug 27, 2018
    Thank you for your reply.
    Yes I used OfficeRTool version (2018/August/26) and got all files that you listed up for en-US.
    Now I place SetupProPlus2019Retail.x86.en-us.exe,SetupProjectPro2019Retail.x86.en-us.exe and SetupVisioPro2019Retail.x86.en-us.exe UNDER Office folder then doubleclick them to intall without using OfficeDeployment Tool ?

    Is this correct ?

    I am thinking to make DVD, so for installation I would like to use these setupXXXX.exe saved on DVD, not OfficeRTool version (2018/August/26). I know for RetailToVL, conversion, I shall use OfficeRTool version (2018/August/26), but for installation I would like to do it with DVD directly.
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,069
    Likes Received:
    55,429
    Trophy Points:
    340
    Yes

    or you could use ODT with configuration.xml that contain all 3 products as volume
    e.g.
    Code:
    <Configuration>
      <Add OfficeClientEdition="32">
        <Product ID="proplus2019volume">
          <Language ID="en-us"/>
        </Product>
        <Product ID="projectpro2019volume">
          <Language ID="en-us"/>
        </Product>
        <Product ID="visiopro2019volume">
          <Language ID="en-us"/>
        </Product>
      </Add>
    </Configuration>
    also place it inside Office folder to detect the path automatically
     
  17. IIITA

    IIITA MDL Novice

    Joined:
    Jan 11, 2013
    Messages:
    37
    Likes Received:
    8
    Trophy Points:
    0
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,069
    Likes Received:
    55,429
    Trophy Points:
    340
    configuration.xml inside Office folder

    ODT setup.exe location doesn't matter, but better place it next to configuration.xml
     
  19. IIITA

    IIITA MDL Novice

    Joined:
    Jan 11, 2013
    Messages:
    37
    Likes Received:
    8
    Trophy Points:
    0

    Thank you for quick response.
    How about positions for SetupProPlus2019Retail.x86.en-us.exe ,SetupProjectPro2019Retail.x86.en-us.exe and SetupVisioPro2019Retail.x86.en-us.exe?
    Are these shall be in Office folder ?
     
  20. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,069
    Likes Received:
    55,429
    Trophy Points:
    340
    Yes, as i already said