[HOW-TO/SUPPORT/CHAT] OFFICE C2R Download/Install/Activation

Discussion in 'Microsoft Office' started by s1ave77, Jul 19, 2015.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,069
    Likes Received:
    55,429
    Trophy Points:
    340
    The result was as expected

    on Win 7
    Code:
    ChannelCompute::GetExistingChannel {"ContextData": "{\"message\":\"Either no installed skus or no existing version\"}"}  
    ChannelCompute::GetIncomingChannel {"ContextData": "Valid incoming source channel and source channel type: InsiderFast."}  
    CabManager::DetermineCabName: Type:0, Platform:x86, Version:, Culture: -> v32.cab  
    TryGetVersionDescriptor::HandleStateAction: Getting Cab: v32.cab  
    Descriptor::Load: Reading Available value from descriptor: 16.0.12307.20000  
    Descriptor::Load: Prereq Node exists. Being parsing it.  
    VersionDescriptor::GetLatestOfficeVersionForOsVersion {"ContextData": "{\"message\":\"Has AvailableBuilds to parse.\"}"}  
    OsRestrictionType::GetLatestVersionForOsVersion {"ContextData": "{\"message\":\"Returning version for Windows OS restriction\",\"os\":\"7\"}"}  
    TryGetVersionDescriptor::HandleStateAction {"ContextData": "Determined version to install {'VersionToInstall':'16.0.12312.20002'}"}  
    CabManager::DetermineCabName: Type:1, Platform:x86, Version:16.0.12312.20002, Culture:x-none -> i320.cab  
    
    on Win 10
    Code:
    ChannelCompute::GetExistingChannel {"ContextData": "{\"message\":\"Either no installed skus or no existing version\"}"}  
    ChannelCompute::GetIncomingChannel {"ContextData": "Valid incoming source channel and source channel type: InsiderFast."}  
    CabManager::DetermineCabName: Type:0, Platform:x86, Version:, Culture: -> v32.cab  
    TryGetVersionDescriptor::HandleStateAction: Getting Cab: v32.cab  
    Descriptor::Load: Reading Available value from descriptor: 16.0.12307.20000  
    Descriptor::Load: Prereq Node exists. Being parsing it.  
    VersionDescriptor::GetLatestOfficeVersionForOsVersion {"ContextData": "{\"message\":\"Has AvailableBuilds to parse.\"}"}  
    OsRestrictionType::GetLatestVersionForOsVersion {"ContextData": "{\"message\":\"No OS restriction, returning default version value.\"}"}  
    TryGetVersionDescriptor::HandleStateAction {"ContextData": "Determined version to install {'VersionToInstall':'16.0.12307.20000'}"}  
    CabManager::DetermineCabName: Type:1, Platform:x86, Version:16.0.12307.20000, Culture:x-none -> i320.cab  
    

    meaning, InsiderFast build 12307.20000 will not install on Win 7, it's redirected to build 12312.20002

    build 12312.20002 on the other hand, can be installed on any supported Windows

    Dogfood DevMain build 12325.20012 has a slightly different behavior
    Win 7 is redirected to lower build 12323.20000, which in return redirected to build 12322.20000

    unfortunately, this new restriction is also in OfficeClickToRun.exe, not just ODT setup.exe



    Another change

    since this November, Office C2R builds (all channels) have switched from dual signed SHA1/SHA2 to SHA2 only
    an extra security catalog file is now needed for all stream*.dat files, with the same name
    Code:
    stream.x86.en-US.dat.cat
    stream.x86.x-none.dat.cat
    stream.x64.en-US.dat.cat
    stream.x64.x-none.dat.cat
    
    YAOCTRU_Generator.cmd will need an update to accompany those changes
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,069
    Likes Received:
    55,429
    Trophy Points:
    340
    New channels CDNs, not working yet
    Code:
    0002C1BA-B76B-4AF9-B1EE-AE2AD587371F | Insiders::MEC   | MonthlyEnterprisePreview
    55336B82-A18D-4DD6-B5F6-9E5095C314A6 | Production::MEC | MonthlyEnterprise
     
  3. Krakatoa

    Krakatoa MDL Addicted

    Joined:
    Feb 22, 2011
    Messages:
    563
    Likes Received:
    893
    Trophy Points:
    30
    I'll add it wotok autoit tomorrow.
     
  4. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Joined:
    Sep 1, 2012
    Messages:
    1,352
    Likes Received:
    4,806
    Trophy Points:
    60
    A new OfficeRTool version (2019/November/28) was released today

    - Added: Download of SHA2 security catalog files (thanks to abbodi1406 for notifying)
    - Added: New distribution channels MonthlyEnterprise/Preview to manual download (thanks to abbodi1406 for notifying)
    - Replaced/added: Latest ODT setup.exe (dated: 2019 October 25).


    No other changes were made, no new features were added.

    Download-links and checksums in OP were updated.
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,069
    Likes Received:
    55,429
    Trophy Points:
    340
    Probably not required currently, but the C2R client cab files also have associated .cat files, maybe it's best to add them too
    Code:
    i320.cab.cat
    i640.cab.cat
    only these two files, the other cab files don't have cat files
     
  6. maxama123

    maxama123 MDL Senior Member

    Joined:
    Oct 22, 2009
    Messages:
    348
    Likes Received:
    110
    Trophy Points:
    10
    Can't download OfficeRTool as Both links are dead sloooow and they've stopped. :Flush::tumbleweed:
     
  7. Skunk1966

    Skunk1966 MDL Member

    Joined:
    Jul 15, 2011
    Messages:
    112
    Likes Received:
    102
    Trophy Points:
    10
    I just downloaded from cloud.mail.ru link without any problem. File was instantly downloaded which took less than a second
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,069
    Likes Received:
    55,429
    Trophy Points:
    340
    YAOCTRU v4.0

    - Added support to generate .cat files links

    - Added support to check if the channel offer a different build for Windows 7
    in that case, the script will prompt to choose one of the two builds

    - Removed AllBuilds option, as it's not very convenient

    - Optimized and shortened code
     
  9. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,209
    Likes Received:
    7,533
    Trophy Points:
    210
    thank you very much again great Master :)
     
  10. tavrez

    tavrez MDL Senior Member

    Joined:
    Sep 28, 2015
    Messages:
    423
    Likes Received:
    287
    Trophy Points:
    10
    #3690 tavrez, Nov 28, 2019
    Last edited: Nov 28, 2019
    minor bug: .cab.cat wont moved with arrange script
     
  11. Krakatoa

    Krakatoa MDL Addicted

    Joined:
    Feb 22, 2011
    Messages:
    563
    Likes Received:
    893
    Trophy Points:
    30
    Wotok autoit
    changelog v2019.11.28.01
    - Added cat files download in "Only Download" in Wotok online (thanks to abbodi1406 for notifying)
    (Wotok offline does not need to be updated, Wotok offline 2019.08.06.01 is up to date)

    Wotok cmd
    changelog v2019.11.28.01
    - Added cat files download in "Office - Download" (thanks to abbodi1406 for notifying)
     
  12. tavrez

    tavrez MDL Senior Member

    Joined:
    Sep 28, 2015
    Messages:
    423
    Likes Received:
    287
    Trophy Points:
    10
    Question, What files are inside i64%lang%.cab and s64%lang%.cab? I want to download files for a partial language, it doesn't have i64 one but it has s64
     
  13. maxama123

    maxama123 MDL Senior Member

    Joined:
    Oct 22, 2009
    Messages:
    348
    Likes Received:
    110
    Trophy Points:
    10
    Links working now.
     
  14. T15K6

    T15K6 MDL Junior Member

    Joined:
    Mar 16, 2019
    Messages:
    68
    Likes Received:
    0
    Trophy Points:
    0
  15. tavrez

    tavrez MDL Senior Member

    Joined:
    Sep 28, 2015
    Messages:
    423
    Likes Received:
    287
    Trophy Points:
    10
    Links that site give you are from MS site
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,069
    Likes Received:
    55,429
    Trophy Points:
    340
  17. badbob001

    badbob001 MDL Novice

    Joined:
    Sep 16, 2018
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    So after using OfficeRTool, do I have to manually run it again after 180 days to reactivate office? If yes, then can I create a scheduled task and trigger something in OfficeRTool to automatically renew the activation every 5-6 months?
     
  18. ssjkakaroto

    ssjkakaroto MDL Novice

    Joined:
    Mar 3, 2011
    Messages:
    34
    Likes Received:
    6
    Trophy Points:
    0
    Hi, OfficeRTool is able to install Word/Excel/etc 2016 as single apps. Is there any way to do the same with Office 2013?
     
  19. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Joined:
    Sep 1, 2012
    Messages:
    1,352
    Likes Received:
    4,806
    Trophy Points:
    60
    Sorry, not possible as there is no "auto-renewal"-functionality available in OfficeRTool.
    If you need a scheduled "auto-renewal" then use KMS_VL_ALL.
     
  20. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Joined:
    Sep 1, 2012
    Messages:
    1,352
    Likes Received:
    4,806
    Trophy Points:
    60