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

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(add english guid)
m (add quotes)
Line 17: Line 17:
 
     <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Microsoft Office\Live Meeting 8\Console\PWConsole.exe" value="8.0.6362.149"/>
 
     <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Microsoft Office\Live Meeting 8\Console\PWConsole.exe" value="8.0.6362.149"/>
 
   </check>
 
   </check>
   <install cmd='msiexec.exe /qn /i %SOFTWARE%\MicrosoftOfficeLiveMeeting2007\LMConsole.msi /norestart' />
+
   <install cmd='msiexec.exe /qn /i "%SOFTWARE%\MicrosoftOfficeLiveMeeting2007\LMConsole.msi" /norestart' />
 
   <remove  cmd='msiexec.exe /qn /x {AC388C78-2619-452C-BFBE-FABCC3194387}'/>
 
   <remove  cmd='msiexec.exe /qn /x {AC388C78-2619-452C-BFBE-FABCC3194387}'/>
  

Revision as of 08:49, 5 October 2010

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>.


<package 
	id="livemeeting2007" 
	name="Microsoft Office Live Meeting Client 2007"
	revision="2007"
	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.149"/>
  </check>
  <install cmd='msiexec.exe /qn /i "%SOFTWARE%\MicrosoftOfficeLiveMeeting2007\LMConsole.msi" /norestart' />
  <remove  cmd='msiexec.exe /qn /x {AC388C78-2619-452C-BFBE-FABCC3194387}'/>

</package>


Beware, the uninstallation GUID is taken from an italian version installation, adapt that string to you localized version if necessary.

(English version has guid BCC7E198-1D10-4B55-956E-550A196F8056 ,ymmv. Lkarsten 10:42, 5 October 2010 (CEST))