The July, 2010 updates to the Office Live Meeting client and the Outlook Conferencing Add-In are available. This is in addition to the previously released July 2010 Updates to Communicator and OCS Server (Cumulative Update 6).
Office Live Meeting Window Client
- Download the Microsoft Office Live Meeting 2007 client (http://office.microsoft.com/en-us/help/download-the-microsoft-office-live-meeting-2007-client-HA010173383.aspx). This update installed version 8.0.6362.190 from the last update 8.0.6362.187.
- Description of the update package for the Windows-based Live Meeting 2007 client: July 2010 (http://support.microsoft.com/kb/2029026)
Conferencing Add-in for Microsoft Office Outlook
- Download the Conferencing Add-in for Microsoft Office Outlook (http://office.microsoft.com/en-us/help/redir/XT101961398.aspx?CTT=5&origin=HA010236890)
- Description of the update for the Live Meeting Conferencing Add-in for Outlook: July 2010 (http://support.microsoft.com/kb/2029027)











Twitter
LinkedIn
Hi,
I think this is possible – my “Microsoft Unified Communications Client Deployment Script (http://www.insideocs.com/Tools/DeployUC/DeployUC.html) does it.
The msiexec.exe used to install the MSI takes some flags that tell the installer to be quiet and do not display a UI.
Type “msiexec /?” at a command line to see the various msiexec options.
/quiet = quiet mode, no user interaction
/qn = no user interface level
So the Outlook Add-In installation command should look something like this:
> msiexec.exe /quiet /qn LMAddinPack.msi
Hope that helps,
Curtis
Hi there,
Would you happen to have any info on a silent deployment for the Conferencing Add-in for Outlook? I’m able to get the Add-in installed successfully. But, I still get a prompt when opening Outlook after the install asking whether or not I’d like to enable the Add-in.
Is there anyway that the add-in can be enabled without prompting the user? I’ve been searching online on this topic but haven’t found anything yet.