Everyone who has a problem with activation office 2019 or other versions follow this steps:
Remove your office version
Download Office Deployment Tool : https://www.microsoft.com/en-us/download/confirmation.aspx?id=49117
( you can follow instruction on this page : https://msguides.com/microsoft-software-products/install-office-2016-multilanguage.html )
after extracting the files from the tool to a directory for example "office_setup", create config.xml file in same directory("office_setup") and put inside the following :
<Configuration>
<Add OfficeClientEdition="64">
<Product ID="Proplus2019Volume">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="Project" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="SharePointDesigner" />
<ExcludeApp ID="Visio" />
<ExcludeApp ID="Skype" />
<ExcludeApp ID="Skypeforbusiness" />
<ExcludeApp ID="Groove" />
</Product>
</Add>
<Display Level="Full" AcceptEULA="TRUE" />
</Configuration>
-if you using 32bit windows, change : OfficeClientEdition="64" to OfficeClientEdition="32"
-if you need OneNote or other additional app remove the line for ex. : <ExcludeApp ID="Outlook" />
create install.cmd file in same directory("office_setup") and put inside:
@echo off
cd /d %~dp0
setup.exe /configure config.xml
pause
run install.cmd
after installation complete run the activation KMS batch file as Administrator !!!! ( That will work GUARANTY )