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

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

  1. fkar

    fkar MDL Recognized Advisor

    Nov 3, 2012
    1,591
    1,412
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    478
    154
    10
    what is the difference? why is this click2run is crap? it installs way faster than msi setup files. i want to use it for deployment.
     
  3. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    #383 ratzlefatz, Sep 5, 2015
    Last edited: Sep 5, 2015
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. HannHenne

    HannHenne MDL Novice

    Oct 25, 2012
    7
    1
    0
    Is there a way to be able to set the installation path during the installation?
     
  5. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    #385 ratzlefatz, Sep 6, 2015
    Last edited: Sep 6, 2015
    No, sorry. Setup-Path "C:\Program Files\Microsoft Office" // "C:\Program Files (x86)\Microsoft Office"
    seems to be fixed by MS in Click2Run-versions.

    I didn't find a way or config-variable to change this, so we have to live with it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. eirearmenia

    eirearmenia MDL Junior Member

    Aug 16, 2010
    53
    3
    0
    Hello There,

    Can not open archives O2016RTool, KMS_VL_ALL_6.6

    password: s1ave77 is not match



    Thanks
     
  7. D' Eradicated

    D' Eradicated MDL Novice

    Feb 16, 2014
    17
    1
    0
    The password is 2015.
     
  8. Kenzeira

    Kenzeira MDL Junior Member

    Sep 12, 2012
    61
    13
    0
    Can't figure out what's wrong. i did download of the O2016RTool twice

    error1.jpg error2.jpg

    I've tryed change the string to the new one (final 23) too
     
  9. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    #389 ratzlefatz, Sep 8, 2015
    Last edited by a moderator: Apr 20, 2017
    It's the last ending backslash -- in D:\Downloads\Office 2016 TP\ <-- this one!

    Just tested here. Downloading .1021 and newest .1023 using language pt-BR and
    setting path to
    Code:
    D:\Downloads\Office 2016 TP\
    gives the error.

    Omit the last backslash like shown
    Code:
    D:\Downloads\Office 2016 TP
    and it will work.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. GOD666

    GOD666 MDL Expert

    Aug 1, 2015
    1,957
    2,059
    60
    O2016RTool only gives me a black screen with a flashing cursor. I even ran it as admin. I disabled my anti-virus too.
     

    Attached Files:

  11. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    #391 ratzlefatz, Sep 10, 2015
    Last edited by a moderator: Apr 20, 2017
    Does the foldername you saved it in, contain special characters like brackets () or "umlauts" ?
    If yes, please change foldername to have only characters or numbers (spaces are ok, too).

    It's a restriction of the used powershell routine. It will be changed back to VB.script.

    If that's not the case then edit O2016RTool.cmd and comment out / add REM to lines 5 and 6:
    Code:
    REM set "o2016rtoolpath=%~dp0"
    REM (NET FILE||(powershell start-process -WorkingDirectory '%o2016rtoolpath%' -FilePath '%0' -verb runas)&&(exit /B)) >NUL 2>&1
    
    and start script with admin-rights / rightclick run as administrator.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Blueingreen

    Blueingreen MDL Junior Member

    Mar 18, 2015
    74
    46
    10
    #392 Blueingreen, Sep 10, 2015
    Last edited by a moderator: Apr 20, 2017
    The same happens on my test machines (7 Ult. & 10 Ent.) both with UAC disabled via Group Policy, no Defender, no 3rd-party AV. Removing this line from script gets everything back to work:

    Code:
    (NET FILE||(powershell start-process -WorkingDirectory ‘%o2016rtoolpath%’ -FilePath ‘%0’ -verb runas)&&(exit /B)) >NUL 2>&1
     
  13. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    #393 ratzlefatz, Sep 10, 2015
    Last edited: Sep 11, 2015
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. 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...
  15. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    #395 ratzlefatz, Sep 11, 2015
    Last edited: Sep 11, 2015
    New Office 2016 Version: 16.0.4229.1024

    Release date: September, 11

    To get, either start Update from within Office or use VNEXT download from O2016RTool
    by manually entering version string in setup dialogue.

    All languages are available.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Blueingreen

    Blueingreen MDL Junior Member

    Mar 18, 2015
    74
    46
    10
    #396 Blueingreen, Sep 11, 2015
    Last edited by a moderator: Apr 20, 2017
    Nope, still nothing but a black screen. But with the following editing it works at my side:

    Code:
    :: GET ADMIN RIGHTS@echo off
    set o2016rtoolpath=%~dp0
    set o2016rtoolpath=%o2016rtoolpath:~0,-1%
    set o2016rtoolname=%~n0.cmd
    setLocal EnableExtensions EnableDelayedExpansion
    pushd "%o2016rtoolpath%"
    cls
    mode con cols=80 lines=45
    color 1F
    Assigning admin rights to an account that already has highest privileges seems the culprit here.
     
  17. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    #397 ratzlefatz, Sep 11, 2015
    Last edited: Sep 11, 2015
    ok, thank you for reporting back.

    you removed the code lines where "run as administrator" priviledges are requested.

    Note: There is a difference between a user who is member of administrators
    group and the "run as administrator" priviledge.

    Removing the code requires the script always to be run with right-click
    -> "run as administrator" to work properly. Starting it as user being member
    of administrators group is not sufficient enough. Hence the Powershell-/VB-code.

    The problem is related to hiding/disabling UAC with group policy and using
    Powershell-/VB-script to request the higher "run as admin" priviledges.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. GOD666

    GOD666 MDL Expert

    Aug 1, 2015
    1,957
    2,059
    60
    #399 GOD666, Sep 11, 2015
    Last edited by a moderator: Apr 20, 2017
    This worked :)