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

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

  1. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    Using original package from mdl
    No error.. unless some files were modified/added/removed
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. JTS-OB1

    JTS-OB1 MDL Novice

    Mar 27, 2023
    1
    0
    0
    In a situation were I have Office365 via work installed, but no Visio Pro.... can I use downloaded Visio Pro 2019/2021 and install or convert and then activate along side my legit copy?

    Or will it convert my office365 to volume versions and not work?
     
  3. ssjkakaroto

    ssjkakaroto MDL Junior Member

    Mar 3, 2011
    84
    39
    0
    Hi, can YAOCTRU be used to download Office 2013 (15.xxx) C2R?
     
  4. DimaParis

    DimaParis MDL Novice

    Mar 25, 2023
    1
    0
    0
    Hello, please tell me how to download Office 2016 Standard Volume FR x64
     
  5. yoloboy2001

    yoloboy2001 MDL Novice

    Feb 27, 2023
    41
    37
    0
    What version of Office 365 is the last one to work on Windows 7 with Office C2R Extender @abbodi1406 ?

    On Windows 8.1, v2301 was the last but 2401 is working very good. The only program that stopped working is OneNote since v2312
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    I don't use any to know
     
  7. Shaun_Sidey

    Shaun_Sidey MDL Novice

    Jun 8, 2020
    2
    0
    0

    hey man! I cant get past the KMS activation it keeps saying "windows cant find... C:user/the " etc... and then it stops working... any ideas?
     
  8. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    3,282
    4,445
    120
    #5131 Sajjo, Jan 27, 2024
    Last edited: Mar 31, 2024
    *
     
  9. RobertX

    RobertX MDL Senior Member

    Dec 6, 2014
    331
    38
    10
    #5132 RobertX, Jan 28, 2024
    Last edited: Jan 28, 2024
    I am confronted by a list of three choices:
    1. Install Now
    2. Create setup configuration (Normal Install)
    3. Create setup configuration (Auto Install)

    What's #2 and #3?
     
  10. migascalp

    migascalp MDL Addicted

    Sep 18, 2009
    557
    940
    30
    1. Install Now
    start normal installation now with the selected options (Config ini will be created too)

    2. Create setup configuration (Normal Install)
    create Config ini file, to be used later with Installer.cmd

    3. Create setup configuration (Auto Install)
    create Config ini file with the unattended option, which allow Installer.cmd to start the installation immediately
    ;)
     
  11. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    #5134 Dark Vador, Feb 10, 2024
    Last edited: Feb 27, 2024
    Update to v4.0
    fix local install script, with multi-version
    and change it to always replace files
    (stop service, replace file, etc etc)

    local script can be easily run from Terminal / ISE
    or even by just copying \ paste the file to a local folder
    left click, Run (depending on execution policy)

    online can run from terminal / ise
    from every place

    how does it work?

    like ODT, with steroid
    it extracts minimal necessary files for setup
    and runs setup with direct command
    no XML, no ODT. (like yacturi/o)
    it gains a product list, from the XML file

    Usage.

    Office_Offline_Install [LOCA LPATH]
    Office_Offline_Install "Path"

    Office_Online_Install
    Office_Online_Install "Channel"

    Online script

    upload_2024-2-10_16-47-52.png

    upload_2024-2-10_16-48-3.png

    upload_2024-2-10_16-48-18.png
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
  13. NickH

    NickH MDL Novice

    Jan 24, 2010
    36
    5
    0
    I doubt this is the right place to ask, but I have 10 Office Professional Plus 2019 licenses dating back to 2019. I am trying to install a new copy of Office 2019, but every time it asks me to log onto my M$ account and says I have no licences associated with it. The original account which purchased the licenses is no longer available. 18 months ago I managed to get prompted for a licence key that I could input and it worked. I cannot remember how I did that. Is there any way of command line activating Office with one of the valid licenses? Last time I did it I seem to remember downloading a customised version of Office I created on a M$ site.
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    #5138 abbodi1406, Feb 16, 2024
    Last edited: Feb 17, 2024
    Open command prompt as administrator and execute one by one:
    Code:
    wmic path SoftwareLicensingService where __CLASS='SoftwareLicensingService' call InstallProductKey ProductKey="here"
    
    wmic path SoftwareLicensingService where __CLASS='SoftwareLicensingService' call RefreshLicenseStatus
    replace here with your key (keep the quotes marks)

    then to activate:
    Code:
    wmic path SoftwareLicensingProduct where "ApplicationID='0ff1ce15-a989-479d-af46-f275c6370663' AND PartialProductKey<>null" call Activate
     
  15. NickH

    NickH MDL Novice

    Jan 24, 2010
    36
    5
    0
    Brilliant. It looks like it worked, thanks.