Difference between revisions of "Google Talk"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 2: Line 2:
  
 
<source lang="xml">
 
<source lang="xml">
<package id="googletalk" name="Google Talk azonnali üzenetküldő" revision="1040" reboot="postponed" priority="5">
+
<package id="googletalk" name="Google Talk" revision="1040" reboot="postponed" priority="5">
 
  <check type="file" condition="versionequalto" path="%PROGRAMFILES%\Google\Google Talk\googletalk.exe" value="1.0.0.104"  />
 
  <check type="file" condition="versionequalto" path="%PROGRAMFILES%\Google\Google Talk\googletalk.exe" value="1.0.0.104"  />
 
   
 
   

Revision as of 23:02, 13 April 2009

This is a silent installer and uninstaller for Google Talk (instant messenger).

<package id="googletalk" name="Google Talk" revision="1040" reboot="postponed" priority="5">
 <check type="file" condition="versionequalto" path="%PROGRAMFILES%\Google\Google Talk\googletalk.exe" value="1.0.0.104"  />
 
 <install cmd='%SOFTWARE%\googletalk\googletalk-setup.exe /S' />
 <install cmd='taskkill /IM googletalk.exe' />
 <install cmd='regedit /s %SOFTWARE%\googletalk\reg.reg' />
 
 <upgrade cmd='%SOFTWARE%\googletalk\googletalk-setup.exe /S' />
 <upgrade cmd='taskkill /IM googletalk.exe' />
 <upgrade cmd='regedit /s %SOFTWARE%\googletalk\reg.reg' />
 
 <remove cmd='"%PROGRAMFILES%\Google\Google Talk\uninstall.exe" /S' />
</package>

reg.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"googletalk"=-