YerongAI / Office-Tool

Office Tool Plus localization projects.
https://otp.landian.vip
MIT License
9.56k stars 841 forks source link

Command Line Switches / Uses In Powershell One Liner #867

Closed kendi182 closed 4 weeks ago

kendi182 commented 1 month ago

Feature description:

Run Office-Tools using PowerShell with an automation script for installation automatically using the unattended response file, similar to how it is done in MASSGRAVE.

How it work?

https://massgrave.dev/command_line_switches

Technical Reference (if possible):

This command below even works, but it asks 2 questions to download the program.

& ([ScriptBlock]::Create((irm https://otp.landian.vip/get)))

YerongAI commented 1 month ago

For command-line usage, you can view our help docs.

If you are looking for a batch which can download, install and activate Office automated, let us know. We will make it as you want.

kendi182 commented 1 month ago

hello! Yes, I wanted a /s or /silent setting to add to autounattend to download and install office 365 x64 in the pt-br language

YerongAI commented 1 month ago

hello! Yes, I wanted a /s or /silent setting to add to autounattend to download and install office 365 x64 in the pt-br language

For installation, you can follow the help docs to run Office Tool Plus and install Office automated.

For example, here is a command to install Office 365 x64 with pt-br language:

.\"Office Tool Plus.Console" deploy /add O365ProPlusRetail_pt-br /O365ProPlusRetail.exclapps Access,Outlook,OneNote /edition 64 /channel Current