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

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    did you run as administrator?
    maybe your system is corrupt
     
  2. alzcoew397

    alzcoew397 MDL Senior Member

    Oct 6, 2018
    493
    245
    10
    Yes i run as administrator the thing is what can i do can i reinstall this service?
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Repair Office, or remove and reinstall
     
  4. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    516
    350
    30
    This is what I get in pretty ok install, is everything right?
    Code:
    ERROR:
    Description = Not found
    
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Are you on Win 7?
     
  6. If the office is not installed on windows 7
    or
    office 2010 is not installed on windows 8,1/10
    then it's okay.
     
  7. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    516
    350
    30
    Office 365 on Win10
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    OfficeSoftwareProtectionService is only for any Office on Win7, or Office 2010 on Win 8/10

    that does not include Office 2007, i never used or know how it works
     
  9. alzcoew397

    alzcoew397 MDL Senior Member

    Oct 6, 2018
    493
    245
    10
    i totally uninstalled office c2r 365 and reinstall it throurght YAOCTRIR still getting the same error OfficeSoftwareProtectionService WMI
    when it comes to convert from retail to volume with the convertor.
     
  10. tigercheng

    tigercheng MDL Member

    May 4, 2015
    146
    185
    10
    Did you use OfficeScrubber to remove your office?

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

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    @alzcoew397

    is win7 os updated? you need the UCRT update at least
     
  12. Install [Repack] Visual C++ Redistributable Runtimes for a quick fix and UCRT update.
     
  13. alzcoew397

    alzcoew397 MDL Senior Member

    Oct 6, 2018
    493
    245
    10
    nothing guys still the same. this is the debug log from the C2R-R2V-AIO

    >color 1F

    >title Office Click-to-Run Retail-to-Volume v12 AIO

    >for /F "tokens=6 delims=[]. " %# in ('ver') do set winbuild=%#

    >set winbuild=7601

    >set "_SLMGR=C:\Windows\System32\slmgr.vbs"

    >set "_oApp=0ff1ce15-a989-479d-af46-f275c6370663"

    >if 1 EQU 0 (set "_cscript=cscript //Nologo //B" ) else (set "_cscript=cscript //Nologo" )

    >echo ============================================================
    ============================================================

    >echo Running C2R-R2V v12 AIO
    Running C2R-R2V v12 AIO

    >echo ============================================================
    ============================================================

    >if 7601 LSS 7601 (
    set "msg=Windows 7 SP1 is the minimum supported OS..."
    goto :TheEnd
    )

    >sc query ClickToRunSvc

    SERVICE_NAME: ClickToRunSvc
    TYPE : 10 WIN32_OWN_PROCESS
    STATE : 4 RUNNING
    (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
    WIN32_EXIT_CODE : 0 (0x0)
    SERVICE_EXIT_CODE : 0 (0x0)
    CHECKPOINT : 0x0
    WAIT_HINT : 0x0

    >set error1=0

    >sc query OfficeSvc
    [SC] EnumQueryServicesStatus:OpenService ΑΠΕΤΥΧΕ 1060:

    Η καθορισμένη υπηρεσία δεν υπάρχει ως εγκατεστημένη υπηρεσία.


    >set error2=1060

    >if 0 EQU 1060 if 1060 EQU 1060 (
    set "msg=Could not detect Office ClickToRun service..."
    goto :TheEnd
    )

    >set _Office16=0

    >for /F "skip=2 tokens=2*" %a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun /v InstallPath" ') do if exist "%b\root\Licenses16\ProPlus*.xrm-ms" (set _Office16=1 )

    >if exist "C:\Program Files (x86)\Microsoft Office\root\Licenses16\ProPlus*.xrm-ms" (set _Office16=1 )

    >set _Office15=0

    >for /F "skip=2 tokens=2*" %a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\15.0\ClickToRun /v InstallPath" ') do if exist "%b\root\Licenses\ProPlus*.xrm-ms" (set _Office15=1 )
    ΣΦΑΛΜΑ: Δεν ήταν δυνατή η εύρεση του καθορισμένου κλειδιού μητρώου ή τιμής από το σύστημα.

    >if 1 EQU 0 if 0 EQU 0 (
    set "msg=No installed Office 2013/2016/2019 product detected..."
    goto :TheEnd
    )

    >if 1 EQU 0 goto :Reg15istry

    >set "_InstallRoot="

    >set "_ProductIds="

    >for /F "skip=2 tokens=2*" %a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun /v InstallPath" ') do if not errorlevel 1 (set "_InstallRoot=%b\root" )

    >if not errorlevel 1 (set "_InstallRoot=C:\Program Files (x86)\Microsoft Office\root" )

    >if not "C:\Program Files (x86)\Microsoft Office\root" == "" (
    for /F "skip=2 tokens=2*" %a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun /v PackageGUID" ') do if not errorlevel 1 (set "_GUID=%b" )
    for /F "skip=2 tokens=2*" %a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v ProductReleaseIds" ') do if not errorlevel 1 (set "_ProductIds=%b" )
    set "_Config=HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration"
    set "_PRIDs=HKLM\SOFTWARE\Microsoft\Office\ClickToRun\ProductReleaseIDs"
    )

    >if not errorlevel 1 (set "_GUID=9AC08E99-230B-47e8-9721-4577B7F124EA" )

    >if not errorlevel 1 (set "_ProductIds=O365EduCloudRetail" )

    >set "_LicensesPath=C:\Program Files (x86)\Microsoft Office\root\Licenses16"

    >set "_Integrator=C:\Program Files (x86)\Microsoft Office\root\integration\integrator.exe"

    >for /F "skip=2 tokens=2*" %a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun\ProductReleaseIDs /v ActiveConfiguration" ') do set "_PRIDs=HKLM\SOFTWARE\Microsoft\Office\ClickToRun\ProductReleaseIDs\%b"

    >set "_PRIDs=HKLM\SOFTWARE\Microsoft\Office\ClickToRun\ProductReleaseIDs\E5D6A900-B22F-40FF-A0BC-6939478EA17C"

    >if "O365EduCloudRetail" == "" (
    set "msg=Could not detect Office 2016/2019 ProductIDs..."
    if 0 EQU 0 (goto :TheEnd ) else (goto :Reg15istry )
    )

    >if not exist "C:\Program Files (x86)\Microsoft Office\root\Licenses16\ProPlus*.xrm-ms" (
    set "msg=Could not detect Office 2016/2019 Licenses files..."
    if 0 EQU 0 (goto :TheEnd ) else (goto :Reg15istry )
    )

    >if not exist "C:\Program Files (x86)\Microsoft Office\root\integration\integrator.exe" (
    set "msg=Could not detect Office 2016/2019 Licenses Integrator..."
    if 0 EQU 0 (goto :TheEnd ) else (goto :Reg15istry )
    )

    >if 7601 GEQ 10240 set _O365asO2019=0

    >if exist "C:\Program Files (x86)\Microsoft Office\root\Licenses16\Word2019VL_KMS_Client_AE*.xrm-ms" (set "_tag=2019" & set "_ons= 2019" ) else (set "_tag=" & set "_ons= 2016" )

    >if 0 EQU 0 goto :CheckC2R

    >set _OMSI=0

    >if 1 EQU 0 (
    for /F "skip=2 tokens=2*" %a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\16.0\Common\InstallRoot /v Path" ') do if exist "%b\OSPP.VBS" set _OMSI=1
    for /F "skip=2 tokens=2*" %a in ('"reg query HKLM\SOFTWARE\Wow6432Node\Microsoft\Office\16.0\Common\InstallRoot /v Path" ') do if exist "%b\OSPP.VBS" set _OMSI=1
    )

    >if 0 EQU 0 (
    for /F "skip=2 tokens=2*" %a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\15.0\Common\InstallRoot /v Path" ') do if exist "%b\OSPP.VBS" set _OMSI=1
    for /F "skip=2 tokens=2*" %a in ('"reg query HKLM\SOFTWARE\Wow6432Node\Microsoft\Office\15.0\Common\InstallRoot /v Path" ') do if exist "%b\OSPP.VBS" set _OMSI=1
    )
    ΣΦΑΛΜΑ: Δεν ήταν δυνατή η εύρεση του καθορισμένου κλειδιού μητρώου ή τιμής από το σύστημα.
    ΣΦΑΛΜΑ: Δεν ήταν δυνατή η εύρεση του καθορισμένου κλειδιού μητρώου ή τιμής από το σύστημα.

    >if 7601 GEQ 9200 (
    set _spp=SoftwareLicensingProduct
    set _sps=SoftwareLicensingService
    set "_vbsi=C:\Windows\System32\slmgr.vbs /ilc "
    ) else (
    set _spp=OfficeSoftwareProtectionProduct
    set _sps=OfficeSoftwareProtectionService
    set _vbsi="!_OSPP15VBS!" /inslic:
    )

    >set "_wmi="

    >for /F "tokens=2 delims==" %# in ('"wmic path OfficeSoftwareProtectionService get version /value" ') do if not errorlevel 1 set "_wmi=%#"
    Node - DELL

    ERROR:

    Description = Δεν επιτρέπεται η πρόσβαση.


    >if not defined _wmi (
    set "msg=Could not execute OfficeSoftwareProtectionService WMI..."
    goto :TheEnd
    )

    >if exist "C:\Windows\Temp\crv*.txt" del /f /q "C:\Windows\Temp\crv*.txt"

    >echo.


    >echo ============================================================
    ============================================================

    >echo Could not execute OfficeSoftwareProtectionService WMI...
    Could not execute OfficeSoftwareProtectionService WMI...

    >echo ============================================================
    ============================================================

    >echo.


    >echo Press any key to exit...
    Press any key to exit...

    >if 1 EQU 1 goto :eof
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    @alzcoew397

    can you check if osppsvc is working in task manager?

    does this command work?
    Code:
    cscript /nologo "C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS" /dstatus
     
  15. ommadawn_1975

    ommadawn_1975 MDL Novice

    Feb 23, 2020
    1
    0
    0

    When I started OfficeRTool.cmd from totalcmd had the same situation. Try to start it from admin cmd window...
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    YAOCTRU v5.0

    - replaced "Perpetual2019 VL [Targeted]" with the new channel "Monthly Enterprise" (the first one is not updated since October 2019 and probably discontinued)

    - the script will now generate simple configuration xml (per lang and architecture) for installing proofing tools
    it might not very ideal, but should be enough for now
     
  17. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,004
    60
    A new OfficeRTool version (2020/February/25) was released today

    - Bugfix: Version check/announcement now shows latest build# correct on Insider and Dogfood distribution channels
    -> Thanks to Marcus Corbacho for reporting. Basics were already mentioned by abbodi1406 but somehow slipped my mind.

    - Replaced/added: Latest ODT setup.exe (file dated: 2020 January 07).


    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...
  18. qwesta

    qwesta MDL Senior Member

    Jul 22, 2011
    402
    213
    10
    @abbodi1406
    After this tool has downloaded the files, how do I use them to install, there is no setup in the folder?
    Thank you
     
  19. Marcus Corbacho

    Marcus Corbacho MDL Novice

    Mar 9, 2014
    21
    7
    0
    Today You made someone happy again, Excelent news... :)
     
  20. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    YAOCTRI is the setup/config tool.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...