Difference between revisions of "Microsoft Office Live Meeting Client 2007"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (add cat)
(Updated for 8.0.6362.215)
Line 9: Line 9:
 
id="livemeeting2007"  
 
id="livemeeting2007"  
 
name="Microsoft Office Live Meeting Client 2007"
 
name="Microsoft Office Live Meeting Client 2007"
revision="8.0.6362.187"
+
revision="8.0.6362.215"
 
reboot="false"
 
reboot="false"
 
priority="10">
 
priority="10">
Line 15: Line 15:
 
<check type="logical" condition="and">
 
<check type="logical" condition="and">
 
<check type="uninstall" condition="exists" path="Microsoft Office Live Meeting 2007" />
 
<check type="uninstall" condition="exists" path="Microsoft Office Live Meeting 2007" />
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Microsoft Office\Live Meeting 8\Console\PWConsole.exe" value="8.0.6362.187"/>
+
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Microsoft Office\Live Meeting 8\Console\PWConsole.exe" value="8.0.6362.215"/>
 
</check>
 
</check>
 
<install cmd='msiexec.exe /qn /i "%SOFTWARE%\MicrosoftOfficeLiveMeeting2007\LMConsole.msi" /norestart' />
 
<install cmd='msiexec.exe /qn /i "%SOFTWARE%\MicrosoftOfficeLiveMeeting2007\LMConsole.msi" /norestart' />
 
<upgrade cmd='msiexec.exe /qn /i "%SOFTWARE%\MicrosoftOfficeLiveMeeting2007\LMConsole.msi" /norestart' />
 
<upgrade cmd='msiexec.exe /qn /i "%SOFTWARE%\MicrosoftOfficeLiveMeeting2007\LMConsole.msi" /norestart' />
<remove  cmd='msiexec.exe /qn /x {26E76762-7F20-4694-AD06-CC3A9B547A71}'/>
+
<remove  cmd='msiexec.exe /qn /x {389f8a7a-8611-42e8-8169-20d2baf0c595}'/>
 
</package>
 
</package>
 
</source>
 
</source>
  
The GUID is for the current English version (8.0.6362.187).  If you are installing a different localized version you will need to find the correct GUID.<br>
+
The GUID is for the current English version (8.0.6362.215).  If you are installing a different localized version you will need to find the correct GUID.<br>
Old English GUID {BCC7E198-1D10-4B55-956E-550A196F8056}<br>
+
 
Old Italian GUID {AC388C78-2619-452C-BFBE-FABCC3194387}
+
{| border="1"
 +
! Version !! Language !! GUID
 +
|-
 +
! 8.0.6362.215 || English || {389f8a7a-8611-42e8-8169-20d2baf0c595}
 +
|-
 +
! 8.0.6362.187 || English || {26E76762-7F20-4694-AD06-CC3A9B547A71}
 +
|-
 +
! old? || English || {BCC7E198-1D10-4B55-956E-550A196F8056}
 +
|-
 +
! old? || Italian || {AC388C78-2619-452C-BFBE-FABCC3194387}
 +
|}
 +
 
 +
 
  
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]
 
[[Category:Microsoft Office]]
 
[[Category:Microsoft Office]]

Revision as of 17:12, 27 February 2014

This silent installation allows you to install Microsoft Office Live Meeting Client 2007.

Download from the Client and add-ins page. With the command "LMSetup.exe -out <output directory>" you'll get the LMConsole.msi installer in the <output directory>.

Microsoft Office Live Meeting Client 2007

<package 
	id="livemeeting2007" 
	name="Microsoft Office Live Meeting Client 2007"
	revision="8.0.6362.215"
	reboot="false"
	priority="10">

	<check type="logical" condition="and">
		<check type="uninstall" condition="exists" path="Microsoft Office Live Meeting 2007" />
		<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Microsoft Office\Live Meeting 8\Console\PWConsole.exe" value="8.0.6362.215"/>
	</check>
	<install cmd='msiexec.exe /qn /i "%SOFTWARE%\MicrosoftOfficeLiveMeeting2007\LMConsole.msi" /norestart' />
	<upgrade cmd='msiexec.exe /qn /i "%SOFTWARE%\MicrosoftOfficeLiveMeeting2007\LMConsole.msi" /norestart' />
	<remove  cmd='msiexec.exe /qn /x {389f8a7a-8611-42e8-8169-20d2baf0c595}'/>
</package>

The GUID is for the current English version (8.0.6362.215). If you are installing a different localized version you will need to find the correct GUID.

Version Language GUID
8.0.6362.215 English {389f8a7a-8611-42e8-8169-20d2baf0c595}
8.0.6362.187 English {26E76762-7F20-4694-AD06-CC3A9B547A71}
old? English {BCC7E198-1D10-4B55-956E-550A196F8056}
old? Italian {AC388C78-2619-452C-BFBE-FABCC3194387}