New version Built-in Self Update - will preserve current profiles ... instead of remove the whole folder
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 ........... make a profile in ... Profiles directory attached a demo profile.... too one click boom ..! 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>
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"
download mode work ok online / offline install .. same fixed xml profiles too Spoiler: Image ... XXXXXXXXXX found some problems that must be fixed. will re-upload new version soon
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 ...
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?
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
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
Any reason that button key [E] now says "LEAVE THE PROGRAM PERMANENTLY" as opposed to the previous message that just stated "LEAVE THE PROGRAM" ?
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?
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
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?