Hello all,
I have an interesting issue that I can't seem to find answers for. We have an application that installs Office 2013. We are using the OCT to remove previous installations of Office 2010 applications. We are doing this in order to keep settings between the two platforms so that people do not lose their special configuration settings the they have setup.
Now, that works fine, but it leaves behind things like Sharepoint Workspace 2010 etc. I have a command that will remove Office 2010, but it doesn't seem to work in this scenario. If I JUST have 2010 installed and run the command, the whole thing comes out. But if I run the 2013 installer and try to run the command to remove what is left of 2010, it seems to do nothing at all.
Has anyone run into this in the past? The command is:
Setup.exe /uninstall ProPlus /config .\ProPlus.ww\uninstall.xml
The XML is:
<Configuration Product="ProPlus"><Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Setting Id="SETUP_REBOOT" Value="Never" />
</Configuration>