[DISCUSSION] Microsoft Office 2019

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

  1. hamdoullah

    hamdoullah MDL Member

    Oct 27, 2019
    168
    93
    10
    Glad to hear. :)
     
  2. PrinceOfAbyss

    PrinceOfAbyss MDL Novice

    Sep 21, 2010
    16
    2
    0
    Hello, I just ran out of curiosity the command cscript ospp.vbs /dstatus to see the license for my Office Pro Plus 2019, Project Pro 2019 and Visio Pro 2019 and I got the following:


    ---Processing--------------------------
    ---------------------------------------
    PRODUCT ID: 00412-00000-00000-AA823
    SKU ID: 2ca2bf3f-949e-446a-82c7-e25a15ec78c4
    LICENSE NAME: Office 19, Office19ProjectPro2019VL_KMS_Client_AE edition
    LICENSE DESCRIPTION: Office 19, VOLUME_KMSCLIENT channel
    LICENSE STATUS: ---LICENSED---
    ERROR CODE: 0x4004F040 (for information purposes only as the status is licensed)
    ERROR DESCRIPTION: The Software Licensing Service reported that the product was activated but the owner should verify the Product Use Rights.
    REMAINING GRACE: 179 days (259179 minute(s) before expiring)
    Last 5 characters of installed product key: PKD2B
    Activation Type Configuration: ALL
    DNS auto-discovery: KMS name not available
    KMS machine registry override defined: <some kms>
    Activation Interval: 120 minutes
    Renewal Interval: 10080 minutes
    KMS host caching: Enabled
    ---------------------------------------
    PRODUCT ID: 00416-00000-00000-AA084
    SKU ID: 5b5cf08f-b81a-431d-b080-3450d8620565
    LICENSE NAME: Office 19, Office19VisioPro2019VL_KMS_Client_AE edition
    LICENSE DESCRIPTION: Office 19, VOLUME_KMSCLIENT channel
    LICENSE STATUS: ---LICENSED---
    ERROR CODE: 0x4004F040 (for information purposes only as the status is licensed)
    ERROR DESCRIPTION: The Software Licensing Service reported that the product was activated but the owner should verify the Product Use Rights.
    REMAINING GRACE: 179 days (259179 minute(s) before expiring)
    Last 5 characters of installed product key: 7VCBB
    Activation Type Configuration: ALL
    DNS auto-discovery: KMS name not available
    KMS machine registry override defined: <some kms>
    Activation Interval: 120 minutes
    Renewal Interval: 10080 minutes
    KMS host caching: Enabled
    ---------------------------------------
    PRODUCT ID: 00414-50000-00000-AA148
    SKU ID: 85dd8b5f-eaa4-4af3-a628-cce9e77c9a03
    LICENSE NAME: Office 19, Office19ProPlus2019VL_KMS_Client_AE edition
    LICENSE DESCRIPTION: Office 19, VOLUME_KMSCLIENT channel
    LICENSE STATUS: ---LICENSED---
    ERROR CODE: 0x4004F040 (for information purposes only as the status is licensed)
    ERROR DESCRIPTION: The Software Licensing Service reported that the product was activated but the owner should verify the Product Use Rights.
    REMAINING GRACE: 179 days (259179 minute(s) before expiring)
    Last 5 characters of installed product key: 6MWKP
    Activation Type Configuration: ALL
    DNS auto-discovery: KMS name not available
    KMS machine registry override defined: <some kms>
    Activation Interval: 120 minutes
    Renewal Interval: 10080 minutes
    KMS host caching: Enabled
    ---------------------------------------
    ---------------------------------------
    ---Exiting-----------------------------


    What could be causing this error? What is the Product User Rights that it mentions I should have verified?
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340
  4. PrinceOfAbyss

    PrinceOfAbyss MDL Novice

    Sep 21, 2010
    16
    2
    0
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340
    Buy device that support Windows OEM activation
     
  6. H4X0R46

    H4X0R46 MDL Novice

    Jan 27, 2017
    13
    4
    0
    So I've been having issues with Office 2019. I used OfficeRTool to install and it works fine, but every other day or so, it tries to update itself, and then just messes up my installation. Makes me have to reinstall and it'll just do it again tomorrow. How can I PERMANENTLY get office to not update? Thanks guys!
     
  7. Tzik

    Tzik MDL Novice

    Dec 5, 2015
    21
    1
    0
    Hi all,
    First of all I would like to congratulate and thank @abbodi1406, for his absolutely amazing work.

    I have been using his KMS_VL_ALL script for quite some time now in my old PC with Office 2016.

    As I recently got a new PC, I tried on a clean Windows 10 1909 installation to implement Office 2019.
    I used YAOCTRU and downloaded (via a text file) and arranged the files for Office 2019 16.0.12430.20288_x64_en-US_Monthly.
    Then used YAOCTRI_Configurator.cmd and successfully installed Office ProPlus 2019, Project Pro 2019 and Visio Pro 2019, version 16.0.12430.20288-x64 en-US
    Finally, I run the KMS_VL_ALL-37 command “activate /o /x /u /s /L” which successfully activated all products.

    What I would like to add is the Proofing tools (not the complete Language pack, just the proofing tools) for the Greek language.

    Following the same approach as above, with the products i.e. YAOCTRU for downloading (via a text file) and arranging the Proofing tools files, when I run the YAOCTRI_Configurator.cmd I get the message “Could not detect compatible Office 64-bit/32-bit for current x64 system” in the "E:\O2019\Proof" folder (where only the Proofing tools files are).

    What am I doing wrong?
    How can I add just the Greek Proofing tools, in my installation?
     
  8. Rico1977

    Rico1977 MDL Novice

    Feb 20, 2020
    1
    0
    0
    Hey,

    its possible to use this for this version:

    HomeStudent2019Retail.img

    you have a install script cmd for this version in language DE? Thanks
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340
    YAOCTRI don't support installing Proofing Tools

    you would have to use ODT setup.exe with configuration.xml
    Code:
    <Configuration>
      <Add SourcePath="" OfficeClientEdition="64">
        <Product ID="ProofingTools">
          <Language ID="el-gr"/>
        </Product>
      </Add>
    </Configuration>
    put it inside Office folder, then specify the full path to the file
    Code:
    setup.exe /configure path_to\configuration.xml
     
  10. Tzik

    Tzik MDL Novice

    Dec 5, 2015
    21
    1
    0
    Thanks a lot. :)
    I'll try it and post back.
     
  11. Tzik

    Tzik MDL Novice

    Dec 5, 2015
    21
    1
    0

    Thanks a lot... That was it!!! :D

    Worked like a charm and added three apps in the Apps & features:
    1. Microsoft Office Professional Plus 2019 - el-gr.proof
    2. Microsoft Project Professional 2019 - el-gr.proof and
    3. Microsoft Visio Professional 2019 - el-gr.proof
     
  12. tavrez

    tavrez MDL Senior Member

    Sep 28, 2015
    484
    315
    10
    Can YAOCTRI generate configuration.xml at the end as an option or it's too unrelevant?
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340
    I will see if YAOCTRU (downloader) could
     
  14. Tzik

    Tzik MDL Novice

    Dec 5, 2015
    21
    1
    0
    That would be great, as long as you specify that the configuration.xml is to be used with ODT, as a lot of people will try to use it, with YAOCTRI, unless you can make it for YAOCTRI too! :)