The AUTOACTIVATE="1" property in your XML will trigger activation automatically during install. If it fails:
<Configuration> <Add OfficeClientEdition="64" Channel="PerpetualVL2019"> <Product ID="ProPlus2019Volume" PIDKEY="YOUR-MAK-KEY-HERE"> <Language ID="en-us" /> <ExcludeApp ID="Publisher" /> <ExcludeApp ID="Access" /> </Product> </Add> <Updates Enabled="TRUE" /> <Display Level="None" AcceptEULA="TRUE" /> <Logging Level="Standard" Path="%temp%" /> <Property Name="AUTOACTIVATE" Value="1" /> <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" /> </Configuration>
The AUTOACTIVATE="1" property in your XML will trigger activation automatically during install. If it fails:
<Configuration> <Add OfficeClientEdition="64" Channel="PerpetualVL2019"> <Product ID="ProPlus2019Volume" PIDKEY="YOUR-MAK-KEY-HERE"> <Language ID="en-us" /> <ExcludeApp ID="Publisher" /> <ExcludeApp ID="Access" /> </Product> </Add> <Updates Enabled="TRUE" /> <Display Level="None" AcceptEULA="TRUE" /> <Logging Level="Standard" Path="%temp%" /> <Property Name="AUTOACTIVATE" Value="1" /> <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" /> </Configuration> The AUTOACTIVATE="1" property in your XML will trigger