Difference between revisions of "Eudora"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 1: Line 1:
This is a silent installer and deinstaller for Eudora.
+
This is a silent installer and uninstaller for Eudora.
 
+
<source lang="xml">
 
  <package id="eudora" name="Eudora 6.2" revision="1" priority="0" reboot="false" >
 
  <package id="eudora" name="Eudora 6.2" revision="1" priority="0" reboot="false" >
 
  <check type='uninstall' condition='exists' path='Eudora' />
 
  <check type='uninstall' condition='exists' path='Eudora' />
Line 6: Line 6:
 
  <remove cmd='"%PROGRAMFILES%\InstallShield Installation Information\{79EC9D7F-1C90-4F65-B901-0F06DCF518E2}\setup.exe" /s ' />
 
  <remove cmd='"%PROGRAMFILES%\InstallShield Installation Information\{79EC9D7F-1C90-4F65-B901-0F06DCF518E2}\setup.exe" /s ' />
 
  </package>
 
  </package>
 
+
</source>
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 19:14, 9 February 2008

This is a silent installer and uninstaller for Eudora.

 <package id="eudora" name="Eudora 6.2" revision="1" priority="0" reboot="false" >
 <check type='uninstall' condition='exists' path='Eudora' />
 <install cmd='%SOFTWARE%\eudora\Eudora_6.2.5.6.exe /s /f1%SOFTWARE%\eudora\eudora.iss /f2c:\netinst\logs\eudora.log' />
 <remove cmd='"%PROGRAMFILES%\InstallShield Installation Information\{79EC9D7F-1C90-4F65-B901-0F06DCF518E2}\setup.exe" /s ' />
 </package>