Command to install Office 2016 is as simply as it gets setup.exe. However I have trouble with command to uninstall Office 2016. It should be like this:
setup.exe /uninstall ProPlus /config Uninstall.xml
Uninstall.xml content is:
<Configuration Product="ProPlus"><Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /><Setting Id="SETUP_REBOOT" Value="Never" /></Configuration>
However uninstallation always fails with an error:
Setup can't find or validate an installation file. Please try reinstall Office ...
Last year I did the same with Office 2013 and I was able to uninstall it successfully. Are there some changes in Office 2016 from Office 2013 related to installation/unistallation switches, xml file format ...?