[DISCUSSION] Microsoft Office 2019

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

  1. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    819
    521
    30
    Is the code not in abbodi's r2v?
     
  2. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    819
    521
    30
  3. Xariwey

    Xariwey MDL Junior Member

    Mar 26, 2017
    71
    12
    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

    Nov 13, 2012
    1
    0
    0
    thanks for that nice share but french language fr is missing
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,192
    90,678
    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

    Nov 29, 2007
    24
    2
    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

    Dec 30, 2010
    762
    556
    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

    Sep 1, 2011
    196
    17
    10
    Deleting \spp\store\2.0\token.bat won't remove the retail/grace licenses?
     
  9. palikuca

    palikuca MDL Member

    Oct 23, 2017
    122
    33
    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

    Feb 19, 2011
    17,192
    90,678
    340
    Yes, but it will remove Windows licenses and activation too
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,192
    90,678
    340
  12. How it is possible to have same hashes when they literally have different file extension? :confused:
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,192
    90,678
    340
    File extension is just part of file name, it can be anything
    it's like .bat or .cmd
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,192
    90,678
    340
    Check About page in Office program

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

    mechanicweb MDL Member

    Sep 1, 2011
    196
    17
    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 ?
     
  16. palikuca

    palikuca MDL Member

    Oct 23, 2017
    122
    33
    10
  17. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    688
    1,131
    30
    Check About page in Office program and not problem:
     

    Attached Files:

  18. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    819
    521
    30
  19. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    688
    1,131
    30