Forum Discussion

pdunnigan's avatar
pdunnigan
Level 4
9 years ago

Outlook Plugin

We are currently using v10.0 of the Outlook plugin with Enterprise Vault 11.0, we are upgrading our Enterprise Vault to 12.0. we are using SCCM 2012 R2 to push out the the new 12.0 plugin. we have a couple of questions If we uninstall the 10.0 version it wants will close and reopen Outlook, is there a switch for the uninstall that will prevent that? Installing 12.0 is there a silent install switch we can use?
  • Switch:

    /qb! = Basic Interface, no Cancel

    /qn = Silent

    new install Addin Silent = msiexec.exe /i "XXX.mxi" /qn REBOOT=ReallySuppress.

    deinstall of old versions= msiexec /x XXXX.msi /qn

    reinstall of a new version msiexec /i XXXX.msi /qn

    hope that helps