Just installed 2016 single apps Word, Excel and PowerPoint on Windows 10 pro. Everything worked perfectly. Thank you. So nice to have all the tools in one place. One tool to rule them all. Btw, the A and K options only mention the last app, in my case PowerPoint. However, all three selected apps were successfully activated.
It's not use api .. Actually download the file And detect version fro. File himself So .. Ms didn't update...the files
I force or check for a Office update but it says I'm up-to-date but their website says for current chanel I should be on version 2303. I will give it a week to see what changes.
Hello, I have one question, how can I run the tool with a 1-click method. I can set in settings.ini app to skip, but what if I would like to set a default Office versione, download path, language etc... Just a way to start the tool e it will do everything withouth prompting choices...?
Currently.. you can't But it possible to do something in next future Maybe custom xml file ... And using PowerShell to read .. Can you describe me .. How you think such file will be .. Send me demo config file And let's see what I can do
have an idea ... some thought # Settings -> AutoPilotMode [0,1] # Program start, Before Menu load Code: ( - Is autopilot On? - Search for XML files - Process XML files - User Choice Xml file from the menu - Show detail -> Approve - Verify Req. -> Req OK -> Do Some Job. ) XML file data Code: ( - Path = Local path / Online - Package = Single apps, Full package - Language = Online [3x types], Local [1x type] - Name = Config file name )
Test ... is ... ON it working pretty well....... the rest code ... to actually do something with it will be later ....... but base code is ok Spoiler
Auto Pilot test ......... online install work need to add Exclude & single apps maybe addition languages also implement xml check Bad xml configuration file will be ignored Code: <!-- name = name of profile action = [1,Download] [2,local install] [3,online install] versi. = Custom Version / 'Auto' chann. = Custom GUID / Offical Channels Produ. = Full package / single apps P_Type = 'Full' / 'Single' Loc. = Local Path / 'Online' Lang. = Main language[s] --> <!-- 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 --> <!-- 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 = "Pro Plus 2021 English" action = "3" version = "Auto" channel = "PerpetualVL2021" Products = "ProPlus2021,VisioPro2021" P_Type = "Full" Location = "Online" Language = "en-us,he-il" /> </Settings>
It's ready ........ XML add-in currently supported types -- Online install already make 2 xml within profile folder plan to add Language Pack & Proof too. [Later] -- DONE So my next plan is to implement an Offline install from XML which is more complicated that is sound
When I choose "Download Office Offline Install Image" S to select does not work. I can't post a screenshot for some reason.
Have another brilliant idea New menu .. pre load configuration.. Than you select configuration from profile folder Press enter.. done .. Menu can fit to 3 items barley ... Made your own .. Just in case you don't like Auto mode ... Different between settings ini configuration ? Thus are global... And when use xml Settings ini configuration will be ignored xml file can be configured as you like, From product to language.. # Currently will be only for online install
The new menu is Done. now you can make your own XML files with pre-loaded configuration. I make 3... examples ... found in the Profiles folder all the XML files must be put in --> Profiles folder Also, uploaded the new version ... currently ,,, only online install is an option. the rest ... in the future .. plan to add Local install? Or Download? need to think more ... how it should be done when an update is done, using a built-in updater XML files are not saved, so make sure to backup before updating ... etc ...