I don't see that this was answered. Does anyone know? It's not just PP, but Word, etc. Since there's obviously a server-side component to this, I'd be a little surprised if it's possible.
Since Ms have plans to kill vbs too I will add PS alternative method But .. it this method is way slower Before long time I already added check if vbs package exists So all I have to do .. it's little upgrade to the code
Done. [v10.2] now support PS as a fail-safe just in case MS will get crazy ... (first, it will be optional, then... remove it. )
I successfully separated it completely It can run with no .vbs file Even install licence and product key Can work via special ps1 file now ( No need ospp slmgr etc ) Even removed the all vbs folder It's still Work fine . Terminal size change fine maybe upload it tomorrow
Test on canary build now for 1 hour, Update the download links again. I think this check is the best so far, since the only thing that was removed \ added - is the vbscript.dll file so if MS will kill the VBS engine eventually, this vbscript.dll file will not exist anymore. Code: :: In future builds this Capability might be removed completely if not exist "%windir%\system32\vbscript.dll" ( set "WMI_PS=true" ) cscript .vbs | %MultiNul% find /i "There is no script engine" && ( set "WMI_PS=true" ) :: check if exist such Capability and install it [if necessary] (DISM /Online /Get-CapabilityInfo /CapabilityName:VBSCRIPT~~~~ | %MultiNul% find /i "State : Not Present") && ( set "WMI_PS=true" echo *** Restore VBSCRIPT~~~~ Capability %MultiNul% DISM /Online /Add-Capability /CapabilityName:VBSCRIPT~~~~ )
Windows Defender kills this every time I run it now...have to go into history and restore the x64.dll file
retried the officeRTool instalation, but claims download corruption on all officeRtools related packets (all versions))
yes downloaded with rev 4 (jan 2024) ex managed to load iso ... "there was a problem with the iso if independent run ; using officeRttool Package unusabl redo download.... when attempt to install
since I add an option for PS just in case I think to add an option to use WMIC but that will be another time so .. if not found vbs engine. will try WMIC ... if not find wmic too will try PS instead and it will show what engine it choice most of the things work. only install the license not ..
Thank you so much for continuing work on this project. This has been one of the most important pieces of software I have ever used in my life. People like you and those working on projects like this are actual living, breathing heroes who make this planet just that much better. Geuinely you are contributing to making life for many humans much better. Especially in spite of the many people and coorporations that only seems to constantly try to make life worse. You are setting yourself up for the best karma, brownie points, afterlife etc. Whatever you believe in or don't believe in. You have my continued thanks for being a person who has made a positive difference here on earth.
Thank for the nice words corporations works for money, nothing is free And PowerShell will be the future scripting language I didn't like it at first, it is what it is It's make your life easier for some tasks Let's say it I don't think I will do auto restore wmic & vbscript engine in next version It can be changed in setting or manual or via features [Canary only] If Ms doesn't want it, keep it that way And also, Modern computers can run ps1 wmi scripts as fast as vbs scripts, Fine for me ..
Hello, what's the correct way to install/activate office 365 with OfficeRTool? The online installer doesn't offer that option Any help will be appreciated