[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
    Is the code not in abbodi's r2v?
     
  2. l33tissw00t

    l33tissw00t MDL Addicted

    Joined:
    Dec 6, 2012
    Messages:
    818
    Likes Received:
    516
    Trophy Points:
    30
  3. Xariwey

    Xariwey MDL Junior Member

    Joined:
    Mar 26, 2017
    Messages:
    68
    Likes Received:
    12
    Trophy Points:
    0
    Dont know if already someone say it before but abbodi "c2r-r2v retail 2 vl converter" then "ksm all solution will activate" it
     
  4. patougaffou

    patougaffou MDL Novice

    Joined:
    Nov 13, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    thanks for that nice share but french language fr is missing
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    You need cleanospp.exe first to remove retail/grace licenses

    Code:
    @echo off
    color 1F
    
    set "_SLMGR=%SystemRoot%\System32\slmgr.vbs"
    set "_Config=HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration"
    
    cd /d "C:\Program Files\Microsoft Office\root\Licenses16"
    
    for /f "delims=" %%i in ('dir /b /on client-issuance-*.xrm-ms') do (
    cscript //Nologo //B %_SLMGR% /ilc %%i
    )
    
    cscript //Nologo //B %_SLMGR% /ilc pkeyconfig-office.xrm-ms
    
    for %%a in (ProPlus2019,ProjectPro2019,VisioPro2019) do call :convertVL %%a
    
    pause
    exit
    
    :convertVL
    for /f "delims=" %%i in ('dir /b /on %1VL_*.xrm-ms') do (
      cscript //Nologo //B %_SLMGR% /ilc %%i
    )
    
    set "_ID=%1Volume"
    
    reg add %_Config% /f /v %_ID%.OSPPReady /t REG_SZ /d 1
    reg query %_Config% /v ProductReleaseIds | findstr /I "%_ID%" || (
      for /f "skip=2 tokens=2*" %%a in ('reg query %_Config% /v ProductReleaseIds') do reg add %_Config% /f /v ProductReleaseIds /t REG_SZ /d "%%b,%_ID%"
    )
    exit /b
    
    first will install these licenses as example:
    Code:
    ProPlus2019VL_KMS_Client_AE-ppd.xrm-ms
    ProPlus2019VL_KMS_Client_AE-ul.xrm-ms
    ProPlus2019VL_KMS_Client_AE-ul-oob.xrm-ms
    ProPlus2019VL_MAK_AE-pl.xrm-ms
    ProPlus2019VL_MAK_AE-ppd.xrm-ms
    ProPlus2019VL_MAK_AE-ul-oob.xrm-ms
    ProPlus2019VL_MAK_AE-ul-phn.xrm-ms
    the two registry adds are required for programs to recognize new licenses
     
  6. deserapis

    deserapis MDL Novice

    Joined:
    Nov 29, 2007
    Messages:
    24
    Likes Received:
    2
    Trophy Points:
    0
    Guys i tried different Config.xml ...but it install full without customization...i only want to install word,excel, and PowerPoint ..some one give me xml (spoon feed please)
    Ty
     
  7. Supern00b

    Supern00b MDL Addicted

    Joined:
    Dec 30, 2010
    Messages:
    650
    Likes Received:
    423
    Trophy Points:
    30
    For some, working with ODT will be confusing.
    So if you do anything, RENAME the setup included with ODT to "customsetup" or something similar.
    You then start the setup by calling "customsetup" with it's corresponding xml file.
    It makes it easier to differentiate.

    Cheers.
     
  8. mechanicweb

    mechanicweb MDL Member

    Joined:
    Sep 1, 2011
    Messages:
    196
    Likes Received:
    17
    Trophy Points:
    10
    Deleting \spp\store\2.0\token.bat won't remove the retail/grace licenses?
     
  9. palikuca

    palikuca MDL Member

    Joined:
    Oct 23, 2017
    Messages:
    122
    Likes Received:
    33
    Trophy Points:
    10
    I am looking for the original MSDN ISO of the German Office 2019 Version
    de_office_professional_plus_2019_x86_x64_dvd_5cbef503.iso
    Does anyone happen to have a download link
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    Yes, but it will remove Windows licenses and activation too
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  12. How it is possible to have same hashes when they literally have different file extension? :confused:
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    File extension is just part of file name, it can be anything
    it's like .bat or .cmd
     
  14. Krakatoa

    Krakatoa MDL Addicted

    Joined:
    Feb 22, 2011
    Messages:
    563
    Likes Received:
    893
    Trophy Points:
    30
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    Check About page in Office program

    without * Volume.OSPPReady and ProductReleaseIds it will not show the activated product
     
  16. mechanicweb

    mechanicweb MDL Member

    Joined:
    Sep 1, 2011
    Messages:
    196
    Likes Received:
    17
    Trophy Points:
    10
    Thank you for the clarification.

    I deleted the tokens.bat on my W10 Pro Retail (HWID activated by W8.1 kms upgrade) and it didn't seem to remove the activation for W10. Or, is it that the W10 activation was removed but reactivated itself online after using /rlic ?
     
  17. palikuca

    palikuca MDL Member

    Joined:
    Oct 23, 2017
    Messages:
    122
    Likes Received:
    33
    Trophy Points:
    10
  18. Krakatoa

    Krakatoa MDL Addicted

    Joined:
    Feb 22, 2011
    Messages:
    563
    Likes Received:
    893
    Trophy Points:
    30
    Check About page in Office program and not problem:
     

    Attached Files:

  19. l33tissw00t

    l33tissw00t MDL Addicted

    Joined:
    Dec 6, 2012
    Messages:
    818
    Likes Received:
    516
    Trophy Points:
    30
  20. Krakatoa

    Krakatoa MDL Addicted

    Joined:
    Feb 22, 2011
    Messages:
    563
    Likes Received:
    893
    Trophy Points:
    30