Install Microsoft Live Meeting 8 Silently using SCCM

The following process has been tested and confirmed working with Microsoft Live Meeting 8.0.63.62 and SCCM R2.

    1. Locate your latest Microsoft Office Communications Server 2007 install media
    2. On the media, find LMSetup.exe
    3. Copy the file LMSetup.exe to a folder on your local hard disk.
    4. Open a command prompt window. (Click Start, click Run, type cmd, and then click OK.)
    5. Change the directory to the folder to which you copied the .exe file
    6. To extract the LMConsole.msi file, type the following command at the command prompt:
LMSetup.exe -out <drive>:<folder path>
    1. E.g. LMSetup.exe -out C:\ExtractFolder
    2. Navigate to the extracted folder and copy LMConsole.msi to your package deployment folder
    3. Create a new package and program for the installation. Use the following command line for the program:
msiexec.exe /qb /I LMConsole.msi

For more information on creating SCCM packages see distribute software using SCCM.