I am trying to remove microsoft 365 and install office 2019.
When I install office 2019 using the office deploy tool, I set the configuration.xml as below:
<Configuration>
<Add SourcePath="my path" OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="Standard2019Volume">
<Language ID="zh-TW" />
</Product>
</Add>
<RemoveMSI />
<Display Level="Full" AcceptEULA="TRUE" />
<Property Name="AUTOACTIVATE" Value="0" />
</Configuration>
It's just autoactivate.
I expect it will not autoactivate.
Is it something wrong or anything else should I check?