[DISCUSSION] Microsoft Office 2019

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

  1. tommygun

    tommygun MDL Novice

    Joined:
    Mar 29, 2011
    Messages:
    18
    Likes Received:
    3
    Trophy Points:
    0
    @Sajjo

    1st of all I'm sorry for not replying - Somehow email notifications didn't work.

    ----------

    Very strange, but after my last post today I tried to manually update again which I've been doing for a couple of weeks now without success and suddenly it worked without me making any modifications at all.

    Don't know what to say, but apparently it's working now - Very strange, but I think I'm good now.

    Sorry for bothering you guys, but it was freaking me out for weeks now.

    BTW, not replying was not ignorance on my end, like I said something went wrong.

    Thanks to everyone trying to help.

    P.S. This is a new notebook I've just got and it came with Windows 10 Home x64 preinstalled and I formatted and installed from scratch without all the bloatware which means only Office 2019 is activated by KMS-VL-ALL.

    Thanks again,
    Tommy
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,069
    Likes Received:
    55,429
    Trophy Points:
    340
    If Network connection is set to metered, it mostly fail updating Office
     
  3. Mencjusz

    Mencjusz MDL Novice

    Joined:
    Mar 12, 2019
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hello all,

    There are so many posts in here, so many issues, and so many versions of various tools, it can cause some confusion for someone who is not very into the subject. Hence, may I kindly ask for clarification of the following step-by-step Office 2019 installation on windows 10 professional.

    1. download and use YAOCTRI - Volume. Volume does not require conversion, correct?

    or

    1. download and use WOTOK v2018.12.27.01 autoit (is it Volume or Retail?)

    2. If Volume, download and use KMS-VL-ALL-7.2RC2 (for both YAOCTORI and WOTOK?)

    3. Activation completed?

    I understand that you might be frustrated by answering similar questions over and over again. Thank you for your help.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,638
    Trophy Points:
    450
    Office configurated and installed by using YAOCTRI is converted to VL
    After running the script and installing the office, you only have to run KMS_VL_ALL to activate it.
     
  5. tistou77

    tistou77 MDL Expert

    Joined:
    Mar 22, 2008
    Messages:
    1,659
    Likes Received:
    550
    Trophy Points:
    60
    Up please :)
     
  6. Sajjo

    Sajjo MDL Expert

    Joined:
    Feb 6, 2018
    Messages:
    1,652
    Likes Received:
    2,254
    Trophy Points:
    60
    #2226 Sajjo, Apr 14, 2019
    Last edited: Apr 14, 2019
    @tistou77
    In short: volume edition license of Office is mandatory for KMS activation.
    :)
     
  7. Sajjo

    Sajjo MDL Expert

    Joined:
    Feb 6, 2018
    Messages:
    1,652
    Likes Received:
    2,254
    Trophy Points:
    60
    @tommygun :)

    You might want to upgrade Windows 10 to Pro with Digital License or even Enterprise since you already are using a KMS solution with Office.
    It will give you more control and options than Home edition. Maybe a more smood experience as well:)

    Regards
     
  8. Pukiman

    Pukiman MDL Novice

    Joined:
    Oct 8, 2018
    Messages:
    9
    Likes Received:
    1
    Trophy Points:
    0
  9. Sajjo

    Sajjo MDL Expert

    Joined:
    Feb 6, 2018
    Messages:
    1,652
    Likes Received:
    2,254
    Trophy Points:
    60
    #2229 Sajjo, Apr 15, 2019
    Last edited: Apr 15, 2019
    @Pukiman
    I tried this in a VM - Windows 7 Enterprise SP1 x64 - all fully updated.
    No tweaking, all by the book.
    Running a mix of MAK for Windows and KMS_VL_ALL-29 for Office
    Updates works as expected.
    Since I installed ProPlus2019Volume with WOTOK, no additional C2R-R2V conversion needed.

    Apologies for the crappy resolution on the picture:Flush:
     

    Attached Files:

  10. Pukiman

    Pukiman MDL Novice

    Joined:
    Oct 8, 2018
    Messages:
    9
    Likes Received:
    1
    Trophy Points:
    0
    Thank you, well something else had to mess up with it then hmmm. I really appreciate your time you spend on this, you are a star :) !
     
  11. Sajjo

    Sajjo MDL Expert

    Joined:
    Feb 6, 2018
    Messages:
    1,652
    Likes Received:
    2,254
    Trophy Points:
    60
    Did you do something special? Curious.....:thinking:
    Are you sure about the updates causing the error?
     
  12. manifesto

    manifesto MDL Novice

    Joined:
    Jun 16, 2017
    Messages:
    28
    Likes Received:
    13
    Trophy Points:
    0
    office.PNG

    I used to have Office 2016 and Office 2019 installed in the past but now both are removed because I had installed Office 365. Office 365 is now nagging me to activate both Office 2016 and 2019 however they are not installed? Is it possible to completely remove them?
     
  13. Windows_Addict

    Windows_Addict MDL Addicted

    Joined:
    Jul 19, 2018
    Messages:
    909
    Likes Received:
    2,012
    Trophy Points:
    30
    Standard uninstallation doesn't remove the licenses completely and since office 2016, 2019, O365 share the same installation directory, it creates a mess.
    At this point, you have three options.
    Uninstall the previous office keys.
    Clear all office licenses (not sure if it can be done for a specific product)
    Uninstall office and use Office Scrubber to clear all the remnants.

    Use the first option if you just want to stop nagging without touching anything important.
    Open command prompt as Administrator,
    Change directory to office files,
    32-bit office on 32-bit windows or 64-bit office on 64-bit windows.
    Code:
    cd "C:\Program Files\Microsoft Office\Office16"
    32-bit Office on 64-bit Windows
    Code:
    cd "C:\Program Files (x86)\Microsoft Office\Office16"
    Check license status,
    Code:
    cscript ospp.vbs /dstatus
    There you will see previous office listed with last 5 charcaters of keys
    Uninstall those previous products keys,
    Code:
    cscript ospp.vbs /unpkey:<LAST 5 CHARACTERS>
    Done.
     
  14. manifesto

    manifesto MDL Novice

    Joined:
    Jun 16, 2017
    Messages:
    28
    Likes Received:
    13
    Trophy Points:
    0
    Thank you so much, the commands did the trick!
     
  15. ARCIGA

    ARCIGA MDL Senior Member

    Joined:
    Mar 23, 2015
    Messages:
    272
    Likes Received:
    58
    Trophy Points:
    10
    A New Update for Office 2019 Monthly Channel?
     
  16. Reznov

    Reznov MDL Member

    Joined:
    May 17, 2012
    Messages:
    149
    Likes Received:
    333
    Trophy Points:
    10
    Third one this month alone.
    They might be releasing new icons later this month (with version 1904).
     
  17. thetruth007

    thetruth007 MDL Novice

    Joined:
    Jan 1, 2017
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    I am trying to use the x64 version of this app, but no matter the selection i get an error at line 3949? What's the catch.
     
  18. Sajjo

    Sajjo MDL Expert

    Joined:
    Feb 6, 2018
    Messages:
    1,652
    Likes Received:
    2,254
    Trophy Points:
    60
  19. thetruth007

    thetruth007 MDL Novice

    Joined:
    Jan 1, 2017
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    Deply-N-Install
     
  20. Sajjo

    Sajjo MDL Expert

    Joined:
    Feb 6, 2018
    Messages:
    1,652
    Likes Received:
    2,254
    Trophy Points:
    60
    Works as expected
    20-04-2019 03.04.08.ls.jpg
    20-04-2019 03.06.15.ls.jpg
    20-04-2019 03.06.30.ls.jpg
    Have you tried other tools?
    WOTOK/YAOCTRI can be used with offline installation from image + more tools -> #1