Monkrus
https://www.reddit.com/user/ArtificialZero/comments/elpyhl/how_to_pirate_microsoft_office_2019/
download iso:
https://gist.github.com/Issykul/6ac3395ded8d7869bca31a4a2de23adc
in newer versions users can't configure what to install.
use software deployment config
setup.exe /configure config.xml
<Configuration>
<Add SourcePath="D:\" OfficeClientEdition="64">
<Product ID="ProPlus2019Retail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<!-- <ExcludeApp ID="Excel" /> -->
<ExcludeApp ID="Groove" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="OneDrive" />
<!-- <ExcludeApp ID="PowerPoint" /> -->
<ExcludeApp ID="Project" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="SharePointDesigner" />
<ExcludeApp ID="Visio" />
<!-- <ExcludeApp ID="Word" /> -->
<ExcludeApp ID="Outlook" />
</Product>
</Add>
<RemoveMSI All="True" />
<Display Level="None" AcceptEULA="TRUE" />
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>