[DISCUSSION] Microsoft Office 2019

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Simply change x86 to x64 in the link
     
  2. Ankitamin83

    Ankitamin83 MDL Novice

    Oct 15, 2018
    1
    0
    0
    hi I am trying to activate the 2019 pro plus and needed help. So I was able to download install and then convert successfully to volume license by using the instructions but then when I run the kms activator it says activation failed :( so can anyone tell me what am I doing wrong.

    Thanks
     
  3. padspcb

    padspcb MDL Novice

    Mar 13, 2008
    3
    2
    0
    This has been explained lots of times already. Trouble arrises when you use an insider preview of windows.
    Go to C:\Windows\System32\spp\store_test\2.0 and rename the file tokens.dat to tokens.dat.old
    Run any office app, e.g. Word. It will say it must recover, so recover ok. Exit program...
    Now reconvert to volume license and activate.
     
  4. sidjames45

    sidjames45 MDL Junior Member

    Dec 13, 2012
    78
    295
    0
  5. IIITA

    IIITA MDL Novice

    Jan 11, 2013
    40
    10
    0
  6. #1208 Deleted member 1108726, Oct 16, 2018
    Last edited by a moderator: Oct 17, 2018
    Actually i guess img/iso is preferred by many users because they don't always have much bandwidth to download latest installation files and have to do office install many times, besides img/iso can be verified, also updates are in small size so its better considered to install office from img and install small size updates later online.

    anyway i'm amazed to see that it can install office directly as vl in windows 7 and later, without the need of odt (actually odt can't install office as vl from a img file) and configuration file, and still nobody is talking about this.
    this method of installation (OfficeClickToRun.exe) is really better than odt, thank you for making this...
     
  7. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,279
    21,931
    240
    are you sure?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Yeah,
    I tested too many configuration with odt and also tried otp but i can't install office as vl from a retail img/iso
    although it worked when online office file download was used, but can't get it to work with retail img.
    would like to see a working config file if anybody is sure it can be done.
     
  9. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    699
    1,149
    30
    1. Download files for installation = Download files for upgrade. Not true: "install small size updates later online".
    2. ODT can install office as vl from files on img
     
  10. Could you please post a working config to install office as vl from img.
    i've tried many and can install other channels and products but not the vl.
     
  11. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    699
    1,149
    30
    #1213 Krakatoa, Oct 16, 2018
    Last edited: Oct 16, 2018
    Example 1:
    C:\iso\Office
    C:\iso\setup.exe
    C:\iso\install.cmd
    C:\iso\config.xml

    C:\iso\Office is folder from Office 2019 img. Setup.exe is ODT.
    install.cmd is:
    Code:
    setup /configure config.xml
    pause
    config.xml is:
    Code:
    <Configuration>
      <Add OfficeClientEdition="64">
        <Product ID="ProPlus2019Volume">
          <Language ID="cs-cz"/>
          <ExcludeApp ID="Access" />
          <ExcludeApp ID="Publisher" />
          <ExcludeApp ID="Groove" />
          <ExcludeApp ID="Lync" />
          <ExcludeApp ID="OneNote" />
        </Product>
      </Add>
    </Configuration>
    ... and not problem, installed ProPlus2019Volume.

    Example 2:
    d:
    c:\Users\admin\Desktop\config.xml
    c:\Users\admin\Desktop\setup.exe
    c:\Users\admin\Desktop\install.cmd

    d: is mounted Office 2019 img. Setup.exe is ODT.
    install.cmd is:
    Code:
    setup /configure config.xml
    pause
    config.xml is:
    Code:
    <Configuration>
      <Add SourcePath="d:" OfficeClientEdition="64">
        <Product ID="ProPlus2019Volume">
          <Language ID="cs-cz"/>
          <ExcludeApp ID="Access" />
          <ExcludeApp ID="Publisher" />
          <ExcludeApp ID="Groove" />
          <ExcludeApp ID="Lync" />
          <ExcludeApp ID="OneNote" />
        </Product>
      </Add>
    </Configuration>
    ... and not problem, installed ProPlus2019Volume.
     
  12. Wow thanks both worked...
    Actually i missed the detail that i had to replace setup.exe with ODT.
    since non vl sku's was installing without problem, that's why it didn't ring the bell that i'd to replace it. i was trying with untouched mounted img
    OTP was also facing same error and that lead me to believe odt can't install vl. anyway thanks for solving this.
     
  13. Reznov

    Reznov MDL Member

    May 17, 2012
    170
    410
    10
  14. sidjames45

    sidjames45 MDL Junior Member

    Dec 13, 2012
    78
    295
    0
  15. #1219 Deleted member 1108726, Oct 17, 2018
    Last edited by a moderator: Oct 17, 2018
    <Configuration>
    <Add OfficeClientEdition="32" Channel="Monthly" SourcePath="J:\" Version="16.0.10730.20102">
    <Product ID="ProPlus2019Volume">
    <Language ID="en-us" />
    <ExcludeApp ID="Outlook" />
    <ExcludeApp ID="OneNote" />
    <ExcludeApp ID="Access" />
    <ExcludeApp ID="Publisher" />
    <ExcludeApp ID="OneDrive" />
    <ExcludeApp ID="Groove" />
    <ExcludeApp ID="Lync" />
    </Product>
    </Add>
    </Configuration>


    <Configuration>
    <Add OfficeClientEdition="32" Channel="Monthly" SourcePath="J:\">
    <Product ID="ProPlus2019Volume">
    <Language ID="en-us" />
    <ExcludeApp ID="Outlook" />
    <ExcludeApp ID="OneNote" />
    <ExcludeApp ID="Access" />
    <ExcludeApp ID="Publisher" />
    <ExcludeApp ID="OneDrive" />
    <ExcludeApp ID="Groove" />
    <ExcludeApp ID="Lync" />
    </Product>
    </Add>
    </Configuration>

    <Configuration>
    <Add OfficeClientEdition="32" SourcePath="J:\" Version="16.0.10730.20102">
    <Product ID="ProPlus2019Volume">
    <Language ID="en-us" />
    <ExcludeApp ID="Outlook" />
    <ExcludeApp ID="OneNote" />
    <ExcludeApp ID="Access" />
    <ExcludeApp ID="Publisher" />
    <ExcludeApp ID="OneDrive" />
    <ExcludeApp ID="Groove" />
    <ExcludeApp ID="Lync" />
    </Product>
    </Add>
    </Configuration>

    <Configuration>
    <Add OfficeClientEdition="32" Channel="Perpetual2019" SourcePath="J:\" Version="16.0.10730.20102">
    <Product ID="ProPlusRetail">
    <Language ID="en-us" />
    <ExcludeApp ID="Outlook" />
    <ExcludeApp ID="OneNote" />
    <ExcludeApp ID="Access" />
    <ExcludeApp ID="Publisher" />
    <ExcludeApp ID="OneDrive" />
    <ExcludeApp ID="Groove" />
    <ExcludeApp ID="Lync" />
    </Product>
    </Add>
    </Configuration>

    <Configuration>
    <Add OfficeClientEdition="32" Channel="Perpetual2019" SourcePath="J:\">
    <Product ID="ProPlusRetail">
    <Language ID="en-us" />
    <ExcludeApp ID="Outlook" />
    <ExcludeApp ID="OneNote" />
    <ExcludeApp ID="Access" />
    <ExcludeApp ID="Publisher" />
    <ExcludeApp ID="OneDrive" />
    <ExcludeApp ID="Groove" />
    <ExcludeApp ID="Lync" />
    </Product>
    </Add>
    </Configuration>
    <Configuration>
    <Add OfficeClientEdition="32" SourcePath="J:\">
    <Product ID="ProPlus2019Volume">
    <Language ID="en-us" />
    <ExcludeApp ID="Outlook" />
    <ExcludeApp ID="OneNote" />
    <ExcludeApp ID="Access" />
    <ExcludeApp ID="Publisher" />
    <ExcludeApp ID="OneDrive" />
    <ExcludeApp ID="Groove" />
    <ExcludeApp ID="Lync" />
    </Product>
    </Add>
    </Configuration>
    Apparently looks like Office tool plus needs to be fixed to not include channel and version in order to install vl.
     
  16. IIITA

    IIITA MDL Novice

    Jan 11, 2013
    40
    10
    0
    #1220 IIITA, Oct 17, 2018
    Last edited: Oct 17, 2018
    Thank you for your reply.