I probably haven't seen it myself, but is there an option to uninstall the entire Office package? View attachment 66310
I always wonder the difference between Office 2016 and Office 365 How could we know if we download the right version
365 -> Mondo VL -> More options than 2016 but i need to check this claim. let me do some research about thet]
new Update ... [06-02-2024] Code: ~ Code Improve, and some clean-up ~ Update get office version method, now take less than 1 sec ~ Add add-in directory with system fix tool's WMI fix, activation fix, etc etc ~ Update 2024 Support, with Products, channels, not active yet, but .. well .. wait ... ------------- since the new 2024 channels, are not active yet Product IDs & serial not been provided yet this will be the first thing to finish. and everything should be run fine. -------------
2024 channels are not active yet, will be later, when? Who knows. and i still missing, the: license, keys, Products id's --------- but it can convert, and activate: Office ProPlus 2024, & visio [Pro] & project [Pro] --------- these products are available at `dev-main` channel and can't be installed using normal ODT --------- you can tools that can install 2024 from dev-main channels, at here: https://forums.mydigitallife.net/threads/discussion-microsoft-office-2024-preview.87688/ https://forums.mydigitallife.net/threads/office-2024-install-tool.87850/
I did return the old c2r method it works fine with the latest 2024 build. (develop channels) and fix the language problem for multi-language now I have to see what I do in case of an online install maybe it will work only locally install I try to fix it now. Edit. succeed, will update version soon as i can now RTool can install 2024 with out problems
Re-Upload again, fix some problems with the local install now everything should work fine ------------------- here is a working 2024 xml profile. Open profiles -> LTSC 2024 -> Change to this it works fine. and activated. and converted. if you prefer a specific language, change this text -> 'en-us,he-il' Code: <!-- name = name of profile / Name of Package action = [1,Download] [2,local install] [3,online install] version = 'Auto' / Custom Version [Download & Online] channel = Offical Channels / 'Auto' [LOCAL] Products = Full package / single Apps Exclude = Exclude List [Optional] P_Type = Full ? Single ? Location = 'Online' [Online] / Real Path [LOCAL] Language = 'Auto' [LOCAL] / Language List lang_pack = Language Pack List [Online] [Optional] proof_tool = Proof Pack List [Online] [Optional] System = 'Auto'/'x86'/'AMD64'/'IA64' [Download] --> <!-- 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 --> <!-- Channel List: Current, CurrentPreview, BetaChannel, MonthlyEnterprise SemiAnnual, SemiAnnualPreview, PerpetualVL2019, PerpetualVL2021 DogfoodDevMain --> <!-- 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> <Download name = "Pro Plus 2024 Full Package" action = "1" version = "Auto" channel = "DogfoodDevMain" Location = "c:\users\%username%\Desktop" Language = "en-us,he-il" System = "Auto" /> <Local name = "Pro_Plus_2024_Full_Package" action = "2" version = "Auto" channel = "Auto" Products = "ProPlus2024" Exclude = "Access,Outlook,Publisher,Skype,OneNote" P_Type = "Full" Location = "c:\users\%username%\Desktop" Language = "Auto" /> <Online name = "Pro Plus 2024 Full Package" action = "3" version = "Auto" channel = "DogfoodDevMain" Products = "ProPlus2024" Exclude = "Access,Outlook,Publisher,Skype,OneNote" P_Type = "Full" Location = "Online" Language = "en-us,he-il" lang_pack = "en-us,he-il" proof_tool = "en-us,he-il" /> </Settings>
For those who need it, updated my MOD for v11. Head over to THIS POST. @Dark Dinosaur some questions for your When using Profiles to install Office (Online or Local Install), 1) Do we need to define the "Exclude" field when "P_Type" is set to "Single"? 2) When setting "P_Type" to "Full", how is the "Products" field handled? What I mean to say is, if I set "Products = "O365ProPlus"", will it ask me whether to install Project or Visio? Or should I append project and visio to the Products list like "Products = "O365ProPlus,VisioPro2016,ProjectPro2016""?