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

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

  1. hanschke

    hanschke MDL Senior Member

    Jan 8, 2008
    424
    33
    10
    is this right that dogfood 16.0.10718.20008 is latest office 2019 build but how to get it? Channel 2 is wrong or not?
     
  2. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,004
    60
    #2562 ratzlefatz, Jul 22, 2018
    Last edited: Jul 22, 2018
    Office 2019 is in all setup packages with major build-number
    greater 10000. So you can use all distribution channels, except
    the Semi-Annual ones. See latest build list on page1, post #6.

    Dogfood_DevMain is internal development channel. This one
    holds the most uptodate builds. But as with most "alpha"
    software, you may experience some bugs.

    Dogfood_DevMain can be selected in OfficeRTool by using
    "m" for "manual override". This will list the "internal use only"
    channels used by MS. Then choose "1".
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Winclub.pl

    Winclub.pl MDL Member

    Jan 28, 2016
    101
    13
    10
    I repeat my suggestion for adding two methods of installation and for each to add in the script an instruction to stop the service and the process that I gave and to clear that folder as I wrote. Any method will then be waved
     
  4. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,004
    60
    #2564 ratzlefatz, Jul 23, 2018
    Last edited: Jul 23, 2018
    Dual install (OfficeClickToRun.exe / ODT setup.exe) OfficeRTool version
    is in internal development and testing. Please stay tuned...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    820
    524
    30
    Any way to view download progress / eta / etc of an ODT download? I feel like this was already asked...
     
  6. Winclub.pl

    Winclub.pl MDL Member

    Jan 28, 2016
    101
    13
    10
    ClickToRunSvc
    and
    Microsoft Windows Search Filter Host
    they must be stopped first by the script so that the folder can be modified
    C: \ Program Files \ Common Files \ microsoft shared \ ClickToRun
     
  7. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,004
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. KaoDome

    KaoDome MDL Novice

    Jul 31, 2009
    37
    13
    0
  9. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,004
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,004
    60
    A new OfficeRTool version (2018/July/24) was released today

    Function "(I) INSTALL OFFICE SUITES OR SINGLE APPS"
    -Enhancement-
    Added selection to use second installation engine "OfficeClickToRun.exe" besides the
    default OfficeDeploymentTool "setup.exe".
    Using "OfficeClickToRun.exe" circumvents restriction in ODT "setup.exe" and reenables
    installation of Office 2019 on Windows 7,8.


    No other changes were made.

    Download-links and checksums in OP were updated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. KaoDome

    KaoDome MDL Novice

    Jul 31, 2009
    37
    13
    0
    Oh! I see! Thanks for clarifying, I didn't add the attribute because it seemed optional reading the docs, the tool was and is working as expected ;)
     
  12. Winclub.pl

    Winclub.pl MDL Member

    Jan 28, 2016
    101
    13
    10
    the new version has a bug:
    the script ignores the set language in the .ini file and after changing it does not even ask whether to save the changes
     
  13. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,004
    60
    #2573 ratzlefatz, Jul 25, 2018
    Last edited: Jul 25, 2018
    Confirmed. Expect a new version real soon.
     
    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,004
    60
    A new OfficeRTool version (2018/July/25) was released today

    Function "(D) DOWNLOAD OFFICE OFFLINE INSTALL PACKAGE"
    -Bugfix-
    Script ignores the set language in the .ini file and does not save selection (reported by Winclub.pl)

    Script enhancement
    Speedup all powershell-commands (thanks and credits to WyldWolf for info)


    No other changes were made.

    Download-links and checksums in OP were updated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Starks

    Starks MDL Novice

    Aug 7, 2008
    2
    0
    0
    I've noticed that Outlook doesn't play nice with Windows 7 on even the supposedly stable Current branch. Skype for Business won't even launch. Is Windows 7 being deprecated earlier than expected?
     
  16. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,004
    60
    #2576 ratzlefatz, Jul 26, 2018
    Last edited: Jul 26, 2018
    Skype for Business 2019 from Dogfood_DevMain-channel started successfully here
    in a Windows 7, 32bit test environment.
    Your Windows 7 has got the latest Windows updates?
    If you mind official updates because of telemetry: Simplix update pack is sufficient.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. devloz1996

    devloz1996 MDL Novice

    Aug 26, 2014
    2
    0
    0
    The ClickToRun installer method makes the start_setup.cmd not portable, since it makes hard coded reference to the user, who configured the installer. I need to rebuild start_setup.cmd on every computer I am working with.

    On line 39:
    dir /B Office\Data\%officeversion%\i64*.* >"C:\Users\myname\AppData\Local\Temp\OfficeSetup.txt"

    Can it be replaced with the line below?
    dir /B Office\Data\%officeversion%\i64*.* >"%USERPROFILE%\AppData\Local\Temp\OfficeSetup.txt"

    Thanks for making this tool. Makes my day everytime ;)

    PS. OfficeRTool seems to react badly when it checks activation status of not yet converted Office. It just exits completely.
     
  18. Gladuin

    Gladuin MDL Novice

    Oct 8, 2017
    20
    6
    0
    How do you find these version numbers?
     
  19. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,375
    340
    It actually points to the %temp% folder :g:.
    Code:
    C:\WINDOWS\system32>echo %temp%
    C:\Users\s1ave77\AppData\Local\Temp
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. Zopeman

    Zopeman MDL Junior Member

    Feb 11, 2016
    67
    26
    0
    I just noticed that after "Monthly Channel" update to 365 Pro Plus (10325 20082) that, (a) 365 application splash screen has disappeared (b) Morph feature in PPT has also gone? Has Microsoft dropped the ball here or perhaps an intentional move in the run up to 2019 finalisation? I have a feeling that the splash screen might have disappeared on previous release (10228.20134) but not 100% sure. Anyone else observed this or care to comment? Thanks