Difference between revisions of "GoToMeeting"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with 'This is a silent installer for the GoToMeeting video codec. You can download the codec from the [https://www4.gotomeeting.com/codec?Portal=www.gotomeeting.com GoToMeeting websit…')
 
m
Line 3: Line 3:
 
You can download the codec from the [https://www4.gotomeeting.com/codec?Portal=www.gotomeeting.com GoToMeeting website].
 
You can download the codec from the [https://www4.gotomeeting.com/codec?Portal=www.gotomeeting.com GoToMeeting website].
  
 +
== GoToMeeting Video Codec ==
 
<source lang="xml">
 
<source lang="xml">
 
<?xml version="1.0" encoding="UTF-8"?>
 
<?xml version="1.0" encoding="UTF-8"?>

Revision as of 02:07, 18 November 2010

This is a silent installer for the GoToMeeting video codec.

You can download the codec from the GoToMeeting website.

GoToMeeting Video Codec

<?xml version="1.0" encoding="UTF-8"?>
 
<packages>

	<package id="gotomeeting"
		name="GoToMeeting Video Codec 4.5.0.457"
		revision="457"
		reboot="false"
		priority="0">

		<check type="file" condition="exists" path="%PROGRAMFILES%\Citrix\GoToMeeting\457\G2M.dll" />

		<install cmd='%comspec% /c "%SOFTWARE%\GoToMeeting\g2m_codec.exe /silent"' />

		<upgrade cmd='%comspec% /c "%SOFTWARE%\GoToMeeting\g2m_codec.exe /silent"' />

		<remove  cmd='' />

	</package>

</packages>