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

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

  1. AngryBird

    AngryBird MDL Novice

    Aug 16, 2012
    21
    2
    0
    What is the different between this activator and the Office C2r and C2R lite available on the internet?
     
  2. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    @AngryBird :
    If the tools do their job -> activate the product, the only difference is user's personal liking.
    But personal liking is unobjective and mostly philosophic. So nothing to discuss here.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. FotisT

    FotisT MDL Novice

    Oct 3, 2013
    9
    3
    0
    Hey i've used OfficeRTool recently (21 March 2020 version). I dont know if it is a bug or not, but i came up with a problem. Let's say i want to install only Visio 2019. If i select option 7 (Visio 2019 / Project 2019) i will achieve my goal. Now if i select the option 0 (Single apps install) the program asks me which apps i want to install. i pressed 0=2019 and then 0 for every app. When it reaches Visio it asks me about Visio 2016 instead of Visio 2019. I've made some changes to cmd file but i dont know if it is ok. Thank you for this awesome program!!


    ::===============================================================================================================
    :SingleApps2016Install
    echo:
    set /p wd16install=Set Word 2016 Single App Install (1/0) ^>
    if /I "%wd16install%" EQU "X" goto:Office16VnextInstall
    set /p ex16install=Set Excel 2016 Single App Install (1/0) ^>
    if /I "%ex16install%" EQU "X" goto:Office16VnextInstall
    set /p pp16install=Set Powerpoint 2016 Single App Install (1/0) ^>
    if /I "%pp16install%" EQU "X" goto:Office16VnextInstall
    set /p ac16install=Set Access 2016 Single App Install (1/0) ^>
    if /I "%ac16install%" EQU "X" goto:Office16VnextInstall
    set /p ol16install=Set Outlook 2016 Single App Install (1/0) ^>
    if /I "%ol16install%" EQU "X" goto:Office16VnextInstall
    set /p pb16install=Set Publisher 2016 Single App Install (1/0) ^>
    if /I "%pb16install%" EQU "X" goto:Office16VnextInstall
    set /p on16install=Set OneNote 2016 Single App Install (1/0) ^>
    if /I "%on16install%" EQU "X" goto:Office16VnextInstall
    set /p sk16install=Set Skype For Business 2016 Single App Install (1/0) ^>
    if /I "%sk16install%" EQU "X" goto:Office16VnextInstall
    goto:InstallProVis (i think here it should be goto:InstVi16Pr16)
    :SingleApps2019Install
    echo:
    set /p wd19install=Set Word 2019 Single App Install (1/0) ^>
    if /I "%wd19install%" EQU "X" goto:Office16VnextInstall
    set /p ex19install=Set Excel 2019 Single App Install (1/0) ^>
    if /I "%ex19install%" EQU "X" goto:Office16VnextInstall
    set /p pp19install=Set Powerpoint 2019 Single App Install (1/0) ^>
    if /I "%pp19install%" EQU "X" goto:Office16VnextInstall
    set /p ac19install=Set Access 2019 Single App Install (1/0) ^>
    if /I "%ac19install%" EQU "X" goto:Office16VnextInstall
    set /p ol19install=Set Outlook 2019 Single App Install (1/0) ^>
    if /I "%ol19install%" EQU "X" goto:Office16VnextInstall
    set /p pb19install=Set Publisher 2019 Single App Install (1/0) ^>
    if /I "%pb19install%" EQU "X" goto:Office16VnextInstall
    set /p sk19install=Set Skype For Business 2019 Single App Install (1/0) ^>
    if /I "%sk19install%" EQU "X" goto:Office16VnextInstall
    goto:InstallProVis (i think here it should be goto:InstVi19Pr19)
    ::===============================================================================================================
    :InstallProVis
    echo ____________________________________________________________________________
    if "%of19install%" EQU "1" goto:InstVi19Pr19
    if "%wd19install%" EQU "1" goto:InstVi19Pr19
    if "%ex19install%" EQU "1" goto:InstVi19Pr19
    if "%pp19install%" EQU "1" goto:InstVi19Pr19 (if every app 2019 is zero then it doesn't enter )
    if "%ac19install%" EQU "1" goto:InstVi19Pr19 ( :InstVi19Pr19 so maybe we can delete)
    if "%ol19install%" EQU "1" goto:InstVi19Pr19 ( :InstallProVis? )
    if "%pb19install%" EQU "1" goto:InstVi19Pr19
    if "%sk19install%" EQU "1" goto:InstVi19Pr19
    :InstVi16Pr16
    echo:
    set /p vi16install=Set Visio 2016 Install (1/0) ^>
    set /p pr16install=Set Project 2016 Install (1/0) ^>
    goto:InstViPrEnd
    :InstVi19Pr19
    echo:
    if "%distribchannel%" EQU "Current" set /p vi19install=Set Visio 2019 Install (1/0) ^>
    if "%distribchannel%" EQU "InsiderFast" set /p vi19install=Set Visio 2019 Install (1/0) ^>
    if "%distribchannel%" EQU "FirstReleaseCurrent" set /p vi19install=Set Visio 2019 Install (1/0) ^>
    if "%distribchannel%" EQU "ManualOverride" set /p vi19install=Set Visio 2019 Install (1/0) ^>
    if "%distribchannel%" EQU "DogfoodDevMain" set /p vi19install=Set Visio 2019 Install (1/0) ^>
    ::===============================================================================================================
    if "%distribchannel%" EQU "Current" set /p pr19install=Set Project 2019 Install (1/0) ^>
    if "%distribchannel%" EQU "InsiderFast" set /p pr19install=Set Project 2019 Install (1/0) ^>
    if "%distribchannel%" EQU "FirstReleaseCurrent" set /p pr19install=Set Project 2019 Install (1/0) ^>
    if "%distribchannel%" EQU "ManualOverride" set /p pr19install=Set Project 2019 Install (1/0) ^>
    if "%distribchannel%" EQU "DogfoodDevMain" set /p pr19install=Set Project 2019 Install (1/0) ^>
    ::===============================================================================================================
     
  4. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    Thanks for letting me know. I will check this code section.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
    #3845 crashnburn, Mar 30, 2020
    Last edited: Mar 30, 2020
    I already have VL ISO based 2010 & 2013 installed side by side - Keeping Outlook 2010 intact.
    https://forums.mydigitallife.net/th...me-win-8-1-for-comparison.81367/#post-1586706

    As pointed out by Abboudi on the above thread only way to install 2016 & 2019 both side by side with previous VL 10/ 13 is the next have to be both C2R.

    Now also since this is Win 8.1 I am seeing OfficeRTool being mentioned.

    I just started playing with it and did the first step of DOWNLOAD offline installer.
    Next step is to install single apps or install full suite..

    Is it possible to install O 2016 minus Outlook? And then O 2019 minus Outlook? Make Outlook the exception "while keeping previous all intact"
    All via OfficeRTool?

    Would that work? Or is there a better way or Tool?

    Given that there are so many tools for this.. which is the ONE for me.

    @abbodi1406 (Thoughts - Also see next post)
     
  6. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
    #3846 crashnburn, Mar 30, 2020
    Last edited: Mar 30, 2020
    So I installed Office 2016 C2R minus Outlook via Office RTool.

    I figured next step was repeat for Office 2019 C2R Minus Outlook.

    Once I select Install Now (the last 1/0) (followed same steps for 2019 as for 2016)

    Office Wizard screen shows me that it wont install on Windows 8.1

    I thought Office Rtool would work around it .. what needs to be done?

    @ratzlefatz

     
  7. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
  8. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
    So tried with
    OfficeRTool - Did not initiate

    Tried with
    YAOCTRI - Starts but does not finish and gives this Error

    Which Tool & Menu option Steps - do you recommend I use for installing side by side C2R on Win 8.1:
    - O 2016
    - O 2019

    And what steps or tuning if ANY to be done before, after, between both?

    What am I missing as I followed Guides in both.

    I don't mind uninstalling BOTH and starting fresh - (Add in a Cleaner or Cleanup if you'd like)

    But no point repeating same if cant figure out what I am missing.

    Screenshot_1.png
     
  9. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,255
    3,455
    60
    https://forums.mydigitallife.net/th...osoft-office-2019.75232/page-145#post-1587209
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. aquarius84

    aquarius84 MDL Member

    Oct 3, 2012
    202
    61
    10
    I use the YAOCTRU to download the latest Office installation files
    And I have my XML configuration file previously used

    All is good and working, but when I download latest office installation files there are NOT setup or executable files inside, i need to use the "old" ones I have.
    So i want to ask, where I can download the latest "Setup.exe" for Office 2019 ? (if there)
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    For YAOCTRU downloaded files you can use YAOCTRI for configuration and installation.
     
  12. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    A new OfficeRTool version (2020/March/30) was released today

    - Bugfix: Now the check for new Office builds at startup shows correct build (thanks to @Marcus Corbacho )
    - Bugfix: Changed code for Visio 2016/2019 and Project 2016/2019 install selection (thanks to @FotisT )
    - Replaced/added: latest KMS activation module VLMCSD 1113 dated 2020/03/28 from @Hotbird64

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

    Download-links, checksums and archive extracting password in OP were updated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. rMutt

    rMutt MDL Novice

    Mar 23, 2009
    6
    1
    0
    Hello,
    I've got a problem that has me pulling my hair out.
    I've had 2016 pro plus installed for a while activated and all was well. For some reason, it got deactivated. I tried running a c2r activation again, but I keep getting this error - ERROR CODE: 0x80070002. Some googling shows that this error has something to do with windows update (which has been working fine for me afaik).
    Downloading newer c2r tools didn't solve the issue. Removing office and reinstalling it didn't change anything either.
    Downloaded the latest OfficeRTool (from post #3852) went through office installation again, but when activation time comes around i get - "Activation failed".

    Any ideas? I don't know what to do anymore. My next logical move is reformat my C drive and reinstall windows, but a) I'd like to avoid that and b) I'm starting to think that won't help either.
    Thanks!
     
  14. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,255
    3,455
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. rMutt

    rMutt MDL Novice

    Mar 23, 2009
    6
    1
    0
    Oh man, Thanks so much! KMS_VL_ALL to the rescue!
    Thanks for the quick and super helpful response!
    If only real, for-profit companies had this level of support :D
     
  16. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
    Which all of the above steps did your situation require?
     
  17. rMutt

    rMutt MDL Novice

    Mar 23, 2009
    6
    1
    0
    Well, KMS_VL_ALL just worked. I'm not sure how, since OfficeRTool and various others didn't, but it just worked.
     
  18. quywz

    quywz MDL Member

    Jun 30, 2017
    118
    7
    10
  19. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...