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. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    New version
    Built-in Self Update -
    will preserve current profiles ...
    instead of remove the whole folder
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    #1582 Dark Dinosaur, Apr 16, 2023
    Last edited: Apr 16, 2023
    (OP)
    Local install from XML .........
    have some work with language selection ...
    So. Auto mode is what have now

    Edit.
    the test is done,
    offline install works fine

    New version of XML profiles is attached
    for Online & Local install

    Now you can ........... :D
    make a profile in ... Profiles directory
    attached a demo profile.... too
    one click boom ..!

    upload_2023-4-16_20-35-36.png

    Code:
     <!--
    name   = name of profile
    action = [1,Download] [2,local install] [3,online install]
    versi. = Custom Version / 'Auto'
    chann. = Custom GUID / Offical Channels / 'Auto' [LOCAL ONLY]
    Produ. = Full package / single apps
    P_Type = 'Full' / 'Single'
    Loc.   = Local Path / 'Online'
    Lang.  = Main language[s] / 'Auto' [LOCAL ONLY]
     -->
     
     <!--
    Type     => Single
    Products => 'VisioPro|VisioPro2019|VisioPro2021|ProjectPro|ProjectPro2019|ProjectPro2021|Word|Word2019|Word2021|Excel|
    Excel2019|Excel2021|PowerPoint|PowerPoint2019|PowerPoint2021|Access|Access2019|Access2021|Outlook|Outlook2019|Outlook2021|
    Publisher|Publisher2019|Publisher2021|OneNote|OneNote2021Retail|SkypeForBusiness|SkypeForBusiness2019|SkypeForBusiness2021'
     -->
     
     <!--
    Type     => Full
    Products => VisioPro|VisioPro2019|VisioPro2021|ProjectPro|ProjectPro2019|ProjectPro2021|Mondo|ProPlus|ProPlus2019|ProPlus2021|
    O365ProPlus|O365Business|O365HomePrem
     -->
     
    <!--
    Exclude List: [[ optional ]]
    Products => Word|Excel|PowerPoint|Access|Outlook|Publisher|OneNote|Skype|OneDrive|Bing|Visio|Project
     -->
     
     <!--
    Language List:
    af-za|sq-al|am-et|ar-sa|hy-am|as-in|az-latn-az|bn-bd|bn-in|eu-es|be-by|bs-latn-ba|bg-bg|ca-es-valencia|ca-es|zh-cn|
    zh-tw|hr-hr|cs-cz|da-dk|prs-af|nl-nl|en-GB|en-us|et-ee|fil-ph|fi-fi|fr-CA|fr-fr|gl-es|ka-ge|de-de|el-gr|gu-in|ha-Latn-NG|
    he-il|hi-in|hu-hu|is-is|ig-NG|id-id|ga-ie|it-it|ja-jp|kn-in|kk-kz|km-kh|sw-ke|rw-RW|kok-in|ko-kr|ky-kg|lv-lv|lt-lt|lb-lu|
    mk-mk|ms-my|ml-in|mt-mt|mi-nz|mr-in|mn-mn|ne-np|nn-no|nb-no|or-in|ps-AF|fa-ir|pl-pl|pt-br|pt-pt|pa-in|quz-pe|ro-ro|rm-CH|
    ru-ru|tn-ZA|gd-gb|sr-cyrl-ba|sr-cyrl-rs|sr-latn-rs|nso-ZA|sd-arab-pk|si-lk|sk-sk|sl-si|es-es|es-MX|sv-se|ta-in|tt-ru|te-in|
    th-th|tr-tr|tk-tm|uk-ua|ur-pk|ug-cn|uz-latn-uz|vi-vn|cy-gb|wo-SN|yo-NG|xh-ZA|zu-ZA
     -->
    
    <Settings>
        <Config
          name       = "MULTI_Office_Current_x64_v16.0.16227.20280"
          action     = "2"
          version    = "Auto"
          channel    = "Auto"
          Products   = "ProPlus2021"
          P_Type     = "Full"
          Location   = "C:\Users\Administrator\Desktop"
          Language   = "Auto"
        />
    </Settings>
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. totouan

    totouan MDL Novice

    Aug 12, 2009
    16
    7
    0
    in my registry, in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration, CDNBaseUrl and UpdateChannel values are uppercase:
    h t t p://officecdn.microsoft.com/pr/492350F6-3A01-4F97-B9C0-C7C6DDF67D60
    so the procedure

    Code:
    :DecodeChannelName
       set "ChannelName=%1"
       set "ChannelName=%ChannelName:~-36%"
       if "%ChannelName%" EQU "492350f6-3a01-4f97-b9c0-c7c6ddf67d60" (set "ChannelName=Current (Retail/RTM)")&&(goto:eof)
            ...
       set "ChannelName=Non_Standard_Channel (Manual_Override)"
    returns "Non_Standard_Channel"
     
  4. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    If /I will solve it ..
    Will fix it later
    With new xml download option
    Want to sort this too
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    #1585 Dark Dinosaur, Apr 17, 2023
    Last edited: Apr 17, 2023
    (OP)
    download mode work ok
    online / offline install .. same
    fixed xml profiles too :D

    upload_2023-4-17_12-49-10.png

    XXXXXXXXXX

    found some problems that must be fixed.
    will re-upload new version soon
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    #1586 Dark Dinosaur, Apr 17, 2023
    Last edited: Apr 17, 2023
    (OP)
    Re-Upload the version again ...
    fix a few serious bugs ...
    with XML version -> option
    now custom version should work ok
    also, update the XML files description

    (not happy to make too many changes,
    but it is what it is ... we human )

    ~~~~~~~~

    s**t ... upload again ...
    wrong version.

    ~~~~~~~~

    There is bug in latest version..
    Version output is not visible
    Will be fix ... Most of things work properly
    So ignore this glitch ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #1587 Windows 10 User, Apr 18, 2023
    Last edited: Apr 18, 2023
    Downloading the package took a lof of time. I clicked the DOWNLOAD OFFICE FROM OFFLINE INSTALL PACKAGE setting. Also, I'm unable to download it from a location with spaces.

    EDIT: Why does one have to choose the channel, language, architecture and build again to install Microsoft 365 after clicking the INSTALL OFFICE FROM OFFLINE INSTALL PACKAGE setting when previously they were chosen in the DOWNLOAD OFFICE FROM OFFLINE INSTALL PACKAGE setting?
     
  8. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    #1588 Dark Dinosaur, Apr 18, 2023
    Last edited: Apr 18, 2023
    (OP)
    1- no problem at all
    tries `C:\Users\Administrator\Desktop\New folder`
    2- will check if can do something about this, little changes can trigger lot of problems
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    Update version.
    [Yes I know ... again ... Sorry guys .. ]

    Code:
    ~ Update XML Parser PS1 file,
      Missing Version Output in XML type-1
    ~ Update Local install from XML,
      will work from ISO IMG Folder too
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. IVIic

    IVIic MDL Novice

    Apr 28, 2015
    4
    2
    0
    Any reason that button key [E] now says "LEAVE THE PROGRAM PERMANENTLY" as opposed to the previous message that just stated "LEAVE THE PROGRAM"
    ?
     
  11. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    It should fit with other lines ..
    To had to make it little longer :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. IVIic

    IVIic MDL Novice

    Apr 28, 2015
    4
    2
    0
    Lol okay, just checking in!
     
  13. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    found stupid problem ...
    if you remove profiles folder ..
    it still show you select ID ... :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. soulreap

    soulreap MDL Novice

    Sep 25, 2011
    2
    0
    0
    Already changed. But there is no option to just install the language pack? or do I have to re-install office all over again to get the language pack in?
     
  15. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    it will install only necessary files, not like new install
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    Decided to fix some annoying bugs,
    didn't change the release number

    first .. change the online XML file... to version == AUTO
    instead bad version number, that I put only for the test .......

    and add a check if the profiles folder exists.
    with XML file within ...........

    to get the most updates XML files,
    1- download from the main post
    2- delete the profiles folder, do self-update, etc etc
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. mahdimahatma

    mahdimahatma MDL Novice

    Aug 6, 2019
    4
    0
    0
    Hello, Thanks for the program. I used it a lot back in the day for my 8.1 classmate laptops but today I installed latest version of OfficeRTool but after running offline installer from script, the installer talks about how I need Win 7 or newer. I allready have 8.1 x64. What do I do?
     
  18. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    share screen shut please
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. mahdimahatma

    mahdimahatma MDL Novice

    Aug 6, 2019
    4
    0
    0
    disk.yandex.com.tr/i/tnh6Z19HL4vncg this is what I get
     
  20. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,169
    5,978
    150
    upload.ee host
    upload image there and share link
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...