Office(R)Tool Project

Discussion in 'Microsoft Office' started by Dark Dinosaur, Nov 6, 2021.

?

Change brand name or not ?

Poll closed Dec 26, 2021.
  1. No, keep it like that

    148 vote(s)
    75.1%
  2. Yes, officeRTool need fresh name

    49 vote(s)
    24.9%
  1. zenxtang

    zenxtang MDL Novice

    Aug 7, 2015
    3
    1
    0
    Sorry, I don't know what you mean.

    The SHOW ACTIVATION INFO function lists Visio 2021 as the only Office application. The base office section is shown as NOT FOUND. For START - RENEW KMS ACTIVATION it only finds Visio 2021 too. Office Mondo(365) will not run and only give the error message from the previous post. If the repair function is used, Office Mondo starts to work again, but it can't be activated and it has 9 days before it requires activation. If you try to convert it, the problem starts again.
     
  2. chixus

    chixus MDL Novice

    May 12, 2016
    10
    2
    0
    zippyshare.com /v/ 9FlxRfdD/file .html

    pass: busy
    I made this tool, it check if any antivirus including Defender is active then runs scripts for Windows 10, 11 and OfficeRtool, try it and tell me how do you like?
     
  3. chixus

    chixus MDL Novice

    May 12, 2016
    10
    2
    0
    and pass for exe: qwe123
     
  4. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    I will check it later at home
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. JohnnyGui

    JohnnyGui MDL Junior Member

    Oct 20, 2017
    60
    2
    0
    I know, I just find it peculiar it doesn't get deleted by Storage clean. I take it I can delete it manually then.
     
  6. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    It's my wrong
    Script offer 2021 Visio when Install 365
    Will fix it today
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    upload new version,
    now when choice Mondo / 365 / etc etc
    it will offer 2016 visio and not 2021 visio
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. xXAsrielXx

    xXAsrielXx MDL Novice

    Dec 16, 2022
    2
    0
    0
    When I try to install it says "Not enough memory resources are available to process this command"

    How to fix?
     
  9. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    The answer is in your question
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. xXAsrielXx

    xXAsrielXx MDL Novice

    Dec 16, 2022
    2
    0
    0
    Well it did seem like I have memory left, I have 8GB RAM and about only half of it was being used at the time I tried to install, so Idk how i could be missing memory

    And of course I have a lot of disk space remaining as well
     
  11. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    try restart the system and try again -
    if still not work, tell me what exactly you press
    I will try to address the issue
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. alexxf

    alexxf MDL Expert

    Feb 9, 2008
    1,021
    760
    60
    #1292 alexxf, Dec 17, 2022
    Last edited: Dec 17, 2022

    Then your system is severely damaged. You'll probably have to do an inplace upgrade to repair your OS
     
  13. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    #1293 Dark Dinosaur, Dec 17, 2022
    Last edited: Dec 17, 2022
    (OP)
    some new idea wait for setup to complete ....
    don't know if it good idea ...
    can try start /wait ? or s**t like that
    Code:
    while (@(gcim win32_process | where {($_.ProcessName -eq 'OfficeClickToRun.exe') -And ($_.CommandLine -Match 'culture')}).Count -GT 0) {timeout 2 | out-null}
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    seems to work ..
    although need some touching and improve

    Code:
    timeout 2 | Out-Null
    $id = @(gcim win32_process | where {($_.ProcessName -eq 'Setup.exe') -And ($_.CommandLine -Match '/config')})[0].ProcessID
    if ($id) {
      while (@(gcim win32_process | where {($_.ParentProcessId -eq $id) -and ($_.Name -eq 'OfficeClickToRun.exe')}).Count -eq 0){
        timeout 2 | Out-Null
        if (@(gcim win32_process | where {($_.ProcessName -eq 'Setup.exe') -And ($_.CommandLine -Match '/config')}).Count -eq 0) { exit }
      }
      echo 'Please hold until the setup is over'
      while (@(gcim win32_process | where {($_.ProcessName -eq 'OfficeClickToRun.exe') -And ($_.CommandLine -Match 'culture')}).Count -GT 0) {
        timeout 2 | out-null
      }
    }
    

    upload_2022-12-17_19-26-11.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. bruno-leonardo

    bruno-leonardo MDL Novice

    Feb 21, 2010
    12
    2
    0
    I don't like that this tool creates auto activation task without asking to do so... The old tool used to be more simple too.
    Could the dev think about not auto installing the task in the next builds?
    Thanks!
     
  16. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    the old version lacking lot of new features,
    and I don't force no-body to use this version
    in the end updates is necessary to make it work better
    and auto activation is one of these updates
    you can call it necessary evil :D
    ( if you forget to activate, it will do it for u )

    Code:
    A necessary evil is an evil that someone believes must be done or accepted,
    because it is necessary to achieve a better outcome,
    especially because possible alternative courses of action or inaction are expected to be worse.
    It is the "lesser evil" in the lesser of two evils principle,
    which maintains that given two bad choices, the one that is least bad is the better choice.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Slarko

    Slarko MDL Novice

    Aug 25, 2016
    10
    9
    0
    I've used the tool at work to easily download new Office versions. Now I can't anymore because of the activation. At least make it optional...e.g. by asking if you want to create an auto activation script when the .bat starts.
     
  18. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    #1298 Dark Dinosaur, Dec 18, 2022
    Last edited: Dec 18, 2022
    (OP)
    Now I can't anymore because of the activation - its not bother u to do anything you want
    Also you can disable it from the settings file Just Re-start RTool again later
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    #1299 Dark Dinosaur, Dec 18, 2022
    Last edited: Dec 18, 2022
    (OP)
    after a long time, I can say, I can find it a big success,
    that a horrible site, I will not mention his name here,
    didn't share this script, since last year -> until today :giggle:
    guess I Pissed off some of there s* a* admins

    they don't have little manners nor respect for no-body
    I am against taking public software, make it private -
    and demand $ for download it :confused::confused::confused:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. DuskGolem

    DuskGolem MDL Junior Member

    Jan 9, 2019
    97
    30
    0
    #1300 DuskGolem, Dec 19, 2022
    Last edited: Dec 19, 2022
    Why change to 2016? I use 365 ProPlus and 2021 VisioPro/ProjectPro (activated using KMS-VL-ALL), and everything works fine. I thought that it was a bug and came here to report but read your comment:p. I always create new ISO file using "Office 365 Professional Plus (Retail)" and 2021 Visio and Project and never had a problem. Probably activation mechanism is different for this tool and KMS-VL-ALL. Anyway No need to fix it if you don't want to (I modified it myself for my use case;)).


    Another thing is, can you add a speed limit switch to the script? Something like "wget --limit-rate <rate>" and make it a user defined parameter in "Settings.ini" file?