M
mpng2008
Guest
Hi,
I want to deploy Office 2019 with SCCM. It works successfully. But I need for repair option a the command line or a xml file.
Here is my uninstall xml file
<Configuration>
</Product>
<Display Level="None" AcceptEULA="TRUE" />
<Property Name="FORCEAPPSHUTDOWN" Value="True" />
<Remove>
<Product ID="ProPlus2019Volume">
</Product>
<Remove>
</Configuration>
Now I need y xml file for repair
BR,
Nick
Continue reading...
I want to deploy Office 2019 with SCCM. It works successfully. But I need for repair option a the command line or a xml file.
Here is my uninstall xml file
<Configuration>
</Product>
<Display Level="None" AcceptEULA="TRUE" />
<Property Name="FORCEAPPSHUTDOWN" Value="True" />
<Remove>
<Product ID="ProPlus2019Volume">
</Product>
<Remove>
</Configuration>
Now I need y xml file for repair
BR,
Nick
Continue reading...